/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
	
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    .gallery_head {
        padding: 20px 20px 0;
    }
    .gallery_carousel .owl-nav div{
        bottom: 10px;
        left: -75px;
    }
    .gallery_carousel .owl-nav div.owl-next{
        left: -40px;
    }
    .tab_content .service_content {
        padding: 20px 0;
    }
    .tab_menu li a {
        padding: 0 10px;
        font-size: 10px;
    }
}
/* ---- 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) {
	
}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    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;
    }
    .hero_section{
        height: 450px;
    }
    .content_slider .owl-nav div{
        left: 0;
    }
    .content_slider .owl-nav div.owl-next{
        right: 0;
    }
    .gallery_carousel .owl-nav div{
        bottom: calc(50% - 15px);
        left: 0;
    }
    .gallery_carousel .owl-nav div.owl-next{
        left: auto;
        right: 0;
    }
	.contact_form .form-group .col-sm-6:first-child{
        margin-bottom: 15px;
    }
    .footer_section p,
    .social_links{
        text-align: center;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 480px CSS ---- */
@media all and (max-width: 480px) {
    .col-xs-6{
		float: none;
		width: 100%;
	}
    .hero_section{
        height: 380px;
    }
}
/* ---- 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 ---- */
