/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {

}

@media (min-width: 1200px) {
    .nav-con{
        padding-top: 23px;
    }
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    ul.nav > li > a {
        font-size: 12px;
        padding: 0 5px;
    }
	.sm-padding{
		padding: 15px;
	}
	.slider_item{
        height: auto;
    }
    .slider_item img{
        height: auto;
    }
    .about_content {
        padding: 0;
    }     

}
/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {
	.slider_item p{
        font-size: 35px;
        line-height: 40px;
    }
}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    .contact-form{
        padding-left: 0px;
        padding-top: 30px;
    }

    .dropdown-menu>li>a{
        color: #fff;
    }
    .footer_widget .brand img{
        width: 300px !important;
    }
    .slider_item p{
        font-size: 35px;
        line-height: 40px;
    }
    body, p{
        font-size: 12px;
        line-height: 22px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 16px;
    }
    p br{
        display: none;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .navbar-header {
        padding: 5px 0;
    }
    .navbar-header .brand {
        /*display: block;*/
        padding: 13px 5px;
    }
    .navbar-collapse {
        background-color: #232323;
        border-top: medium none;
        box-shadow: none;
        margin-top: -5px;
        overflow-x: visible;
        padding-left: 0;
        padding-right: 0;
    }
    ul.nav{
        margin: 0;
        overflow: hidden;
    }
    ul.nav > li{
        display: block;
        margin: 0;
    }
    ul.nav > li > a{
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 45px;
        padding: 0 30px;
    }
    ul.nav > li > a:hover,
    ul.nav > li.active > a {
        background-color: #444;
        color: #fff;
    }
    .slider_item{
        height: auto;
    }
    .slider_item img{
        height: auto;
    }
    .cta_section.overlay:before{
        width: 100%;
    }
	.contact_form .form-group .col-sm-6:first-child{
        margin-bottom: 15px;
    }
}
/* ---- End of max-width 767px CSS ---- */
@media (max-width: 500px){
    .navbar-header .brand img {
        height: 50px;
    }
}

/* ---- Start of max-width 480px CSS ---- */
@media all and (max-width: 480px) {
    .footer_widget .brand img{
        height: 60px;
        
    }
    .navbar-header .brand img{
        height: 50px;
    }
    .col-xs-6{
		float: none;
		width: 100%;
	}
    .hero_section{
        height: 380px;
    }
    .slider_item p{
        font-size: 19px;
        line-height: 28px;
        padding: 5px 10px;
    }

}
/* ---- End of max-width 480px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {
    
}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
	
}
/* ---- End of max-width 380px CSS ---- */
