@font-face {
	font-family: 'Silver Delight';
	src: url('../fonts/SilverDelight-Regular.woff2') format('woff2'),
		url('../fonts/SilverDelight-Regular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Outfit", serif;
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}


.container-fluid {
	padding: 0px 45px !important;
}

/*========== Font Face Start =============*/

/*========== haeder-top-part =============*/


.header-section {
	padding: 15px 0;
	margin: 0;
	background: #FFFFFF;
}


.navigation {
	padding: 15px 0px;
	display: flex;
	justify-content: end;
	gap: 20px;
	align-items: center;
}


/*========== haeder-top-part =============*/


.header-section.sticky {
	padding: 15px 0;
	background: #FFFFFF;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #f8f8f8;
}

.header .header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	align-items: center;
}

.logo {
	padding: 0px;
	margin: 0px;
}

.logo img {
	width: 100%;
}

.navigation .stellarnav.light {
	background: transparent;
}

.navigation .stellarnav {
	width: auto;
}

.navigation .stellarnav ul>li {
	padding: 0;
	margin: 0 30px 0 0;
}

.navigation .stellarnav ul>li:last-child {
	margin-right: 0;
}
.navigation .stellarnav ul>li:last-child a{
    background: #50C878;
    border-radius: 26px;
    padding: 9px 19px;
    text-align: center;
    font: normal normal normal 18px / 26px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.navigation .stellarnav ul>li:last-child a.active{
    color: #FFFFFF;
}
.navigation .stellarnav ul>li:last-child a:after{
    display:none;
}
.navigation .stellarnav ul>li:last-child a:hover{
    background: #00674F;
    color: #fff;
}


.navigation .stellarnav ul>li>a {

	font: normal normal normal 16px/16px Outfit;
	letter-spacing: 0px;
	color: #000000;

	padding: 0px;
	margin: 0px;
	position: relative;

}

.stellarnav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
}

.navigation .stellarnav ul>li>a:hover {
	color: #50C878;
}

.navigation .stellarnav ul>li>a:hover::after {


	content: '';
	width: 40px;
	height: 3px;
	background: #50C878;
	position: absolute;
	left: -3px;
	bottom: -10px;
	margin: 0 auto;
	opacity: 1;
	color: #50C878;


}

.navigation .stellarnav ul>li>a.active {
	color: #50C878;
}

.navigation .stellarnav ul>li>a.active::after {
	content: '';
	width: 40px;
	height: 3px;
	background: #50C878;
	position: absolute;
	left: -3px;
	bottom: -10px;
	margin: 0 auto;
	opacity: 1;
	color: #50C878;
}

.navigation .stellarnav ul>li>ul {
	padding: 10px;
	border-radius: 5px;
}

.navigation .stellarnav ul>li>ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.navigation .stellarnav ul>li>ul li a {
	font-size: 14px;
	padding: 8px 0;
	margin: 0;
	display: block;
	color: #000;
}

.navigation .stellarnav ul>li>ul li:first-child a {
	padding-top: 0;
}

.navigation .stellarnav ul>li>ul li:last-child a {
	padding-bottom: 0;
}

.navigation .stellarnav ul>li>ul li:last-child {
	border-bottom: none;
}

.header .logo {
	max-width: 300px;
	transition: all 300ms ease-in-out;
}

.header .logo img {
	max-width: 100%;
}

.header.sticky .logo {
	max-width: 250px;
}


.membership {
	padding: 0px;
	margin: 0px;
}


.membership-butn {
	background: #50C878;
	border-radius: 26px;
	padding: 9px 19px;
	text-align: center;
	font: normal normal normal 18px/26px Outfit;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}


.membership-butn:hover {
	background: #00674F;
	color: #fff;
}


/*=================================Header-end================================================================= */
/*======================================Banner-start===========================================================*/

.banner {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: calc(100vh - 99px);
}


.banner video {
	width: 100%;
	object-fit: cover;
	height: 100%;
}


.banner-text-section {

	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0px;
	background: #0000001a;
	width: 100%;
	height: 100%;

}


.banner-text-section h1 {
	text-align: left;
	font: normal normal normal 70px/18px Silver Delight;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 8px 16px #00000033;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	position: absolute;
	border: 0px;
	left: 50px;
	bottom: 105px;
}


/*===========================================banner-section-end=================================================================*/


/*==========================================about-us-section================================================================*/


.texture-bg-section {
	padding: 80px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/inner-bg-txur.png) no-repeat;
	background-size: 100% 100%;
}


.about-section-left {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.about-section-left-img1 {
	background: #000;
	border-radius: 0px 0px 96px 0px;
	padding: 0px;
	margin: 0px;

	height: 520px;
	width: 50%;
	overflow: hidden;
}

.about-section-left-img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}


.about-section-left-img1:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;
}


.about-section-left-img2 {
	background: #000;
	border-radius: 96px 0px 0px 0px;
	padding: 0px;
	margin: 60px 0px 0px 0px;

	height: 520px;
	width: 50%;
	overflow: hidden;
}

.about-section-left-img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}


.about-section-left-img2:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;
}


.about-section-right {
	padding: 0% 0% 0% 6%;
}

.about-section-right h2 {
	text-align: left;
	font: normal normal normal 70px/70px Silver Delight;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-section-right p {
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


/*==========================================about-us-section================================================================*/


/*==========================================why-choose-section================================================================*/
.why-choose-section {
	padding: 0px;
	margin: 0px;
	min-height: 765px;
	overflow: hidden;
	background: url(../images/choose-bg.png) no-repeat #63d089;
	background-size: 70% auto;
}


.why-choose-section-left {
	padding: 80px 0px 100px 45px;
	margin: 0px;

}


.why-choose-section-left h2 {
	text-align: left;
	font: normal normal normal 60px/66px Silver Delight;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.why-choose-section-left h3 {
	text-align: left;
	font: normal normal normal 36px/36px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.why-choose-section-left ul {
	padding: 0px;
	padding: 0px;
}


.why-choose-section-left ul li {
	text-align: left;
	font: normal normal normal 23px/45px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	position: relative;
}


.why-choose-section-left ul li::before {
	font: normal normal normal 13px/1 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #000000;
	position: relative;
	top: -3px;
	margin-right: 15px;
}


.why-choose-section-right {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: auto;
}


.why-choose-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px;
	transition: 0.3s ease-in-out;
}


.why-choose-section-right:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;
}


/*==========================================why-choose-section================================================================*/

/*==========================================blog-section======================================================================*/


.blog-section h2 {
	text-align: center;
	font: normal normal normal 70px/70px Silver Delight;
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.blog-section-inner {
	margin: 60px 0px 20px 0px;
	padding: 0px;
}


.blog-box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 8px 20px #77AE891A;
	border: 1px solid #AEAEAE;
	border-radius: 15px;
	opacity: 1;
	padding: 30px 30px;
	margin: 0px;
	text-align: center;
}


.quote {
	width: 79px;
	height: 58px;
	margin: 0px auto;
	text-align: center;
}


.blog-box p {
	text-align: center;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin: 20px 0px;
	padding: 0px;
}


.blog-box h3 {
	text-align: center;
	font: normal normal normal 25px/25px Silver Delight;
	letter-spacing: 0px;
	color: #50C878;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.blog-box h6 {
	text-align: center;
	font: normal normal normal 17px/26px Outfit;
	letter-spacing: 0px;
	color: #6E6E6E;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


.blog-section-inner .owl-nav {
	display: none;
}

.blog-section-inner .owl-dots {
	display: none;
}


/*==========================================blog-section======================================================================*/


/*==========================================footer-section===============================================================*/


.footer-top {
	padding: 40px 0px;
	margin: 0px;
	background: #040906;
}


.footer-logo-section {
	padding: 0px;
	margin: 0px;
}


.footer-logo-section img {
	width: 80%;
	height: auto;
	object-fit: cover;
}

.footer-menu {
	padding: 25px 0px;
	margin: 0px auto;
}

.footer-menu ul {
	display: flex;
	justify-content: end;
	gap: 10px;
	align-items: center;
}

.footer-menu ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}


.footer-menu ul li a {
	text-align: center;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px;
	font: normal normal normal 14px/14px Outfit;
	letter-spacing: 0px;
	color: #D5E9E5;
	opacity: 1;
}


.footer-menu ul li::after {
	font: normal normal normal 16px/1 FontAwesome;
	content: "--";
	height: auto;
	width: auto;
	position: relative;
	margin: 0px 10px;
	color: #D5E9E5;
}

.footer-menu ul li.last::after {
	display: none;
}


.footer-menu ul li a:hover {
	color: #50C878;
}


.footer-bottom {
	padding: 20px 0px;
	margin: 0px;
	background: #1F2722;
}

.footer-bottom p {

	font: normal normal normal 14px/14px Outfit;
	letter-spacing: 0px;
	color: #CECECE;
	padding: 0px;
	margin: 0px;
}

.footer-bottom p a {
	color: #FFFFFF;
}


.footer-bottom p a:hover {
	color: #50C878
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}

/*==========================================footer-section===============================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #50C878;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #50C878;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

/*==========================================end-code-MM=============================================================*/


/* ---- Inner Pages Css----- */
.breadcumb {
	margin: 0px 0px;
	position: relative;
}

.positioned-icons {
	position: relative;
}

.positioned-icons img.about-three-dot {
	left: 154px;
	bottom: -54px;
	position: absolute;
	z-index: 9;
	width: 180px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 260px;
	max-height: 260px;
}

.breadcumb #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(2, 2, 2, 0.43);
}

.hero-content-upper {
	padding-top: 6%;
}

.hero-content-upper p {
	color: #FEFEFE;
	text-align: left;
	font-size: 15px;
	font-weight: 300;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px;
}

.hero-content-upper p a {
	color: #ECECEC;
	text-decoration: none;
}

.hero-content-upper h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: 'Silver Delight';
	color: #FEFEFE;
	font-size: 60px;
	text-align: center;
	font-weight: 500;
}

.hero-content {
	position: absolute;
	color: #ffffff;
	top: 5%;
	left: 0%;
	width: 100%;
}

.contactus-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.contactus-left {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 98%;
	height: 567px;
	overflow: hidden;
	border-radius: 75px 0px 0px 0px;
}

.contactus-left h3 {
	left: 46px;
	padding: 0px 0px;
	font-family: 'Silver Delight';
	color: #fff;
	font-size: 60px;
	text-align: left;
	font-weight: 500;
	position: absolute;
	z-index: 9;
	bottom: 40px;
	line-height: 68px;
}

.contactus-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}

.contactus-left:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;
}

.contactoverlay {
	position: absolute;
	width: 100%;
	height: 280px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: linear-gradient(180deg, #0d0d0d00, #171716f0);
}

.quoteform {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.quoteform h2 {
	margin: 0px 0px 21px 0px;
	padding: 0px 0px;
	font-family: 'Silver Delight';
	color: #000000;
	font-size: 70px;
	text-align: left;
	font-weight: 500;
}

.quoteform .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 18px;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
	color: #414141;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #707070;
	border-radius: 8px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 25px;
	font-family: "Outfit", serif;
}

.submitbtn {
	margin: 0px 0px;
	padding: 22px 47px;
	background: #50C878;
	border-radius: 48px;
	border: #50C878 1px solid;
	text-align: center;
	font: normal normal normal 26px/18px Outfit;
	color: #fff;
	text-decoration: none;
}

.submitbtn:hover {
	border: #50C878 1px solid;
	background: #4fd37b;
	color: #ffffff;
}

.ideas-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.ideasleft {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.ideasleft p {
	margin: 0px 0px 24px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #000000;
}

.ideasright {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	height: 921px;
	overflow: hidden;
	border-radius: 75px 0px 0px 0px;
}

.ideasright img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}

.ideasright:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;
}

.practices-img {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	height: 841px;
	overflow: hidden;
	border-radius: 75px 0px 0px 0px;
}

.practices-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.meditation-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.meditationleft {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	height: 678px;
	overflow: hidden;
	border-radius: 75px 0px 0px 0px;
}

.meditationleft img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}

.meditationleft:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;
}

.meditationright {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.meditationright p {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #000000;
}

.diversity-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.diversity-section p {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	font: normal normal normal 20px/30px Outfit;
	letter-spacing: 0px;
	color: #000000;
}

.earthasymbiosis-img {
	margin: 17px 0px;
	padding: 0px 0px;
	position: relative;
	height: 519px;
	overflow: hidden;
	border-radius: 75px 0px 0px 0px;
}

.earthasymbiosis-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}

.earthasymbiosis-img:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;
}

.earthasymbiosis-text {
	margin: 17px 0px 30px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.earthasymbiosis-text ul {
	margin: 0px 0px;
	padding: 0px 36px;
	position: relative;
	width: 100%;
}

.earthasymbiosis-text li {
	margin: 0px 0px 11px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	font: normal normal normal 20px/27px Outfit;
	letter-spacing: 0px;
	color: #000000;
	list-style: disc;
}

.earthasymbiosis-text li::marker {
	color: #50C878;
	font-size: 29px;
}


.facts-img {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	height: 741px;
	overflow: hidden;
	border-radius: 75px 0px 0px 0px;
}

.facts-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
}

.facts-img:hover img {
	transform: scale(1.5);
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease-in-out;
}


.meditationright.meditationfullwd {
	padding: 0px;
	margin: 20px 0px 0px;
}


.ideasleft.ideasfullwd {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.member-section h2 {
    margin: 0px 0px 21px 0px;
    padding: 0px 0px;
    font-family: 'Silver Delight';
    color: #000000;
    font-size: 70px;
    text-align: center;
    font-weight: 500;
}

.member-section p{
    text-align: center;
    font: normal normal normal 20px/30px Outfit;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}