@media only screen and (min-width: 1600px) {
	.container {
	    max-width: 1520px;
	}
	header .main-menu .sub-menu a {
		font-size: 17px;
	}
	.about-content h3 {
		max-width: 1200px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.container {
	   max-width: 1320px;
	}
	body {
		font-size: 18px;
	}
	h2, .h2 {
	    font-size: 34px;
	}
	h3, .h3 {
	    font-size: 28px;
	}
	h4, .h4 {
	    font-size: 24px;
	}
    .breadcrumb_wrap {
	    padding: 100px 0;
	}
	.contact-box-wrap {
		min-height: 220px;
	}
	.footer-widget h3 {
		font-size: 26px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1200px;
	}
	body {
		font-size: 16px;
		overflow-x: hidden;
		line-height: 1.6;
	}
	h2, .h2 {
	    font-size: 32px;
	}
	h3, .h3 {
	    font-size: 28px;
	}
	h4, .h4 {
	    font-size: 24px;
	}
	.pad-tb {
	    padding: 40px 0;
	}
    .breadcrumb_wrap {
    	padding: 95px 0;
    }
	.contact-box-wrap {
		min-height: 205px;
	}
	.about-content p {
		font-size: 21px;
	}
	.industries-wrap .services-item_title {
		font-size: 22px;
		line-height: 26px;
	}
	.breadcrumb_title h1 {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1170px;
	}
	.breadcrumb_wrap {
        padding: 90px 0;
    }
	.about-content p {
        font-size: 20px;
    }
	header .main-menu > li > a {
		padding: 8px 1.2vw;
	}
	.vm-box-wrap {
		padding: 20px 12px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.container, .container-lg, .container-md, .container-sm {
		max-width: 980px;
	}
	body {
		font-size: 16px;
		line-height: 1.6;
	}
	h2, .h2 {
	    font-size: 28px;
	}
	h3, .h3 {
	    font-size: 24px;
	}
	h4, .h4 {
	    font-size: 22px;
	}
	h5, .h5 {
	    font-size: 19px;
	}
	header .main-menu > li > a {
	    padding: 8px 0.8vw;
	}
	.pad-tb {
	    padding: 40px 0;
	}
	.breadcrumb_title h1 {
		font-size: 32px;
	}
	.breadcrumb_wrap {
	    padding: 85px 0;
	}
	.header-logo img {
		width: 340px;
	}
	.about-content p {
		font-size: 18px;
	}
	.services-item_title {
		font-size: 22px;
		line-height: 26px;
	}
	.inner-services-detail h3 {
    	font-size: 24px;
	}
	.vm-box-wrap {
		padding: 20px 22px;
	}
	.industries-wrap .services-item_title {
		font-size: 20px;
	}
	.contact-box-wrap {
		min-height: 210px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.container, .container-md, .container-sm {
	    max-width: 740px;
	}
	body {
		font-size: 16px;
		line-height: 1.6;
	}
	h2, .h2 {
	    font-size: 28px;
	}
	h3, .h3 {
	    font-size: 24px;
	}
	h4, .h4 {
	    font-size: 20px;
	}
	h5, .h5 {
	    font-size: 19px;
	}
    .side-menu-logo img {
    	width: 100%;
    }
    .side-menu-logo {
    	width: 85%;
    }
    .pad-tb {
	    padding: 40px 0;
	}
	.breadcrumb_title h1 {
		font-size: 30px;
	}
	.breadcrumb_wrap {
	    padding: 75px 0;
	}
	nav.side-menu-nav {
		margin-top: 35px;
	}
	.footer-top .col-off-40 {
		margin-left: 0;
		margin-right: 0;
	}
	.footer-top {
		padding: 40px 0 20px;
	}
	.about-content p {
		font-size: 18px;
	}
	.services-item {
		padding: 15px 10px 20px 10px;
	}
	.services-item_title {
		font-size: 22px;
		line-height: 24px;
	}
	.inner-services-detail h3 {
    	font-size: 24px;
	}
	.servicedetail-content {
		padding: 0px 0px;
	}
	.vm-box-wrap {
		padding: 20px 10px;
	}
	.industries-wrap .col-md-3 {
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }
	.industries-wrap .services-item_title {
		font-size: 20px;
	}
	.contact-box-wrap {
		min-height: 232px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.container {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
	h2, .h2 {
	    font-size: 28px;
	}
	h3, .h3 {
	    font-size: 24px;
	}
	h4, .h4 {
	    font-size: 22px;
	}
	h5, .h5 {
	    font-size: 20px;
	}
    header {
    	padding: 6px 10px;
    }
    .pad-tb {
	    padding: 40px 0;
	}
	.side-menu-nav {
		margin-top: 35px;
	}
	.footer-top .col-off-40 {
		margin-left: 0;
		margin-right: 0;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom ul {
		float: none;
		margin-right: 0;
		margin-top: 10px;
		padding-inline-start: 0;
	}
	.inner-services-detail .col-md-push-6 {
		left: 0;
	}
	.inner-services-detail .col-md-pull-6 {
		right: 0;
	}
	.servicedetail-content {
		padding: 0px 0px 15px;
	}
	.contact-box-wrap {
		min-height: auto;
		margin-bottom: 30px;
	}
	.footer-top {
		padding: 40px 0 25px;
	}
	.breadcrumb_wrap {
		padding: 70px 0;
	}
	.breadcrumb_title h1 {
		font-size: 32px;
	}
	.vm-box-wrap {
		margin-bottom: 30px;
	}
	.thanks-sec h3 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.thanks-sec h2 {
		font-size: 42px;
	}
	.banner-wrap .fullscreen {
  		height: 450px !important;
	}
	.banner-wrap h1 {
		font-size: 34px;
	}
	.banner-inner-wrap {
		margin: auto 10px;
	}
	.about-content p {
		font-size: 18px;
	}
	.inner-services-detail h3 {
    	font-size: 28px;
	}
	.contact-section-wrap.pad-tb {
		padding: 40px 0 20px;
	}
	.contact-map-wrap.pad-tb {
		padding: 0px 0px 45px;
	}
}	
@media only screen and (max-width: 480px) { 
	header .header-logo {
		width: 80%;
	}
	header .header-logo img {
	    width: 100%;
	}
	.breadcrumb_wrap {
        padding: 65px 0;
    }
	.breadcrumb_title h1 {
        font-size: 28px;
    }
	.banner-wrap h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 393px) {
	h2, .h2 {
        font-size: 26px;
    }
	.inner-services-detail h3 {
        font-size: 24px;
    }
	.breadcrumb_title h1 {
        font-size: 24px;
    }
	.services-item_title {
		font-size: 22px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 375px) {
	.banner-wrap h1 {
        font-size: 28px;
    }
	.banner-wrap .fullscreen {
        height: 430px !important;
    }
}
@media only screen and (max-width: 360px) { 
	h2, .h2 {
        font-size: 24px;
    }
	h3, .h3 {
        font-size: 22px;
    }
	.about-content p {
        font-size: 17px;
    }
	.inner-services-detail h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 320px) { 
	.side-menu-wrap {
	    width: 95%;
	}
}