/*-----------------    Default Css By Amit Silori   ----------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

body {
	margin: 0;
	font-weight: 600;
	overflow-x: hidden;
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

article {
	overflow-x: hidden;
}

body a {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	font-family: "Quicksand", sans-serif;
	color: #222;
}

/* CSS TOP MARGINS * -------------------------- */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #000;
	font-family: "Quicksand", sans-serif;
	font-weight: 900;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 15px;
}

p {
	font-weight: 600;
	color: #222;
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0 10px 0;
	color: 666;
	font-family: "Quicksand", sans-serif;
}

p a {
	color: #222;
}

b.normal {
	font-weight: 600;
}

ul,
label {
	margin: 0;
	padding: 0;
}

body a:hover {
	text-decoration: none;
}

html input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
	border-radius: 10px;
	height: 45px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	color: #777;
	border: 1px solid #ddd;
	font-size: 13px;
	background: #fff;
}

html select {
	padding: 0 11px;
	font-size: 13px;
}

html select option {
	font-size: 14px;
	font-weight: 300;
}

html textarea {
	padding: 10px 10px;
	box-sizing: border-box;
	width: 100%;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 0px;
	font-size: 15px;
}

html button,
html input[type="button"] {
	color: #fff;
	display: inline-block;
	padding: 13px 20px;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 2px;
	border: none;
	font-weight: 600;
	height: 50px;
}

html button:hover,
html input[type="button"]:hover {
	color: #fff;
}

html input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	outline: 0;
}

.form-control {
	font-size: 13px;
	height: 42px;
	border-radius: 10px;
	margin-bottom: 15px;
}

textarea.form-control {
	height: 120px;
	border-radius: 10px;
}

.btn {
	font-size: 15px;
	padding: 10px 40px;
	font-weight: 600;
	border-width: 2px;
	border-radius: 0px;
	line-height: normal;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-primary {
	color: #fff;
	background: #47afb3;
	border: 1px solid #47afb3;
	position: relative;
	overflow: hidden;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background: #333;
	border-color: #333;
}

.btn-primary2 {
	color: #044871;
	background-color: transparent;
	border-color: #044871;
}

.btn-primary2:hover,
.btn-primary2:focus {
	color: #fff;
	background-color: #044871;
	border-color: #044871;
}

.btn-primary-outline {
	color: #fff;
	background-color: transparent;
	border-color: #0048a8;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-primary:focus,
.btn-primary:focus {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

/*--HeaderS ection--*/
.container {
	padding: 0px;
}

/*--nav Section--*/
.img-fluid {
	width: 100%;
}

/*--General CSS--*/
.section {
	padding: 4em 0;
}

.title-box {
	margin-bottom: 40px;
}

.title {
	font-size: 40px;
	line-height: 50px;
	color: #000;
	font-weight: 600;
	font-family: "Quicksand", sans-serif;
	margin: 0 0 10px 0;
}

.title.white {
	color: #fff;
}

.title span {
	color: #3CA3B9;
}

p.sub-title {
	color: #222;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: ;
	margin: 5px 0;
}

hr {
	width: 100px;
	margin: 1em 0px;
	background: #e182a8;
	height: 3px !important;
	opacity: 1;
}

hr.hr-center {
	width: 100px;
	margin: 1em auto;
	height: 3px;
}

img.hr {
	padding: 20px 0;
}

ul.navbar-nav li.nav-item.dropdown {
	transition: .5s all;
}

ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
	display: block;
	padding: 0px;
	border-top: 5px solid #63bdc0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

.navbar-brand {
	width: 15%;
}

.back-gry {
	background: #f9fdff;
}

.just {
	text-align: justify;
}

/*-- end General CSS--*/

/*-----------------   End Default Css By Amit Silori   ----------------------------------*/

.top-header {
	border-bottom: 1px solid #ddd;
}

.left-header span {
	display: inline-block;
	padding: 10px 20px;
	border-right: 1px solid #ddd
}

.left-header span a {
	color: #333;
}

.left-header span a i {
	margin-right: 8px;
}

.header-start {
	background: #fff;
	transition: .5s all;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	width: 100%;
}

.header-start .navbar {
	background: transparent;
	padding: 0px;
}

.header-start .navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 15px;
	padding: 24px 12px;
	font-weight: 600;
}

.header-start .navbar-light .navbar-nav .nav-link:hover {
	color: #5BB8CC;
}

.header-start.darkHeader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	transition: .5s all;
}

.header-start.darkHeader .top-header {
	display: none;
	transition: .5s all;
}

ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a.dropdown-item {
	font-size: 13px;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}

ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a.dropdown-item:hover {
	background-color: #63bdc0;
	color: #fff;
}

.header-social span {
	color: #fff;
}

.header-social a i {
	height: 35px;
	width: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
}

.navbar-expand-lg .navbar-nav {}

.header-enroll a {
	padding: 15px 30px;
	background: #64bec2;
	color: #fff;
	font-weight: 600;
	border-radius: 100px;
}

.header-enroll a i {
	display: inline-block;
	margin-left: 5px;
}

/*end header css*/

/*start banner css*/
.main-banner {
	margin-top: 100px;
}

.main-banner .carousel-control-prev {
	left: -50px;
	top: 45%;
}

.main-banner .carousel-control-next {
	right: -50px;
	top: 45%;
}

.main-banner-overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.main-banner .carousel-caption {
	z-index: 999;
	position: absolute;
	right: 15%;
	bottom: 32%;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
}

.main-banner .carousel-caption .heading {
	font-size: 75px;
	color: #fff;
	font-weight: 700;
	line-height: 56px;
	text-shadow: 2px 2px 2px #000;
}

.main-banner .carousel-caption p {
	font-size: 18px;
	color: #fff;
	margin: 15px 0;
	text-shadow: 2px 2px 2px #000;
}

/*end banner css */

.about-home-ul ul li {
	list-style: none;
	padding: 10px;
	border: 1px solid #ddd;
	border-left: 5px solid #63bdc0;
	margin-bottom: 8px;
}

.about-home .row {
	margin-top: 40px;
}

.about-home-ul ul li i {
	margin-right: 8px;
	color: #63bdc0;
}

.about-home .title-box {
	margin-bottom: 30px;
}

.home-school-img .row .col-md-4 {
	padding: 10px 10px;
}

.home-school-img .row {
	overflow: hidden;
}

.yoga-ttc-box {
	border: 1px solid #ddd;
	margin-top: 30px;
	box-shadow: 0 0 8px 0 #cecccc;
}

.yoga-ttc-box-text {
	padding: 40px 30px;
	position: relative;
}

.yoga-ttc-box-text h3 {
	font-weight: 600;
}

.yoga-ttc-box-text p {
	padding: 15px 0;
}

.yoga-ttc-box-text span {
	position: absolute;
	top: -50px;
	right: 30px;
	background: #63bdc0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
	border-radius: 5px;
}

.yoga-ttc-box-text span strong,
.yoga-ttc-box-text span b {
	padding: 10px;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 500;
}

.yoga-ttc-box-text span b {
	background: #000;
}

.yoga-highlight-box {
	position: relative;
	overflow: hidden;
}

.yoga-highlight-box span {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	z-index: 999;
}

.yoga-highlight-box p {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding-left: 30px;
	z-index: 999;
	transition: .5s all;
}

.yoga-highlight-box img {
	transition: .8s all;
}

.yoga-highlight-box:hover img {
	transform: scale(1.2);
}

.yoga-highlight-box:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 9;
}

.yoga-highlights .col-md-3 {
	padding: 0px;
}

.yoga-highlight-box:hover p {
	bottom: 40px;
}

.yin-yoga-box {
	border: 1px solid #ddd;
	margin-top: 30px;
	box-shadow: 0 0 8px 0 #cecccc;
}

.yin-yoga-text {
	padding: 2em;
	height: 100%;
}

.yin-yoga-text h4 {
	font: 25px;
	font-weight: 700;
	color: #47afb3;
	margin-bottom: 12px;
}

.yin-yoga-book {
	background: #f5f5f5;
	height: 100%;
	text-align: center;
	padding-top: 20%;
}

.yin-yoga-book a.btn {
	margin: 5px 0
}

.home-retreat-list ul li {
	list-style: none;
	padding: 5px;
	border-radius: 50px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	vertical-align: middle;
	background: #fff;
	font-weight: 700;
	box-shadow: 0 0 8px 0 #cecccc;
}

.home-retreat-list ul li i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #47afb3;
	color: #fff;
	border-radius: 100%;
	vertical-align: middle;
	display: inline-block;
}

.home-retreat-list ul li a {
	float: right;
}

.home-retreat-list ul li span {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 10px 0 10px;
}

.home-retreat-list .title {
	font-size: 28px;
}

.teacher-box .teacher-img {
	border: 5px solid #fff;
	box-shadow: 0 0 8px 0 #cecccc;
	border-radius: 100%;
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.teacher-box {
	text-align: center;
	margin-top: 30px;
}

.teacher-text strong {
	font-size: 20px;
	font-weight: 600;
	display: block;
}

.teacher-text span {
	font-weight: 600;
	display: block;
	color: #47afb3;
}

.owl-nav {
	display: none;
}

.review-box {
	background: #fff;
	padding: 20px 20px 20px 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	text-align: center;
	margin: 10px;
	box-shadow: 0 0 8px 0 #cecccc;
}

.review-box p {
	text-align: justify;
	margin-bottom: 10px;
}

.review-box strong {
	font-size: 18px;
	display: block;
}

.review-box strong span {
	font-size: 15px;
	display: block;
}

.user {
	width: 30%;
	border: 5px solid #fff;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	box-shadow: 0 0 8px 0 #cecccc;
	margin-top: 12px;
}

.video-review-box iframe {
	height: 200px;
}

.video-review-box {
	margin-top: 30px;
	border: 5px solid #fff;
	box-shadow: 0 0 8px 0 #cecccc;
}


.accordion-item .accordion-button {
	background: #fff;
	text-transform: capitalize;
}

.accordion-item .accordion-button:focus {
	outline: none;
	box-shadow: none;
}

.accordion-item .accordion-button:hover {
	color: #000;
}

.accordion-item {
	margin-bottom: 10px;
	box-shadow: 0 0 8px 0 #cecccc;
}

.accordion-item .accordion-button {
	height: auto;
}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #47afb3;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


.main-footer {
	background: #272727;
}

.footer-box p,
.footer-box ul li,
.footer-box a,
.footer-box i,
.footer-box {
	color: #bfbfbf;
	font-size: 13px;
}

.footer-box h6 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700
}

.footer-box ul li {
	list-style: none;
}

.footer-box ul li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dashed #363636
}

.footer-box span {
	width: 30%;
	margin: 2px;
	display: inline-block;
	overflow: hidden;
}

.footer-box p {
	padding: 10px 0;
	border-bottom: 1px dashed #363636
}

.copy-footer {
	background: #222;
}

.footer-social a i {
	color: #bfbfbf;
	margin: 0 5px;
}

.copy-footer span a {
	color: #bfbfbf;
	padding: 0 10px;
	border-right: 1px solid #bfbfbf;
	font-size: 13px;
}

.copy-footer span a:last-child {
	border: none;
}

.copy-footer span {
	display: block;
	margin-top: 5px;
}

.copy-footer p,
.copy-footer p a {
	font-size: 13px;
	color: #bfbfbf;
}

.copy-footer p {
	margin-top: 8px;
}


.inner-banner {
	padding: 25em 0 8em 0;
	margin-top: 100px;
	background: url(../images/inner-banner.jpg) no-repeat bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.inner-banner.inner-200 {
	padding: 26em 0 8em 0;
	margin-top: 125px;
	background: url(../images/200-inner.jpg) no-repeat bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.inner-banner.inner-50 {
	padding: 26em 0 8em 0;
	margin-top: 100px;
	background: url(../images/50-inner.jpg) no-repeat bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.inner-banner.inner-2000 {
	padding: 26em 0 8em 0;
	margin-top: 100px;
	background: url(../images/200-inner1.jpg) no-repeat bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.inner-banner.inner-300 {
	padding: 26em 0 8em 0;
	margin-top: 100px;
	background: url(../images/300-inner1.jpg) no-repeat bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.inner-banner.inner-500 {
	padding: 26em 0 8em 0;
	margin-top: 100px;
	background: url(../images/500-inner1.jpg) no-repeat bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.inner-banner:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, #111);
}

.inner-banner-text {
	position: relative;
}

.inner-banner-text .title {
	color: #fff;
}

.inner-banner-text span a {
	color: #fff;
}

.inner-banner-text span i {
	margin: 0 5px;
	color: #fff;
}


.about-page-text {
	padding-left: 3em;
}

.about-page-img {
	position: relative;
}

.about-page-img-text {
	position: absolute;
	bottom: -10px;
	right: -10px;
	padding: 15px;
	background: #f9fdff;
	border-radius: 20px;
	text-align: center;
}

.about-page-img-text span {
	background: #fff;
	padding: 20px;
	display: block;
	border-radius: 20px;
	box-shadow: 0 0 10px #d5bbe5;
}

.about-page-img-text span b {
	font-size: 40px;
	font-weight: 900;
	display: block;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
}


/*start contact page css*/
.contact-form {
	background: #fff;
	box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
}

.contact-form .form-heading {
	padding: 3em;
	border-bottom: 1px solid #ddd;
}

.contact-form form {
	padding: 3em;
}

.contact-form form .form-control {
	height: 50px;
	padding: 0px;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.contact-form form label {
	font-size: 14px;
	padding: 10px 0;
}

.contact-form form .form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #168fa6;
	color: #168fa6;
}

.contact-form form textarea.form-control {
	height: 80px;
}

.form-btn {
	margin-top: 15px;
}

.contact-page-details {
	padding-left: 2em;
}

.contact-page-heading {
	padding-bottom: 20px;
}

.contact-page-box {
	padding: 25px 0;
	border-top: 1px solid #ddd;
}

.contact-page-box i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #136a7a;
	color: #136a7a;
	font-size: 20px;
	text-align: center;
	transition: .5s all;
	vertical-align: top;
	margin-right: 8px;
}

.contact-page-box:hover i {
	background: #136a7a;
	color: #fff;
}

.contact-page-box p {
	display: inline-block;
	width: 80%;
	vertical-align: top;
}

.contact-page-box p b {
	display: block;
}


.highlight-box {
	padding: 3em;
	text-align: center;
	box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
	background: #fff;
	height: 290px;
	border: 1px solid #ddd;
}

.highlight-box small {
	display: block;
	color: #ff6468;
	padding: 15px 0
}

.highlight-box i {
	height: 60px;
	line-height: 60px;
	width: 60px;
	font-size: 20px;
	text-align: center;
	background: #136a7a;
	color: #fff;
}

.start-enroll-form {
	padding: 3em;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
	margin-top: 4em;
}

.start-enroll-form form .form-group {
	margin-bottom: 25px;
}

.start-enroll-form form .form-control {
	height: 45px;
	font-size: 14px;
}

.start-enroll-form form .form-control:focus {
	outline: none;
	box-shadow: none;
}

.start-enroll-form form .form-select:focus {
	outline: none;
	box-shadow: none;
}

.start-enroll-form form .form-select {
	font-size: 14px;
}

.start-enroll-form form textarea.form-control {
	height: 100px;
}

.start-enroll-form form label {
	margin-bottom: 5px;
	font-weight: 500;
	position: relative;
}

.start-enroll-form form label:before {
	content: "*";
	color: #EC6857;
	;
	position: absolute;
	right: -15px;
	top: -5px;
	font-size: 20px;
	line-height: 2.4rem;
}

/*end enroll page css*/


.teacher-page .row {
	background: #fff;
	box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
	margin-bottom: 30px;
}

.teacher-page .col-md-6 {
	padding: 0px;
}

.teacher-page .teacher-page-text {
	padding: 2em;
}

.teacher-page-text .teacher-title {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 800;
}

.teacher-page-text small {
	color: #136a7a;
	display: block;
	margin-bottom: 20px;
	font-weight: 500;
}

.teacher-page-text p {
	text-align: justify;
}

.teacher-social {
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}

.teacher-social a i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	background: #000;
}

.teacher-social a i.fa-facebook-f {
	background: #1a4790;
}

.teacher-social a i.fa-instagram {
	background: linear-gradient(10deg, #efa513, #9007dc);
}

.teacher-social span {
	margin-right: 8px;
}

.gallery-start .col-md-4 {
	padding: 5px;
}


.founder-page-left {
	border-radius: 20px;
	overflow: hidden;
	background: #5dbabe;
	box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
}

.founder-page-left-text {
	padding: 20px;
}

.founder-page-left-text strong {
	color: #fff;
	display: inline-block;
	font-size: 20px;
}

.founder-page-left-text span {
	color: #fff;
	display: inline-block;
}

.founder-contact {
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 20px;
}

.founder-contact p {
	color: #ebf90e;
	margin-bottom: 10px;
	font-weight: 600;
}

.founder-contact p b {
	color: #fff;
	display: block;
	font-size: 18px;
}

.founder-page-right {
	padding: 30px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
	border-radius: 20px;
}

.ttc-page-text strong {
	display: block;
	padding: 10px 0;
	font-size: 18px;
}

.ttc-page-text ul li {
	list-style: none;
	padding: 8px 0;
}

.ttc-page-text ul li i {
	margin-right: 5px;
	color: #136a7a;
}

.ttc-page-learn {
	background: #fff;
	box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
	border-radius: 15px;
	overflow: hidden;
	border-bottom: 3px solid #136a7a;
}

.ttc-page-learn b {
	display: block;
	padding: 10px 15px;
	background: #47afb3;
	color: #fff;
	font-size: 22px;
}

.ttc-page-learn ul li {
	list-style: none;
	padding: 8px 0;
}

.ttc-page-learn ul li i {
	margin-right: 5px;
	color: #136a7a;
}

.ttc-page-learn ul {
	padding: 30px;
}

.ttc-page-overview .ttc-page-overview-img {
	margin: 20px 0;
}

.img-border {
	border: 5px solid #fff;
	box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%), 0 4px 32px 0 rgb(103 151 255 / 9%);
}

.ttc-schedule-left ul li {
	list-style: none;
	padding: 8px;
	margin: 4px 0;
	background: #fff;
	border-left: 5px solid #47afb3;
	box-shadow: 0 0 8px 0 #cecccc;
}

.ttc-schedule-left ul li span {
	display: inline-block;
	width: 30%;
}

.ttc-schedule-left ul li.schedule-head {
	background: #47afb3;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.ttc-schedule-right ul li {
	list-style: none;
	padding: 12px 0;
}

.ttc-schedule-right ul li i {
	margin-right: 5px;
	color: #136a7a;
}

.ttc-schedule-right {
	padding-left: 3em;
}

.ttc-schedule-right strong {
	display: block;
	font-size: 22px;
	font-weight: 800;
	padding: 10px;
	color: #fff;
	background-color: #47afb3;
}

.start-ttc-date {
	background: #fff;
	box-shadow: 0 0 8px 0 #cecccc;
}

.start-ttc-date ul.table-head {
	background: #47afb3;
	color: #fff;
	font-weight: 900;
}

.start-ttc-date ul {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	margin: 0px;
}

.start-ttc-date ul li {
	width: 24%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.start-ttc-date ul li strong {
	display: none;
}

.start-ttc-date ul li span {
	display: block;
	background: #47afb3;
	color: #fff;
	border-radius: 30px;
	font-size: 13px;
	width: 70%;
	margin: 0 auto;
}

.yogic-food h4 {
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 15px;
	color: #47afb3;
}

.ttc-page-food-gallery .col-md-3 {
	padding: 0px;
}

.ttc-page-food-gallery {
	margin-top: 30px;
}

.yogic-accommodation {
	margin-top: 2em;
}

.ttc-page-inclusion-box {
	padding: 0 2em;
}

.ttc-page-inclusion-box ul li {
	list-style: none;
	padding: 8px 0;
}

.ttc-page-inclusion-box h4 {
	background: #47afb3;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.ttc-page-inclusion-box ul li i {
	color: #47afb3;
	margin-right: 5px;
}

.ttc-policy-box {
	padding: 2em;
	box-shadow: 0 0 8px 0 #cecccc;
	margin-top: 30px;
}

.ttc-policy-box h5 {
	font-size: 25px;
	margin-bottom: 12px;
	color: #47afb3;
}

.ttc-policy-box ul li {
	list-style: none;
	padding: 8px 0;
}

.ttc-policy-box ul li i {
	margin-right: 5pox;
	color: #47afb3;
}

.online-ttc-left-box {
	margin-top: 40px;
}

.online-ttc-left-box .title {
	font-size: 30px;
	color: #64bec2;
}

.online-ttc-left-box ul li {
	list-style: none;
	padding: 10px 0;
}

.online-ttc-left-box ul li i {
	margin-right: 5px;
	color: #64bec2;
}

.online-ttc-left-box iframe {
	height: 500px;
}

.online-ttc-price {
	background: #47afb3;
	padding: 25px;
	text-align: center;
}

.online-ttc-price strong {
	display: block;
	background: #fff;
	color: #47afb3;
	font-size: 30px;
	text-align: center;
}

.online-ttc-price b {
	display: block;
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
}

.online-ttc-price span {
	background: #fff;
	padding: 5px 10px;
	border: 2px dashed #fff;
	display: block;
	margin: 12px 0;
	font-size: 26px;
	color: #47afb3;
}

.online-ttc-price small {
	color: #fff;
}

.online-ttc-right-box-bottom {
	padding: 25px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 5px solid #47afb3;
}

.online-ttc-right-box-bottom a.btn {
	display: block;
	margin: 10px 0;
}

.online-ttc-right-box-bottom ul li {
	list-style: none;
	padding: 10px 0;
}

.online-ttc-right-box-bottom b {
	display: block;
	font-size: 20px;
	color: #47afb3;
	margin-top: 20px;
}

.online-ttc-right-box {
	margin-left: 30px;
}

.terms {
	background: #dfecf9;
}

.start-trems {
	padding: 2em;
	background: #fff;
	box-shadow: 0 10px 15px rgb(25 25 25 / 20%);
}

.start-trems ul li {
	list-style: none;
}

.start-trems ul li i {
	color: #2f9431;
	margin-right: 5px;
}

.trems-box .term-heading {
	font-size: 25px;
	margin-bottom: 15px;
}

.trems-box {
	margin-bottom: 2em;
}

.retreat-activity .row {
	overflow: hidden;
	box-shadow: 0 2px 10px rgb(25 25 25 / 20%);
	margin-bottom: 20px;
}

.retreat-activity-text {
	padding: 20px;
}

.retreat-activity .row .col-md-4 {
	padding: 0px;
}

.retreat-activity-text h4 {
	color: #47afb3;
	font-size: 20px;
	margin-bottom: 12px;
}


.fix-whatsapp {
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 9999;
}

.ttc-page-overview-form {
	padding: 10px;
	box-shadow: 0 2px 10px rgb(25 25 25 / 20%);
	background: #e7f3f9;
}

.ttc-page-overview-form strong {
	font-size: 30px;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.ttc-page-overview-img {
	height: 100%;
}

.ttc-page-overview-img img {
	height: ;
}

.modal-offer button.btn-close {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #000;
	padding: 0px;
	height: 30px;
	width: 30px;
	line-height: 31px;
	text-align: center;
	opacity: 1;
	color: #fff;
	border-radius: 100%;
}

.modal-text strong {
	font-size: 20px;
	display: block;
	color: #4facb1;
}

.modal-text p {
	color: red;
}

.modal-text small {
	display: block;
	color: red;
}

.modal-form {
	padding: 20px 0;
}

.modal-text {
	padding: 30px;
}

.modal-body {
	padding: 0px;
}

.modal-form .form-control {
	border: 1px solid #4facb1
}

.payment-page-box {
	background: #fff;
	padding: 2em;
	box-shadow: 0 2px 10px rgb(25 25 25 / 20%);
}

.payment-page-box ul {
	padding: 0px;
	margin-top: 10px;
}

.payment-page-box ul li {
	padding: 5px 0;
	list-style: none;
}

.payment-page-box ul li b {
	font-weight: 800;
	margin-right: 8px;
	color: #4facb1;
}

.desc p, .desc h2, .desc h3, .desc h4, .desc ul, .desc ol{margin-bottom:10px}
.desc ul, .desc ol{margin-left:30px}
.ttc-schedule  table thead{background: #47afb3;color: #fff;font-size: 20px;font-weight: 600;border-left:5px solid #47afb3;}
.ttc-schedule table tbody tr {background: white;border-bottom: 5px solid #bcbcbc14;border-left:5px solid #47afb3;}

.sectionContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.sectionText {
  flex: 1 1 300px;
  padding: 10px;
}

.sectionImage {
  flex: 1 1 300px;
  padding: 10px;
  text-align: right;
}

.sectionImage img {
  max-width: 100%;
  height: auto;
}
 .sticky-sidebar {
      position: sticky;
      top: 20px; /* Distance from top when scrolling */
    }
/* Stack vertically on small screens */
@media (max-width: 1080px) {
  .sectionContainer {
    flex-direction: column;
  }
  .sectionImage {
    text-align: center;
  }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1400px) {}

/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1024px) {

	.header-start .navbar-light .navbar-nav .nav-link {
		color: #000;
		font-size: 12px;
		padding: 24px 12px;
		font-weight: 600;
	}

}


/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {}


/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
	.about-home .col-md-6 {
		width: 100%;
		max-width: 100%;
		flex: 100%
	}

	.about-home-text p {
		padding-top: 20px;
	}

	.yin-yoga-box .col-md-3 {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}

	.yin-yoga-box .col-md-6 {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}

	.yin-yoga-book {
		background: #f5f5f5;
		height: 100%;
		text-align: center;
		padding-top: 0%;
	}

	.home-retreat .col-md-4 {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}

	.home-retreat-text p {
		padding-top: 22px;
	}

	.home-school .col-md-6 {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}

	.home-school-text h2 {
		text-align: center;
	}

}


@media (max-width: 667px) {
	.header-start .navbar-light .navbar-nav .nav-link {
		color: #000;
		font-size: 18px;
		padding: 23px 12px;
		font-weight: 600;
	}

	.navbar-brand {
		width: 25%;
	}

	.ttc-schedule-right {
		padding-left: 0px;
		margin-top: 20px;
	}

	.start-ttc-date ul.table-head {
		background: #47afb3;
		color: #fff;
		font-weight: 900;
		display: none;
	}

	.start-ttc-date ul {
		padding: 8px 0;
		border-bottom: 1px solid #ddd;
		margin: 0px;
		border-top: 5px solid #47afb3;
		margin-top: 20px;
	}

	.start-ttc-date ul li {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 5px 0;
	}

	.start-ttc-date ul li strong {
		display: inline-block;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
	.highlight-box {
		margin-top: -5em
	}

	.container {
		padding: 0 15px
	}

}

@media (max-width: 480px) {
	.main-footer {
		text-align: center;
	}

	.about-page-text {
		padding-left: 0;
	}

	.left-header span {
		display: inline-block;
		padding: 10px 17px;
		border-right: 1px solid #ddd;
	}

	.navbar-brand {
		width: 30%;
	}

	.title {
		text-align: center;
		font-size: 32px;
	}

	.header-start .navbar-light .navbar-nav .nav-link {
		color: #000;
		font-size: 17px;
		padding: 22px 12px;
		font-weight: 600;
	}

	.inner-banner.inner-200 {
		padding: 8em 0 2em 0;
		margin-top: 65px;
		background: url(../images/200-inner.jpg) no-repeat bottom;
		background-size: cover;
		position: relative;
		overflow: hidden;
	}

	.inner-banner-text .title {
		color: #fff;
		line-height: 35px;
	}

	.inner-banner-text {
		position: relative;
		text-align: center;
	}

	.section {
		padding: 2em 0;
	}

	.title {
		text-align: center;
		font-size: 26px;
		line-height: 35px;
	}

	.ttc-schedule-left ul li span {
		display: inline-block;
		width: 48%;
		font-size: 14px;
	}

	.ttc-schedule-left ul li {
		font-size: 14px;
	}
}


@media (max-width: 400px) {
	.left-header span {
		display: inline-block;
		padding: 10px 5px;
		border-right: 1px solid #ddd;
	}

	.left-header span {
		display: inline-block;
		padding: 3px 9px;
		border-right: 1px solid #ddd;
		font-size: 13px;
	}

	.home-retreat-list h4 {
		text-align: center;
	}

	.main-footer {
		text-align: center;
	}

	.header-start .navbar-light .navbar-nav .nav-link {
		color: #000;
		font-size: 18px;
		padding: 20px 12px;
		font-weight: 600;
	}

	.footer-box h6 {
		margin-top: 10px;
	}

	.left-header {
		text-align: center;
	}


}