                /*==========================================================
                           counter  style one
            ============================================================*/
           
             
                .p-y-2 {
                    padding-top: 28px;
                    padding-bottom: 28px;
                }
                .p-y-3 {
                    padding-top: 45px;
                    padding-bottom: 45px;
                }
                .m-b-1 {
                    margin-bottom: 18px;
                }
                .m-t-1 {
                    margin-top: 18px;
                }


       

            .main_counter_area{
                background: url(https://images.pexels.com/photos/196288/pexels-photo-196288.jpeg?w=940&h=650&auto=compress&cs=tinysrgb) no-repeat top center;
                background-size: cover;
                overflow: hidden;
            }
            .main_counter_area .main_counter_content .single_counter{
                background: rgba(236, 72, 72, 0.5);
                    color: #fff;
            }
            .main_counter_area .main_counter_content .single_counter i{
                font-size:36px;
            }


     /*==========================================================
                           counter  style Two
            ============================================================*/


.sections {
                padding-top: 85px;
                padding-bottom: 105px;
                overflow: hidden;
            }
            .overlay {
                background-color: rgba(97, 22, 204, 0.65);
                width: 100%;
                height: 750px;
            }
            .counter_two{
                background: url(fact-sheet.jpg) no-repeat 100% 100%;
                background-size:cover;
                height: 280px;
                overflow: hidden;
            }

            .counter_two .main_counter_two .single_counter_two_right{
                margin-top:3px;
                overflow: hidden;
                display: block;
            }
            .counter_two .main_counter_two .single_counter_two_right i{
                color:#fefefe;
                font-size:3.125rem;
                margin-bottom:10px;
                line-height: 4rem;
                display: inline-block;
            }
            .counter_two .main_counter_two .single_counter_two_right h2{
                color:#fff;
                margin-bottom:20px;
                line-height: 0;
            }
            .counter_two .main_counter_two .single_counter_two_right p{
                color:#fefefe;
            }

            /* Landscape phones and portrait tablets */
            @media  (max-width: 768px) {
                html {
                    font-size: 80%;
                }

                .counter_two {
                    height: auto;
                }
                .overlay{
                    height: auto;
                }
            }
            
            
             /*==========================================================
                           counter  style three
            ============================================================*/
            
             #counter_threeup {

                font-size: 14px;
                color: #666666;
                width: 100%;
                font-weight: 400;
            }
            .lightbg {
                background-color: #f9f9f9;
            }
         
            /*For Counterup Section*/

            .counter_threeup{
                margin-top:20px;
                display: block;
            }
            .counter_threeup .counter_threeup-photo{
                width: 22%;
                height: 100px;
                float:left;
                margin-right: 10px;
            }
            .counter_threeup .counter_threeup-photo img{
                width:100%;
                margin-top:10px;
            }
            .counter_threeup .counter_threeup-content{
                padding-top:10px;
                padding-left:80px;


            }
            .counter_threeup .counter_threeup-content h5{
                font-family: 'Oswald', sans-serif;
                font-size:1.571em;
            }
            .counter_threeup .counter_threeup-content h6{
                font-size:1.286em;
                font-family: 'Lobster', cursive;
            }

            @media (max-width:992px){
                .counter_threeup{
                    margin-bottom:30px;
                } 
            }
            @media (max-width:768px){
                .counter_threeup .counter_threeup-photo img{
                    width:50%;
                    height: 60%;
                } 
            }

            
