.page {
	margin:0;
}
html, body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6, body span{
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}
body a, body ul, ol, body li, body p{
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
.post, .page {
	margin: 0px;
}
body a {
	transition: all 0.3s ease-in-out;
}

section, .site-footer, .site-info {
	float:left;
	width:100%;
}
/**************************** HERO ********************************/

.hero-content {
    position: relative;
    padding: 130px 0 260px;
}
.hero-content img {
	position: absolute;
    top: 70px;
}
.hero-content .hero-title  {
	padding-left:0;
}
.hero-content h1 {
	font-size: 52px;
	line-height: 68px;
	color: #18191a;
	font-weight: 800;
	position:relative;
	z-index:999;
}
.hero-content p {
	font-size: 22px;
    line-height: 43px;
    color: #5e646a;
    font-weight: 400;
	position:relative;
	z-index:999;
}
.hero-form-holder  {
	position:relative;
	z-index:99;
	    margin-top: -61px;
	background-position: center;
}
/********************* FORM ***************/
.hero-form-title {
	text-align:center;
	background:#f5f6f6;
}
.hero-form-title h3 {
	font-size: 21px;
	letter-spacing: 0px;
	line-height: 62px;
	color: #070707;
	font-weight: 800;
	text-transform:uppercase;
}
.fieldset-cf7mls-wrapper {
	padding:0;
	margin:0;
}
fieldset.fieldset-cf7mls.cf7mls_current_fs {
	padding:0;
}
.step-1-top {
	display: flex;
    justify-content: space-between;
	padding: 25px;
}
.step-1-down {
	float: left;
    width: 76%;
	display: flex;
	padding: 0px 0px 0 25px;
}
.step-1-down .md-form-input.nopadd {
	width: 48%;
}
.md-form-input.nopadd.nopadd-date {
	    width: 31.6%;
}
.md-form-input.nopadd.nopadd-storage {
	margin-left: 14px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
span.wpcf7-list-item.first label, span.wpcf7-list-item.last label{
	display:flex;
	flex-direction: inherit;
}
span.wpcf7-list-item.first input[type="radio"], span.wpcf7-list-item.last input[type="radio"]{
	    width: 15px;
    margin-right: 5px;
    position: relative;
        top: -12px;
}
.md-form-input.nopadd {
	 display: flex;
    flex-direction: column;
	width: 24%;
}
.hero-form-holder label {
	font-size: 14px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #070707;
    font-weight: 800;
	text-transform:uppercase;
}
.home .hero-form-holder label {
	margin-top:-5px;
}
.hero-form-holder .wpcf7 {
	background: #fff;
	float: left;
    width: 100%;
}
.hero-form-holder input[type="text"], .hero-form-holder input[type="tel"], .hero-form-holder input[type="email"]  {
	font-size: 14px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #8c8c8c;
    font-weight: 400;
	border: none;
    border-bottom: 1px solid #e1e1e1;
	height: 44px;
}
.wpcf7-response-output {
    float: left;
    width: 100%;
}
.hero-form-holder input:focus, .hero-form-holder select:focus {
    outline: none;
    border-bottom: 1px solid #000!important;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    font-size: 14px;
    margin-left: -14px;
}
.md-career-form input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
	margin-top: 5px!important;
}
.md-career-form label {
	margin-top: 15px;
}
.hero-form-holder select {
	font-size: 14px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #8c8c8c;
    font-weight: 400;
	border: none;
    border-bottom: 1px solid #e1e1e1;
	background: #fff;
	height: 44px;
}
.hero-form-holder button.cf7mls_next.cf7mls_btn.action-button {
	background: #ff6134;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 900;
    padding: 18px 18px;
    width: 100%;
    margin: 0;
	height: 94px;
	border-radius:0;
	
	background: linear-gradient(to right,#f55123 50%,#ff6134 50%);
			transition: all 0.2s ease-in-out;
			position: relative;
			overflow: hidden;
			background-size: 200% 100%;
			background-position: right bottom;
}
.hero-form-holder button.cf7mls_next.cf7mls_btn.action-button:hover {
	outline: none;
			text-decoration: none;
			opacity: 1;
			background-position: left bottom;
}
.hero-form-holder .button-holder {
	    float: left;
    width: 24%;
}
.hero-form-holder .cf7mls-btns {
	float: left;
    width: 24%;
}
.hero-form-holder .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	float:left;
}
/* STEP 2 */
input.cf7mls_back.action-button {
	display:none;
}
.md-form-input-button {
	float: left;
    width: 24%;
}
.md-form-step2 input[type="submit"] {
	background: #ff6134;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 11px;
    color: #ffffff;
    font-weight: 900;
    padding: 49px 37px;
    width: 100%;
    margin: 0;
    border: none;
	height: 94px;
	text-transform:uppercase;
	background: linear-gradient(to right,#f55123 50%,#ff6134 50%);
			transition: all 0.2s ease-in-out;
			position: relative;
			overflow: hidden;
			background-size: 200% 100%;
			background-position: right bottom;
}
.md-form-step2 input[type="submit"]:hover {
	outline: none;
			text-decoration: none;
			opacity: 1;
			background-position: left bottom;
}
.md-form-step2 .your-email {
	
    width: 65%;
}
.md-form-step2 .dropdown2 select.wpcf7-form-control.wpcf7-select {
	width: 69%;
}
div.wpcf7 .ajax-loader {
/* 	display:none; */
	position: absolute;
    right: 10px;
    bottom: 10px;
}
.md-form-step2 .step-1-down .md-form-input.nopadd {
    width: 49%;
}
/********************** FORM END */
/**************************** HERO END********************************/
/**************************** SERVICES ****************************/
.services-content {
	text-align:center;
   padding: 120px 0 70px;

}
.services-content h2{
	font-size: 36px;
    line-height: 53px;
    color: #18191a;
    font-weight: 700;
	margin-bottom: 15px;
}
.services-content p {
	font-size: 19px;
	line-height: 32px;
	color: #5e646a;
	font-weight: 500;
}
.inner-box-holder-ser {
	text-align:center;
}
.inner-box-holder-ser h3 {
	font-size: 26px;
	line-height: 53px;
	color: #ffffff;
	font-weight: 700;
}
.inner-box-holder-ser p {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
}
.services-boxes-holder .md-box {
	padding:0;
}
.services-boxes-holder span.p-button {
    visibility: hidden;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	text-decoration:uppercase;
	padding-top:10px;
	text-transform:uppercase;
}
.inner-box-holder-ser {
	padding: 130px 40px 50px;
/*     transition: all 0.3s ease-in-out; */
    height: 400px;
}
.inner-box-holder-ser:hover {
	background:#127ff2!important;
	transition: all 0.3s ease-in-out;
}
.inner-box-holder-ser:hover h3 {
	margin-top:30px;
}
.inner-box-holder-ser:hover p {
	display:none;
}
.inner-box-holder-ser:hover span.p-button {
	    visibility: unset;
}
/**************************** SERVICES END****************************/
/**************************** HOW SECTIONS ************************/
.quality-content-in {
	background:#f5f6f6;
	padding: 144px 190px;
}
.md-quality .quality-content, .md-quality .quality-img  {
	padding:0;
}
.md-quality .quality-img  img{
	width:100%;
	    height: 792px;
    object-fit: cover;
}
.quality-content-in h2{
	font-size: 36px;
    line-height: 53px;
    color: #18191a;
    font-weight: 700;
    margin-bottom: 40px;
	padding-left: 23px;
	display: inline-block;
}
.quality-item span {
	font-size: 120px;
	color: #2891ff;
	font-weight: 200;
	    line-height: 120px;
}
.quality-item {
    display: flex;
	margin-bottom: 25px;
}
.quality-item:last-child {
    margin-bottom: 0;
}
.quality-list-content h3 {
	    font-size: 22px;
    line-height: 53px;
    color: #18191a;
    font-weight: 700;
	
}
.quality-list-content p{
	font-size: 17px;
	line-height: 27px;
	color: #74787d;
	font-weight: 500;
}
.quality-item-img {
	width: 100px;
    display: flex;
    justify-content: center;
	    margin-right: 20px;
}
/**************************** HOW SECTIONS END************************/
/**************************** ABOUT US ***************************/
.md-about {
	background:#f5f6f6;
	padding: 170px 0 605px;
}
.about-img-global, .about-video-holder, .md-about {
	float:left;
	width:100%;
}
.about-img-global {
	  margin-top: -558px;
}
.about-video-holder .video-holder  {
	padding: 0;
}
.services-section  .about-video-holder {
	margin:40px 0 100px;
}
.about-content {
	text-align:center;
	padding:0 148px 60px;
	position:relative;
	z-index:1;
}
.about-content img {
	    position: absolute;
        top: -63px;
    left: 50%;
    transform: translateX(-50%);
}
.about-content h2 {
	font-size: 40px;
	line-height: 53px;
	color: #18191a;
	font-weight: 700;
	margin-bottom:20px;
	position:relative;
	z-index:1;
}
.about-content p {
		font-size: 19px;
		line-height: 32px;
		color: #5e646a;
		font-weight: 500;
	position:relative;
	z-index:1;
}
.img-box-ab img {
	width:100%;
}
.img-box-ab-logo {
	text-align: center;
}
.img-box-ab-logo img {
	    margin-top: 40px;
}
.about-global .container {
	width: 1598px;
}
.img-box-ab-logo-about {
	margin-top: -110px;
    margin-bottom: 100px;
}
/**************************** ABOUT US END ************************/
/*************************** TESTIMONIALS ************************/
.md-testimonial {
	    padding: 130px 0;
}
.md-testimonial h2 {
	font-size: 36px;
    line-height: 53px;
    color: #18191a;
    font-weight: 700;
	margin-bottom:60px;
}
.single-test-in {
	background:#f5f6f6;
}
.test-top img {
	margin-bottom:20px;
}
.test-top p {
	font-size: 17px;
	line-height: 30px;
	color: #74787d;
	font-weight: 500;
	min-height: 255px;
}
.single-test-in {
	 padding: 35px;
    padding-top: 45px;
    padding-bottom: 20px;
}
.test-bottom {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #cfd3d9
}
.author-holder {
	display: flex;
    justify-content: center;
    align-items: center;
}
.author-holder p {
	font-size: 18px;
    line-height: 25px;
    color: #18191a;
    font-weight: 700;
	margin-left:5px;
}
.author-holder p span {
	    width: 100%;
    float: left;
	color:#fd8664;
	font-weight: 500;
}
/**************************** TESTIMONIALS END *******************/
/*************************** BLOG *******************************/
.blog-section {
	padding: 130px 0;
}
.blog-section h2 {
	font-size: 36px;
    line-height: 53px;
    color: #18191a;
    font-weight: 700;
}
.blog-post-container {
	display:flex;
	margin-bottom:30px;
}
.blog-post-container:last-child {
	margin-bottom:0;
}
.post-content {
	padding-left: 25px;
}
.blog-post-date p {
	font-size: 17px;
	line-height: 30px;
	color: #74787d;
	font-weight: 500;
}
.post-content h3 {
	font-size: 22px;
	line-height: 34px;
	color: #18191a;
	font-weight: 700;
	margin: 10px 0;
}
.post-content a {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 26px;
	color: #2891ff;
	font-weight: 800;
}
.post-content a:hover {
	color: #ff6134;
}

/*************************** BLOG END **************************/
/*************************** BANNER ***************************/
.banner-in {
	 background: #117bea;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    margin-bottom: -60px;
    position: relative;
}
.banner-in h3 {
	font-size: 27px;
    letter-spacing: 1px;
    line-height: 62px;
    color: #ffffff;
    font-weight: 700;
}
.banner-in a {
	font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 800;
    background: #ff6134;
    padding: 20px 40px;
	
	background: linear-gradient(to right,#f55123 50%,#ff6134 50%);
			transition: all 0.2s ease-in-out;
			position: relative;
			overflow: hidden;
			background-size: 200% 100%;
			background-position: right bottom;
}
.banner-in a:hover {
	outline: none;
			text-decoration: none;
			opacity: 1;
			background-position: left bottom;
}
    
/*************************** BANNER END***************************/
.hidden-select {
	font-size: 14px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #8c8c8c;
    font-weight: 400;
    border: none!important;
   
    background: #fff;
	float: left;
    width: 100%;
    margin-left: 15px;
    margin: -3px 0 0 15px;
}
.hidden-select select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	 border-bottom: 1px solid #e1e1e1!important;
}
.md-form-input.nopadd.nopadd-storage > label { width: 100%;}
.hidden1 {
	display:block;
}
/* .hidden-select {
	position: absolute;
    right: 7px;
    top: 30px;
	border: none!important;
} */
.nopadd-storage span.wpcf7-form-control-wrap.radio-6 {
	margin-top: 7px;
}
.home  .nopadd-storage span.wpcf7-form-control-wrap.radio-6 {
    margin-top: 11px;
}
@media screen and (max-width: 1800px ) {
	.quality-content-in {
    padding: 130px 190px;
}
}
@media screen and (max-width: 1690px ) {
	.md-quality .quality-img  img{
	    height: 804px; 
	}
}

@media screen and (max-width: 1600px) {
	.hero-section  .hero-form-holder  {
		padding: 0px 0 280px!important;
		background-position: center!important;
	}
	.quality-content-in {
   	 	padding: 100px;
	} 
	.md-quality .quality-img img {
    	height: 703px;
	}
	.about-global .container, .md-area .container {
	width: 1410px!important;
}
	.md-area .area-list1 p {
    padding-right: 0px;
}
	.about-content h2 {
    font-size: 36px;
	}
	.about-content p {
		font-size:18px;
		line-height:31px;
	}
	.banner-in h3 {
    	font-size: 25px; 
	}
	.hero-content h1 {
    font-size: 44px;
    line-height: 59px; 
	}
	.hero-content p {
		font-size: 21px;
    line-height: 36px;
	}
	.hero-content {
    	padding: 85px 0 210px;
}
	.hero-content img {
		    width: 190px;
	}
	.quality-content-in h2 {
    	font-size: 34px;
	}
	.quality-item span {
    	font-size: 110px;
	}
	.md-testimonial h2 {
    font-size: 36px; 
		margin-bottom:45px;
	}
	.services-content h2 {
    font-size: 34px; 
	}
	.services-content p {
    font-size: 18px;
    line-height: 31px; 
	}
	.md-about {
    padding: 170px 0 588px;
}
	.about-img-global {
    margin-top: -507px;
}

}
@media screen and (max-width: 1450px)  {
	.inner-box-holder-ser h3 {
		font-size: 23px;
		line-height: 53px;
	}
	.quality-content-in {
		padding: 70px;
	} 
	.md-quality .quality-img img {
    	    height: 638px;
	}
		  .about-global .container, .md-area .container {
    width: 1300px!important;
}
	.inner-box-holder-ser {
		padding: 105px 40px 50px;
		height: 370px;
}
		.md-about {
    padding: 170px 0 520px;
}
	.about-img-global {
    margin-top: -472px;
}
}
  @media screen and (max-width: 1350px) {
   .hero-content {
			padding: 120px 0 215px;
		}
	  .hero-section .hero-form-holder {
    		padding: 0px 0 256px!important; 
	  }
	  .inner-box-holder-ser {
        padding: 100px 16px 50px;
		  height: 370px;
}
	  .quality-content-in {
    padding: 64px;
}
	  .services-content h2 {
		  font-size: 34px;
	  }
	  .blog-section h2 {
    	font-size: 34px; 
	  }


 }
@media screen and (max-width: 1310px)  {
	.about-global .container, .md-area .container {
    width: 1200px!important;
}
.md-about {
    padding: 125px 0 451px;
}
	.services-section .about-video-holder {
    margin: 142px 0 100px;
}

	.about-img-global {
    margin-top: -430px;
}
	.about-video-holder .video-holder {
    margin-top: -92px; 
	}
	.hero-content p {
		font-size: 19px;
		line-height: 36px; 
	}
	.hero-content h1 {
		font-size: 40px;
		line-height: 59px; 
		margin-top: -10px;
		padding-right:45px;
	}
	.hero-form-title h3 {
    	font-size: 20px; 
	}
	.quality-content-in h2 {
    font-size: 32px;
    margin-bottom:35px;
	}
	.quality-item span {
    font-size: 100px;
	}
	.quality-list-content p {
    	font-size: 16px; 
	}
	.quality-item {
    	margin-bottom: 15px; 
	}
	.quality-content-in {
    padding: 73px 64px;
}
	.md-testimonial h2 {
    	font-size: 32px;
	}
	.test-top p {
		font-size:16px;
	}
	.services-content h2 {
    font-size: 32px;
} 
	.services-content {
		padding: 100px 0 60px;
	}
}

  @media screen and (max-width: 1199px) {
/* 	  FORM */
	 .md-form-step2 .md-form-input-button {
    	width: 23%;
}
	  .md-form-step2 input[type="submit"] {
			padding: 42px 37px;
			height: 89px;
}

/* 	  FORM END */
	  .hidden-select.hidden1 {
		right: 1px;
		top: 23px;
}
   .hero-content h1 {
		padding-right:0;
	}
	  .hero-content {
    padding: 70px 0 200px;
}
	  .hero-content img {
		  width: 175px;
	  }
	  .hero-form-holder label {
		  font-size: 12px;
			line-height: 26px;
			margin-bottom: 0;
	  }
	  .hero-form-holder .cf7mls-btns {
    float: left;
    width: 23%;
}
	  .hero-form-holder button.cf7mls_next.cf7mls_btn.action-button {
		font-size: 15px;
		line-height: 26px;
		padding: 30px 9px;
	  }
	  .step-1-down {
		  width: 77%;
		  padding: 0px 0px 0 23px;
	  }
	  .step-1-top {
		  padding:23px;
	  }
	  .hero-form-holder .button-holder {
    float: left;
    width: 22%;
}
	  .services-content h2 {
		font-size: 32px;
		line-height: 45px; 
	  }
	  .services-content p {
		font-size: 18px;
		line-height: 31px;
	  }
	  .services-content {
    	padding: 90px 0 60px;
	}
	  .inner-box-holder-ser {
   			 height: 350px;
	  }
	  .quality-content-in h2 {
		  font-size: 32px;
    	  line-height: 45px;
		  padding-left: 6px;
	  }
	  .md-quality .quality-img img {
    	height: 598px;
}
	 .md-testimonial  .single-test  {
		  padding-left:0;
	  }
	  .md-testimonial {
    	padding: 95px 0 105px;
}
	  .md-testimonial h2 {
		    font-size: 32px;
    		line-height: 45px;
		  margin-bottom: 50px;
	  }
	  .single-test-in {
		padding: 20px;
		padding-top: 30px;
	}
	  		  .about-global .container, .md-area .container {
    width: 970px!important;
}
	  .about-content h2 {
		  font-size: 32px;
    	  line-height: 45px;
	  }
	  .about-content p {
		font-size: 18px;
		line-height: 31px;
	}
	  .about-content {
    		padding: 0 80px 60px; 
	  }
	  .about-video-holder .video-holder {
    	margin-top: -68px;
	}
	  .blog-section h2 {
		font-size: 32px;
		line-height: 45px;
}
	.home  .blog-post-container:first-child .blog-post-image-container  {
		      width: 390px;
	  }
	  .quality-content-in {
    padding: 44px 64px;
}
	  .img-box-ab-logo img {
		  width: 157px;
	  }
	  .inner-box-holder-ser {
    		padding: 90px 16px 60px; 
	  }
	  .about-img-global {
    margin-top: -355px;
}
	  .md-about {
    padding: 125px 0 394px;
}
}
@media screen and (min-width: 1255px) and (max-width: 1310px) {
	.md-quality .quality-img img {
    height: 624px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1254px) {
	.md-quality .quality-img img {
    height: 637px;
}
}
@media screen and (min-width: 1137px) and (max-width: 1199px) {
.md-quality .quality-img img {
    height: 587px;
}
}
@media screen and (min-width: 1068px) and (max-width: 1173px) {
.md-quality .quality-img img {
    height: 600px;
}
}
@media screen and (min-width: 1028px) and (max-width: 1068px) {
	.md-quality .quality-img img {
    height: 653px;
}
}
@media screen and (min-width: 992px)  and (max-width: 1026px) {
	.md-quality .quality-img img {
        height: 650px;
}
	.quality-content-in h2 {
    	margin-bottom: 30px; 
	}
	.quality-item {
    margin-bottom: 20px;
}
	.quality-content-in {
    padding: 67px 40px;
}
}

@media screen and (max-width: 992px) {
	.quality-content-in {
    padding: 39px;
}
}
@media screen and (min-width: 992px) {
	.img-box-ab-logo-991 {
		display:none;
	}
	.hero .hero-form-holder button.cf7mls_next.cf7mls_btn.action-button {
    height: 100px; 
	}
}

@media screen and (max-width: 991px) {
	.md-career-form {
		padding: 20px;
	}
	.md-phone input {
		margin-top: 10px;
	}
	.col-lg-6.col-md-6.col-xs-12.nopadd.md-email, .col-lg-6.col-md-6.col-xs-12.nopadd.md-name {
		padding: 0!important;
	}
	.services-section .about-video-holder {
    margin: 50px 0 100px;
}
/* 	FORM  */
	.md-form-step2 .step-1-down .md-form-input.nopadd {
    width: 48%;
}
	.md-form-step2 input[type="submit"] {
		padding: 20px 37px;
		height: 87px;
}
	.md-form-step2 .dropdown2 select.wpcf7-form-control.wpcf7-select {
    width: 94%;
}
	.md-form-step2 .step-1-down .md-form-input.nopadd {
    width: 48%;
}
		  .hero-form-holder .md-form-step1 button.cf7mls_next.cf7mls_btn.action-button {
    font-size: 12px;
    line-height: 26px;
    padding: 25px 9px;
		  height: 87px;
}

	  .md-form-step1 .step-1-down .md-form-input.nopadd {
    width: 64%;
}
		.md-form-step1 .step-1-down .nopadd-date{
	    width: 31%!important;
	}
	.hidden-select.hidden1 {
    right: 3px; 
	}
	span.wpcf7-list-item-label {
		margin-top: 3px;
	}
/* 	FORM END */
	  .hero-content h1 {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 10px;
	}
	.hero-content img {
    	top: 11px; 
	}
	.hero-content p {
		font-size: 19px;
		line-height: 33px;
}
	.hero-form-holder button.cf7mls_next.cf7mls_btn.action-button {
    	padding: 24px 12px;
} 
	.hero-content {
    padding: 50px 0 160px;
}
	.hero-content .hero-text  {
		padding:0;
	}
	.services-content .empty {
		display:none;
	}
	.services-section  .services-content-in  {
		padding:0;
	}
	.services-content h2 {
		font-size: 30px;
    	line-height: 40px;
	}
	.services-content {
    	padding: 60px 0 55px;
	}
.md-quality .quality-img img {
    height: auto;
}
.quality-content-in {
    padding: 70px 20px 45px;
}
	.md-testimonial .single-test  {
		margin-bottom: 50px;
		padding:0;
	}
	.md-testimonial .single-test:last-child{
		margin-bottom:0;
	}
	.test-top p {
		min-height:auto;
	}
	.md-testimonial h2 {
    font-size: 30px;
    line-height: 40px;
} 
	.test-top img {
		width: 80px;
	}
	.about-img .img-box-ab-logo {
		order:3;
	}
	.about-global .about-img-global .container {
		margin:0;
		padding:0;
		width:100%!important;
	}
	.about-video-holder .video-holder {
    margin-top: 0;
		padding:0;
}
	.img-box-ab-logo-992 {
		display:none;
	}
	.about-global .container  {
    width: 750px!important;
}
	.md-about {
   padding: 120px 0 359px;
}
	.about-content {
    padding: 0 0px 60px;
}
	.about-img-global {
    margin-top: -320px;
}
	.img-box-ab1 img, .img-box-ab3 img {
		width:100%;
	}
	.about-video-holder .container{
		    margin: 0;
    padding: 0;
    width: 100%!important;
	}
	.about-content h2 {
    font-size: 28px;
    line-height: 40px;
}
	.about-video-holder {
		    margin-top: 39px;
	}
	.blog-section {
    padding: 90px 0 100px;
}
	.post-content h3 {
    font-size: 22px;
    line-height: 33px; 
		    margin: 0px 0;
	}
	.blog-post-container .post-content  {
		padding:0;
	}
	.post-content a {
    	font-size: 14px; 
	}
	.banner-in h3 {
		font-size: 19px;
		line-height: 59px; 
	}
	.banner-in a {
    	padding:20px;
	}
	.md-area .area-list  {
		    padding-right: 25px;
    padding-left: 25px;
	}
	.hero-form-title h3 {
    	font-size: 19px;
	}
	.single-test-in {
    	padding-top: 35px;
} 
	.test-bottom {
    		margin-top: 30px;
	}
	.md-testimonial {
    padding: 85px 0 95px;
}
	.inner-box-holder-ser h3 {
    font-size: 25px;
    line-height: 50px;
}
}
@media screen and (max-width: 767px)  {
	.services-boxes-holder {
		float:left;
		width:100%;
	}
/* 	FORM */
	.hero-form-holder .md-form-step1 button.cf7mls_next.cf7mls_btn.action-button {
    padding: 24px 9px;
}
.md-form-step1 .step-1-top, .md-form-step1 .step-1-down {
    display: block; 
	}
	.md-form-step1 .md-form-input.nopadd {
    	width: 100%!important;
		margin-bottom:15px;
}
	.md-form-step1 .step-1-top {
		padding-bottom:0;
	}
	.hero-form-holder .cf7mls-btns, .md-form-step1 .step-1-down {
		width:100%!important;
	}
	 .md-form-step1 .step-1-down .md-form-input.nopadd {
		width:100%;
		margin-left:0;
	}
	 .md-form-step1 .step-1-down {
    padding-right:20px;
}
	.hero-form-holder  button.cf7mls_next.cf7mls_btn.action-button {
    font-size: 15px;
    line-height: 26px;
    padding: 17px 9px;
		    height: 70px;
}
	.md-form-step2 .step-1-top {
    padding-bottom: 2px;
}
	.home .nopadd-storage span.wpcf7-form-control-wrap.radio-6 {
    margin-top: 8px;
}
/* 	FORM END */
	.hero-content {
    padding: 25px 0 160px;
}
	.services-content p {
    font-size: 17px;
    line-height: 30px;
}
	.inner-box-holder-ser h3 {
    font-size: 24px;
    line-height: 53px;
}
	.md-about .container {
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-right: auto!important;
    margin-left: auto!important;
		width:auto!important;
}
	.blog-section h2 {
		margin-bottom: 40px;
	}
	.blog-section  .blog-left, .blog-section .blog-right   {
		padding:0;
	}
	.blog-post-date {
		margin-top: 35px;
	}
	.md-banner .container {
		margin:0;
		padding:0;
		width:100%;
	}
	.md-about {
    padding: 125px 0 215px;
}
	.about-img-global {
    margin-top: -178px;
}
	.img-box-ab-logo-about {
    margin-top: -110px;
    margin-bottom: 69px;
}
	.about-img-global .img-box-ab  {
		padding:0;
	}
}
@media screen and (max-width: 690px)  {
/* 	FORM */
	.md-form-step2 .step-1-top, .md-form-step2 .step-1-down {
		display:block
	}
	.md-form-step2 .md-form-input.nopadd, .md-form-step2 .your-email, .md-form-step2 .step-1-down .md-form-input.nopadd, .md-form-step2 .md-form-input-button, .md-form-step2 .step-1-down {
		width:100%;
	}
	.md-form-step2 .md-form-input-button  {
		margin-top:20px;
	}
	.md-form-step2 .md-form-input-button  {
		margin-top: 20px;
		padding: 10p;
		padding: 0 10px 10px
	}
	.md-form-step2 .md-form-input.nopadd {
		margin-top:10px;
	}
	.md-form-step2 .step-1-down {
    padding-top:0;
		padding-right:20px;
} 
	.step-1-top {
    padding: 20px;
		padding-bottom:0;
		    padding-top: 20px;
}
/* 	FORM END */
	.banner-in {
		display:block;
		text-align:center;
	}
	.banner-in h3 {
    font-size: 26px;
        line-height: 40px;
		    margin-bottom: 31px;
}
	.banner-in {
   		 padding: 45px 40px 50px; 
	}
}
@media screen and (max-width: 650px) {
	.blog-post-date {
    margin-top: 20px;
}
}

@media screen and (max-width: 576px) {
	.services-section .about-video-holder {
    margin: 35px 0 50px;
}
	.author-holder p {
    	font-size: 16px; 
	}
/* 	FORM */
	.md-form-step2 input[type="submit"] {
    	height: 60px;
}
/* 	FORM END */
	.md-about {
    padding: 100px 0 210px;
}
	.quality-content-in .quality-item-img1 {
		width:73px;
	}
	.home .blog-post-container:first-child .blog-post-image-container {
    width: 100%;
}
	.md-testimonial h2 {
		margin-bottom: 40px;
	}
	.test-top p {
		font-size: 16px;
    	line-height: 28px;
	}
	.about-content {
    padding: 0 0px 20px;
}
	.about-content img {
		width: 200px;
	}
	.blog-post-container {
    display: block;
}
	.blog-post-container:first-child .blog-post-image-container {
		width:100%;
	}
	.blog-post-container .blog-post-image-container  {
		padding:0;
	}
	.blog-post-image-container img {
		width:100%;
	}
	.blog-section h2 {
    font-size: 28px;
    line-height: 40px;
}
	.blog-section {
    padding: 70px 0;
}
	.img-box-ab-logo-991 img {
		width: 170px;
	}
	.about-content p {
    	font-size: 17px; 
	}
	.post-content h3 {
		margin: 5px 0;
	}
	.banner-in a {
		font-size:15px;
	}

}
@media screen and (max-width: 500px)  {
	.hero-content h1 {
		    font-size: 28px;
		line-height: 40px;
	}
	.hero-content p {
		font-size: 16px;
		line-height: 28px;
}
	.hero-form-title h3 {
		font-size: 20px;
		line-height: 56px;
	}
	.hero-content img {
		display:none;
	}
	.quality-list-content h3 {
		line-height: 34px;
	}
	.quality-item span {
		font-size: 72px;
		line-height: 65px; 
	}
	.quality-content-in .quality-item-img1 {
    width: 90px;
}
	.site-branding img{
		width: 130px;
	}
	.hero-form-holder label {
    	font-size: 14px; 
	}
}

@media screen and (max-width: 450px)  {
	.quality-content-in .quality-item-img1 {
    width: 87px;
}
	.banner-in {
    padding: 45px 15px 50px;
}

}
@media screen and (max-width: 414px)  {
			.hero-section .hero-form-holder {
		    background: url(/wp-content/uploads/2021/05/420-F2M.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover;
    padding: 0px 0 210px!important;
    background-size: cover!important;
	}
	.hero-form-title h3 {
    font-size: 17px;
    line-height: 51px;
}
}
@media screen and (max-width: 350px)  {
	.hero-form-title h3 {
		font-size: 17px;
		line-height: 54px;
	}
	.hidden-select {
    	margin: -18px 0 0 0px; 
	}
	.md-form-input.nopadd.nopadd-storage {
    	flex-direction: column; 
	}
	.nopadd-storage span.wpcf7-list-item.first {
		margin-left:0;
	}
	.nopadd-storage span.wpcf7-form-control-wrap.dropdownstorage {
		width:100%;
	}
/* 				.content-area .hero-section .hero-form-holder {
		background:url(/wp-content/uploads/2021/05/mob.jpg)!important;
		background-repeat:no-repeat;
		background-size:cover;
	} */
	.hero-form-title h3 {
    font-size: 15px;
    line-height: 51px;
}
	.quality-content-in .quality-item-img1 {
    width: 117px;
}
}








