body{font-family: 'Roboto', sans-serif; font-size:20px; color:#000; line-height:29px; margin:0px; overflow-x: hidden;font-weight:300;}

html, body{overflow-x:hidden;}

p {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:20px; 
	color:#000; 
	line-height:29px;
} 

h1,h2,h3,h4,h5,h6{color: #000; font-family: 'Roboto', sans-serif; font-weight:700;}
a,input{font-family: 'Roboto', sans-serif;}
a,div,input,button{outline: none;font-family: 'Roboto', sans-serif;border: 0px;}

a{color:#3caddd; }
a:hover{color:#2e2731;}
h2 {
	position: relative;
	color: #509e90;
	font-size: 58px;
	font-weight: 900;
	padding-bottom: 24px;
	line-height: 62px;
	margin-bottom: 30px;
	text-align: center;
}
h2::before {
	content: "";
	background: url(../img/h2-line.png);
	position: absolute;
	bottom: 0;
	width: 142px;
	height: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-position: center;
  	animation: slide 10s linear infinite;
  	-webkit-animation: slide 10s linear infinite;
	  margin: 0 auto;
	  border-radius: 20px;
}
@keyframes slide{
	from { background-position: 0 0; }
    to { background-position: -142px 0; }
}

@-webkit-keyframes slide{
	from { background-position: 0 0; }
    to { background-position: -142px 0; }
}

h3 {
	font-size: 38px;
	color: #f26724;
	margin-bottom: 20px;
	font-weight: 500;
}

.grid-container {max-width:1460px;}

input,button{transition:background-color 300ms ease-out 0s;}

.top-address {
	position: absolute;
	right: 14px;
	top: 14px;
}
.top-phone {
	position: absolute;
	right: 14px;
	top: 44px;
	text-align: right;
	display: flex;
	align-items: center;
	gap: 14px;
}

.top-address p{font-weight:500;}
.top-phone span{display:block;font-size:18px;color:#2e2731;font-weight:400;display:flex;}

.top-phone a .fa {
	font-size: 32px;
	color: #000;
	font-weight: normal;
	margin-right: 0;
	position: relative;
	top: -2px;
	width: auto;
	height: auto;
	text-align: center;
	left: 15px;
}

.btn-quote.scroll-down.top-ph .btn-arrow {
	padding-top: 16px;
}

.top-phone span a .fa.fa-envelope {
	font-size: 22px;
	margin-right: 7px;
}

span.btn-arrow {
	position: absolute;
	width: 52px;
	height: 55px;
	top: 1px;
	right: 1px;
	text-align: center;
	background: url(../img/btn-bg.png) no-repeat;
}

span.btn-arrow img {
	width: 19px;
	height: 25px;
	margin: 15px auto 0px;
	position: relative;
	left: 3px;
}

.nav-outer {padding:0 0.9375rem;max-width: 1446px;margin: 0 auto;position: relative;z-index: 1;left: 0;right: 0;}
.top-header-links {position: absolute;max-width:  80rem;margin: 0 auto;left: 0;right: 0;text-align: right; top: 10px; 
	padding-right: 14px;}
.is-drilldown {position: relative;overflow: visible !important;min-height: auto !important;}
.top-bar{background: transparent;padding: 0;}
.drilldown a {background:#000;}
.dropdown.menu > li > a{font-family: 'Roboto', sans-serif; font-weight: 500; font-size:16px; padding:0; color:#fff; 
	position: relative;}
.dropdown.menu > li > a:hover{color:#ff6000;}
.top-bar-right ul {float: right;background: transparent;margin-top: 51px;margin-right: 0;text-align: center;position: absolute;
	left: 40px;right: 0;display: block;}

.logo {float: left;}

.dropdown.menu > li {margin:0 12px; display: inline-block;}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {border: inset 0;}
.dropdown.menu > li > a:before{top: 1.5px;}

.dropdown.menu > li.is-active > a { color:#fdb91c; }

.vertical.menu.submenu {background: #000;border: 0;padding-bottom: 16px;padding-top: 16px;}
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {right: auto;left: 0;}
.vertical.menu.submenu a{font-size:18px; text-transform:uppercase; color:#fff; padding-left: 19px;}
.vertical.menu.submenu a:hover{color:#fdb91c; background: transparent;}
.dropdown.menu > li.is-dropdown-submenu-parent > a {padding-right: 0 !important;}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {display: none;}
.vertical.menu.submenu a {background: transparent !important; padding-bottom:10px; position: relative;}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {display: none;}
.is-dropdown-submenu {min-width:295px;}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {right: 0;left: 100%;}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {display: none;}
.dropdown.menu > li:nth-child(1) a::before{content: "";}


.vertical.menu.submenu > li.is-submenu-item li:nth-child(1) > a:before{content:""; background:url("../img/icon-sub-menu-7.html") no-repeat; width: 18px; height: 18px; position: absolute; left: -5px;}
.vertical.menu.submenu > li.is-submenu-item li:nth-child(2) > a:before{content:""; background:url("../img/icon-sub-menu-6.html") no-repeat; width: 18px; height: 18px; position: absolute; left: -5px;}

.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {right: auto;left: 0;}
.is-dropdown-submenu > li {position: relative;padding-left: 16px;}

.main-header {
	position: relative;
	margin-top: 114px;
}

.header-outer{position:relative;}

.header {
	min-height:960px;
	background-position: center bottom !important;
}
.header{background-position:center; background-repeat: no-repeat; width:100%;opacity:.30;} 
.get-quote-btn{padding:19px 35px 19px;text-align:center; font-size:30px; background:#ffba1a; border-radius:50px; font-weight: 700;
	color:#fff; margin:26px 0 0; transition:background-color 300ms ease-out 0s; display:inline-block; 
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);}   
.get-quote-btn:hover{background: #000;}
.slide-content{max-width:100%; color: #fff;}
.header h1 {color:#000;font-size:41px; font-family: 'Poppins', sans-serif; margin:0 auto 10px; line-height:51px;
padding: 0px; font-weight:600; }
.header h1 img {float: left;position: relative;top: 11px;margin-right: 9px;}
.slide-text {float: left;max-width: 510px; margin-top: 110px;}

.slide-pic {float: right;margin-right: 110px;margin-top:20px;position: relative;z-index: 9999999;}
.slider.single-item{margin-top:0; height:100%; margin:0px;background: #000;}

.inner-header-form {
	float: right;
	width: 434px;
	margin-top: 46px;
	position: relative;
}
.right-contact-form {
	width: 100%;
	background: #fff;
	padding: 30px 25px;
	position: relative;
	border-radius: 20px;
}
.right-contact-form h2 {
	font-size: 34px;
	color: #32b4a8;
	margin-bottom: 12px;
	text-align: left;
	font-weight: 900;
	padding-bottom: 0;
	line-height: 30px;
	text-align: center;
}
.right-contact-form p {
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto 20px;
}
.right-contact-form h2:before{content:""; display: none;}
.right-contact-form input {
	height: 53px;
	background: #f7f7f5;
	margin-bottom: 10px;
	font-size: 18px;
	border-radius: 5px;
	padding-left: 18px;
	border: 0;
	box-shadow: 0 0 0 !important;
	margin-bottom: 8px;
	font-weight: 300;
}
.right-contact-form input:focus{box-shadow: 0 0 0 !important;border: 0 !important;background:#f7f7f5; border: 0 #ccc solid !important;}
.right-contact-form textarea {
	height: 150px;
	box-shadow: 0 0 0 0;
	box-shadow: inset 0 0 0 0;
	background: #f7f7f5;
	border: 0 !important;
	border: 0px;
	padding-left: 19px;
	font-size: 18px;
	margin-bottom: 12px;
	border-radius: 5px;
	padding-top: 16px;
	font-weight: 300;
}
.right-contact-form input[type="submit"] {
	background: #ffc8b4;
	border: 0px;
	padding: 13px 0px 12px;
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000;
	height: auto;
	border-radius: 50px;
	box-shadow: 0 0 0 !important;
	font-family: 'Roboto', sans-serif;
	margin-top: 11px;
}
.right-contact-form input[type="submit"]:hover{background:#b96fa5; color: #fff; }

.header-content-section {position: absolute;left: 0;right: 0; z-index: 1; top:254px; }
.header-content-box h1 {
	color: #fff;
	font-size: 52px;
	font-weight: 700;
	line-height: 66px;
	margin-bottom: 20px;
	text-align: left;
}
.header-content-box p {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 32px;
	padding-right: 50px;
}
.header-content-box ul{margin: 0px; list-style: none;}
.header-content-box li {
	color: #fff;
	position: relative;
	font-size: 20px;
	margin-bottom: 12px;
	padding-left: 30px;
	text-align: left;
	line-height: 34px;
	font-weight: 400;
}
.header-content-box li:before {
	content:"";
	position: absolute;
	left: 0;
	top:7px;
	background:url(../img/tick.png) no-repeat;
	width: 22px;
	height: 22px;
}
.header-content-box {
	width: 61%;
	float: left;
	margin-top: 40px;
	position: relative;
}
.header-content-section .btn-quote.scroll-down.top-ph {
	margin-top: 18px;
}
.header-content-section .btn-quote.scroll-down.top-ph .fa.fa-phone {
	font-size: 22px;
	color: #804099;
	font-weight: normal;
	margin-right: 0;
	position: relative;
	top: -8px;
	width: 39px;
	height: auto;
	text-align: center;
	transition: all 0.5s linear;
}
.header-content-section .btn-quote.scroll-down.top-ph:hover .fa.fa-phone{color:#000;transition: all 0.5s linear;}

.waves{width:100%;position:absolute;bottom:0;left:0;}
.wave1 {
	height: 150px;
	background: url("../img/banner-bottom.png") repeat-x;
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	left: 0;
}

.services-sec {
	padding: 260px 0 120px;
	position:relative ;
}
.services-sec h2 {
	text-align: left;
}
.services-sec h2::before{right: auto;}

.about-section .cell.medium-7 {
	padding-left: 50px;
}
.about-section.white-bg-color .about-content {
	padding-left: 30px;
}
.about-section .cell.medium-6 {
	position: relative;
}
.pic-box-small {
	position: absolute;
	top: 38%;
	right: 50px;
	transform: translateY(0);
}
.pic-box-small img {
	border-radius: 50px;
	border-top-left-radius: 0;
}
.pic-box img {
	border-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 0;
}
.pic-box {position: relative;}
.video-play-btn {
	background: #fbc8bf;
	width: 222px;
	height: 222px;
	border-radius: 100%;
	position: absolute;
	bottom: auto;
	right: 103px;
	text-align: center;
	transition: all ease 0.5s;
	top: 80px;
	z-index: -1;
	animation: pulse 1.2s infinite;
}


.video-play-btn:hover .fa{color: #822ea3; transition: all ease 0.5s;}

.get-quote-section {
	padding:0;
	position: relative;
	background-size: cover;
	background: #95bf5c;
	margin-top: 90px ;
	z-index: 1;
}

.get-quote-section h2{
	margin-bottom:20px;
	color: #fff;
}
.get-quote-section h3 {
	color: #fff;
	/* max-width: 410px; */
	text-align: center;
	margin: 0 auto 40px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}
.get-quote-section p{
	line-height: 24px;
	margin-bottom: 27px;
}
.get-quote-section input {
	height: 60px;
	padding-left: 14px;
	margin-bottom: 22px;
	background: #fff;
	border-radius: 5px;
	border: 0;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 0 0;
	box-shadow: 0 0 7px rgba(0,0,0,.3);
}
.get-quote-section input:focus{background: #f2f2f2;box-shadow: 0 0 0;border: 0px;box-shadow: 0 0 7px rgba(0,0,0,.3);}
.get-quote-section textarea {
	height: 170px;
	padding-left: 14px;
	background: #fff;
	box-shadow: 0 0 0;
	border-radius: 5px;
	border: 0;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	padding-top: 14px;
	box-shadow: 0 0 0;
	box-shadow: 0 0 7px rgba(0,0,0,.3);
}
.get-quote-left{margin-right:80px;}
.get-quote-section .grid-container {
	z-index: 1;
	position: relative;
	/*transform: rotate(3deg);*/
}
.get-quote-section .cell.large-7.contact-map{padding-right:0;}

.captcha, .submitbtn{display: inline-block;vertical-align: top;}
.submitbtn {
	display: block;
	clear: both;
	width: 165px;
	padding: 0px;
	margin: 20px auto 0;
}
.submitbtn input[type="submit"] {
	background: #000;
	border: 0px;
	padding: 17px 0px 15px;
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	height: auto;
	border-radius: 50px;
	box-shadow: 0 0 0 !important;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
.submitbtn input[type="submit"]:hover{background:#6ce4ca; color:#000; }

.footer-bottom {
	background:#fff;
	padding:20px 0 12px;
	position:relative;
}

.copy a{color:#000;}
.copy a:hover{color:#804099;}
.map-section iframe{display:block;}
.footer-logo{text-align:right;}
.footer-bottom .copy {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-bottom .copy a {
	text-decoration: underline;
}
.copy p {
	padding-top:0;
	margin:0;
	font-size:16px;
	font-weight: 400;
  }
  
  .footer-logo img {
	  width: 130px;
  }
  

.address-box{max-width:332px;}
.address-box h3{
	color: #fff;
	font-size: 32px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.address-box p{color: #fff;}

.fa-ul{color: #fff; margin: 0px 0 0 22px;}
.fa-ul li{color: #fff; font-size: 17px; margin-bottom:20px; padding-left:30px; line-height:22px;}
.fa-ul li a{color: #fff;}
.fa-ul li a:hover{color:#ed1c24;}
.fa-iconphone{content:""; background: url(../img/icon-phone.png) no-repeat; width: 17px; height: 14px; position: absolute;
left: -10px;}

.map-section{position:relative;background:#23276b;}
.map-section .grid-container{max-width:100%;padding:0px;}

.map-left{display:flex; justify-content:center; align-items:center; background:#23276b;}
.map-right{padding:0px !important;}

.map-left{display: flex; justify-content: center; align-items: center;}
.address-box ul { width: 318px; text-align: left; margin: 0px;}
.address-box ul .fa-li {left:0px; width:16px; top:3px;}

.fa-ul li:last-child .fa-li.fa.fa-calendar {
	top: 2px;
	font-size: 16px;
}

.nav-outer-main.stickymenu {left: 0;right: 0;z-index: 9999999;/*position: fixed;*/top: 0;width: 100%;background: #fff;}


.nav-outer-main.stickymenu {box-shadow: 0px 3px 5px rgba(0,0,0,0.1);}
.nav-outer-main {
	position: fixed;
	z-index: 111;
	right: 0;
	left: 0;
	background: #fff;
	top: 0;
	height: 140px;
}
.reveal {
	width: 700px;
	max-width: 75rem;
	border: 0;
	height: 640px;
}

.reveal h2 {
	text-align: center;
	color: #000;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 27px;
	margin-top: 13px;
}


.header-inner{min-height: auto; padding:15% 0; background-size: cover !important;}
.header-outer-inner:before{display: none;}

.header-inner h1 {
	color: #fff;
	font-size: 60px;
	margin-bottom: 30px;
}
.header-inner p{color: #fff;}

.thankyou{position: relative; z-index: 222;}

.main-header-inner:before{display: none;}

.get-quote-section .form-captcha { display: inline-block; /*position: absolute; bottom: 20px; left: 0; right: 0;*/}


.why-choose-box:hover .why-choose-box-content {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.why-choose-box-content{
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 0.5s linear;
	-webkit-transform-style: preserve-3d;
}

.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background:#eef4ff; 
	padding:18px 18px 0; 
	height:100%;
}

.face.back-flip {
	display: block;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	box-sizing: border-box;
	background-color: #042565;
	position:relative;
	display: flex;
justify-content: center;
align-items: center;
}

.about-section li .face.back-flip p {
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	color: #fff;
	line-height: 22px;
}

.about-section li{width:19.7%;vertical-align:top;}

.brand-section ul{text-align: center;}
.brand-section li{margin:0 0 34px;width:24%;}
 
.mid-section {padding: 100px 0 120px;}
.mid-section h2{margin-bottom:56px;}
.mid-section h3 {
	color: #fff;
	font-size: 26px;
	margin: 22px 0 17px;
	text-align: center;
}
.content-box {
	height: 100%;
	padding: 60px 20px 20px;
	background: #3dbdf1;
	text-align: center;
	position: relative;
}
.content-box:hover img{animation: swing .6s infinite;}

.content-box::before {
	content: "";
	background: url(../img/pic-top.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	width: 100%;
	padding-bottom: 80px;
	position: absolute;
	background-size: cover;
	transition: ease .5s;
	background-position: top;
	top: -1px;
	left: 0;
}
.mid-section p {
	padding: 0;
	text-align: center;
	color: #fff;
}
  
.about-content{top:50%;transform:translateY(-50%);position:relative;}

.fancybox-overlay-fixed{background:rgba(0,0,0,.85) !important;}
.map-section{overflow:hidden;}

.right-contact-form .form-captcha{text-align:center;}
.right-contact-form .form-captcha #RecaptchaField1{display: block;margin: 0 auto;width: 304px;}

.header.header-inner {
	height: 100vh;
}
a.btn-quote {
	background: #ffc8b4;
	color: #000;
	padding:15px 69px 14px 29px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	transition: all 0.5s linear;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom-right-radius: 0;
}
a.btn-quote:hover{background: #b96fa5; color: #fff;}


a.btn-quote.socialicons {
	border-bottom-right-radius: 50px;
	padding: 15px 40px 14px 40px;
	background: #6ce4ca;
}
a.btn-quote.socialicons:hover{background: #b96fa5; color: #fff;}


.btn-quote.scroll-down.top-ph {
	background:#6ce4ca;
}

.btn-quote.scroll-down.top-ph:hover {
	background: #b96fa5;
	transition: all 0.5s linear;
	color: #fff;
}

.btn-quote.scroll-down.top-ph:hover .fa{color: #000;}

.header-content-section a.btn-quote{animation:swing 0s infinite;}
.header-content-section.privacy-banner-content .header-content-box {
	width: 100%;
	text-align: center;
	margin: 0;
}
.header-content-section.privacy-banner-content h1 {
	text-align: center;
	margin: 0;
}
.main-header.privacy-banner .header {
	min-height: auto;
	padding: 10% 0;
}
.privacy-banner-main{position: relative;}
.privacy-banner-main .header-content-section.privacy-banner-content {
	top: 50%;
	transform: translateY(-50%);
}
.privacy-section-main-content {
	padding: 70px 0;
}
.privacy-section-main-content h3 {
	margin: 14px 0;
	font-weight: 700;
}
.content-box img {
	height: 120px;
}
.get-quote-section p a{
	color:#3caddd;
}
.get-quote-section p a:hover{
color:#2e2731;
}

.about-section.grey-bg-color::before {
	/*content: "";*/
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
.about-section.grey-bg-color {
	background-size: cover !important;
	background-position: center !important;
	position: relative !important;
	padding: 0;
}
.about-section.grey-bg-color p {
	color: #fff;
}
.about-section.grey-bg-color .pic-box {
	margin-top: -46px;
}
.get-quote-section.white-bg-color.privacy-contact-section h2{color:#fff;}
.get-quote-section.white-bg-color.privacy-contact-section p{color:#fff;}
.get-quote-section.white-bg-color.privacy-contact-section a{color:#fff;}
.get-quote-section.white-bg-color.privacy-contact-section a:hover{color:#3caddd;}
.about-section.grey-bg-color h3 {
	color: #fff;
	padding-bottom: 20px;
}
.about-content a.btn-quote {
	margin-top: 26px;
}
.about-content a.btn-quote:hover{color: #fff;}


.slick-dots li button::before {
	border: 0px #ffc6bb solid !important;
	background: #ffc6bb !important;
}
.slick-dots li.slick-active button::before{border:0px #96c786 solid !important;border-radius:50%;
	background:#96c786 !important;}


.about-section.grey-bg-color img{width:auto;float:right;}


.header-outer.header-outer-inner{position:relative;}

.thankyou {
	max-width: 1420px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	padding: 0 20px;
}
.thankyou h1, .thankyou p{color: #fff;}
.header.header-inner{opacity:.45;}

.our-services-content p {
	max-width: 762px;
	margin: 0 auto;
	text-align: center;
}
.our-services-sec h3{text-align: center;}

.our-services-sec .grid-container {
	max-width:1490px;
}
.service-box-outer {
	display: flex;
	flex-wrap: wrap;
	gap: 2.8%;
	padding-top: 40px;
}
.service-box {
	text-align: center;
	background-size: 100% 100% !important;
	padding: 0 26px;
	margin-bottom: 60px;
	transition: all 0.5s linear;
}

.our-services-sec.programs-sec-main .service-box:hover {
	transform: scale(1.1);
	transition: all 0.5s linear;
}

.service-box-inner {
	box-shadow:0 0 10px rgba(0,0,0,.22);
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	position: relative;
}

.child-date {
	background: #fff;
	width: 144px;
	display: inline-block;
	padding: 5px 0;
	border-radius: 50px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: 500;
	font-size: 20px;
	transition: all 0.5s linear;
}
.our-services-sec.programs-sec-main .service-box:hover .child-date {
	background:#ffde11;
	color: #000;
	transition: all 0.5s linear;
}


.gallery-content span {
	display: block;
	text-align: center;
}
.gallery-content span a {
	display: block;
	text-align: center;
}
.gallery-content span img {
	margin: 0 auto;
	opacity: 1 !important;
	transition: all 0.3s linear;
}

.service-box p {
	margin-bottom: 0;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
}

.testimonial-sec {
	padding:110px 0 290px;
	text-align: center;
	margin-top: 40px;
	position: relative;
	background: #f2f2f2;
	display: none;
}

.testimonial-sec::before{content:""; background:url(../img/testimonial-bottom.png) no-repeat; height:256px; width:100%;
position: absolute; bottom: 0; left: 0; right: 0;}

.testimonial-sec h3 {
	color: #741799;
	margin-top: 20px;
	font-size: 26px;
	text-transform: uppercase;
}
.testimonial-box {
	background: #fff;
	border-radius: 20px;
	padding: 0 35px 25px;
	box-shadow: 0 0 8px rgba(0,0,0,.22);
	position: relative;
	height: 100%;
}
.quote-icon {
	position: absolute;
	left: 18px;
	top: 18px;
}
.testimonial-sec .slick-track {
	padding: 60px 0 30px;
}
.testimonial-box p {
	position: relative;
	line-height: 26px;
	font-size: 18px;
	line-height: 28px;
}
.testimonial-sec .slick-slide {
	padding: 0 16px;
}
.author {
	text-align: center;
	margin: 0 40px;
}

.author h6 {
	margin: 0;
	color: #362c27;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.testimonial-sec .slick-list {
	display: flex;
}
.testimonial-sec .slick-track {
	display: flex;
}
.tedti-logo {
	width: 100%;
	display: flex;
	text-align: center;
	gap: 20px;
	justify-content: center;
	position: absolute;
	bottom: 36px;
}
.author-pic {
	display: inline-block;
	box-shadow: 0 0 8px rgba(0,0,0,.22);
	border-radius: 100%;
	border: 3px #fff solid;
	margin-top: -50px;
}
.author-pic img {
	border-radius: 100%;
}



.gallery-box {
	position: relative;
}

.gallery-pic img{width:100%;}
.gallery-sec .slick-track {
	padding-top: 10px;
}
.gallery-pic {
	border-radius:100%;
	overflow:hidden;
	position:relative;
}
.gallery-box{position:relative;}
.gallery-box:before {
	background: rgba(0,0,0,.72);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 100%;
	opacity: 0;
	transition: all 0.3s linear;
	z-index:1;
}
.gallery-box:hover:before {
  opacity: 1;
  transition: all 0.3s linear;
}
.gallery-content h3 {
	text-align: center;
	font-size: 46px;
	line-height: 50px;
	color: #fff;
}
.gallery-content {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s linear;
	z-index:4;
}
.gallery-box:hover .gallery-content {
	opacity: 1;
	transition: all 0.3s linear;
}
.gallery-pic img {
	width: 100%;
	opacity: 1;
}
.gallery-sec .large-3.cell {
	padding: 0 24px 48px;
}
.gallery-sec h2 {
	margin-bottom: 32px;
}

.contact-map {
	background: #000;
	transform: rotate(-1.2deg);
	left: -10px;
	width: 120%;
	margin-top: -43px;
	position: relative;
}

.contact-map iframe{display: block; opacity: .7;transition: all 0.5s linear;}
.contact-map:hover iframe {opacity: 1;transition: all 0.5s linear;}

.fancybox-skin {
	border-radius: 30px !important;
	overflow: hidden;
}

.fancybox-close {
	top: 13px !important;
	right: 10px !important;
}

.testimonial-sec .cell.medium-12 {
	position: relative;
}

a.btn-quote:hover .fa{animation:tada 1s infinite;}
a.btn-quote:hover img{animation:swing 1s infinite;}


.gallery-sec .cell.medium-12 {
	position:relative;
}

.gallery-icon {
	position: absolute;
	left: 70px;
	bottom: 150px;
	animation:swing 1s infinite;
}

#contactForm .error {
	text-align: left;
}

.quality-sec {
	padding: 160px 0 256px;
	text-align: center;
	position: relative;
}
.quality-sec::before {
	content: "";
	background: url(../img/quality-top.png) repeat-x;
	height: 67px;
	position: absolute;
	top: 0;
	z-index: 11111;
	width: 100%;
	left: 0;
	right: 0;
}
.quality-sec h2{color: #fff;}
.quality-sec h3 {
	color: #fff;
	font-size: 48px;
	margin-bottom: 30px;
}
.quality-sec p {
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	max-width: 1190px;
	margin: 0 auto 50px;
}

.our-services-sec.why-choose-sec .slick-track {
	padding-top: 10px;
}
.why-choose-sec .service-box {
	padding: 36px 42px;
	margin-bottom: 40px;
	background: #fff;
	border-radius: 24px;
	border-top-left-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.our-services-sec.why-choose-sec .service-box-inner {
	text-align: left;
	box-shadow: 0 0 0;
	margin-top: 16px;
}
.our-services-sec.why-choose-sec .service-box-inner h4 {
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color:#b96fa5;
	margin-bottom: 16px;
}
.our-services-sec.why-choose-sec .service-box-outer {
	padding-top: 0;
}

.why-choose-sec .service-box img {
	border-radius: 30px;
	border-top-left-radius: 0;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.our-services-sec.why-choose-sec {
	padding:210px 0 0;
	position: relative;
	background:url(../img/pink-bg.jpg) repeat;
}

.our-services-sec.why-choose-sec::before {
	content: "";
	background: url(../img/why-choose-top.png) no-repeat;
	width: 100%;
	height: 161px;
	position: absolute;
	top: 0;
	background-size: 100% 100%;
}

.our-services-sec.why-choose-sec::after {
	content: "";
	background: url(../img/why-choose-bottom.png) no-repeat;
	width: 100%;
	height: 161px;
	position: absolute;
	bottom: -160px;
	background-size: 100% 100%;
	z-index: 1;
}

.our-services-sec.why-choose-sec .grid-container {
	max-width: 1460px;
}
.our-services-sec.why-choose-sec h2 {
	color: #fff;
	margin-bottom: 50px;
}
.approach-section {
	background: #741799;
	padding:90px 0 40px;
	position: relative;
}

.approach-section::before {
	content: "";
	background: url(../img/approach-bottom.png) no-repeat;
	height: 207px;
	width: 100%;
	position: absolute;
	bottom: -190px;
	background-size: 100% 100%;
	left: 0;
}
.cell.medium-6.approach-right {
	margin-bottom: -240px;
	z-index: 1;
}
.approach-content h2 {
	color: #fff;
	text-align: left;
	line-height: 90px;
	margin-bottom: 34px;
}
.approach-content h2::before{left: 0; right: auto;}
.approach-content p {
	color: #fff;
	font-size: 25px;
	line-height: 36px;
	margin-bottom: 40px;
}
.approach-pic img {
	float:right ;
}
.approach-content {
	position: relative;
	top: 65%;
	transform: translateY(-50%);
}

.our-services-sec {
	padding:270px 0 140px;
}

.slide-text-all-outer {
	background: #ffde11;
	padding: 28px 0 36px;
	transform: rotate(-3deg);
	z-index: 22;
	margin-bottom: -60px;
	position: relative;
}
.slide-text-all-outer::before {
	content: "";
	background: url(../img/slide-top.png) repeat-x;
	position: absolute;
	top: -20px;
	width: 100%;
	left: 0;
	right: 0;
	height: 24px;
}
.slide-text-all .slick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: auto !important;
	margin-right: 12px;;
}
.slide-text-all .slick-slide p {
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	color: #000;
}


.approach-left-bg1 {
	position: absolute !important;
	bottom: 0;
	top: 97px;
	height: 110%;
	left: 20px;
	right: auto;
	z-index: 11111;
	width: 162px;
	display: flex !important;
	flex-wrap: wrap;
}
.approach-left-bg1 .slick-list {
	display: flex;
	height: 100% !important;
}


.approach-left-bg img {
	height: 110%;
}

.approach-left-bg2 {
	position: absolute !important;
	bottom: 0;
	top: 0;
	height: 103%;
	right: 20px !important;
	width: 162px;
}

.approach-left-bg2 .slick-list {
	display: flex;
	height: 100% !important;
}

.approach-right-bg img {
	height: 100%;
}


.our-services-sec.programs-sec-main .slick-track {
	padding-top: 30px;
}
.our-services-sec.programs-sec-main .service-box-outer {
	padding-top: 0;
}
.quote-icon img {
	animation: swing infinite 2s;
}
.fancybox-overlay {
	z-index: 9999999 !important;
}


.testimonial-box p {height: 320px;overflow-y: auto;}

.location-sec{position:relative;padding:280px 0 180px;}
.location-sec::before{content: "";background:rgba(80,158,144,.8);position:absolute;left:0;right:0;bottom:0;top:0;}
.location-sec .cell{position: relative;}
.location-sec .location-map iframe {
	border-radius: 50px;
	overflow: hidden;
	height: 520px;
	box-shadow: 0 0px 16px rgba(0,0,0,.2);
}
.location-sec h2 {color: #fff;font-size: 108px;line-height: 110px;}
.location-sec p {color: #fff;text-align: center;font-size: 38px;line-height: 54px;font-weight: 900;}
.location-map{position:relative;}
.location-map::before {content: "";border: 5px #509e90 dashed;right: 4px;left: 3px;top: 3px;bottom: 0;width: 99%;
	height: 97%;position: absolute;border-radius: 50px;}
.location-sec .grid-x.grid-padding-x{align-items:center;}
.cell.medium-6.locationright{width:46%;}

.location-sec::after {
	content: "";
	background: url(../img/location-bottom.png) repeat-x;
	bottom: 0px;
	height: 50px;
	width: 100%;
	position: absolute;
}

.gallery-sec{padding-top:100px;}
.get-quote-section .grid-container{max-width:100%;padding:0;}
.get-quote-section .grid-x.grid-padding-x{margin:0;}
.get-quote-section .cell{padding:0;}

.get-quote-section #contactForm{padding:100px 240px 100px 40px;}
.get-quote-section #contactForm .cell{padding:0 15px;}
.get-quote-section .contact-pic{height:100%; position:relative;}
.get-quote-section .contact-pic img{height:100%;object-fit:cover;width:100%;}
.get-quote-section .contact-pic::before {
	content: "";
	position: absolute;
	width: 92px;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/contact-left-bg.png) no-repeat;
	background-size: 100% 100%;
}

.nav-outer-main .logo img {
	transition: all 0.3s linear;
	width: 205px;
	margin-top: 9px;
}
.nav-outer-main.stickymenu .logo img {
	/*width: 178px;*/
	transition: all 0.3s linear;
}

.gallery-box::after {
	content: "";
	border: 4px #fff dashed;
	right: 4px;
	left: 4px;
	top: 5px;
	bottom: 0;
	width: 98%;
	height: 98%;
	position: absolute;
	border-radius: 100%;
	z-index: 3;
}

.gallery-box:hover:after {
	animation: mymove 3s infinite;
}

@keyframes mymove {
	100% {transform: rotate(90deg);}
}

.opening-date {
	width: 330px;
	height: 330px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: -162px;
	left: 0;
	right: 0;
	border-radius: 100%;
	box-shadow: 0 0px 12px rgba(0,0,0,.2);
	z-index: 1;
	background: #fff;
	padding-top: 24px;
}
.opening-date p {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 41px;
	color: #509e90;
}
.opening-date p span {
	color: #b96fa5;
	font-size: 50px;
	position: relative;
	top: 3px;
}

.opening-date img{animation: tada infinite 2s;}

.fancybox-opened {
	z-index: 99999999 !important;
}