/*
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:58:37
    Author     : User
*/
@media screen and (max-width: 1200px) {
    .top_header .custom_container{
        max-width: 97%;
    }
    
    .services_page .side_numbering li a span.number_label{
        display: none;
    }

    .about_us_page .about_us_text_section{
        padding: 0 15px 100px 15px;
    }

    .about_us_page .about_us_text_section .description{
        font-size: 24px;
    }

    .about_us_page .about_you_section,
    .about_us_page .qualityAndValue{
        padding: 30px 15px 50px 15px;
    }

    .homepage main .slideshow .slides--titles .slide .slide__title{
        font-size: 60px;
    }

    .homepage main .slideshow .slides .slide .solutions_logo{
        max-width: 170px;
    }

    .homepage main .slideshow .slides--titles .slide .inner-slide svg{
        left: -125px;
        max-width: 60px;
    }

    .portfolio_page .projects_wrapper .each_project_wrap{
        min-height: 135px;
    }

    .portfolio_page .projects_wrapper .each_project_wrap .description h3{
        font-size: 18px;
    }
    
    .single_project_page .project_info_section .images_section{
        max-width: 100%;
    }
}
