/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
	.download_moc img {
		width: 88%;
		top: -157px;
		left: 0;
	}
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .hero_section{
        height: 600px;
    }
    .hero_content {
        padding: 80px 0;
    }
    .service_moc{
        background-image: url(../img/feature-moc-tab.png);
    }
    .service_items.inverted,
    .service_items{
        margin: 0;
    }
    .service_items.inverted .service_item{
        margin-left: 0;
    }
    .service_items.inverted .service_item,
    .service_items .service_item,
    .service_items {
        padding: 0;
    }
    .service_items .service_item h3{
        margin: 5px 0;
    }
    .service_items .service_item p{
        font-size: 12px;
        line-height: 18px;
    }
    .cta_moc .cta_moc_1{
        width: 85%;
    }
    .cta_moc .cta_moc_2 {
        width: 80%;
    }
    .cta_content{
        padding: 0;
    }
    .download_moc img {
		width: 113%;
		top: -150px;
		left: -15px;
	}
    .dl_moc{
        margin: -30px 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) {
	
}
/* ---- 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;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .hero_section{
        height: 500px;
    }
    .hero_content {
        padding: 0;
    }
    .service_items .service_item{
        text-align: left;
    }
    .owl-nav div.owl-prev{
        left: 0;
    }
    .owl-nav div.owl-next{
        right: 0;
    }
	.contact_form .form-group .col-sm-6:first-child{
        margin-bottom: 15px;
    }
}
/* ---- 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%;
    }
    .subscribe_form{
        display: block;
        text-align: center;
        width:100%;
    }
    .subscribe_form .submit {
        width: 100%;
        margin-top: 10px;
    }
    .subscribe_form .form_input{ width: 100%; }

}
/* ---- 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) {
	.btn_group a {
        display: block;
    }
}
/* ---- End of max-width 380px CSS ---- */
