



































/** Mobile App **/

.service-page-intro.mobile-app .intro-img {
	max-height: 600px;
	width: auto;
}


/** Web App **/

.service-page-intro.web-app .intro-img {
	max-height: 480px;
	width: auto;
}

.service-page-intro.web-app .el-pad {
	max-height: 580px;
	width: auto;
}


/** Software **/

.service-page-intro.software .intro-img {
	max-width: 700px;
}



.intro-img-wrapper {
	position: relative;
	text-align: center;
}











.service-page-intro .intro-dscr {
	margin-bottom: 0;
}



/* Contact Us */

.main-content-contact .intro-bg-section {
	background: url("/wp-content/themes/maytech-child/assets/img/contact-us/intro.jpg");
	background-size: cover;
	background-position: top center;
	position: absolute;
	height: 60vh;
	top: 0;
	width: 100%;
}




@media (max-width: 575px) {
	.main-content-contact .intro-section  {	margin-top: 15vh }	
}

@media (min-width: 576px) and (max-width: 767px) {
	.main-content-contact .intro-section  {	margin-top: 16vh }		
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-content-contact .intro-section  {	margin-top: 17vh }		
}

@media (min-width: 992px)  {
	.main-content-contact .intro-section  {	margin-top: 20vh }		
}



.main-content-contact .intro-section .default-container {
	padding-bottom: 0;
	padding-top: 0;
}



.main-content-contact .intro-section .heading-row h3 {
	color: #fff;
}

.main-content-contact .intro-section .heading-row p {
	color: #fff;
	opacity: .5;
}











.main-content-contact .ct-dscr {
	max-width: 600px;
}

.main-content-contact .map-element {
	border: 6px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
}


.main-content-contact .heading-row h3,
.main-content-contact .heading-row p {
	text-align: left;
	display: block;
	
}



/* Row Contact */

.row-contact {
	box-shadow: 0px 5px 25px rgba(0,0,0,.2);
}

.col-contact-form {
	background: #fff;
}

.col-contact-info {
	background: url("/wp-content/themes/maytech-child/assets/img/contact-us/contact-info-bg.jpg");
	background-size: cover;
	background-position: top left;	
}


@media (max-width: 991px) {
	.col-contact-form, .col-contact-info {
		padding: 50px 6%;
	}
}

@media (min-width: 992px) {
	.col-contact-form, .col-contact-info {
		padding: 60px 6%;
	}
}



/* Row Contact | Contact Form */

.ctf-container input,
.ctf-container textarea {
	width: 100%;
	padding: 7.5px 0 5px 0;
	border: none;
	border-bottom: 1px solid #cacaca;
}

.ctf-container input:focus,
.ctf-container textarea:focus {
	border-bottom: 1px solid #cacaca !important;
}

.ctf-row {
	margin-bottom: 15px;
}

.ctf-submit { 
	display: flex; margin-top: 10px;
}

.ctf-submit input {
	background-image: linear-gradient(-45deg, #05E8C2, #00B1FF);	
	border-radius: 50px;
	transition: all ease-in-out .2s;
	position: relative;	
	box-shadow: 5px 5px 10px rgba(15,0,76,.1);	
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 7.5px 20px;
	border: none;
	width: auto;
	margin-left: auto; margin-right: 0;
}




@media (max-width: 991px) {
	.ctf-submit input{ padding: 7.5px 25px;	}	
}

@media (min-width: 992px) {
	.ctf-submit input { padding: 10px 30px;	}
}




/* Contact Info */

.col-contact-info h4 {
	display: block;
	color: #fff;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(255,255,255,.2);
}


@media (max-width: 991px) {
	.contact-info {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.contact-info {
		margin-top: 35px;
	}
}






.contact-link:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";	
}

.contact-link {
	display: block;
	color: rgba(255,255,255,.7);
}

.contact-link:last-child {
	margin-bottom: 0px;
}

.contact-link div:first-child {
	width: 30px;
	margin-right: 25px;
	float: left;
}

.contact-link .fa {
	color: rgba(255,255,255,.7);
	width: 100%;
	text-align: center;
}

.contact-link div:last-child {
	width: calc(100% - 55px);
	float: left;
}

.contact-link p {
	margin-bottom: 0;
	color: rgba(255,255,255,.7);
}


@media (max-width: 991px) {
	.contact-link {
		font-size: 16px;
		margin-bottom: 15px;
	}	
}


@media (min-width: 992px) {
	.contact-link {
		font-size: 18px;
		margin-bottom: 20px;
	}
}


























/*** Maintenance ***/


.maintenance-content .default-container:first-child {
	padding-bottom: 0px !important;
}


.maintenance-intro .wow {
	visibility: hidden;
}


.maintenance .page-intro .default-container {
	padding-bottom: 0;
}

.maintenance .intro-img-wrapper {
	text-align: center;
}


@media (max-width: 991px) {
	.maintenance  .intro-img {
		max-width: 450px;
		margin-bottom: 20px;
	}
	
}

@media (min-width: 992px) {
	.maintenance  .intro-img {
		max-width: 700px;
	}
	.maintenance .page-intro .col-left {
		margin-top: 3%;
	}
}











/*
.maintenance-content .content-row:last-child {
	margin-bottom: 0;
}	

*/

@media (max-width: 991px) {
	.maintenance-content .content-row {
		margin-bottom: 40px;
	}		
}

@media (min-width: 992px) {
	.maintenance-content .content-row {
		margin-bottom: 50px;
	}	
}















/* P2 Offer */

.p2-offer {
	color: #e74621;
}

.p2-offer b {
	text-transform: uppercase;
	font-weight: 800;
}


@media (max-width: 575px) {
	.p2-offer {
		margin-top: 35px;
		margin-bottom: 35px;
	}		
}

@media (min-width: 576px) and (max-width: 767px) {
	.p2-offer {
		margin-top: 40px;
		margin-bottom: 40px;
	}		
}

@media (min-width: 768px) and (max-width: 991px) {
	.p2-offer {
		margin-top: 45px;
		margin-bottom: 45px;
	}	
}

@media (min-width: 992px) {
	.p2-offer {
		margin-top: 50px;
		margin-bottom: 50px;
	}		
}







/* Maintenance Annual Service */


.annual-service .title-wrapper {
	border: none !important;
}

.annual-service .content-wrapper {
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
}

.annual-service .th-row .p2 {
	font-weight: 700;
}



.annual-service .th-row {
	background: #1b1464;
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
	color: #fff;
}

.annual-service .th-row .column {
	border: 1px solid #fff;
}


.annual-service .tb-row .column:first-child {
	color: #515172;
	font-weight: 600;
}

.annual-service .tb-row .column:last-child {
	color: #9393b3;
}






/*********************************/

@media (max-width: 575px) {
	.annual-service .th-row .column,
	.annual-service .tb-row .column {
		padding: 15px 20px;
	}
	
	.annual-service .tb-row:last-child .column {
		padding-bottom: 20px;
	}		
}

@media (min-width: 576px) and (max-width: 767px) {
	.annual-service .th-row .column,
	.annual-service .tb-row .column {
		padding: 15px 25px;
	}
	.annual-service .tb-row:last-child .column {
		padding-bottom: 20px;
	}		
}

@media (min-width: 768px) and (max-width: 991px) {
	.annual-service .th-row .column,
	.annual-service .tb-row .column {
		padding: 15px 30px;
	}
	.annual-service .tb-row:last-child .column {
		padding-bottom: 20px;
	}	
}

@media (min-width: 992px) {
	.annual-service .th-row .column,
	.annual-service .tb-row .column {
		padding: 15px 35px;
	}
	
	.annual-service .tb-row:last-child .column {
		padding-bottom: 20px;
	}

	.annual-service .tb-row .column {
		border: 1px solid rgba(0,0,0,.1);
	}	
	.annual-service .tb-row:last-child .column {
		border-bottom: none;
	}	
}




@media (max-width: 991px) {
	.annual-service .tb-row .column:first-child {
		padding-bottom: 0px;
	}
	.annual-service .tb-row .column:last-child {
		padding-top: 5px;
	}	
	.annual-service .tb-row {
		border: 1px solid rgba(0,0,0,.1);
	}		
}






/*********************************/

@media (max-width: 991px) {
	.annual-service .th-row .column:last-child {
		display: none;
	}
}

@media (min-width: 992px) {
	.annual-service .th-row {
		margin-top: 30px;
	}
}




















/* Maintenance CTA Container */

.cta-container {
	background-image: url("../img/maintenance-cta-bg.jpg");
	box-shadow: 0px 10px 15px rgba(0,0,0,.2);
}

@media (max-width: 576px) {
	.cta-container {
		width: 100% !important;
		padding: 50px 0 0 0 !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.cta-container {
		padding: 60px 0 0 0 !important;
		border-radius: 15px;
	}		
}


@media (min-width: 768px) and (max-width: 991px) {
	.cta-container {
		padding: 70px 0 0 0 !important;
		border-radius: 17.5px;
	}		
}


@media (min-width: 992px) and (max-width: 1199px) {
	.cta-container {
		padding: 80px 0px !important;
		border-radius: 20px;
	}		
}


@media (min-width: 1200px) and (max-width: 1399px) {
	.cta-container {
		padding: 90px 0px !important;
		border-radius: 22.5px;
	}		
}


@media (min-width: 1400px) {
	.cta-container {
		padding: 100px 0px !important;
		border-radius: 25px;		
	}	
}












/* Maintenance CTA Image */

.maintenance-cta-img {
	width: auto;
}



@media (max-width: 576px) {
	.maintenance-cta-img {
		max-width: 80%;
	}	
}

@media (min-width: 992px) {
	.maintenance-cta-img {
		position: absolute;
		right: 7%; bottom: 0;
	}
}





/* Maintenance CTA Typo */

.maintenance-cta .sh-annual {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}


.maintenance-cta .sh-hour {
	font-weight: 700;
	color: #fff;
	padding: 5px 15px 5px 7%;
	margin-bottom: 5px;
	display: inline-block;
	background-image: linear-gradient(-45deg, #f4901e, #ee5a24);
	text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.maintenance-cta .sh-hour .p2 {
	line-height: 1.5em;
}


.maintenance-cta .h-wrapper,
.maintenance-cta .p-wrapper,
.maintenance-cta .sh-annual {
	padding-left: 7%;
}

.maintenance-cta .p-wrapper p {
	color: rgba(255,255,255,.5);	
}

.maintenance-cta .p-wrapper {
	margin-bottom: 0;	
}


.maintenance-cta h3,
.maintenance-cta .sh {
	color: #fff !important;
}

@media (max-width: 991px) {
	.maintenance-cta .p-wrapper {
		margin-top: 20px;
	}	
}

@media (min-width: 992px) {
	.maintenance-cta .p-wrapper {
		margin-top: 30px;
	}
	.maintenance-cta {
		width: 70%;
	}
}














/* Maintenance Working */

.mw-row .p2 {
	line-height: 1.5em;
	font-weight: 800;
	color: #233d62;
}


@media (max-width: 991px) {
	.mw-row .col-lg {
		margin-bottom: 20px;
	}
	.mw-row .col-lg:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.mw-row .col-lg {
		width: 47.5%;
		margin-right: 5%;
	}
	.mw-row .col-lg:last-child {
		margin-right: 0;
	}	
}










/* Wrong Ideas */

.wrong-ideas .p2 {
	line-height: 1.5em;
	font-weight: 800;
	color: #233d62;
}

.wrong-ideas h3 {
	color: #233d62 !important;
}


@media (max-width: 991px) {
	.wrong-ideas .column {
		margin-bottom: 20px;
	}
	.wrong-ideas .column:last-child {
		margin-bottom: 0;
	}
	.wrong-ideas .content-wrapper img {
		margin-bottom: 15px;
	}
	

	
}

@media (min-width: 992px) {
	.wrong-ideas .column {
		width: 30%;
		margin-right: 5%;
	}
	.wrong-ideas .column:last-child {
		margin-right: 0;
	}
	.wrong-ideas .content-wrapper img {
		margin-bottom: 25px;
	}
	
}




















/* Maintenance Content */

.maintenance-content .title-wrapper {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.maintenance-content h3 {
	color: #31c1f0;
}

.bullet {
	border-radius: 20px;
	width: 14px; height: 14px;
	box-shadow: 0px 2px 3px rgba(0,0,0,.1);
}

.bullet-col {
	margin-right: 20px;
}


.content-wrapper p {
	color: #9393b3;
}


@media (max-width: 991px) {
	.content-wrapper {
		margin-top: 20px;
	}	
	.maintenance-list .col-left {
		display: none;
	}	
}

@media (min-width: 992px) {
	.content-wrapper {
		margin-top: 30px;
	}	
	.maintenance-list .col-left {
		width: 47.5% !important;
		margin-right: 5% !important;
	}
	.maintenance-list .col-right {
		width: 47.5% !important;
	}
}



















/* Maintenance Intro */
































@media (min-width: 992px) {
	.maintenance-content-row .column:first-child {
		padding-right: 7%;
	}		
}




































/* Web Done Row */

.web-done-row {

}

.web-done-row p, .web-done-row h4 {
	color: #fff;
}

.web-done-row .h-wrapper {
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin-bottom: 20px;
}

.web-done-row .p-wrapper {
	margin-bottom: 0;
}

/*
.img-web-done-wrapper {
	position: absolute;
}	
*/
.img-web-done-wrapper {
	max-width: 640px;
}




@media (max-width: 991px) {

	.img-web-done-wrapper {
		margin: auto;
	}
}





@media (max-width: 575px) {
	.img-web-done-wrapper {
		margin-bottom: -200px;
	}
	.web-done-row .column:first-child {
		margin-bottom: 40px;
	}	
}


@media (min-width: 576px) and (max-width: 767px) {
	.img-web-done-wrapper {
		margin-bottom: -225px;
	}	
	.web-done-row .column:first-child {
		margin-bottom: 45px;
	}	
}


@media (min-width: 768px) and (max-width: 991px) {
	.img-web-done-wrapper {
		margin-bottom: -250px;
	}	
	.web-done-row .column:first-child {
		margin-bottom: 50px;
	}	
}




@media (min-width: 992px) {
	.img-web-done-wrapper {
		position: absolute;
	}	
}















.web-done-container {
	background: url('../img/web-done.jpg');
	background-size: cover;
	position: relative;
	margin: auto;
}



@media (max-width: 575px) {
	.web-done-container {
		padding: 60px 7%;
		width: 100%;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	.web-done-container {
		padding: 60px 30px;
		width: 86%;
		border-radius: 15px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.web-done-container {
		padding: 60px 35px;
		width: 86%;
		border-radius: 17.5px;
	}	
}


@media (min-width: 992px) and (max-width: 1199px) {
	.web-done-container {
		padding: 65px 40px;
		width: 86%;
		border-radius: 20px;
	}
}


@media (min-width: 1200px) and (max-width: 1399px) {
	.web-done-container {
		padding: 70px 40px;
		max-width: 1200px;
		width: 86%;
		border-radius: 22.5px;
	}	
}


@media (min-width: 1400px) {
	.web-done-container {
		padding: 70px 40px;
		max-width: 1200px;
		width: 86%;
		border-radius: 25px;
	}
}













/* Web Blurbs */

.web-blurb img {
	width: 64px; height: 64px;
}

.web-blurb-content { color: #9494b4 }
.web-blurb:last-child { margin-bottom: 0}



@media (max-width: 575px) {
	.web-blurb .column:last-child {  padding-left: 15px; }
	.web-blurb img { 
		width: 30px; height: 30px; 
		border-top-left-radius: 17.5px;
		border-top-right-radius: 3.5px;
		border-bottom-left-radius: 17.5px;
		border-bottom-right-radius: 17.5px;
		box-shadow: 0px 5px 7px rgba(0,0,0,.2);	
	}
	.web-blurb { margin-bottom: 25px;}		
}

@media (min-width: 576px) and (max-width: 767px) {
	.web-blurb .column:last-child {  padding-left: 20px; }
	.web-blurb img { 
		width: 40px; height: 40px; 
		border-top-left-radius: 20px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		box-shadow: 0px 6px 8px rgba(0,0,0,.2);				
	}
	.web-blurb { margin-bottom: 30px;}		
}

@media (min-width: 768px) and (max-width: 991px) {
	.web-blurb .column:last-child {  padding-left: 25px; }
	.web-blurb img { 
		width: 50px; height: 50px; 
		border-top-left-radius: 22.5px;
		border-top-right-radius: 4.5px;
		border-bottom-left-radius: 22.5px;
		border-bottom-right-radius: 22.5px;
		box-shadow: 0px 7px 9px rgba(0,0,0,.2);		
	}
	.web-blurb { margin-bottom: 35px;}	
}

@media (min-width: 992px) {
	.web-blurb .column:last-child { padding-left: 30px;}
	.web-blurb img { 
		width: 60px; height: 60px; 
		border-top-left-radius: 25px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		box-shadow: 0px 8px 10px rgba(0,0,0,.2);
	}
	.web-blurb { margin-bottom: 40px;}
}























/* Procedure */





.page-procedure .intro-img-wrapper {
	text-align: center;
}

.page-procedure .page-intro .default-container {
	padding-bottom: 0;
}

@media (max-width: 991px) {
	.page-procedure .intro-img {
		max-width: 450px;
		margin-bottom: 20px;
	}

}

@media (min-width: 992px) {
	.page-procedure .intro-img {
		max-width: 650px;
	}
}






.quotes-content {
	font-weight: 800;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}



.quotes-wrapper { 
	background-image: url("../img/quotes-bg.jpg");
	background-size: cover;
	color: #fff;
	max-width: 720px;
}


@media (max-width: 991px) {
	.quotes-wrapper { 
		margin-bottom: 40px;
	}	
}

@media (min-width: 992px) {
	.quotes-wrapper { 
		margin-bottom: 50px;
	}
}








@media (max-width: 575px) {
	.quotes-wrapper {  
		border-radius: 10px;
		padding: 40px 5% !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.quotes-wrapper {  
		border-radius: 15px;
		padding: 45px 5% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.quotes-wrapper {  
		border-radius: 20px;
		padding: 50px 5% !important;
	}
}

@media (min-width: 992px) {
	.quotes-wrapper {  
		border-radius: 25px;
		padding: 60px 5% !important;
	}
}














/* Project Techs */

.project-techs {
	margin-bottom: 25px;
}

.project-tech {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.project-tech:last-child {
	margin-right: 0;
}


.project-tech img {
	height: 50px;
	width: auto;
	padding: 10px;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.15);
}











.article .post-excerpt p {
	line-height: 1.9em;
}


.page-content p {
	line-height: 1.9em;
}






.article-featured-image {
	border-radius: 5px;
	border: 10px solid #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	position: relative;
	display: block;
}



@media (min-width: 992px) {

	.article-featured-image:hover:after {
		opacity: .7;
	}


	.article-featured-image:after {
		content: ""; 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/*background-image: linear-gradient(-45deg, #2637FF, #06D0FF);*/
		background: #000;
		transition: all ease-in-out .3s;
		opacity: 0;
	}

	.article-featured-image:hover .url-icon {
		opacity: 1;
	}
}



.url-icon {
	opacity: 0;
	height: 12px;
	width: auto;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	max-width: 50px;
	z-index: 10;
	transition: all ease-in-out .3s;
}


.article .post-excerpt {
	-webkit-line-clamp: 10;
}



@media (max-width: 991px) {
	.article h3 {
		margin-bottom: 15px;
	}	
	.article .post-excerpt {
		margin-bottom: 25px;
	}
	.article .button-label {
		font-size: 18px;
	}
	.article .button-icon {
		padding-top: 2px;
	}
	.article .read-button {
		position: relative;
		padding-bottom: 5px;
	}	
}

@media (min-width: 992px) {
	.article h3 {
		margin-bottom: 25px;
	}	
	.article .post-excerpt {
		margin-bottom: 35px;
	}
	.article .button-label {
		font-size: 20px;
	}
	.article .button-icon {
		padding-top: 4px;
	}
	.article .read-button {
		position: relative;
		padding-bottom: 6px;
	}		
}



.page-content .p-wrapper {
	max-width: 900px;
}

*/


.page-content h3 {
	color: #31c3f2;
}
















/* Article */



@media (max-width: 991px) {
	.article {
		margin-bottom: 80px;
	}
	.article:last-child {
		margin-bottom: 0px;
	}	
}

@media (min-width: 992px) {
	.article {
		margin-bottom: 100px;
	}	
	.article:last-child {
		margin-bottom: 0px;
	}
}








/* Article Layout */

@media (max-width: 991px) {
	.article .row {
		display: block;
	}
	.article .column {
		width: 100%;
	}	
	.article .column:first-child {
		margin-bottom: 40px;
	}
}





@media (min-width: 992px) {
	.article .column:first-child {
		width: 60%;
		margin-right: 5%;
	}
	.article .column:last-child {
		width: 35%;
	}	
}





























.page-intro .default-container {
	max-width: 1620px;
}

























/* X */

@media (max-width: 991px) {
    .page-intro .content-row {
        display: -webkit-box;
        display: -moz-box;
        display: box;        
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
	
    .page-intro .col-left {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }
	
    .page-intro .col-right {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
		margin-bottom: 5%;
    }	
}


@media (min-width: 992px) {
	.page-intro .col-left {
		width: 40%;
		margin-right: 5%;
		float: left;
		margin-top: auto;
		margin-bottom: auto;
	}	
	
	.page-intro .col-right {
		width: 55%;
		float: left;
		margin-top: auto;
		margin-bottom: auto;		
	}
}


















@media (max-width: 575px) {
	.page-intro .default-container {
		padding-top: 120px !important;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	.page-intro .default-container {
		padding-top: 140px !important;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.page-intro .default-container {
		padding-top: 160px !important;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	.page-intro .default-container {
		padding-top: 180px !important;
	}	
}


@media (min-width: 1200px) and (max-width: 1399px) {
	.page-intro .default-container {
		padding-top: 200px !important;
	}	
}


@media (min-width: 1400px) {
	.page-intro .default-container {
		padding-top: 220px !important;
	}	
}


.page-intro .wow {
	visibility: hidden;
}













.page-intro .column {
	position: relative;
}

.page-intro .special-el img {
	position: absolute;
	transition: all ease-in-out .6s;
}

.page-intro .special-el {
	width: 100%; height: 100%;
	position: absolute;
}

.page-intro .intro-dscr p {
	color: #00c7ff;
}



.service-page-intro .el-01 {
	width: 5%; height: auto;
	max-width: 50px;
	left: -40px; top: 0	
}

.service-page-intro .el-04 {
	width: 8%; height: auto;
	max-width: 80px;
	right: -40px; top: 50%;
}

.service-page-intro .el-02 {
	width: 3%; height: auto;
	max-width: 15px;
	right: 10%;
	top: -10%;
}

.service-page-intro .el-03 {
	width: 4%; height: auto;
	max-width: 30px;
	left: 10%; bottom: 0;	
}


.service-page-intro .el-pad {
	width: 100%; height: auto;
	left: 50%; top: 40%;	
	transform: translate(-50%, -50%) !important;
	position: absolute;	
	max-width: 800px;
}

.el-pad { z-index: -1}




/**************************************/

@media (max-width: 575px) {
	.service-page-intro .intro-img {
		max-width: 90%;
	}
	.service-page-intro .el-04 {
		right: -10px;
	}	
	.service-page-intro .el-01 {
		left: -10px;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	.service-page-intro .intro-img {
		max-width: 85%;
	}
	.service-page-intro .el-04 {
		right: -20px;
	}	
	.service-page-intro .el-01 {
		left: -20px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.service-page-intro .intro-img {
		max-width: 80%;
	}
	.service-page-intro .el-04 {
		right: -30px;
	}	
	.service-page-intro .el-01 {
		left: -30px;
	}	
}










.page-content .default-container {
	padding-top: 0px !important;
}








/* Contact Us */

.contact-us .page-intro  {
	background: none;
}



.contact-us .intro-h {
	color: #302C51;
}


.contact-us .page-intro .default-container {
    max-width: 1200px;
}

.contact-us .page-content .default-container {
	padding-top: 0px !important;
}



@media (max-width: 575px) {
	.contact-us .page-content .default-container {
		width: 100%;
		padding-bottom: 0px;
	}	
	.contact-us .intro-h {
		margin-top: 10px;
	}
}



.contact-link:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";	
}

.contact-link {
	display: block;
	color: #9595B5;
}

.contact-link:last-child {
	margin-bottom: 0px;
}

.contact-link div:first-child {
	width: 30px;
	margin-right: 25px;
	float: left;
}

.contact-link .fa {
	color: #fff;
	background: #00C7FF;
	width: 100%;
	text-align: center;
	height: 30px;
	padding-top: 7px;
	border-radius: 50px;
}

.contact-link div:last-child {
	width: calc(100% - 55px);
	float: left;
}


/* X */

@media (max-width: 991px) {
	.contact-link {
		font-size: 16px;
		margin-bottom: 15px;
	}	
	.contact-us .intro-h {
		margin-bottom: 25px;
	}
}


@media (min-width: 992px) {
	.contact-link {
		font-size: 18px;
		margin-bottom: 20px;
	}
}








/** Contact Form **/

.contact-form {
	background-image: linear-gradient(-45deg, #184EAE, #437FEC);
	box-shadow: 0px 3px 20px rgba(0,0,100,.3);	
}


@media (max-width: 991px) {
	.contact-form {
		padding: 45px 7%;
	}
}


@media (min-width: 992px) {
	.contact-form {
		border-radius: 15px;	
		padding: 50px 40px;
	}
}





/* Contact Form Input & Text Area */

.contact-form ::placeholder {
	color: #9595B5;
}

.contact-form h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
}



.contact-form input,
.contact-form textarea {
	font-family: SVN-Gilroy;
	padding: 15px 20px;	
	border: none;	
	outline: none;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.2);
}

.ctf-input {
	width: 100%;
}




/* Contact Map */



.contact-map {
	overflow: hidden;
}	










@media (max-width: 991px) {
	.contact-map-item {
		min-height: 480px;
		width: auto;
		object-fit: cover;
	}	

	.contact-map {
		min-height: 480px;
	}	
}


@media (min-width: 992px) {
	.contact-us .page-content .col-lg-8 {
		padding-left: 5%;
	}
	.contact-map-item {
		height: 100%;
		width: auto;
	}	
	.contact-map {
		height: 100%;
		border-radius: 15px;
		border: 10px solid #fff;
		box-shadow: 0px 5px 15px rgba(0,0,0,.1);			
	}	
	
}




/* Fix on 576 to 991 */

@media (min-width: 576px) and (max-width: 991px) {
	.contact-form {
		border-radius: 12.5px;	
	}
	.contact-map {
		border-radius: 12.5px;
		border: 10px solid #fff;
		box-shadow: 0px 5px 15px rgba(0,0,0,.1);	
		margin-bottom: 60px;
	}		
}








/* Change order on mobile */

@media (max-width: 991px) {
    .contact-us .page-content .row {
        display: -webkit-box;
        display: -moz-box;
        display: box;        
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
	
    .contact-us .page-content .col-lg-4 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }
	
    .contact-us .page-content .col-lg-8 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }	
}








.page-content .p-wrapper {
	max-width: 900px;
}

.page-content h1 {
	color: #04D7AB;
}




.page-content p {
	line-height: 1.9em;
}














.page-intro .default-container {
	max-width: 1620px;
}

.page-intro {
	/*background-image: url("../img/service-intro-background.jpg");*/
	object-fit: cover;
	background-size: cover;
	background-position: bottom center;
}


.scroll-down-row {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
























.scroll-down-btn {
	width: 40px;
	height: 22px;
	cursor: pointer;
}



/* X */

@media (max-width: 991px) {
	.scroll-down-row {
		display: none;
	}
	.scroll-down-wrapper {
		text-align: right;
	}
	.scroll-down-btn {
		width: 30px;
		height: 16.5px;
	}		
}


@media (min-width: 992px) {
	.scroll-down-wrapper {
		text-align: center;
	}
	.scroll-down-btn {
		width: 40px;
		height: 22px;
	}	
}







.intro-h {
	font-weight: 800;
	color: #302c51;
	font-family: 'SVN-Gilroy';
	margin: 0;	
}

.intro-p {
	color: #9595B5;
}





/*** Details ***/

@media (max-width: 575px) {
	.intro-h {
		font-size: 35px;
		line-height: 1.05em;
		margin-bottom: 15px;
	}
	.intro-p {
		margin-bottom: 25px;
	}	
	.intro-p {
		font-size: 14px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.intro-h {
		font-size: 40px;	
		line-height: 1.04em;
		margin-bottom: 20px;
	}
	.intro-p {
		margin-bottom: 30px;
	}	
	.intro-p p {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.intro-h {
		font-size: 45px;	
		line-height: 1.03em;
		margin-bottom: 25px;
	}
	.intro-p {
		margin-bottom: 35px;
	}	
	.intro-p p {
		font-size: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.intro-h {
		font-size: 50px;	
		line-height: 1.02em;
		margin-bottom: 30px;
	}
	.intro-p {
		margin-bottom: 40px;
	}	
	.intro-p p {
		font-size: 16px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.intro-h {
		font-size: 55px;
		line-height: 1.01em;
		margin-bottom: 35px;
	}
	.intro-p {
		margin-bottom: 45px;
	}	
	.intro-p p {
		font-size: 17px;
	}
}

@media (min-width: 1400px) {
	.intro-h {
		font-size: 60px;
		line-height: 1em;
		margin-bottom: 40px;
	}
	.intro-p {
		margin-bottom: 50px;
	}	
	.intro-p p {
		font-size: 18px;
	}
}







/* X */

@media (max-width: 991px) {
    .page-intro .content-row {
        display: -webkit-box;
        display: -moz-box;
        display: box;        
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
	
    .page-intro .col-left {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }
	
    .page-intro .col-right {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
		margin-bottom: 50px;
    }	
}


@media (min-width: 992px) {
	.page-intro .col-left {
		width: 40%;
		margin-right: 5%;
		float: left;
		margin-top: auto;
		margin-bottom: auto;
	}	
	
	.page-intro .col-right {
		width: 55%;
		float: left;
		margin-top: auto;
		margin-bottom: auto;		
	}
}


















@media (max-width: 575px) {
	.page-intro .default-container {
		padding-top: 120px !important;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	.page-intro .default-container {
		padding-top: 140px !important;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.page-intro .default-container {
		padding-top: 160px !important;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	.page-intro .default-container {
		padding-top: 180px !important;
	}	
}


@media (min-width: 1200px) and (max-width: 1399px) {
	.page-intro .default-container {
		padding-top: 200px !important;
	}	
}


@media (min-width: 1400px) {
	.page-intro .default-container {
		padding-top: 220px !important;
	}	
}


.page-intro .wow {
	visibility: hidden;
}










