ol.cac-cap-do li>a:hover {
    text-decoration: none;
    color: #302c51;
    font-weight: 600;
}

ol.cac-cap-do li>a {
    text-decoration: underline;
    color: #707097;
    font-weight: 600;
	transition: all .6s;
}

.post-content h2 {
	font-weight: 700;
}
.post-content h2:after {
    border-bottom: 3px solid #08cbff;
    width: 100px;
    height: 15px;
    content: close-quote;
    display: block;
}

.card.text-center {
    margin: 10px;
}

.space{
	margin-top:20px; 
}


body {
	overflow-x: hidden;
	/*font-family: SVN-Gilroy;*/
	font-family: 'Open Sans', sans-serif;
}






strong {
	font-weight: bold;
}


figure {
	padding-top: 15px;
    width: 100% !important;
}

blockquote {
    background: rgba(0,115,255,.1);
	border: 1px solid rgba(0,115,255,.4);
	padding: 20px;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

blockquote p:last-child {
	margin-bottom: 0;
}



.wp-caption-text {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-style: italic;
	padding-top: 10px;
	color: rgba(0,0,0,.7)
}






::-webkit-scrollbar {
	width: 10px;
	background: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
	background: #B3B3B3; 
	border-radius: 10px;
}

/*
@media (max-width: 991px) {
	::-webkit-scrollbar {
		width: 0;
		display: none;
	}

	::-webkit-scrollbar-thumb {
		width: 0;
		display: none;
	}	
}
*/


.slick-slide {
	cursor: pointer;
}



@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-Light.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-Regular.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-Medium.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-SemiBold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-Bold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}


@font-face {
	font-family: "SVN-Gilroy";
	src: url("/wp-content/themes/maytech-child/assets/fonts/SVN-Gilroy-XBold.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}


@font-face {
	font-family: "ElegantIcons";
	src: url("/wp-content/themes/maytech-child/assets/fonts/ElegantIcons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}












/* All types of container 
	1. Default
	2. Large
	3. Full
	4. Custom Top (xtop-container)	
*/

/* Breakpoint for Mobile is 991px - 992px */



.default-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

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


.basis-container {
	width: 90%;
	max-width: 1280px;	
}

.large-container {
	width: 90%;
	max-width: 1520px;
}



@media (max-width: 575px) {
	.default-container {
		padding: 60px 0;
	} 
}


@media (min-width: 576px) and (max-width: 767px) {
	.default-container {
		padding: 100px 0;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.default-container {
		padding: 120px 0;
	} 
}


@media (min-width: 992px) and (max-width: 1199px) {
	.default-container {
		padding: 140px 0;
	} 
}


@media (min-width: 1200px) and (max-width: 1399px) {
	.default-container {
		padding: 80px 0;
	} 
}


@media (min-width: 1400px) {
	.default-container {
		padding: 80px 0;
	}
}











@media (max-width: 575px) {
	.section-heading .default-container {
		padding: 90px 0;
	} 
}


@media (min-width: 576px) and (max-width: 767px) {
	.section-heading .default-container {
		padding: 100px 0;
	} 
}


@media (min-width: 768px) and (max-width: 991px) {
	.section-heading .default-container {
		padding: 110px 0;
	} 
}


@media (min-width: 992px) {
	.section-heading .default-container {
		padding: 120px 0;
	} 
}







/*** 03. Tag H1 ***/

h1 {
	font-weight: 700;
	color: #322D50;
	line-height: 1.1em;
	font-family: 'SVN-Gilroy';
	display: inline-block;
	margin: 0;
	margin-bottom: .65em;	
}



h2, h3, h4 {
	line-height: 1.3em;
	font-family: 'SVN-Gilroy';
	margin: 0;
	margin-bottom: .65em;
}



p, li {	
	line-height: 1.7em; 
	font-family: 'Open Sans', sans-serif;
	color: #707097; 
	font-weight: 400;
}

li {	
	margin-bottom: 5px;
}



.h2-m, .h2-s {
	font-weight: 700;
}

/*** Details ***/

@media (max-width: 575px) {
	h1 { font-size: 34px; }
	h2 { font-size: 28px; }	
	h3, .h2-m { font-size: 24px; }	
	h4, .h2-s { font-size: 19.5px; }	
	p, li  { font-size: 14px; } 
}

@media (min-width: 576px) and (max-width: 767px) {
	h1 { font-size: 36px; }
	h2 { font-size: 30px; }	
	h3, .h2-m { font-size: 26px; }	
	h4, .h2-s { font-size: 21px; }	
	p, li  { font-size: 15px; } 

}

@media (min-width: 768px) and (max-width: 991px) {
	h1 { font-size: 38px; }	
	h2 { font-size: 32px; }	
	h3, .h2-m { font-size: 28px; }	
	h4, .h2-s { font-size: 22.5px; }	
	p, li  { font-size: 16px; } 
}

@media (min-width: 992px) {
	h1 { font-size: 40px; }	
	h2 { font-size: 34px; }	
	h3, .h2-m { font-size: 30px; }	
	h4, .h2-s { font-size: 24px; }	
	p, li  { font-size: 17px; } 
}







/*** Details ***/

@media (max-width: 575px) {
	.intro-text p,
	.btn-read-more .label { 
		font-size: 15px; 
	} 
}

@media (min-width: 576px) and (max-width: 767px) {
	.intro-text p,
	.btn-read-more .label { 
		font-size: 16px; 
	} 
}

@media (min-width: 768px) and (max-width: 991px) {
	.intro-text p,
	.btn-read-more .label { 
		font-size: 17px; 
	} 
}

@media (min-width: 992px) {
	.intro-text p,
	.btn-read-more .label { 
		font-size: 17px; 
	} 
}





/*** Heading Divider ***/

.heading-row {
	text-align: center;
}

.h-divider {
	background: #1be6a5;
	margin-bottom: 20px;
}

.h-title {
	text-align: center;
}

.h-dscr {
	text-align: center;
	max-width: 630px; margin: auto;
}

.h-dscr p {
	color: #858499; 
}




/*** Global Style ***/

.heading-row .p-wrapper {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

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

.heading-row .h-dscr p {
	margin-bottom: 0;
}


.content-row .blurb-img {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}



@media (max-width: 575px) {
	.heading-row { margin-bottom: 35px;	}	
	.content-row .blurb-img { margin-bottom: 30px; }
}


@media (min-width: 576px) and (max-width: 767px) {
	.heading-row { margin-bottom: 40px;	}	
	.content-row .blurb-img { margin-bottom: 30px; }
}


@media (min-width: 768px) and (max-width: 991px) {
	.heading-row { margin-bottom: 45px;	}	
	.content-row .blurb-img { margin-bottom: 35px; }
}


@media (min-width: 992px) and (max-width: 1199px) {
	.heading-row { margin-bottom: 50px;	}	
	.content-row .blurb-img { margin-bottom: 35px; }
}


@media (min-width: 1200px) and (max-width: 1399px) {
	.heading-row { margin-bottom: 55px;	}	
	.content-row .blurb-img { margin-bottom: 40px; }
}


@media (min-width: 1400px) {
	.heading-row { margin-bottom: 60px;	}	
	.content-row .blurb-img { margin-bottom: 40px; }
}








/**** Custom P2 *****/

.p2 {
	line-height: 1.7em;
	margin-bottom: 20px;
}

.p2:last-child {
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.p2 { font-size: 16.5px; }
}

@media (min-width: 576px) and (max-width: 767px) {
	.p2 { font-size: 18px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.p2 { font-size: 19.5px; }
}

@media (min-width: 992px) {
	.p2 { font-size: 21px; }
}






/***** Page Intro (White Background) ****/

.intro-heading { 
	line-height: 1.2em;
	color: #302c51;
	font-weight: 800;
}

.intro-p { line-height: 1.7em; }
.intro-demi { color: #00c7ff; margin-bottom: 1em;}
.intro-dscr { color: #858499; margin-bottom: 2.7em;}



@media (max-width: 991px) {
	.page-intro .col-left { text-align: center; }
}

@media (min-width: 992px) {
	.page-intro .col-left { padding-bottom: 10%; }
}









/**** 04. Default Button *****/

.button {
	display: flex;
}


.button a {
	border-radius: 50px;
	transition: all ease-in-out .2s;
	position: relative;	

	background-image: linear-gradient(-45deg, #00B1FF, #05E8C2);
	box-shadow: 0px 15px 25px rgba(15,0,76,.1);	
	color: #fff;
}





@media (min-width: 992px) {
	.button:hover a {
		box-shadow: 0px 15px 25px rgba(15,0,76,.2);	
	}

	.button:hover a {
		color: #fff;
	}
}





/* Default Button Label Font Size */

@media (max-width: 575px) {
	.button a {	
		font-size: 13px; 
		padding: 10px 30px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.button a {	
		font-size: 16px; 
		padding: 10px 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.button a {	
		font-size: 17px; 
		padding: 10px 30px;
	}
}

@media (min-width: 992px) {
	.button a {	
		font-size: 18px; 
		padding: 10px 30px;
	}	
}



/* Section Heading */

.section-heading {
	background: #322D50;
}


.section-heading h1, 
.section-heading a,
.section-heading p, 
.section-heading span {
	color: #fff;
	font-family: SVN-Gilroy;
	transition: all ease-in-out .3s;
}

.section-heading h1 {
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: .3em;
}

.section-heading a,
.section-heading p, 
.section-heading span {
	font-weight: 500;
}

.section-heading span {
	opacity: .5;
}

.section-heading i {
	color: #fff;
	margin: 0 10px;
	transition: all ease-in-out .3s;
}



.section-heading .title, 
.section-heading .description {
	color: #fff;
	text-align: center;
}



@media (max-width: 575px) {

}


@media (min-width: 576px) and (max-width: 767px) {

}


@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 991px) {
	.section-heading a,
	.section-heading p, 
	.section-heading span {
		font-size: 18px;
	}
}



@media (min-width: 992px) {
	.section-heading a,
	.section-heading p, 
	.section-heading span {
		font-size: 20px;
	}
}











/****** 05. Tag P ********/

.p-wrapper { 
	color: #838297;
}

.p-wrapper p:last-child {
	margin-bottom: 0;
}

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

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






/*** Default Blurb ***/

.blurb-image {
	box-shadow: -4px 4px 10px rgba(0,0,0,.3);
	transition: all ease-in-out .3s;
}
.default-blurb:hover .blurb-image {
	box-shadow: -5px 5px 10px rgba(25,0,205,.3);
}

.blurb-title {
	color: #302c51;
	margin-bottom: 10px;
}

.blurb-description {
	color: #9595b5;
	line-height: 1.7em;	
}

.blurb-description p {
	margin-bottom: 0px;
}

.default-blurb {
	transition: all ease-in-out .3s;
}

@media (max-width: 575px) {
	.blurb-image {
		width: 36px;
		border-radius: 8px;
	}
	.default-blurb {
		padding: 30px 0px;
	}
	.default-blurb .col-typo {
		padding-left: 15px;
	}	
}

@media (min-width: 576px) and (max-width: 991px) {
	.blurb-image {
		width: 42px;
		border-radius: 12px;
	}
	.default-blurb {
		padding: 45px 35px;
	}
	.default-blurb .col-typo {
		padding-left: 20px;
	}	
}

@media (min-width: 992px) {
	.blurb-image {
		width: 48px;
		border-radius: 15px;
	}
	.default-blurb {
		padding: 60px 50px;
	}
	.default-blurb .col-typo {
		padding-left: 25px;
	}
	.default-blurb:hover {
		box-shadow: 0px 2px 15px rgba(0,0,0,.15);
		z-index: 1000;
	}	
}























.homepage-feature-soft .animate__fadeInUp {
	animation-delay: .5s;
}
















/** Basis Modifying for Bootstrap **/

.row {
	margin-left: 0px;
	margin-right: 0px;
	--bs-gutter: 0;		
	padding-left: 0px;
	padding-right: 0px;
}

.row>* {
	padding-left: 0px;
	padding-right: 0px;
}


.column {
	padding-left: 0px;
	padding-right: 0px;

}



section {
	position: relative;
}

img {
    max-width:100%;
	width: 100%;
	height: auto;
	transition: all ease-in-out .3s;
}

img.attachment-large.size-large.wp-post-image {
    width: 100%;
}


a {
	text-decoration: none;	
	transition: all ease-in-out .3s;
}





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

.wow {
	visibility: hidden;
}






















.elements-wrapper {
	position: absolute;
	width: 100%; height: 100%;
}

.el { position: absolute; }















/*** Slick ***/
:focus {
    outline: none !important;
}



.slick-slide {
	outline: none;
	display: none;
}

.slick-slide:focus {
    outline: none !important;
}

.slick-slide, .slick-slide:focus * {
    outline: none !important;
}

.slick-slider { 
	user-select: none;
}


.slick-dots {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0;
	list-style-type: none;
}


@media (max-width: 575px) {
	.slick-dots { margin-top: 25px; }
}

@media (min-width: 576px) and (max-width: 767px) {
	.slick-dots { margin-top: 30px; }
}

@media (min-width: 576px) and (max-width: 991px) {
	.slick-dots { margin-top: 40px; }
}

@media (min-width: 992px) {
	.slick-dots { margin-top: 50px; }
}






.slick-dots li {
	display: block;
	background: rgba(35,60,100,.2);
	border-radius: 50px;
	transition: all ease-in-out .3s;
	cursor: pointer;
}



@media (max-width: 575px) {
	.slick-dots li {
		width: 6px;
		height: 6px;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	.slick-dots li {
		width: 8px;
		height: 8px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.slick-dots li {
		width: 10px;
		height: 10px;
	}
}


@media (min-width: 992px) {
	.slick-dots li {
		width: 12px;
		height: 12px;
	}	
}










.slick-dots .slick-active {
	background: rgba(35,60,100,1) !important;	
}



.slick-dots li:last-child {	margin-right: 0;}
.slick-dots li button {	display: none;}




@media (max-width: 991px) {
	.slick-dots li { margin: 0 7.5px; }
}

@media (min-width: 992px) {
	.slick-dots li { margin: 0 10px; }
	.slick-dots li:hover { background: rgba(35,60,100,1); }
}








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



.overlay:after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
}



.slick-slide {
	outline: none !important;
}

div {
	outline: none !important;	
}






/* Fancy Title */

.fancy-title-row h1,
.fancy-title-row h3{
	color: rgba(50,45,80,1);
	padding-right: 20px;
	margin: 0;
}

.title-row h4 {
	margin-bottom: 0;
}


.title-fancy {
	background: rgba(50,45,80,.1);
	height: 1px;
	margin-top: auto;
	margin-bottom: 10px;
}

.fancy-title-row {
	margin-bottom: .65em;
}


/* Diffusal Section */

.diffusal-section .default-container {
	margin-right: 0 !important;
}


@media (max-width: 1199px) {
	.diffusal-section .default-container {
		width: 93%;
	}
	.diffusal-section .fancy-title-row {
		width: 89.5%;
	}
}

@media (min-width: 1200px) {
	.diffusal-section .default-container {
		width: calc(100% - (50vw - 600px));
	}
	.diffusal-section .fancy-title-row {
		width: calc(100% - 300px);
	}
}












/* Inpost Contact at Bottom */


@media (max-width: 991px) {
	.post-contact-container {
		margin-top: 80px;
	}		
}

@media (min-width: 992px) {
	.post-contact-container {

	}		
}






.inpost-contact {
	display: flex;
}

.inpost-contact .p2 {
	display: inline-block;
	color: #9393b3;
}

.inpost-contact  img {
	border-radius: 50px;
	box-shadow: 0px 5px 5px rgba(0,0,0,.15);
	display: inline-block;
}

.post-contact-row .column:last-child {
	margin-right: 0;
	margin-bottom: 0;
}




.post-contact-row .h-wrapper {
	border-bottom: 1px solid rgba(0,0,0,.1);
}




@media (max-width: 991px) {
	.inpost-contact img {
		width: 28px; height: 28px;
		margin-right: 10px;
	}

	.post-contact-row .column {
		margin-right: 30px;
		margin-bottom: 10px;
	}	
	.post-contact-row .h-wrapper {
		padding-bottom: 10px;
		margin-bottom: 25px;
	}	
}



@media (min-width: 992px) {
	.inpost-contact  img {
		width: 36px; height: 36px;
		margin-right: 15px;
	}

	.post-contact-row .column {
		margin-right: 40px;		
	}	
	
	.post-contact-row .h-wrapper {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	
}








/* Sidebar */

.sidebar .widget:first-child {
	margin-top: 0 !important;
}

.sidebar .widget_search {
	border: none !important;
}





.widget-title {
	padding: 10px 0px !important;
    margin: 0px 10px !important;
	text-transform: uppercase; display: block;
	font-size: 20px;
	font-weight: 700 !important; color: #08cbff;
	border-bottom: 1px solid rgba(48,44,81,.3);
}

.sidebar .widget {
	border-top: 5px solid #08cbff;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,.2);
	border-bottom: 3px solid #31bdec;	
	border-radius: 5px;
}




/* Sidebar */

@media (max-width: 991px) {
	.sidebar .widget { margin-top: 40px;}
	.sidebar .post-tags  { margin-top: 40px;}
}

@media (min-width: 992px) {
	.sidebar .widget { margin-top: 50px;}
	.sidebar .post-tags  { margin-top: 50px;}
}












/* Sidebar | Recent Post */

.sidebar .widget ul li {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.sidebar .widget ul li:last-child {
	border: none;
}

.sidebar .widget ul {
	padding: 0;
}

.sidebar .widget a {
	padding: 15px 20px;
	font-weight: 600; color: #302c51;
	line-height: 1.4em;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;	
	transition: all ease-in-out .4s;
	display: block;
	font-size: 14px;
}




@media (min-width: 992px) {
	.sidebar .widget .cat-item a:hover,
	.widget_recent_entries li a:hover {
		opacity: 1; 
	}
}

.sidebar .widget .cat-item a,
.widget_recent_entries li a {
	opacity: .5; 
}

.sidebar .widget .cat-item:first-child a,
.widget_recent_entries li:first-child a{
	opacity: 1;
}






.sidebar #searchform .field {
	font-family: SVN-Gilroy;
	border: none;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;	
}


::placeholder { color: rgba(44,48,81,.3)}


.sidebar #searchform .submit {
	border-radius: 50px;
	box-shadow: 0px 5px 15px rgba(28,1,127,.15);
	margin-left: auto !important;
	margin-right: auto !important;
	font-family: SVN-Gilroy;
	border: none;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-image: linear-gradient(-45deg, #f99f00, #fdd661);
	color: #fff;
	transition: all ease-in-out .3s;	
}







/** Sidebar | Search Form **/

input:focus, button:focus {
    outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

textarea:focus, button:focus {
    outline: none !important;
	box-shadow: none !important;
}





@media (max-width: 575px) {
	.sidebar #searchform .field,
	.sidebar #searchform .submit {
		padding: 10px 15px;
	}		
}


@media (min-width: 576px) and (max-width: 767px) {
	.sidebar #searchform .field,
	.sidebar #searchform .submit {
		padding: 12.5px 20px;
	}		
}


@media (min-width: 768px) and (max-width: 991px) {
	.sidebar #searchform .field,
	.sidebar #searchform .submit {
		padding: 15px 25px;
	}	
}


@media (min-width: 992px) {
	.sidebar #searchform .field,
	.sidebar #searchform .submit {
		padding: 17.5px 30px;
	}
	
	.sidebar #searchform .submit:hover {
		opacity: .7;
	}
}








/* Sidebar Tags */

.sidebar .widget_tag_cloud .widget-title {
	display: none !important;
}

.sidebar .widget_tag_cloud {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}

.sidebar .widget_tag_cloud a {
	display: inline-block !important;
	border: none !important;
}

.sidebar .widget_tag_cloud a {
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 2.5px;
	border: 1px solid rgba(0,0,0,.1); 
	margin-right: 12.5px; margin-bottom: 12.5px;
	display: inline-block;
	transition: all ease-in-out .2s;
	color: #fff;
	background: #08cbff;
	font-family: SVN-Gilroy;
	
}



@media (min-width: 992px) {
	.sidebar .widget_tag_cloud a:hover {
		background: #302c51;
	}
}






.post-footer .cat-links {
	display: none;
}






/* Post Footer | Comment */

.comments-area {
	background: #fff;
}

.comments-area .form-group label {
	margin-bottom: 5px;
}



@media (max-width: 991px) {
	.comments-area {
		padding: 20px 7%;
	}
	.comments-area .form-submit {
		margin-top: 15px;
	}
	.comments-area .form-group {
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	.comments-area {
		padding: 25px 6%;
		margin-top: 40px;
		box-shadow: 0px 5px 20px rgba(0,0,0,.15);
	}		
	.comments-area .form-submit {
		margin-top: 20px;
	}
	.comments-area .form-group {
		margin-bottom: 20px;
	}
}



/* Edit Link for Admin */
.edit-link { display: block;}
.post-edit-link { color: rgba(0,0,0,.3)}


@media (max-width: 991px) {
	.edit-link {
		margin: 10px 7%;
	}
}

@media (min-width: 992px) {
	.edit-link {
		margin: 15px 6%;
	}
	.post-edit-link:hover { color: rgba(0,0,0,.6)}
}










/* Single Footer | Tags */

.single .single-footer-tags {
	background: #fff;
	margin-top: 40px;
	border: 1px solid #e1e1e1;
	box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}


.single .single-footer-tags a {
	text-transform: uppercase;
	font-size: 14px;
	color: #302c51;
	transition: all ease-in-out .3s;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.single .single-footer-tags a:last-child {
	margin-right: 0;
}









@media (max-width: 991px) {
	.single .single-footer-tags {
		padding: 35px 7% 25px 7%;
	}
}

@media (min-width: 992px) {
	.single .single-footer-tags {		
		padding: 40px 6% 30px 6%;
	}	
	
	.single .single-footer-tags a:hover {
		background: #302c51;
		color: #fff;
		border-color: #302c51;
	}
}










.single-post .main-header,
.single-project .main-header,
.archive .main-header,
.single-maytech_testimonials .main-header{
	position: relative;
	
}

.single-post .main-header,
.single-project .main-header,
.archive .main-header,
.single-maytech_testimonials .main-header{
	/*position: relative;*/
	
}

.single-post .main-content,
.single-project .main-content,
.archive .main-content,
.single-maytech_testimonials .main-content{	
    background: #f6f6f6;
    border-top: 1px solid rgba(0,0,0,.1);
}




@media (max-width: 991px) {
	.single-post .post-area,
	.single-project .post-area,
	.single-maytech_testimonials .post-area {
		width: 100%;
		padding-top: 0;
	}
}



/* Testimonial */

.article-testimonial {
	background: #fff;
	text-align: center; 
	box-shadow: 0px 5px 15px rgba(0,0,0,.15); 	
	display: block;
}




.testi-img {
	width: 100px;
	border-radius: 100px;
	margin-left: auto;
	margin-right: auto;
}

.testi-name {
    font-weight: 700;
    color: #302c51;
    margin-bottom: 5px;
}

.testi-dscr {
	text-transform: uppercase;
	color: #00bfff;
	font-weight: 600;
	border-bottom: 1px solid #c4c4c4;
	display: inline-block;
}

.testi-content p {
	color: #9595b5;
	margin-bottom: 0
}

.testi-rating { color: #00bfff; }


@media (max-width: 991px) {
	.testi {
		padding: 45px 30px; 
		margin-left: 10px; 
		margin-right: 10px;
	}
	.testi-img {margin-bottom: 20px}
	.testi-name {font-size: 18px}	
	.testi-dscr {font-size: 15px; padding-bottom: 20px; margin-bottom: 20px}
	.testi-content {margin-bottom: 20px}
}


@media (min-width: 992px) {
	.testi {
		padding: 60px 40px; 
		margin-left: 20px; 
		margin-right: 20px;
	}
	.testi-img {margin-bottom: 25px}
	.testi-name {font-size: 20px}
	.testi-dscr {font-size: 16px; padding-bottom: 25px; margin-bottom: 25px}
	.testi-content {margin-bottom: 25px}
}










/* Archive Page */


@media (max-width: 575px) {
	.archive .post-area {
		padding-top: 35px;
	}		
}


@media (min-width: 576px) and (max-width: 767px) {
	.archive .post-area {
		padding-top: 50px;
	}		
}


@media (min-width: 768px) and (max-width: 991px) {
	.archive .post-area {
		padding-top: 65px;
	}		
}

@media (min-width: 992px) {
	.archive .post-area {
		padding-top: 80px;
	}		
}





.archive .tags,
.search-results .tags {
	margin-bottom: 40px;
}

.archive .tags .tag, 
.search-results .tags .tag {
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.1);
	background: #fff;
	transition: all ease-in-out .3s;
}

.archive .tags .tag p,
.search-results .tags .tag p {
	margin-bottom: 0;
	color: rgba(48,44,81,.5) !important;
	padding: 5px 15px;
	transition: all ease-in-out .3s;
	text-transform: uppercase;
}

.archive .tags .active-tag,
.search-results .tags .active-tag {
	background: #f06060;
	border: 1px solid #f06060;
}

.archive .tags .active-tag p,
.search-results .tags .active-tag p {
	color: #fff !important;
}






@media (min-width: 992px) {
	.archive .tags .tag:hover,
	.search-results .tags .tag:hover {
		background: #f06060;
		border: 1px solid #f06060;	
	}

	.archive .tags .tag:hover p,
	.search-results .tags .tag:hover p {
		color: #fff !important;
	}	
}













/*** Post Title ***/

.blog-post {
	transition: all ease-in-out .5s;
	box-shadow: 5px 10px 25px rgba(0,0,0,.1);
}





.blog-post .post-title h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	letter-spacing: -0.5px;
	color: #403C56;
	transition: all ease-in-out .3s;
}




@media (max-width: 575px) {
	.blog-post .post-title { 
		margin-bottom: 15px;
	} 
	.blog-post .btn-read-more {
		display: none;
	}
} 

@media (min-width: 576px) and (max-width: 991px) {
	.blog-post .post-title { 
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		height: 56px;
		display: -webkit-box;
		-webkit-box-orient: vertical;		
		margin-bottom: 10px;		
	} 		
}

@media (min-width: 992px) {
	.blog-post .post-title { 
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		height: 60px;
		display: -webkit-box;
		-webkit-box-orient: vertical;		
		margin-bottom: 10px;
	} 
}








/*** Post Excerpt ***/

.blog-post .post-excerpt {
	color: #9595B5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;	
}

.blog-post .post-excerpt p {
	margin-bottom: 0px;
}


@media (max-width: 575px) {
	.blog-post .post-excerpt {
		margin-bottom: 0px;		
	} 
	.blog .post-excerpt {
		margin-bottom: 20px;		
	} 
} 

@media (min-width: 576px) and (max-width: 991px) {
	.blog-post .post-excerpt {
		margin-bottom: 15px;		
	} 		
}

@media (min-width: 992px) {
	.blog-post .post-excerpt {
		margin-bottom: 20px;			
	} 
}









/*** Post Featured Image ***/

/*
.blog-post .post-featured-image:after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);	
	opacity: 0;
	transition: all ease-in-out .3s;
}

.blog-post:hover .post-featured-image:after {
	opacity: 1;
}

.post-featured-image {
	position: relative;
}
*/

.blog-post .post-featured-image {
    position: relative;
    background: #000;
    overflow: hidden;
}

.blog-post .post-featured-image:after {
    content: "";
    display: block;
	padding-top: 66.6%;
}

.blog-post .post-featured-image img {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease-in-out .5s;
}





/*** Post Article ***/


.btn-read-more {
	display: block;
	padding: 5px 0;
}

.btn-read-more .label {
	font-weight: 500;
	letter-spacing: -0.5px;
	/*color: #403C56;*/
	color: rgba(64,60,86,.4);
	margin-right: 10px;
	transition: all ease-in-out .3s;
}

.btn-read-more .icon:after {
	font-family: ElegantIcons;
	content: "\24";
	color: rgba(64,60,86,.4);
	transition: all ease-in-out .3s;
}





/* Hover */



@media (min-width: 992px) {

	.blog-post:hover .btn-read-more .label {
		color: rgba(64,60,86,1);
		margin-right: 12px;
	}

	.blog-post:hover .btn-read-more .icon:after {
		color: rgba(64,60,86,1);
	}

	.blog-post:hover .post-title h2 {
		color: #34C4F3;
	}
} 





.blog-post .post-body {
	background: #fff;
	padding: 35px 25px;
}



/*** Post Article ***/


@media (min-width: 992px) {
	.blog-post:hover{
		transform: translateY(-15px);
		box-shadow: 5px 15px 30px rgba(0,0,0,.2);
	}
}



@media (max-width: 575px) {
	.blog-post {
		margin-bottom: 50px;
	}		
	.blog-post:last-child {
		margin-bottom: 0;
	}	
}


@media (min-width: 576px) and (max-width: 991px) {
	.blog-post {
		float: left;
	}	
	
	.blog-post {
		width: 47.25%;
		margin-right: 5.5%;
		margin-bottom: 60px;
	}
	.blog-post:nth-child(2n) {
		margin-right: 0;
	}
	.blog-post:last-child {
		margin-bottom: 0;
	}
}


@media (min-width: 992px) {
	.blog-post {
		float: left;
	}		
	.blog-post {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 70px;
	}	
	
	.blog-post:nth-child(3n){
		margin-right: 0;
	}
} 






/* Back to Top */

.back-to-top {
	position: fixed;
	top: 92vh; right: 1vw;
	z-index: 1000000;
	transition: all ease-in-out .3s;
}

.back-to-top .fa {
	color: white;
	background: rgba(0,0,0,.1);
	transition: all ease-in-out .3s;
	padding: 7.5px 10px 
}





@media (max-width: 991px) {
	.back-to-top .fa {	font-size: 18px; }
}


@media (min-width: 992px) {
	.back-to-top .fa {	font-size: 20px; }
	
	.back-to-top:hover .fa {
		background: rgba(0,0,0,.2);
	}


}









/* Section Heading */

.st-heading {
	font-weight: 500;
}



@media (max-width: 575px) {
	.st-heading  {
		margin-bottom: 50px;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	.st-heading  {
		margin-bottom: 60px;
	}
}


@media (min-width: 768px) {
	.st-heading  {
		margin-bottom: 70px;
	}
}





/* Custom H2 for Medium & Small Size*/


.small-h2,
.medium-h2 {
	/*
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	letter-spacing: -0.5px;
	*/
	font-weight: 600;
	transition: all ease-in-out .3s;	
}


@media (max-width: 991px) {	
	.medium-h2 {
		font-size: 18px;
	}
}


@media (min-width: 992px) {
	.medium-h2 {
		font-size: 20px;
	}

}





.decors {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 0;
}

.decor-wrapper {
	position: absolute;
	height: auto;
	transition: all ease-in-out 1s;
}

.decor-wrapper img {
	transition: all ease-in-out 2s;
}







.heading h2, 
.heading p {
	margin-left: auto;
	margin-right: auto;
}

.heading h2 {
	text-align: center;
	font-weight: 600;
}

.heading p {
	max-width: 580px;
	text-align: center;
}



@media (max-width: 575px) {
	.heading {
		padding-bottom: 30px;
	}
}


@media (min-width: 576px) and (max-width: 767px) {
	.heading {
		padding-bottom: 40px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.heading {
		padding-bottom: 50px;
	}
}


@media (min-width: 992px) {
	.heading {
		padding-bottom: 60px;
	}
}











@media (max-width: 575px) {

}


@media (min-width: 576px) and (max-width: 767px) {
	
}


@media (min-width: 768px) and (max-width: 991px) {
	
}


@media (min-width: 992px) and (max-width: 1199px) {
	
}


@media (min-width: 1200px) and (max-width: 1399px) {
	
}


@media (min-width: 1400px) {
	
}

/* MT Table Price CSS*/
@media (min-width: 1281px) {
	.mt-price section{
		display: flex;
	}
}
.mt-price section{
	padding: 35px 0;
}
.card{
  position: relative;
  max-width: 280px;
  height: 66em;
  background: linear-gradient(-45deg,#fe0847,#feae3f);
  border-radius: 15px;
  margin: 20px auto;
  padding: 40px 20px 0;
  -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
-webkit-transition: .5s;
transition: .5s;
}
.page-id-7404 .card{
  max-width: 350px;
  height: 60em;
}
.page-id-7404 .section-content .row-1, .page-id-7404 .section-content .row-2,
.page-id-7404 .section-content .row-3, .page-id-7404 .section-content .row-4 {
	display: none !important;
}
.card:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.col-sm-3:nth-child(1) .card ,
.col-sm-3:nth-child(1) .card .title .fa,
.col-sm-4:nth-child(1) .card ,
.col-sm-4:nth-child(1) .card .title .fa{
  background: linear-gradient(-45deg,#f403d1,#64b5f6);

}
.col-sm-3:nth-child(2) .card,
.col-sm-3:nth-child(2) .card .title .fa,
.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa{
  background: linear-gradient(-45deg,#ffec61,#f321d7);

}
.col-sm-3:nth-child(3) .card,
.col-sm-3:nth-child(3) .card .title .fa,
.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fa{
  background: linear-gradient(-45deg,#24ff72,#9a4eff);

}
.col-sm-3:nth-child(4) .card,
.col-sm-3:nth-child(4) .card .title .fa{
	background: linear-gradient(-45deg,#fe0847,#feae3f);
}
.card::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
z-index: 1;
-webkit-transform: skewY(-5deg) scale(1);
        transform: skewY(-5deg) scale(1);
}
.title .fa{
  color:#fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius:  50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;

}
.mt-price .title h2 {
  position: relative;
  margin: 20px  0 0;
  padding: 0;
  color: #fff !important;
  font-size: 20px !important;
 z-index: 2;
}
.mt-price .title h2 {
    border-bottom: none !important;
}
.price,.option{
  position: relative;
  z-index: 2;
}
.mt-price .price h4 {
margin: 0;
padding: 0 0 20px;
color: #fff !important;
font-size: 30px;
}
.option ul {
  margin: 0;
  padding: 0;

}
.option ul li {
margin: 0 0 10px;
padding: 0;
list-style: none;
color: #fff;
font-size: 16px;
}
.mt-price .mt-dang-ky {
	margin-top: auto;
}
.mt-dang-ky {
    display: flex;
    flex-wrap: wrap;
}
.card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color : black;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0 ;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

}
.card a:hover{
    text-decoration: none;
}
.mt-checkout {
    color: #fff;
    font-size: 13px;
	padding: 20px 0;
}

#st-contact-form{
	padding-top: 80px;
}
.zbtn.zbtn-normal.welcome.text-welcome {
    display: none !important;
}

/*** -------------------------------------tab-------------------------------- ***/


