/*
Author: Druva Karthik
Author URI: http://druvakarthik.in/
Update: 03 - June - 2021
*/

@font-face {
	font-family: 'fontello';
	src: url('fonts/fontello.eot?53144063');
	src: url('fonts/fontello.eot?53144063#iefix') format('embedded-opentype'), url('fonts/fontello.woff2?53144063') format('woff2'), url('fonts/fontello.woff?53144063') format('woff'), url('fonts/fontello.ttf?53144063') format('truetype'), url('fonts/fontello.svg?53144063#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
.theme-col-bg {
	background: #086f01;
	opacity: 0.8;
	transition: 0.7s all ease;
}
.theme-col-bg:hover {
	opacity: 1;
}
/* Scrollbar CSS */

::selection {
	background: #eb595f;
	color: #fff;
}
::-moz-selection {
	background: #eb595f;
	color: #fff;
}
::-o-selection {
	background: #eb595f;
	color: #fff;
}
::-ms-selection {
	background: #eb595f;
	color: #fff;
}
::-webkit-scrollbar {
	width: 8px;
	background: #52585e;
}
::-webkit-scrollbar-thumb {
	background: #eb595f;
}
/* ----- Global CSS ----- */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* ----- Fixed CSS ----- */

.hr {
	padding: 10px 0px;
}
.clear-float {
	clear: both;
}
.theme-L, .theme-R {
	width: 100%;
	height: 100%;
}
.table-div {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.theme-L, .theme-R {
	position: absolute;
	z-index: 99;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
.theme-L {
	left: -100%;
}
.theme-R {
	right: -100%;
}
.image-left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.videoBorder {
	width: 90%;
	border: 4px solid #333;
	padding: 53% 0px 0px 0px;
	position: relative;
	margin: 15px auto;
}
.videoBorder iframe, .videoBorder embed {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
/* ---------- Theme CSS ---------- */

#Container, header, nav, section, footer, #Content-Container, #Slider-Container, #Internal-S, #Info, #Info-Two, #Health-Program, #Testimonials, #MAP {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#Container {
	overflow: hidden;
}
#Header, #Footer, #Main-Menu, #Mobile-Menu, #Content-Main, #Header-Top, .bannerTxt, #Slider, #Internal-S-Intra, #Info-Intra, #Info-Two-Intra, #Health-Program-Intra, #Testimonials-Intra, #MAP-Intra {
	max-width: 1170px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	width: 94%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	text-align: center;
}
.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	margin: 10px 0px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	position: absolute;
	z-index: 99;
	margin: 0px;
	padding: 0px;
	top: 0px;
	height: 100%;
	width: 40px;
	top: 0 ! important;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/left-arrow.png) no-repeat center center;
	cursor: pointer;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/right-arrow.png) no-repeat center center;
	cursor: pointer;
}
/* Text CSS */

.textMain h1, .textMain h2, .textMain h3, .textMain h4 {
	margin: 10px 0;
}
.textMain {
	font: 400 15px/36px 'Poppins', sans-serif;
	color: #2d2f2f;
	padding: 20px 10px 50px 10px;
}
.textMain p {
	font: 400 15px/36px 'Poppins', sans-serif;
	padding: 5px 0;
}
.textMain a {
    color: #1d7877;
	text-decoration: none;
	transition: 0.7s all ease;
}
.textMain a:hover {
	color: #000;
}
.textMain h1 {
	position: relative;
	font: 700 34px/42px 'Zilla Slab', serif;
	color: #114866;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin: 10px 0 50px 0;
	padding: 0 0 20px 0;
}
.textMain h1 span {
	display: block;
	font: normal 20px/30px 'Poppins', sans-serif;
	color: #4d4d4d;
}
.textMain h1:after {
	content: '';
	height: 3px;
	width: 100px;
	background: #114866;
	left: 0;
	bottom: 0;
	position: absolute;
}
.textMain h2 {
	font: 500 28px/44px 'Zilla Slab', serif;
	color: #539a99;
	margin: 10px 0;
}
.textMain h2 span {
	font: 400 16px/30px 'Poppins', sans-serif;
	color: #393939;
	display: block;
}
.textMain h2 a {
	color: #014cbe;
}
.textMain h3 {
	font: 500 24px/36px 'Zilla Slab', serif;
	color: #151b25;
	margin: 15px 0;
}
.textMain h3 span {
	display: block;
	color: #000;
}
.textMain h3 a {
	color: #353535;
}
.textMain h4 {
	font: 500 22px/30px 'Zilla Slab', serif;
	color: #000000;
}
.textMain h4 a {
	color: #014cbe;
}
.textMain ul li, .textMain ol ul li {
	background: url(../images/ticker.png) no-repeat 5px 15px;
	background-size: 17px;
	padding: 5px 5px 5px 30px;
}
/* Menu */

nav {
	z-index: 9999;
}
#Main-Menu {
	display: block;
	position: relative;
}
#Mobile-Menu {
	display: none;
}
/* Layer 1 */

.active {
	background: #f4fbff;
}
.menu li a.active:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	width: 50%;
	background: #5bc3ff;
	bottom: 0;
}
.menu>li {
	display: inline-block;
	margin: 0 -2px;
}
.menu li {
	font: 500 13px/40px 'Poppins', sans-serif;
	color: #fff;
	position: relative;
	text-align: center;
	list-style: none;
	text-transform: capitalize;
	letter-spacing: 0.6px;
}
.menu>li:last-child {
	background: none;
}
.menu:after {
	content: '';
	display: block;
	clear: both;
}
.menu li a {
	transition: 0.6s all ease;
	display: block;
	padding: 0 15px;
	position: relative;
	color: #000 ! important;
	border-radius: 50px;
}
.menu li:hover a {
	background: #f4fbff;
}
/* Layer 2 */

.menu ul {
	position: absolute;
	z-index: 9999;
	left: 0px;
	display: none;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
	box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
}
.menu li:hover>ul {
	display: block;
}
.menu ul li {
	background: #ffffff;
	color: #fff;
	border-bottom: 1px solid #fff;
	font: 400 12px/20px 'Poppins', sans-serif;
	text-align: left;
	width: 200px;
}
.menu ul.ayurveda-menu li {
	width: 300px;
}
.menu ul li a {
	padding: 10px 10px 10px 28px;
	background: url(../images/menu-bullets.png)no-repeat 10px center;
}
.menu ul li:hover a {
	padding: 10px 10px 10px 35px;
}
.menu li li a:hover:before {
	content: "\203A";
	position: absolute;
	transform: translateZ(0px);
	transition: .3s all ease;
	left: 14px;
	font-size: 20px;
	top: 9px;
}
/* Layer 3 */

.menu ul ul {
	left: 100%;
	z-index: 9999;
	top: 0px;
}
.menu ul ul li {
	background: #52803a;
}
.menu ul ul li a {}
/* Mobile */

.Wrapper {
	position: absolute;
	z-index: 9999;
	left: 0px;
	width: 100%;
	background: #aeadfe;
	display: none;
}
.par-menu {
	font: 400 14px/20px 'Poppins', sans-serif;
	color: #fff;
	text-align: left;
}
.par-menu li a {
	padding: 10px 0px 10px 20px;
	color: #fff;
	background: rgba(49, 51, 56, 0.99);
	display: block;
	transition: 0.6s all ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.par-menu li a:hover {
	background: #000;
}
.par-menu li ul {
	display: none;
}
.par-menu li li a {
	padding: 10px 0px 10px 40px;
	color: #fff;
}
.par-menu li li li a {
	padding: 10px 0px 10px 60px;
	color: #fff;
}
/* Slider Code */

.rslides {
	width: 100%;
	height: 100%;
	position: relative;
}
.rslides:after {
	content: '';
	clear: both;
	display: block;
}
.rslides li {
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-khtml-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.rslides li li {
	display: inherit;
	width: inherit;
	height: inherit;
	position: inherit;
	left: inherit;
	top: inherit;
}
.banner-l, .banner-r {
	position: absolute;
	z-index: 100;
	padding: 0;
	margin: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner-l {
	left: -100%;
}
.banner-r {
	right: -100%;
}
#Slider-Container #Slider {
	height: 648px;
	min-height: 220px;
}
#Slider-Container .banner1 {
	background: url(../images/banner-1.jpg) no-repeat center center;
	background-size: cover;
}
#Slider-Container .banner1 .banner-l {
	background: #0f2631;
}
#Slider-Container .banner1 .banner-r {
	background: #0f2631;
}
#Slider-Container .banner2 {
	background: url(../images/banner-2.jpg) no-repeat center center;
	background-size: cover;
}
#Slider-Container .banner2 .banner-l {
	background: #eeffb3;
}
#Slider-Container .banner2 .banner-r {
	background: #eeffb3;
}
#Slider-Container .banner3 {
	background: url(../images/banner-3.jpg) no-repeat center center;
	background-size: cover;
}
#Slider-Container .banner3 .banner-l {
	background: #fff1f0;
}
#Slider-Container .banner3 .banner-r {
	background: #fff1f0;
}
#Internal-S.program {
	background: url(../images/program-banner.jpg) no-repeat center top #0594b4;
}
#Internal-S.partners {
	background: url(../images/partners-banner.jpg) no-repeat center top #fcecdc;
}
#Internal-S.research {
	background: url(../images/research-banner.jpg) no-repeat center top #d5defb;
}
#Internal-S.stories {
	background: url(../images/stories-banner.jpg) no-repeat center top #e0e0e0;
}
#Internal-S.about {
	background: url(../images/about-banner.jpg) no-repeat center top #465a65;
}
#Internal-S.technology {
	background: url(../images/technology-banner.jpg) no-repeat center top #f5f5f5;
}
#Internal-S.privacy {
	background: url(../images/privacy-policy-banner.jpg) no-repeat center top #f5f5f5;
}
#Internal-S.contact {
	background: url(../images/contact-dharma-banner.jpg) no-repeat center center #edf3ff;
}
#Internal-S.sitemap {
	background: url(../images/sitemap-banner.jpg) no-repeat center center/cover #f5f5f5;
}

#Internal-S.country {
	background: url(../images/country-img-banner.jpg) no-repeat center center/cover #465a65;
}


.bannerTxt {
	position: relative;
	height: 100%;
}
.bannerInnertxt {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	padding: 10px;
}
.bannerInnertxt p {
	font: 500 36px/46px 'Zilla Slab', serif;
	color: #ffffff;
	letter-spacing: 1px;
}
.bannerInnertxt p i {
	color: #0eeae6;
	font-style: normal;
}
.bannerInnertxt p span {
	display: block;
	color: #fff;
	font: 400 16px/26px 'Poppins', sans-serif;
	padding: 15px 0 0 0;
}
.bannerInnertxt .black-col {
	color: #000;
}
/* Slider Tabs */

.slider-tabs {
	position: absolute;
	bottom: 0;
	right: 2%;
	z-index: 99;
	height: 110px;
	padding: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
}
.slider-tabs ul li {
	width: 4px;
	height: 12px;
	list-style: none;
	margin: 10px 0;
}
.slider-tabs ul li a {
	display: block;
	height: 100%;
	background-color: #009688;
	border-radius: 10px;
}
.slider-tabs ul li.Slider_here a {
	background: #ff5722;
}
/* Read More */

.readmore-link {
	display: inline-block;
	margin: 20px 0 0 0;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: #539a99;
	-webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
	font: 400 14px/26px 'Zilla Slab', serif;
	color: #fff ! important;
	text-align: left;
	padding: 6px 5px 6px 25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	transition: 0.7s all ease;
	letter-spacing: 0.5px;
}
.readmore-link:hover {
	color: #fff;
	background: #0c6564;
}
.readmore-link span {
	position: relative;
	background: #fff;
	color: #000;
	width: 30px;
	height: 30px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.readmore-link span:after {
	content: '\E816';
	top: -4px;
	position: absolute;
	font-family: 'fontello';
	left: 3px;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 13px;
	transition: 0.7s all ease;
}
/* Internal Page Banner */

#Internal-S {
	background: url(../images/internal-banner.jpg) no-repeat center top;
	height: 520px;
}
#Internal-S:before {
	content: "";
	background: url(../images/section-border-top-w.png) no-repeat center top;
	width: 100%;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
#Internal-S:after {
	content: "";
	background: url(../images/section-border-bottom-w.png) no-repeat center top;
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: cover;
}
#Internal-S-Intra {
	position: relative;
	height: 100%;
}
.internal-heading {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	width: 100%;
}
.internal-heading h1 {
	font: 700 50px/66px 'Zilla Slab', serif;
	color: #fff;
	text-align: left;
	letter-spacing: 2px;
	margin: 0;
	padding: 10px;
}
.internal-heading h1 span {
	font: 700 30px/46px 'Poppins', sans-serif;
	color: #64c2c1;
	display: block;
}
/* Scroll Animation */

.scroll-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 9;
	width: 20px;
	margin: auto;
	cursor: pointer;
}
.mouse {
	height: 30px;
	width: 25px;
	border-radius: 50px;
	transform: none;
	border: 2px solid #fff;
	top: 170px;
	margin: auto;
}
.wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: #fff;
	position: relative;
}
.wheel {
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}
@-moz-keyframes mouse-wheel {
	0% {
		top: 1px;
	}
	50% {
		top: 2px;
	}
	100% {
		top: 3px;
	}
}
@-webkit-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
/* Navigation CSS */

.navigation {
	position: relative;
	font: 400 14px/20px 'Poppins', sans-serif;
	color: #000;
	letter-spacing: 0.3px;
	background: #f3f3f3;
	padding: 10px 0px 10px 10px;
}
.navigation:before {
	content: '';
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	top: 0;
	background: #f3f3f3;
}
.navigation:after {
	content: '';
	position: absolute;
	right: -100%;
	width: 100%;
	height: 100%;
	top: 0;
	background: #f3f3f3;
}
.navigation a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #000;
}
/* Back to top */

.material-scrolltop {
	display: block;
	position: fixed;
	width: 0;
	height: 0;
	bottom: 23px;
	right: 23px;
	padding: 0;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 2px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	cursor: hand;
	border-radius: 50%;
	background: #235b76;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	cursor: pointer;
	z-index: 99999;
	opacity: 0.8;
}
.material-scrolltop:hover {
	opacity: 1;
	background-color: #235b76;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 0;
	border-radius: 100%;
	background: #144f94;
}
.material-scrolltop:active::before {
	width: 120%;
	padding-top: 120%;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
	width: 56px;
	height: 56px;
}
.material-scrolltop span {
	display: block;
	font-size: 25px;
	color: #fff;
}
.material-scrolltop, .material-scrolltop::before {
	background-image: url(../images/top-arrow.svg);
	background-position: center 50%;
	background-repeat: no-repeat;
}
/* Webcode */

#Header {
	padding: 10px 0;
}
header {
	padding: 5px 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
}
.logo {
	width: 80px;
	vertical-align: middle;
	transition: 0.7s all ease;
}
.logo a {
	display: inline-block;
}
.header-right {
	vertical-align: middle;
	text-align: right;
}
.anchor-tag {
	display: block;
	height: 10px;
	position: relative;
	top: -71px;
	width: 10px;
	z-index: 99999;
	background: none !important;
}
/* Info */

#Info {
	padding: 60px 0;
	background: #eef4ed;
}
.info-l {
	width: 60%;
	padding: 10px;
}
.responsive-image {
	margin: 10px;
	display: none;
	text-align: center;
}
.info-l h2 {
	font: 700 42px/60px 'Zilla Slab', serif;
	color: #21333e;
	letter-spacing: 1px;
	padding: 0 0 30px 0;
}
.info-l h2 span {
	color: #058283;
}
.info-l p {
	color: #000;
	font: 400 18px/30px 'Poppins', sans-serif;
	padding: 0 0 10px 0;
	text-align: justify;
}
.info-l p a {
	color: #058283;
	font-weight: 600;
    text-decoration: underline;
}
.info-r {
	padding: 30px;
	text-align: center;
	vertical-align: middle;
}
/* Info Two */

#Info-Two {
	padding: 60px 0;
	background: #fff;
}
#Info-Two h3 {
	font: 700 30px/46px 'Zilla Slab', serif;
	color: #058283;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 10px 30px 10px;
}
#Info-Two p.info {
	color: #000;
	font: 400 18px/30px 'Poppins', sans-serif;
	padding: 10px;
	text-align: justify;
}
.slide-main {
	position: relative;
	background: #f5f5f5;
	margin: 30px 10px;
}
.slide-main .rslides>li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.slide-main .rslides>li.cour1:before {
	border-top: 30px solid #fff;
	border-left: 30px solid #fff;
	border-bottom: 30px solid #a0d2c9;
	border-right: 30px solid #a0d2c9;
}
.slide-main .rslides>li.cour2:before {
	border-top: 30px solid #fff;
	border-left: 30px solid #fff;
	border-bottom: 30px solid #bbcad6;
	border-right: 30px solid #bbcad6;
}
.slide-main .rslides>li.cour3:before {
	border-top: 30px solid #fff;
	border-left: 30px solid #fff;
	border-bottom: 30px solid #a54234;
	border-right: 30px solid #a54234;
}
.slide-main .rslides>li.cour4:before {
	border-top: 30px solid #fff;
	border-left: 30px solid #fff;
	border-bottom: 30px solid #d2b58f;
	border-right: 30px solid #d2b58f;
}
.slide-r {
	vertical-align: middle;
	padding: 20px;
}
.slide-r p {
	position: relative;
	width: 80%;
	margin: auto;
	color: #000;
	font: 400 16px/28px 'Poppins', sans-serif;
	text-align: justify;
	padding: 0 50px;
}
.slide-r p:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	background: url(../images/open-quote.png) no-repeat center center;
	width: 51px;
	height: 60px;
}
.slide-r p:after {
	content: '';
	position: absolute;
	right: -20px;
	bottom: 0;
	background: url(../images/close-quote.png) no-repeat center center;
	width: 51px;
	height: 60px;
}
.science_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	padding: 15px;
	z-index: 9;
}
#Info-Two .prev {
	left: 1%;
	background: url("../images/left-arrow.png") no-repeat center center;
	width: 18px;
	height: 36px;
}
#Info-Two .next {
	right: 1%;
	background: url("../images/right-arrow.png") no-repeat center center;
	width: 18px;
	height: 36px;
}
.science_nav span {
	display: none;
}
/* Science Col */

.health-program-l {
	width: 50%;
	vertical-align: middle;
}
.health-program-r {
	vertical-align: middle;
	background: #0f8885;
	padding: 30px;
}
.health-program-r .theme-R {
	background: #0f8885;
}
.health-program-r h3 {
	color: #f6f8fa;
	padding: 0 0 30px 0;
	font: 600 30px/30px 'Zilla Slab', serif;
	letter-spacing: 1px;
}
.health-program-r p {
	color: #fff;
	font: 400 16px/28px 'Poppins', sans-serif;
	padding: 10px 0;
	text-align: justify;
}
/* Testimonials */

#Testimonials {
	margin: 80px 0 0 0;
	padding: 60px 0;
	background: #f4f6fa;
}
#Testimonials h3 {
	font: 600 30px/56px 'Zilla Slab', serif;
	color: #058283;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 0 30px 0;
}
.reviews-list li {
	position: relative;
}
.reviews-list li .image-testimonial {
	vertical-align: middle;
	width: 100px;
	margin: auto;
}
.reviews-list li .image-txt {
	vertical-align: middle;
	padding: 20px;
}
.reviews-list li .intra-review {
	display: table;
	width: 80%;
	margin: auto;
	border-radius: 25px;
	padding: 30px;
	background: #fff;
	min-height: 150px;
	border: 1px solid #ecebeb;
}
.reviews-list li p {
	font: 500 13px/26px "Poppins", sans-serif;
	color: #000;
	text-align: left;
	letter-spacing: .5px;
	margin: 0 0 20px 0;
}
.reviews-list li img {
	margin: 0;
	border-radius: 75px;
}
.reviews-list li span {
	display: block;
	text-align: right;
	font: 700 14px/25px "Poppins", sans-serif;
}
.reviews-list li span i {
	display: block;
	text-align: right;
	letter-spacing: 0.5px;
	font: 400 12px/20px "Poppins", sans-serif;
}
/* Map */

#MAP {
	background: url(../images/maps.jpg) no-repeat center center;
	height: 250px;
}
#MAP-Intra {
	padding: 75px 0 0 0;
}
.office-address {
	border: 2px solid #fff;
	background: #151b25;
	padding: 0 0 20px 0;
	width: 65%;
	margin: 10px auto;
	min-width: 480px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}
#MAP-Intra .titleHead {
	font: 400 24px/30px 'Zilla Slab', serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 40px 0;
	color: #fff;
	position: relative;
}
#MAP-Intra .titleHead:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	width: 230px;
	bottom: 20px;
	background: #21ccc3;
}
#MAP-Intra .titleHead:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	width: 100px;
	bottom: 20px;
	background: #fff;
}
.map-grid {
	padding: 20px;
}
.map-grid h4 {
	text-transform: uppercase;
	font: 600 12px/30px 'Poppins', sans-serif;
	letter-spacing: 3px;
	color: #fff;
	padding: 0 0 10px 0;
}
.map-grid h4 span {
	color: #fff;
	display: inline-block;
	background: #0f8885;
	padding: 0 10px;
}
.map-grid p {
	font: 400 12px/23px 'Poppins', sans-serif;
	letter-spacing: 2px;
	color: #fff;
}
/* Footer */

footer {
	background: #151b25;
}



.footer-menu{
	vertical-align: middle;
    text-align: center;
    width: 210px;
}

.footer-menu li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #8792a1;
    font: 400 13px/24px 'Poppins', sans-serif;
    transition: 0.5s all ease;
    padding: 5px 10px;
    margin: 0 -2px;
    letter-spacing: 1px;
}

.footer-menu li:after{
    content: '|';
    position: absolute;
    right: -2px;
    top: 5px;
    color: #0f8885;
}

.footer-menu li:last-child:after{
	display: none;
}

.footer-menu li a{
	display: block;
    color: #fff;
	transition: 0.7s all ease;
}

.social-media {
    padding: 30px 0;
    text-align: left;
}
.social-media li {
	display: inline-block;
	vertical-align: top;
    width: 30px;
    height: 30px;
	position: relative;
	font: 400 17px/24px 'Poppins', sans-serif;
	background: #fff;
	border-radius: 4px;
	margin: 0 5px;
	transition: 0.7s all ease;
}
.social-media li:hover {
	border-radius: 0;
}
.social-media li a {
    width: 30px;
    height: 30px;
	display: block;
}
.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
    font-size: 13px;
	color: #fff;
	transition: 0.7s all ease;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
}
.social-media .fb {
	background: #4267B2;
}
.social-media .insta {
	background: #c32aa3;
}
.social-media .linkedin {
	background: #2867B2;
}
.social-media .youtube {
	background: #FF0000;
}
.social-media .twitter {
	background: #00acee;
}




.social-media .fb a:before {
	content: '\E813';
}
.social-media .insta a:before {
	content: '\F16D';
}
.social-media .linkedin a:before {
	content: '\E814';
}
.social-media .youtube a:before {
	content: '\F315';
}
.social-media .twitter a:before {
	content: '\F099';
}


.copyrights {
	padding: 20px 0;
	background: #0f141d;
	position: relative;
}
.copyrights p {
	font: 400 12px/24px 'Poppins', sans-serif;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
}
.copyrights p a {
	color: #666;
}
.copyrights .theme-L, .copyrights .theme-R {
	background: #0f141d;
}
/* Sub Page */

article.textMain {
	margin: -120px 0 0 0;
	background: white;
	padding: 30px 10px 50px 10px;
}
.textMain h2.blockquote {
	position: relative;
	padding: 30px;
	text-align: center;
	font: 400 20px/36px 'Poppins', sans-serif;
	color: #000;
	width: 90%;
	margin: auto;
}
.textMain h2.headingTxt {
	position: relative;
	padding: 30px;
	text-align: center;
	font: 700 30px/40px 'Zilla Slab', serif;
	color: #000;
	width: 90%;
	margin: auto;
}
.textMain h2.blockquote:before {
	content: '';
	position: absolute;
	left: -10px;
	background: url(../images/blockquote-open.png) no-repeat center center;
	width: 55px;
	height: 44px;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
}
.textMain h2.blockquote:after {
	content: '';
	position: absolute;
	background: url(../images/blockquote-close.png) no-repeat center center;
	right: -10px;
	width: 56px;
	height: 44px;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
}
.textMain h2.blockquote span {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	color: #0a6f6e;
	font: 500 16px/30px 'Poppins', sans-serif;
	font-style: italic;
}
/* About Page */

.mission-grid {
	margin: 30px 0;
}
.mission-grid-l {
	position: relative;
	vertical-align: middle;
	width: 50%;
	background: #e8e2e4;
}
.mission-grid-l .theme-L {
	background: #e8e2e4;
}
.mission-grid-r {
	position: relative;
	vertical-align: middle;
	background: #c12f60;
	padding: 30px;
}
.mission-grid-r .theme-R {
	background: #c12f60;
}
.mission-grid-r h3 {
	color: #f6f8fa;
	font: 700 30px/46px 'Zilla Slab', serif;
}
.mission-grid-r p {
	color: #fff;
	font: 400 16px/28px 'Poppins', sans-serif;
	padding: 10px 0;
	text-align: justify;
}
.approach {
	padding: 30px 0;
	background: #fff;
	position: relative;
}
.approach h2 {
	margin: 0 0 45px 0;
	text-align: center;
	color: #000;
}
.approach h3 {
	font: 500 24px/34px 'Zilla Slab', serif;
	color: #0a6f6e;
	text-align: left;
	background: url(../images/border.png) no-repeat center bottom;
	margin: 0 0 10px 0;
}
.textMain .approach li {
	position: relative;
	padding: 30px;
	margin: 20px 0;
	z-index: 1;
	border-left: 5px solid #64c2c1;
	background: #f9f9f9;
}
/* Program Page */

.program-grid {
	margin: 30px 0;
}
.program-grid h2 {
	font: 600 32px/46px 'Zilla Slab', serif;
	color: #0a6f6e;
	margin: 40px 0;
	text-align: center;
}
.program-grid-l {
	width: 50%;
	vertical-align: middle;
}
.program-grid-r {
	position: relative;
	vertical-align: middle;
	background: #0a6f6e;
	padding: 30px;
	box-shadow: 0 0 11px #0a6f6e;
}
.program-grid-r .theme-R {
	background: #0a6f6e;
	box-shadow: 0 0 11px #0a6f6e;
}
.program-grid-r h3 {
	color: #f6f8fa;
	font: 500 28px/46px 'Zilla Slab', serif;
	letter-spacing: 1px;
}
.program-grid-r p {
	color: #fff;
	font: 400 15px/28px 'Poppins', sans-serif;
	padding: 10px 0;
	text-align: justify;
	letter-spacing: 0.5px;
}
.how-program-work {
	padding: 50px 0;
	background: #f5f8fa;
	position: relative;
}
.how-program-work .theme-R {
	background: #f5f8fa;
}
.how-program-work .theme-L {
	background: #f5f8fa;
}
.how-program-work h3 {
	color: #0a6f6e;
	font: 500 30px/46px 'Zilla Slab', serif;
	text-align: center;
}
.textMain .newsType li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 30px;
	background: none;
	margin: 0 -2px;
}
.how-program-work-l p {
	font: 400 16px/34px 'Poppins', sans-serif;
	padding: 5px 0;
	text-align: justify;
}
/* - */

.program-overview {
	padding: 50px 0;
}
.program-overview h3 {
	color: #000;
	font: 500 30px/46px 'Zilla Slab', serif;
	text-align: center;
}
.cont {
	width: 80%;
	padding: 50px 0;
	margin: 50px auto;
	position: relative;
	overflow: hidden;
}
.cont:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #CCD1D9;
	z-index: 1
}
.timeline-block {
	width: -webkit-calc(50% + 8px);
	width: -moz-calc(50% + 8px);
	width: calc(50% + 8px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	clear: both;
}
.timeline-block-right {
	float: right;
}
.timeline-block-left {
	float: left;
	direction: rtl
}
.marker {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #F5F7FA;
	background: #4FC1E9;
	margin-top: 10px;
	z-index: 9999
}
.timeline-content {
	width: 95%;
	padding: 0 15px;
	color: #666
}
.textMain .timeline-content h4 {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	font: 600 22px/36px 'Zilla Slab', serif;
	padding: 15px 0 15px 90px;
	color: #0f141d;
	letter-spacing: 1px;
}
.textMain .timeline-content h4.onboarding {
	background: url(../images/timeline/onboarding.png) no-repeat 5px center;
}
.textMain .timeline-content h4.trait-discovery {
	background: url(../images/timeline/trait-discovery.png) no-repeat 5px center;
}
.textMain .timeline-content h4.reflecting-and-learning {
	background: url(../images/timeline/reflecting-and-learning.png) no-repeat 5px center;
}
.textMain .timeline-content h4.knowing-your-wiring {
	background: url(../images/timeline/knowing-your-wiring.png) no-repeat 5px center;
}
.textMain .timeline-content h4.brain-actions {
	background: url(../images/timeline/brain-actions.png) no-repeat 5px center;
}
.textMain .timeline-content h4.mind-actions {
	background: url(../images/timeline/mind-actions.png) no-repeat 5px center;
}
.textMain .timeline-content h4.mind-actions {
	background: url(../images/timeline/mind-actions.png) no-repeat 5px center;
}
.textMain .timeline-content h4.real-life-actions {
	background: url(../images/timeline/real-life-actions.png) no-repeat 5px center;
}
.textMain .timeline-content h4.concluding-sessions {
	background: url(../images/timeline/concluding-sessions.png) no-repeat 5px center;
}
.timeline-content p {
	word-spacing: 1px;
	color: #000;
	font: 400 16px/30px 'Poppins', sans-serif;
	direction: ltr;
}
@media screen and (max-width: 768px) {
	.cont:before {
		left: 8px;
		width: 2px;
	}
	.timeline-block {
		width: 100%;
		margin-bottom: 30px;
	}
	.timeline-block-right {
		float: none;
	}
	.timeline-block-left {
		float: none;
		direction: ltr;
	}
}
/* - */

.textMain .program-icons-list {
	text-align: center;
}
.textMain .program-icons-list li {
	margin: 15px 10px;
	display: inline-block;
	vertical-align: top;
	width: 170px;
	padding: 20px 0;
	background: #f5f8fa;
	box-shadow: 0 0 11px #eaf0f6;
	border: 1px solid #eaeaea;
}
.textMain .program-icons-list li:nth-child(even) {
	background: #f5f5f5;
}
.textMain .program-icons-list li span {
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
}
.textMain .program-icons-list h4 {
	letter-spacing: 1px;
	font: 600 13px/24px "Poppins", sans-serif;
	color: #062a33;
	margin: 20px 0 0 0;
}
/* -- */

.faqs-list {
	padding: 50px 0;
	background: #fbfbfb;
	position: relative;
}
.faqs-list .theme-L {
	background: #fbfbfb;
}
.faqs-list .theme-R {
	background: #fbfbfb;
}
.faqs-list h3 {
	color: #0a6f6e;
	font: 700 30px/46px 'Zilla Slab', serif;
	text-align: center;
}
/* -- */

/* Accordion CSS*/

.accordion {
	margin: 25px auto;
	border-radius: 10px;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
	-moz-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
	box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
	width: 80%;
}
.accordion h3 {
	border-bottom: 1px solid #f2f2f2;
	cursor: pointer;
	margin: 0px;
	color: #000;
	font: 700 14px/26px 'Poppins', sans-serif;
	position: relative;
	text-align: left;
	padding: 20px 50px 20px 20px;
}
.accordion h3.current {
	background: #faf8fb;
}
.accordion h3.current:after {
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	height: 20px;
	background: #000000;
	z-index: 9999;
}
.accordion h3.no-border {
	border-bottom: 0;
}
.accordion .acc-content {
	display: none;
	padding: 15px 10px;
	background: #faf8fb;
	border-left: 3px solid #faf8fb;
	font: 400 17px/28px 'Poppins', sans-serif;
}
.accordion h3:before {
	content: '';
	position: absolute;
	right: 20px;
	width: 25px;
	height: 25px;
	background: url(../images/plus-b.png) no-repeat center center;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	background-size: 8px;
}
.accordion h3.current:before {
	background: url(../images/minus-b.png) no-repeat center center;
	background-size: 8px;
}
.accordion .acc-content p {
	padding: 5px 0;
	font: 400 16px/30px 'Poppins', sans-serif;
}
/* Accordion End */

.textMain .pdf-links li {
	background: url(../images/pdf.png) no-repeat 6px 16px;
	padding: 5px 5px 5px 30px;
}
.textMain .pdf-links li a {
	color: #333;
}
/* Contact Us */

.contact-l {
	padding: 30px;
	width: 360px;
}
.contact-box {
	margin: 0 0 10px 0;
	padding: 20px;
	background: #fafbfb;
	border: 1px solid rgba(49, 73, 98, 0.30980392156862746);
	box-shadow: 0px 1px 4px rgb(0 0 0 / 8%);
}
.textMain .contact-l h2 {
	position: relative;
	padding: 0 0 20px 0;
	font: 400 32px/40px 'Zilla Slab', serif;
	color: #0a6f6e;
	margin: 0 0 25px 0;
}
.textMain .contact-l h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100px;
	background: #0a6f6e;
}
.textMain .contact-l li {
	background: none;
	padding: 0 0 0 40px;
	position: relative;
	font: 400 14px/36px 'Poppins', sans-serif;
}
.textMain .contact-l li a {
	color: #000;
}
.textMain .contact-l li:before {
	position: absolute;
	font-family: 'fontello';
	font-size: 19px;
	left: 7px;
	top: 1px;
	color: #0a6f6e;
}
.contact-l li.address:before {
	content: '\E817';
}
.contact-l li.mail:before {
	content: '\E808';
}
.contact-l li.phone:before {
	content: '\E80E';
}
.contact-form {
	text-align: center;
	margin: 20px 0 0 0;
}
.contact-r {
	vertical-align: middle;
	padding: 20px;
}
.contact-r p {
	padding: 0 0 10px 0;
	font: 600 18px/30px 'Poppins', sans-serif;
	text-align: center;
	color: #001918;
}
.contactForm {
	position: relative;
	background: #f5f5f5;
	padding: 30px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 30px;
	max-width: 640px;
	margin: auto;
}
.textMain .contactForm p {
	font: 400 14px/30px "Poppins", sans-serif;
	padding: 5px 0;
	letter-spacing: 0.2px;
	color: #393939;
	text-align: center;
}
.contact-form-intra {
	text-align: center;
	margin: 20px 0 0 0;
}
.contactForm .inputTxt {
	display: inline-block;
	vertical-align: top;
	width: 224px;
	text-align: left;
	margin: 5px 3px;
}
.contactForm .inputTxt input {
	background: #ffffff;
	width: 100%;
	border: 1px solid #cccccc;
	outline: none;
	font: 400 14px/30px "Poppins", sans-serif;
	padding: 10px;
	border-radius: 0;
}
.contactForm .inputRadio {
	width: auto;
	display: block;
	text-align: left;
	max-width: 79%;
	margin: auto;
}
.contactForm .textAreaTxt {
	max-width: 458px;
	margin: 5px auto;
}
.contactForm .textAreaTxt textarea {
	background: #ffffff;
	width: 100%;
	border: 1px solid #cccccc;
	outline: none;
	font: 400 14px/30px "Poppins", sans-serif;
	padding: 10px;
	resize: none;
	border-radius: 0;
}
.contactForm .submitBtn input {
	display: block;
	vertical-align: top;
	width: 150px;
	margin: 20px auto 0 auto;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: 0.7s all ease;
	background: #46b5b4;
	padding: 12px 0;
	font: 400 12px/24px "Poppins", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0;
}
.contactForm .contact-form-intra label.error {
	display: block;
	text-align: left;
	font: normal 13px/16px arial;
	padding: 8px 0 0 0;
	letter-spacing: 0.5px;
	color: #fb1a0a;
}
/* Technology */

.textMain .technology-list li {
	padding: 15px;
	padding-left: 20px;
	margin: 20px 0;
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border-left: 5px solid #fb565d;
	background-size: 50px;
	background: #f9f9f9;
}
.product {
	padding: 50px 0;
	background: url(../images/gap-bg.png) no-repeat center top rgb(165 185 194 / 18%);
	position: relative;
}
.product .theme-L {
	background: rgb(165 185 194 / 18%);
}
.product .theme-R {
	background: rgb(165 185 194 / 18%);
}
.about-table {
	background: #fff;
	padding: 60px;
	max-width: 1140px;
	margin: auto;
	border: 1px solid #f7e5dd;
}
.about-l {
	vertical-align: middle;
}
.about-table .about-l h2 {
	margin: 0 0 30px 0;
	font: 500 30px/50px 'Zilla Slab', serif;
	letter-spacing: 1px;
	color: #434343;
	text-align: center;
}
.about-table .about-l h2 span {
	color: #21cece;
	display: inline;
	font: 600 30px/50px 'Zilla Slab', serif;
}
.about-table .about-l h4 {
    font: 600 15px/28px "Poppins", sans-serif;
	letter-spacing: .5px;
	text-align: justify;
	color: #000;
	margin: 20px 0;
	text-align: center;
}
.about-r {
	vertical-align: middle;
	text-align: center;
	padding: 30px;
}
.about-r img {
	padding: 10px;
	background: #eff2f4;
	box-shadow: 0 0 11px #eaf0f6;
}
.textMain .app-links {
	text-align: center;
}
.textMain .app-links li {
	display: inline-block;
	vertical-align: top;
	background: none;
	padding: 0;
	margin: 10px;
}
/* Stories List */

.textMain .stories-list li {
	position: relative;
	vertical-align: top;
	min-width: 300px;
	margin: 90px 8px;
	background: #fff;
	box-shadow: 0 0 11px #eaf0f6;
	padding: 0;
}
.stories-list .testimonials-content {
	padding: 30px;
}
.textMain .stories-list img {
	position: absolute;
	left: 0;
	right: 0;
	margin: -60px auto 0 auto;
	text-align: center;
	background: #e0fef9;
	border-radius: 80px;
	padding: 10px;
	width: 120px;
}
.textMain .stories-list li p {
	font: 400 14px/30px 'Poppins', sans-serif;
	text-align: justify;
}
.textMain .stories-list li p.blockquoteTxt {
	font: 400 14px/30px 'Poppins', sans-serif;
	padding: 15px;
	padding-left: 20px;
	margin: 20px 0;
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	border-left: 5px solid #fb565d;
	background: #f9f9f9;
}
.textMain .stories-list li p.blockquoteTxt span {
	display: block;
	text-align: right;
	font: 700 18px/30px 'Zilla Slab', serif;
}
.textMain .stories-list li h3 {
	background: #e0fef9;
	margin: 0;
	padding: 65px 0 10px 0;
	text-align: center;
	color: #028e78;
	font: 600 22px/36px 'Zilla Slab', serif;
	letter-spacing: 0.5px;
}
/* -- */

.textMain .stories-list.partners-list {
	text-align: center;
}
.textMain .stories-list.partners-list li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 31%;
	min-width: 300px;
	margin: 70px 8px 30px 8px;
	background: #fff;
	box-shadow: 0 0 11px #eaf0f6;
	padding: 0;
	min-height: 370px;
}
.textMain .stories-list.partners-list li h3 {
	font: 400 18px/30px 'Poppins', sans-serif;
	padding: 25px 10px 10px 10px;
}
.textMain .stories-list.partners-list img {
	width: auto ! important;
}
/* Tabs */

.tab-menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.tab-menu ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	background: none;
	width: 300px;
	margin: 10px 0px;
}
.tab-menu ul li a {
	text-decoration: none;
	background: #0a6f6e;
	padding: 7px 25px;
	border-radius: 4px;
	display: block;
	color: #ffffff ! important;
}
.tab-menu ul li a.active-a {
	background: #64c2c1;
	color: #ffffff;
}
.tab {
	display: none;
}
.tab ul {
	text-align: center;
}
.video-testimonials li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	min-width: 300px;
	vertical-align: top;
	margin: 10px 8px;
	padding: 10px ! important;
	background: #f7f7f7 ! important;
}
.tab h2 {
	text-align: center;
	font: 600 16px/24px 'Muli', sans-serif;
	padding: 0 0 10px 0;
	margin: 0;
}
.tab-active {
	display: block;
}
/* -- */

#prgram-week-grid {
	margin: 30px 0 0 0;
	padding: 30px;
	background: #fcecdc;
}
#prgram-week-grid h3 {
	color: #000;
	padding: 0 0 10px 0;
	font: 500 30px/40px 'Zilla Slab', serif;
	text-align: center;
}
.textMain p.paul-icon {
	text-align: center;
	width: 85%;
	margin: 10px auto;
	font: 400 18px/32px 'Poppins', sans-serif;
}
.textMain p.paul-icon span {
	display: block;
	width: 80px;
	margin: 0 auto 10px auto;
	background: #ead7c4;
	padding: 10px;
	border-radius: 40px;
}
.textMain .week-program-list li {
	background: none;
	padding: 5px 0 5px 90px;
}
.week-program-list li.discover-personality {
	background: url(../images/discover-personality.png) no-repeat 5px 15px;
}
.week-program-list li.report-analyzer {
	background: url(../images/report-analyzer.png) no-repeat 5px 15px;
}
.week-program-list li.enhance-personality {
	background: url(../images/enhance-personality.png) no-repeat 5px 15px;
}
.week-program-list li h4 {
	font: 600 18px/24px 'Poppins', sans-serif;
	color: #333333;
	margin: 15px 0 0 0;
}
/* -- */

.textMain .textImg-grid {
	text-align: center;
	padding: 30px;
	margin: 20px 0;
}
.textMain .textImg-grid li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 10px 8px;
	min-width: 300px;
	padding: 30px;
	background: none;
	margin: 10px 8px;
	min-height: 330px;
}
.textMain .textImg-grid li h3 {
	color: #fff;
	padding: 0 ! important;
}
/* added on 6-8-21 */
.submitBtn input{display: inline-block;
vertical-align: top;
width: 150px;
margin: 0px auto 0 auto;
border: none;
color: #fff;
cursor: pointer;
transition: 0.7s all ease;
background: #46b5b4;
padding: 12px 0;
font: 400 12px/24px "Poppins", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 0;
}
/* added on 6-8-21 */
.textMain .textImg-grid li p {
	font: 400 14px/32px 'Poppins', sans-serif;
	padding: 5px 0;
	text-align: center;
	color: #000;
}
.textMain .textImg-grid .brainTxt-col {
	background: #ead7c4;
}
.textMain .textImg-grid .mindTxt-col {
	background: #dec0a3;
}
.textMain .textImg-grid .realTxt-col {
	background: #c79e75;
}
/* Pop Up */

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	margin: 70px auto;
	padding: 40px;
	background: #fff;
	border-radius: 5px;
	width: 40%;
	position: relative;
	transition: 0.2s all ease;
}
.popup .close {
	position: absolute;
	top: 15px;
	right: 20px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: #f44336;
}
.popup .popcontent {
	overflow: auto;
}
.popup .popcontent p {
	font: 400 16px/28px 'Poppins', sans-serif;
	margin: 0 0 10px 0;
}
.popup .popcontent li {
	font: 400 14px/24px 'Poppins', sans-serif;
    background: url(../images/ticker.png) no-repeat 8px 16px;
    background-size: 15px;
    padding: 10px 5px 10px 35px;
}
/* Quick Connect */

.creativeForm-Main {
	padding: 60px 10px;
	position: relative;
}
.payform {
	background: #f5f5f5;
}
.payform .theme-L, .payform .theme-R {
	background: #f5f5f5;
}
.payform .creativeForm {
	background: #fff ! important;
}
.creativeForm {
	position: relative;
	background: #f5f5f5;
	padding: 30px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 30px;
	max-width: 640px;
	margin: auto;
}
.textMain .creativeForm h3 {
	margin: 0px 0 5px 0;
	font: 500 22px/36px 'Zilla Slab', serif;
	color: #027170;
	text-align: center;
}
.textMain .creativeForm h3 span {
	display: block;
	font: 400 14px/24px "Poppins", sans-serif;
	padding: 5px 0;
}
.textMain .creativeForm h3:before {
	content: '';
	position: absolute;
	display: block;
	top: -30px;
	background-color: rgb(70 181 180 / 3%);
	border-radius: 50px 50px 50px 50px;
	width: 40px;
	height: 40px;
	margin-top: 4px;
	right: 0;
}
.textMain .creativeForm p {
	font: 400 14px/30px "Poppins", sans-serif;
	padding: 5px 0;
	letter-spacing: 0.2px;
	color: #393939;
	text-align: center;
}
.creative-form {
	text-align: center;
	margin: 20px 0 0 0;
}
.creativeForm .inputTxt {
	display: inline-block;
	vertical-align: top;
	width: 224px;
	text-align: left;
	margin: 5px 3px;
}
.creativeForm .inputTxt input {
	background: #ffffff;
	width: 100%;
	border: 1px solid #cccccc;
	outline: none;
	font: 400 14px/30px "Poppins", sans-serif;
	padding: 10px;
	border-radius: 0;
}
.creativeForm .inputRadio {
	width: auto;
	display: block;
	text-align: left;
	max-width: 79%;
	margin: auto;
}
.textMain .inputRadio p {
	text-align: left;
}
.creativeForm .inputRadio input {
	width: auto;
	margin: 0 10px 0 0px;
}
.creativeForm .textAreaTxt {
	max-width: 458px;
	margin: 5px auto;
}
.creativeForm .textAreaTxt textarea {
	background: #ffffff;
	width: 100%;
	border: 1px solid #cccccc;
	outline: none;
	font: 400 14px/30px "Poppins", sans-serif;
	padding: 10px;
	resize: none;
	border-radius: 0;
}
.creativeForm .submitBtn input {
	display: block;
	vertical-align: top;
	width: 150px;
	margin: 20px auto 0 auto;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: 0.7s all ease;
	background: #46b5b4;
	padding: 12px 0;
	font: 400 12px/24px "Poppins", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0;
}
.creativeForm .creative-form label.error {
	display: block;
	text-align: left;
	font: normal 13px/16px arial;
	padding: 8px 0 0 0;
	letter-spacing: 0.5px;
	color: #fb1a0a;
}
.makepayment {
	position: relative;
	background: #0a6f6e;
	padding: 30px 0;
}
.makepayment .theme-L {
	background: #0a6f6e;
}
.makepayment .theme-R {
	background: #0a6f6e;
}
.makepayment h3 {
	color: #fff;
	font: 500 26px/40px 'Zilla Slab', serif;
	text-align: center;
	letter-spacing: 2px;
}
.makepayment p {
	text-align: center;
	color: #fff;
	font: 400 15px/36px 'Poppins', sans-serif;
	letter-spacing: 1px;
}
.makepayment a {
	display: block;
	width: 150px;
	margin: 20px auto 0 auto;
	border: none;
	color: #fff;
	transition: 0.7s all ease;
	background: #46b5b4;
	padding: 12px 0;
	font: 400 12px/24px "Poppins", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid #46b5b4;
}
.makepayment a:hover {
	background: none;
	color: #fff;
}

.country-list{
	vertical-align: middle;
    text-align: right;
    padding: 0 10px 0 0;
}

/* Media Query */

@media screen and (max-width: 960px) {
	#Slider-Container .rslides li:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		background: rgb(0 0 0 / 60%);
	}
	.bannerTxt {
		z-index: 999;
	}
	.bannerInnertxt .black-col {
		color: #fff;
	}
	.responsive-image {
		display: block;
	}
	.info-r {
		display: none;
	}
	#MAP-Intra {
		padding: 50px 0 0 0;
	}
	.office-address {
		width: 95%;
	}
	.contactForm .inputTxt {
		display: block;
		margin: 10px;
		width: auto;
	}
	.contactForm .textAreaTxt {
		max-width: 458px;
		margin: 10px;
	}
	.slide-l {
		display: block;
	}
	.slide-l img {
		width: 100%;
	}
	.slide-r {
		min-height: 290px;
		display: block;
	}
	.slide-r p {
		font: 400 14px/28px 'Poppins', sans-serif;
		width: 90%;
	}
}
@media screen and (max-width: 940px) {
	.program-grid {
		margin: auto;
	}
	.program-grid-l {
		display: block;
		width: auto;
		text-align: center;
	}
	.program-grid-r {
		display: block;
		width: auto;
		box-shadow: none;
	}
	.program-grid-r .theme-R {
		display: none;
	}
	.mission-grid-l {
		display: block;
		width: auto;
		text-align: center;
	}
	.mission-grid-l .theme-L {
		display: none;
	}
	.mission-grid-r .theme-R {
		display: none;
	}
	.mission-grid-r {
		display: block;
	}
}
@media screen and (max-width: 860px) {
	.logo {
		display: block;
		width: auto;
		margin: 10px auto;
		text-align: center;
	}
	.header-right {
		display: block;
	}
	header {
		padding: 0;
	}
	#Header {
		padding: 0;
	}
	.health-program-l {
		display: block;
		width: auto;
		text-align: center;
	}
	.health-program-r {
		display: block;
	}
	#Testimonials {
		margin: 0;
	}
	.reviews-list li .image-testimonial {
		display: block;
	}
	.reviews-list li .image-txt {
		display: block;
	}
	#Internal-S:after {
		display: none;
	}
	#Internal-S:before {
		display: none;
	}
	article.textMain {
		margin: auto;
		padding: 10px 10px 50px 10px;
	}
	#Internal-S {
		height: 290px;
		background-size: auto 240px ! important;
	}
	.accordion {
		width: 90%;
	}
	.internal-heading {
		position: absolute;
		bottom: 0;
		top: unset;
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
	}
	.internal-heading h1 {
		text-align: center;
	}
	#Main-Menu {
		display: none;
	}
	#Mobile-Menu {
		display: block;
	}
	.menu-mobile {
		text-align: center;
		color: #fff;
		background: rgba(33, 167, 236, 0.91);
		font: normal 20px/26px 'Poppins', sans-serif;
	}
	.menu-mobile a {
		color: #fff;
		display: block;
	}
	.menu-mobile img {
		margin: 0px 0px 0px 10px;
	}
	#Mobile-Menu .menu-mobile a {
		background: url(../images/mob-menu-bg-open.png) no-repeat center center #313338;
		padding: 20px 0;
		display: block;
	}
	#Mobile-Menu .active a {
		background: url(../images/mob-menu-bg-close.png) no-repeat center center #313338;
	}
}
@media screen and (max-width: 767px) {
	.popup {
		width: 90%;
	}
	.textMain .newsType li {
		display: block;
		vertical-align: top;
		width: auto;
		padding: 10px;
	}
	.how-program-work {
		padding: 20px 0;
	}
	.about-table {
		padding: 30px;
	}
	.about-l {
		display: block;
	}
	.about-r {
		display: block;
	}
	.tab-menu ul li {
		width: 48%;
	}
	.video-testimonials li {
		display: block;
		width: auto;
	}
	.contact-l {
		display: block;
		width: auto;
		padding: 20px;
	}
	.contact-r {
		display: block;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	.creativeForm .inputTxt, .creativeForm .textAreaTxt {
		display: block;
		width: auto;
		margin: 10px;
	}
	.footer-intra {
		display: block;
		padding: 0 5px 20px 5px;
	}
	.footer-intra h4 {
		margin: 10px 0;
	}
	.bannerInnertxt p {
		font: 600 20px/30px 'Oswald', sans-serif;
	}
	.bannerTxt a {
		padding: 5px 5px 5px 11px;
		width: 121px;
		margin: 20px 0 0px 0px;
		font: 400 13px/26px 'Poppins', sans-serif;
	}
	.social-media{
		width: auto;
		display: block;
		padding: 30px 0 10px 0;
		text-align: center;
	}
	.footer-menu{
		width: auto;
		display: block;
		padding: 10px;
		text-align: center;
	}
	.country-list{
		width: auto;
		display: block;
		padding: 10px;
		text-align: center;
	}
	
	
	
	
	#Slider-Container #Slider {
		height: 260px ! important;
	}
	.map-grid {
		display: block;
	}
	#MAP {
		background: url(../images/maps.jpg) no-repeat center center;
		height: auto;
		background-size: cover;
	}
	.office-address {
		position: relative;
	}
	#MAP-Intra {
		padding: 10px 0;
	}
	footer {
		padding: 0 ! important;
	}
}
@media screen and (max-width: 480px) {
	.bannerInnertxt p {
		font: 600 16px/30px 'Oswald', sans-serif;
	}
}