/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Sep-2016, 15:59:08
    Author     : User
*/
@media screen and (max-width: 992px) {
    .top_header .left_section img.main_logo {
        max-width: 35px;
    }

    .top_header .right_section ul li{
        margin: 0 5px;
        font-size: 16px;
    }

    .homepage .top_slider_section .top_slide_swiper .each_slide .fact_description{
        top: 95px;
        max-width: 180px;
        padding: 0 0 0 20px;
    }

    .homepage .top_slider_section .top_slide_swiper .each_slide .fact_description h3{
        font-size: 16px;
    }

    .homepage .top_slider_section .top_slide_swiper .each_slide .fact_description .content{
        font-size: 12px;
    }

    .homepage .our_products_section .our_products_wrapper .custom_container {
        width: 700px;
    }

    .homepage .our_products_section h2.section_title,
    .homepage .our_approach_section h2.section_title,
    .homepage .our_locations_section h2.section_title{
        padding: 100px 0 110px 40px;
    }

    .homepage .about_us_section{
        margin: 300px 0 120px 40px;
    }
    
    .homepage .our_locations_section .our_locations_wrapper ,
    .homepage .contact_us_section .form_wrapper{
        padding: 0 40px 0 40px;
    }

    .homepage .our_solutions_section h2.section_title{
        padding: 100px 0 210px 40px;
    }
    
    .homepage .contact_us_section h2.section_title{
        padding: 100px 0 40px 40px;
    }
}