* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

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%;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; border-radius: 6px }
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a{color:#009B6F;}
a:hover{color:#000;}
body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	font-family: "Jost", sans-serif;
	overflow-x: hidden;
}

.custom-container {
	padding: 0px 40px;
}

/* ===================== */
/* butn  Section*/
/* ===================== */
.cumn-butn-body {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	padding: 14px 25px;
	border-radius: 30px;
}
.sub-menu-toggle{display:none !important;}
.stellarnav li li{width:100% !important;}
.stellarnav ul{gap:23px !important;}
.stellarnav > ul > li > a{text-transform: capitalize;}
.grn-butn {
	background: #009B6F;
	color: #fff;
	border: 2px solid #009B6F;
}

.current-menu-item{background:#009B6F;}
.sub-menu .current-menu-item a{}
.grn-butn:hover {
	background: transparent;
	color: #009B6F;
	border: 2px solid #009B6F;
}


.wht-butn {
	background: #fff;
	color: #009B6F;
	border: 2px solid #fff
}


.wht-butn :hover {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}


.butn-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	gap: 15px;
}


.yellw-butn {
	background: #FFFF00;
	color: #000000;
	border: 2px solid #FFFF00;
}


.yellw-butn:hover {
	background: transparent;
	color: #FFFF00;
	border: 2px solid #FFFF00;
}


.yellw-border-butn {
	background: transparent;
	color: #FFFF00;
	border: 2px solid #FFFF00;
}


.yellw-border-butn:hover {
	background: #FFFF00;
	color: #000000;
	border: 2px solid #FFFF00;
}



.grn-bor-butn {
	background: transparent;
	color: #009B6F;
	border: 2px solid #009B6F;
}


.grn-bor-butn:hover {
	background: #009B6F;
	color: #fff;
	border: 2px solid #009B6F;
}


/* ===================== */
/* butn  Section*/
/* ===================== */

/* ===================== */
/*header  Section*/
/* ===================== */

.header-section {
	margin: 0px;
	padding: 5px 0px;
}

.logo {
	width: 235px;
	margin: 0px;
	padding: 0px;

}

.logo img {
	width: 100%;
}


.main-nav.scroll .logo {
	width: 85px;
	margin: 0px;
}


.right-link {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 20px;
	height: 100%;
}


.donation-butn {
	background: #009B6F;
	border-radius: 30px;
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 30px;
	padding: 14px 30px;
	color: #fff;
}


.donation-butn:hover {
	background: #FFFF00;
	color: #000;
}


.lang-butn {
	background: transparent;
	border: 2px solid #202020;
	border-radius: 30px;
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 30px;
	padding: 7px 30px;
	color: #202020;
}

.lang-butn:hover {
	color: #202020;
}


.lang-butn span {
	padding-right: 12px;
	margin: 0px;
}

.usercard {
	position: relative;
}

.usercard a {
	border: #202020 2px solid;
	width: 37px;
	position: relative;
	height: 37px;
	border-radius: 50px;
	text-align: center;
	padding: 0px 9px;
	display: flex;
	align-items: center;
}


.usercard a img {
	width: 16px;
}


.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.nav-section {
	background: #202020;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
}

.nav-section.scroll {
	background: #202020;
	height: auto;
	padding: 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	z-index: 99;
}


.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.stellarnav > ul > li > a {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 20px 9px;
	margin: 0px;
}

.stellarnav>ul>li>a:hover {
	background: #009B6F;
	color: #fff !important;
}

.stellarnav>ul>li>a.active {
	background: #009B6F;
	color: #fff !important;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

/*.stellarnav li.has-sub a {*/
/*	padding-right: 0px !important;*/
/*}*/

.stellarnav.desktop li.has-sub a {
padding-right: 13px; 
}


.main-nav .stellarnav li li a:hover {
	background: #fdedf0;
	color: #CE4A64;
}

.main-nav .stellarnav li li a.active {
	background: #fdedf0;
	color: #CE4A64;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
	    top: 5px;
    /*transform: rotate(-453deg);*/
}
.stellarnav li.has-sub ul li>a::after {
	top: 1px;
    transform: rotate(-453deg);
}
/* ===================== */
/*header  Section*/
/* ===================== */


/* ===================== */
/* banner  Section*/
/* ===================== */


.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	height: 500x;
	position: relative;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	overflow: hidden;
	background-size: 100%;
}


.banner-section .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannercarousel-text-section {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0px;
	bottom: 12%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.bannercarousel-text-section h1 {
	font-family: Inter;
	font-weight: 800;
	font-style: Extra Bold;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.bannercarousel-text-section h6 {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 26px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.banner-section .owl-dots {
	position: absolute;
	bottom: 37px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-section .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0px;
	background: #fff !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background: #FFFF00 !important;
	width: 30px;
	height: 10px;
	border-radius: 25px;
}

.banner-section .owl-nav {
	display: none;
}


/* ===================== */
/*header  Section*/
/* ===================== */


/* ===================== */
/* about  Section */
/* ===================== */

.about-section {
	padding: 60px 0px 80px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/welcome-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.about-section-text {
	padding: 0% 5% 0% 0%;
	margin: 0px;
}


.about-section-text h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}


.about-section-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-section .cumn-butn-body.grn-butn {
	float: left;
	margin: 20px 0px 0px;
}


.about-section-img {
	position: relative;

}

.about-section-img1 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	margin-bottom: 10px;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
}

.about-section-img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-section-img1:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.about-section-img2 {
	width: 68%;
	height: 440px;
	position: absolute;
	top: 220px;
	left: 0px;
	border-radius: 15px;
	overflow: hidden;
}

.about-section-img2 img {
	width: auto;
	height: auto;
	object-fit: cover;

}


.about-section-img3 {
	width: 30%;
	height: auto;
	position: absolute;
	top: 220px;
	right: 0px;
	border-radius: 15px;
	overflow: hidden;
}


.about-section-img3 img {
	width: auto;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-section-img3:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-section-img4 {
	width: 18%;
	height: 240px;
	position: absolute;
	top: 390px;
	right: 28px;
	border-radius: 15px;
	overflow: hidden;
}

.about-section-img4 img {
	width: auto;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-section-img4:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* ===================== */
/* about  Section */
/* ===================== */


/* ===================== */
/* our progrm  Section */
/* ===================== */

.our-progrm-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/pro-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.our-progrm-section h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	text-align: center;

}

.our-progrm-section p {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #202020;
	padding: 0px 50px 50px 50px;
	margin: 0px;
}


.our-progrm-box-outer {
	position: relative;
	margin-bottom: 50px;
}


.our-progrm-box {
    height: 582px;
    background: url(../images/box-bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 30px 30px;
    margin: 0px;
}

.our-progrm-box-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}

.our-progrm-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.our-progrm-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.our-progrm-box-text {
	padding: 0px;
	margin: 30px 0px 10px 0px;
}

.our-progrm-box-text h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.our-progrm-box .our-progrm-box-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 60px 0px 0px;
	margin: 0px;
	text-align: left;
	overflow: hidden;
}

.link-arrow-wht {
	padding: 0px 0px;
	width: 70px;
	height: 70px;
	background: #fff;
	box-shadow: 0px 4px 30px 0px #0000001A;
	border-radius: 50%;
	color: #009B6F;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transform: rotate(-318deg);
	-moz-transform: rotate(-318deg);
	-ms-transform: rotate(-318deg);
	-o-transform: rotate(-318deg);
	transform: rotate(-318deg);
	transition: transform 0.5s;
	z-index: 9;
	font-size: 25px;
	font-weight: 400;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: -6px;
	box-shadow: 0px 4px 30px 0px #0000001A;
}

.link-arrow-wht:hover {
	background: #009B6F;
	color: #ffffff;
	transform: rotate(90deg);
	transition: 0.3s ease-in-out;
}


/* ===================== */
/* our progrm  Section */
/* ===================== */


/* ===================== */
/* Become a Member */
/* ===================== */


.member-section {
	padding: 80px 0px;
	margin: 0px;
	height: 100%;
	background: url(../images/member-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.member-section-inner {
	text-align: center;
}

.member-section-inner h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.member-section-inner p {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #DDFFF5;
	padding: 0px 50px 20px 50px;
	margin: 0px;
}

.member-section-butn-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 20px 0px 0px;
}

.tag-sec-butn-row .orng-butn {
	background: #FD7400;
	color: #fff;
}

.tag-sec-butn-row .orng-butn:hover {
	background: #308437;
	color: #fff;
}

.tag-sec-butn-row p {
	font-family: Jost;
	font-weight: 700;

	font-size: 20px;

	line-height: 20px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
}

.tag-sec-butn-row p a {
	color: #FD7400;
}


/* ===================== */
/* Become a Member */
/* ===================== */

/* ===================== */
/* Upcoming Events */
/* ===================== */

.upcomming-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/event-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}


.upcomming-section-text {
	padding: 0%;
	margin: 0px;
}


.upcomming-section-text h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}


.upcomming-section-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.upcomming-section-text .cumn-butn-body.grn-butn {
	float: left;
	margin: 20px 0px 0px;
}

.upcomming-section-imgRow {
	position: relative;
	height: 100%;
	margin-left: 11%;
}

.upcomming-section-imgRow-right {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	border-radius: 20px;
	overflow: hidden;
}

.upcomming-section-imgRow-box {
	background: #fff;
	box-shadow: -22px 40px 40px 0px #0000001A;
	border-radius: 20px;
	padding: 20px 20px;
	height: auto;
	width: 74%;
}

.upcomming-section-imgRow-box h4 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.upcomming-section-imgRow-box h6 {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0%;
	color: #009B6F;
	padding: 0px;
	margin: 0px;
}


.upcomming-section-imgRow-box p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px;
	margin: 15px 0px;
}


.upcomming-box1 {
	position: absolute;
	left: 0px;
	top: 40px;
}

.upcomming-box2 {
	position: absolute;
	left: 0px;
	top: 230px;
}

.upcomming-box3 {
	position: absolute;
	left: 0px;
	top: 420px;
}


/* ===================== */
/* Upcoming Events */
/* ===================== */


/* ===================== */
/* Resources Wish List */
/* ===================== */

.wish-list-section {
	padding: 60px 0px;
	margin: 0px 0px 38px 0px;
	position: relative;
	height: 100%;
	background: url(../images/resous-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	text-align: center;
}


.wish-list-section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.wish-list-section-inner-text {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.wish-list-section-inner-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	padding: 0px 0px 40px 0px;
	margin: 0px;
}
.wish-list-section-inner-text h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.wish-list-section-inner-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0%;
	color: #DBDBDB;
	padding: 0px;
	margin: 0px;
}

.wish-list-section-inner-text p a {
	color: #FFFF00;
}

.wish-list-section-inner-text p a:hover {
	color: #DBDBDB;
}

.wish-list-section-inner-butn {
  padding: 0px;
  margin: 38px auto 0px auto;
  text-align: center;
  }
 

/* ===================== */
/* Resources Wish List */
/* ===================== */


/* ===================== */
/* Blog & News */
/* ===================== */


.blog-section {
	padding: 35px 0px 60px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/pro-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}


.blog-section h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	text-align: center;
}


.blog-box {
	padding: 0px;
	margin: 0px 0px 90px 0px;
}


.blog-box-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}

.blog-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.blog-box-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.blog-box-text {
	margin: 20px 0px 0px 0px;
}


.blog-box-text h6 {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #009B6F;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}


.blog-box-text h6 a {
	color: #009B6F;
}


.blog-box-text h6 a:hover {
	color: #000;
}


.blog-box-text h6 span {
	width: 20px;
	height: auto;
	margin-right: 10px;
}
.blog-box-text h3{
	line-height: 21px;
    }

.blog-box-text h3 a {
	font-family: Inter;
	font-weight: 400;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	letter-spacing: 0px;
	color: #000;
	padding: 0px;
	margin: 10px 0px 0px;
}

.blog-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.blog-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0px;
	background: #979797 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.blog-carousel .owl-dots .owl-dot.active span,
.blog-carousel.owl-dots .owl-dot:hover span {
	background: #009B6F !important;
	width: 30px;
	height: 10px;
	border-radius: 25px;
}

.blog-carousel .owl-nav {
	display: none;
}

/* .blog-carousel .owl-item.active:first-child .blog-box .blog-box-img img {
	width: 100%;
	height: 475px;
}
 */

/* ===================== */
/* Blog & News */
/* ===================== */


/* ===================== */
/* newsletter-section */
/* ===================== */

.newsletter-section {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/newsletr-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}


.newsletter-section-left {
	padding: 0px;
	margin: 0px;
}


.newsletter-section-left h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;

	line-height: 50px;
	letter-spacing: 0%;

	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.newsletter-section-left p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;

	line-height: 20px;
	letter-spacing: 0%;

	color: #DBDBDB;
	padding: 0px;
	margin: 0px;
}

.newsletter-section-right {
	margin: 20px 0px;
	padding-left: 15%;
}

.newsletter-section-right .newsletter-form {
	padding: 0px;
	position: relative;
}

.newsletter-section-right .newsletter-form input {
	height: 55px;
	width: 100%;
	display: inline-block;
	background: #FFFFFF;
	border: none;
	font-family: Inter;
	font-weight: 500;
	font-style: Italic;
	font-size: 16px;

	line-height: 16px;
	letter-spacing: 0%;

	letter-spacing: 0%;
	color: #6B6B6B;
	border-radius: 6px;
	padding: 0 142px 0 20px;

	border-radius: 40px;
}

.newsletter-section-right .newsletter-form ::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #6B6B6B;
	opacity: 1;
	/* Firefox */
}

.newsletter-section-right .newsletter-form :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #6B6B6B;
	opacity: 1;
	/* Firefox */
}

.newsletter-section-right .newsletter-form ::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #6B6B6B;
	opacity: 1;
	/* Firefox */
}

.newsletter-section-right .newsletter-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #6B6B6B;
	opacity: 1;
	/* Firefox */
}

.newsletter-section-right .newsletter-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #6B6B6B;
}

.newsletter-section-right .newsletter-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #6B6B6B;
}

.newsletter-section-right .newsletter-form .button {
	display: inline-block;
	position: absolute;
	right: 0;
}

.newsletter-section-right .newsletter-form .button .btn {
	display: inline-block;
	background: #009B6F;
	font-family: Inter;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	height: 55px;
	border-radius: 40px;
	width: 150px;
}

.newsletter-section-right .newsletter-form .button .btn:hover {
	background: #FFFF00;
	color: #fff;
}


/* ===================== */
/* newsletter-section */
/* ===================== */


/* ==========================================================*/
/* ========================footer-sectiom====================*/


.footer-top {
	padding: 60px 0px;
	margin: 0px;
}

.footer-logo {
	margin: 0px;
	text-align: left;
	width: auto;
}


.footer-logo img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

.footer-social-icon {
	margin: 30px 0px 0px;
	padding: 0px;
}

.footer-social-icon ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 6px;
}

.footer-social-icon ul li a {
	color: #fff;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: #0188A5;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	-webkit-transition: all 0.4s ease;
}

.footer-social-icon ul li a:hover {
	border-radius: 0%;
	background: #009B6F;
}

.footer-menu {
	padding: 0%;
	margin: 0px;
}

.footer-menu h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #009B6F;
	padding: 0px 0px 20px 0px;
	margin: 0px;

}


.footer-menu ul {
	margin:
		0px;
	padding:
		0;
	list-style:
		none;
	column-count: 3;
}

.footer-menu ul li {
	padding:
		0px 0px 5px 0px;
	margin:
		0px;
	list-style-type: none;
}

.footer-menu ul li a {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;

	color: #2C2C2C;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}


.footer-menu ul li a:hover {
	color: #009B6F;
	padding-left: 4px;
}

.footer-info {
	margin: 0%;
	padding: 0px;
	word-wrap: break-word;
}


.footer-info h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #009B6F;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.footer-info p {

	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 26px;
	letter-spacing: 0%;

	color: #2C2C2C;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 15px;
}

.footer-info p a {
	color: #151515;
}

.footer-info p a:hover {
	color: #009B6F;
}

.footer-icon {
	width: 30px !important;
	height: 30px;
}


.footer-text {
	width: 85% !important;

}


.footer-info p span img {
	width: 25px;
	height: 25px;

}

.footer-info p span img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}


.footer-bottom {
	padding: 15px 0px;
	margin: 0px;
	background: #fff;
	border-top: 1px solid #C0C0C0;
}


.footer-bottom p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #313131;
	padding: 0px;
	margin: 0px;


}


.footer-bottom p a {
	color: #009B6F;
}

.footer-bottom p a:hover {
	color: #313131;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}


/* ==============================================*/
/* ==============footer-sectiom==================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #009B6F;
	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: #009B6F;
	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
=================================================*/


.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 23%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: Inter;
	font-weight: 800;
	font-style: Extra Bold;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px;

}


/*================================================
about page CSS
=================================================*/

.cmn-section {
	padding: 60px 0px;
	margin: 0px;
	background: #fff;
	overflow: hidden;
}


.about-page {
	padding: 60px 0px 80px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/welcome-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}

.about-page-text {
	padding: 0% 8% 0% 0%;
}

.about-page-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.about-page-img {
	position: relative;
}


.about-page-img1 {
	width: 70%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

.about-page-img2 {
	width: 25%;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}


.about-page-img3 {
	width: 20%;
	height: auto;
	position: absolute;
	top: 150px;
	right: 0px;
}


.goals-section {
	padding: 60px 0px;
	margin: 0px;
	height: 100%;
	background: url(../images/goals-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;

}


.goals-section-inner {
	padding: 0px;
	margin: 0px;
}


.goals-section-inner h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.goals-box {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.goals-box-icon {
	width: 100px;
	height: 100px;
	background: #FFFF00;
	border-radius: 50%;
	margin: 0px auto;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.goals-box-icon img {
	width: 45px;
	height: auto;
	object-fit: contain;
}

.goals-box-text {
	margin: 20px 0px;
}

.goals-box-text h4 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.goals-box-text p {
	font-family: Inter;
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.got-section-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}

.got-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.got-section-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-full-wid {
	padding: 20px 0px;
	margin: 0px;
}


.about-full-wid p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.we-do-page {
	padding: 60px 0px 80px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/welcome-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}


.we-do-page .about-page-text {
	padding: 0% 0% 0% 8%;
}

.board-members-page .about-page-text {
	padding: 0% 0% 0% 8%;
}


.board-members-page {
	padding: 60px 0px 80px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/welcome-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}

.structure-section {
	background: #fff;
	padding: 60px 0px;
	margin: 0px;
}

.structure-section-text h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}


.structure-section-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px
}


.structure-section-text {
	padding: 0% 0% 0% 10%;
}


/* ========================*/
/* =======what-we-do=======*/
/* =======================*/


/* ========================*/
/* =======Wishlist======= */
/* =======================*/


.wishlist {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.wishlist-left {
	padding: 0% 10% 0% 0%;
	margin: 0px;
}

.wishlist-left h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;

}

.wishlist-left p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.wishlist-left p span {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 0%;
	text-decoration: underline;
	color: #202020;
	padding: 0px;
	margin: 0px;
}

.wishlist-left ul {
	margin: 0px;
	padding: 0;
	list-style: none;

}

.wishlist-left ul li {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	position: relative;
	display: flex;
	padding: 0px 0px 8px 0px;
	color: #202020;
}

.wishlist-left ul li::before {
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f058";
	height: auto;
	width: auto;
	position: absolute;
	margin-right: 10px;
	color: #009B6F;
	position: relative;
	top: 6px;
	margin-right: 10px;
}


.progress-row {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


.progress-row h6 {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

.progress-row .progress {
	display: flex;
	height: 25px;
	overflow: hidden;
	font-size: 20px;
	background-color: #B2B2B2;
	border-radius: 6px;
}

.progress-bar.bg-success
 {
    background-color: #009B6F !important;
}


.wishlist-left .progress-row {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	width: 60%;
}

.wishlist-left h5 {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 28x;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
	color: #009B6F;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.wishlist-page {
	padding: 60px 0px 80px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/media-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}

/* ========================*/
/* =======Wishlist======= */
/* =======================*/


/* ========================*/
/* =======Media======= */
/* =======================*/


.media-page {
	padding: 60px 0px 40px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/media-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}


.products-section-inner {
	margin: 0px;
	padding: 0px;
}

.products-section-inner .nav-tabs {
	border-bottom: 0px solid #dee2e6;
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.products-section-inner .nav-link {
	display: block;
	padding: 5px 20px;
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	border-radius: 0px;
	position: relative;
}

.products-section-inner button::before {
	content: "";
	position: relative;
	right: 25px;
	top: 0px;
	border-right: 2px solid #000;
}


.products-section-inner button.first::before {
	content: "";
	position: relative;
	right: 25px;
	top: 0px;
	border-right: 0px solid #000;
}



.products-section-inner .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #009B6F;
	background-color: transparent;
	border-color: transparent;
}

.products-section-inner .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	color: #009B6F;
	background-color: transparent;
	border-color: transparent;
}


.news-releases-section {
	background: #fff;
	padding: 35px 0px 51px 0px;
	margin: 0px;
}


.news-releases-section h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 30px 0px 15px 0px;
	text-align: left;
}


.para:nth-child(odd) {
	background-color: #FFFFE2;

}

.para:nth-child(even) {

	background-color: #E4F4EF;
}

.para {
	padding: 15px 15px;
	min-height: 30px;
	margin: 0px 0px 10px 0px;
}

.para p {
	font-family: Inter;
	font-weight: 500;
	font-style: Semi Bold;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px;
	position: relative;
	display: flex;
}


.para p::before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f058";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #308437;
	position: relative;
	top: 6px;
	margin-right: 15px;
}


/* ========================*/
/* ======Media======= */
/* =======================*/


/* ========================*/
/* ======blog======= */
/* =======================*/

.blog-page {
	padding: 60px 0px 80px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/media-bg.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}


.blog-page-left .our-progrm-box {
	height: auto;
	background: url(../images/box-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 25px 25px;
	margin: 0px;
}


.blog-page-left .our-progrm-box-img {
	position: relative;
	width: 100%;
	height: 306px;
	border-radius: 30px;
	overflow: hidden;
}


.blog-page-left .our-progrm-box-text h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}


.blog-page-left .our-progrm-box-text h6 {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #009B6F;
	padding: 10px 0px;
	margin: 0px;
}

.blog-page-left .our-progrm-box-text h6 a {
	color: #009B6F;
}

.blog-page-left .our-progrm-box-text h6 a:hover {
	color: #000;
}


.blog-page-right {
	padding: 0% 0% 0% 5%;
}


.recent-post-section {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.recent-post-section h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.recent-post-row {
	border-bottom: 1px dashed #009B6F;
	padding: 20px 0px;
	margin: 0px 0p 20px 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
}

.recent-post-row-img {
	width: 30%;
	height: 100px;
	border-radius: 15px;
	overflow: hidden;
}

.recent-post-row-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.recent-post-row-text {
	width: 70%;
	padding: 0px;
	margin: 0px;
}


.recent-post-row-text p {
	font-family: Inter;
	font-weight: 600;
	font-style: Regular;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

.recent-post-row-text h6 {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #009B6F;
	padding: 0px;
	margin: 0px;
}

.recent-post-row-text h6 a {
	color: #009B6F;
}

.recent-post-row-text h6 a:hover {
	color: #000;
}

.category-section {
	padding: 0px;
	margin: 40px 0px;
}

.category-section h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.category-section-row {
	border-bottom: 1px dashed #009B6F;
	padding: 20px 0px;
	margin: 0px 0p 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}


.category-section-row h5 {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.category-section-row h5 a {
	color: #000000;
}

.category-section-row h5 a:hover {
	color: #009B6F;
}


.category-section-row h6 {
	font-family: Inter;
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #009B6F;
	padding: 0px;
	margin: 0px;


}

.category-section-row h6 a {
	color: #009B6F;
}

.category-section-row h6 a:hover {
	color: #000;
}

.blog-page-detalis-img {
	background: #fff;
	border-radius: 30px;
	border: 1px solid #AFAF91;
	padding: 20px 20px;
	margin: 0px 0px 30px 0px;

	overflow: hidden;
}

.blog-page-detalis-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 30px;
}


.blog-page-detalis-text h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000;
	margin: 0px;
	padding: 0px;

}

.blog-page-detalis-text h6 {
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #009B6F;
	padding: 20px 0px;
	margin: 0px;
}

.blog-page-detalis-text h6 a {
	color: #009B6F;
}


.blog-page-detalis-text h6 a:hover {
	color: #000;
}


.blog-page-detalis-text p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: left;
	overflow: hidden;
}


.blog-page-detalis-butRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0px 0px;
}


/* ========================*/
/* =======blog======= */
/* =======================*/


/* ========================*/
/* ========contact======= */
/* =======================*/

.contact-page {
	padding: 60px 0px 80px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/media-bg.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: 100% 100%;
	overflow: hidden;
}


.contact-page h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.contact-page p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.frm-inner {
	padding: 20px 0px 0px;
}

.frm-inner .form-row {
	margin: 0px 0px 15px 0px;
}

.frm-inner .form-row label {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 0px 0px 15px 0px;
	color: #000;
	margin: 0px;
}

.frm-inner .form-row .form-control {
	border: 1px solid #AFAF91;
	border-radius: 8px;
	padding: 12px 10px;
	box-shadow: 0px 5px 10px 0px #0000000F;
}

textarea.form-control {
	min-height: calc(2.5em + (5.75rem + 2px));
}


.frm-inner .cumn-butn-body.grn-butn {
	margin: 40px 0px 0px;
	display: flex;
	border: none;
	background: #009B6F;
	color: #fff;
	justify-content: start;
}


.frm-inner .cumn-butn-body.grn-butn:hover {
	background: #000;
	color: #fff;
}


.frm-inner .form-row p {
	font-family: Outfit;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #414141;
	padding: 10px 0px;
	margin: 0px;
	text-align: left;


}


.contact-page-left {
	position: relative;
	height: 100%;
}

.contact-page-left-img {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 20px;
	overflow: hidden;
}

.contact-page-left-img-box {
	background: #fff;
	box-shadow: -22px 40px 40px 0px #0000001A;
	border-radius: 20px;
	padding: 30px 30px;
	height: auto;
	width: 60%;
	border: 1px solid #6AE56A;
}

.contact-page-left-img-box h4 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.contact-page-left-img-box h4 span {
	width: 20px;
	height: auto;
	margin-right: 10px;
}


.contact-page-left-img-box p {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.contact-page-left-img-box p a {
	color: #000;
}

.contact-page-left-img-box p a:hover {
	color: #009B6F;
}


.contact-page-right {
	padding: 0% 0% 0% 10%;
	margin: 0px;
}

.contact-box1 {
	position: absolute;
	right: 0px;
	top: 40px;
}


.contact-box2 {
	position: absolute;
	right: 0px;
	top: 240px;
}


.contact-box3 {
	position: absolute;
	right: 0px;
	top: 410px;
}


.google-map {
	width: 100%;
	height: 400px;
}


/* ========================*/
/* ========contact======= */
/* =======================*/


.structure-section-imgRow.wow.animate.fadeInLeft {
	float: right;
}

.about-page-img img {
	width: 100%;
	height: auto;
}





/* ========================*/
/* =======slick-slider======*/
/* =======================*/


.slick-slider .element {
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;

}


.slick-slider .slick-disabled {
	opacity: 0;
	pointer-events: none;
}


.slick-slider .slick-prev {
	display: none !important;
}

.slick-slider .slick-next {
	display: none !important;
}


.slick-slider .slick-dots {

	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.slick-slider .slick-dots li button {
	background: #979797;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	font-size: 0px;
}


.slick-slide .slick-active:first-child {
	width: 100%;
	height: 600px;
}


.slick-slide .blog-box .blog-box-img img {
	width: 100%;
	height: 400px;
	transition: all 0.5s ease-in-out; /* Smooth transition for size changes */
}

.slick-slide.slick-active.active .blog-box .blog-box-img img {
	height: 480px; /* Increased height when active */
}
.element-1.slick-slide.slick-active .blog-box .blog-box-img img{
	width: 100%;
	height: 450px;
}


.slick-slider .slick-active button {
	background: #009B6F !important;
	width: 30px !important;
	height: 10px !important;
	border-radius: 25px !important;
}


.slick-list {
	/* height: 600px; */

}

/* ========================*/
/* =======slick-slider======*/
/* =======================*/


.pagination-wrapper a {
    color: #000000;
    padding: 4px;
    font-size: 13px;
}

span.page-numbers.current {
    background: #009B6F;
    padding: 9px;
    border-radius: 6px;
    color: #fff;
    
    font-size: 13px;
}

.join-section h2{ font-size: 24px;}
#exampleModal{ z-index:9999 !important;}
.be-mab-nav{    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    gap: 15px;}
.be-mab-nav li {}
.be-mab-nav li a,.be-mab-nav li:nth-child(2) a:hover{    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    padding:10px 20px;
    border-radius: 30px;
    background: #009B6F;
    color: #fff;
    border: 2px solid #009B6F;
}
.be-mab-nav li a:hover,.be-mab-nav li:nth-child(2) a{  background: #fff ;
    color:#009B6F; border: 2px solid #fff;}
.sub-det{padding:0px 80px;}   


.memberships-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
}

.memberships-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.memberships-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.memberships-det h3{    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #000000;
    padding: 0px;
    margin: 0px 0px 25px 0px;}
.goals-pri-sec h4{font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 0px 0px 50px 0px;
    margin: 0px; color:#fff;}   
.goals-pri-sec p{color:#fff;}    
.goals-pri-sec ul{margin-top:20px; margin-bottom:20px;}
.goals-pri-sec li{    position: relative;
    font-weight: 500;
    color: #fff;
    padding-left: 30px;
    margin-top: 9px;}
.goals-pri-sec li:before {
        font: normal normal normal 18px / 1 FontAwesome;
    content: "\f058";
    height: auto;
    width: auto;
    color: #fff;
    position: absolute;
    top: 3px;
    margin-right: 15px;
    left: 0px;
}

.volun-tab .nav-link.active{     background: #009B6F !important;
color: #fff;
   }
    
.volun-tab .nav-link{ background: rgba(0, 155, 111, .5) !important;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 14px 30px;
    color: #000;
    border-radius: 0px !important;
    margin-right: 1px;}  
#myTabContent{    border: 1px solid #009B6F;
    padding: 20px;}   
#myTabContent h4{    font-weight: bold;
    margin-bottom: 10px;}   
    
#myTabContent ul{margin-top:20px; margin-bottom:20px;}
#myTabContent li,#volunteeringTabContent li,#opportunitiesTabContent li{    position: relative;
    font-weight: 500;
    color: #000;
    padding-left: 30px;
    margin-top: 9px;}
#myTabContent li:before,#volunteeringTabContent li:before,#opportunitiesTabContent li:before {
        font: normal normal normal 18px / 1 FontAwesome;
    content: "\f058";
    height: auto;
    width: auto;
    color: #009B6F;
    position: absolute;
    top: 3px;
    margin-right: 15px;
    left: 0px;
} 
#opportunitiesTabContent li,#opportunitiesTabContent li:before{  color: #fff;}
.vol-opp-sec{ color:#fff;}
.vol-opp-sec h4{    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 40px 0px; 
    text-align: left;}
    
 .vol-opp-sec .volun-tab .nav-link{    background: #fff !important;
    color: #009B6F;}   
  .vol-opp-sec .volun-tab .nav-link.active{background: #000 !important; color:#fff;}
  .vol-opp-sec #myTabContent{border:1px solid #fff;}
  .vol-opp-sec #myTabContent li{  color: #fff;}
  #myTabContent li:before{ color: #fff;}
  #volunteeringTabContent,#opportunitiesTabContent{padding: 20px;
    border: 1px solid #009B6F;
    border-radius: 0px 5px;}
    
#opportunitiesTabContent{border: 1px solid #fff;}    
#volunteeringTabContent h4{font-weight: bold;
    margin-bottom: 20px;}   
#opportunitiesTabContent a{color:#fff;} 
#opportunitiesTabContent a:hover{color:#000;}   
.cmn-section h3,.cmn-section h4{ margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 600;
  }
.news-section h4{font-weight:bold; margin-top:20px;}
.news-section p{text-align:left;padding:0px; text-align:left;}
.news-section .our-progrm-box-img{min-height: 377px;}
.resident-section h2{    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
       font-size: 34px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #000000;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    text-align: left;
    }
.resident-section p {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
	color: #202020;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}
.submit-button {
	background: #009B6F;
	border-radius: 30px;
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 30px;
	padding: 14px 30px;
	color: #fff;border:none;
	margin-top: 20px;
}


.submit-button:hover {
	background: #FFFF00;
	color: #000;
}

.wpcf7-textarea{    height: 20px;
    min-height:80px !important;}
.goals-oasis-sec h3{ line-height: 0px;
    margin-bottom: 0px;
    padding-bottom: 32px;} 
.goals-oasis-sec h6{ color:#fff; text-align:center; margin-bottom:60px;}
.goals-oasis-sec .goals-box-icon i{font-size:40px;}
.goals-box-text p{font-size: 16px; margin-top:20px;}
.oasis-projects-sec .our-progrm-box{padding:10px;}
.oasis-projects-sec .our-progrm-box-text h3{font-size: 17px; margin-bottom:5px;}
.oasis-projects-sec .our-progrm-box-text p{ font-size: 14px; line-height: 25px; padding:0px 30px 0px 0px;}
.more-oasis-sec{text-align:center;}
.more-oasis-sec h3,.more-oasis-sec p{    text-align: center;
    margin-bottom: 30px;}

.more-oasis-nav{ display: flex;
    gap:50px;
    justify-content: center; /* Centers the flex items */
    width: 100%; /* or a specific width */
    margin: 0 auto; /* Centers the container itself */}
.more-oasis-nav li{}
.more-oasis-nav li a {
	background: #009B6F;
	border-radius: 30px;
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	border-radius: 30px;
	padding: 14px 30px;
	color: #fff;
}


.more-oasis-nav li a:hover {
	background: #FFFF00;
	color: #000;
}

.modules-section{padding:60px 0px;}
.modules-section h3,.modules-section h4 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #000000;
    padding: 0px;
    margin: 0px 0px 25px 0px;
}
.modules-section h4{     font-size: 16px;
    margin-bottom: 10px;}
.modules-box{     padding: 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 515px;}
    
.stellarnav li a { font-size: 14px;  }    
    
.current-menu-item a {
	background: #009B6F;
	color: #fff !important;
}  
.footer-menu .current-menu-item a {
	background: #fff !important;
	color: #2C2C2C !important;
   }     
.footer-menu .current-menu-item {
	background: #fff !important;
	color: #2C2C2C !important;
}   
.stellarnav li li a:hover {
background: #009B6F;
	color: #fff !important;
} 


blockquote {
    /* border-color: red; */
    border-left: 3px solid green;
    padding-left: 20px;
    margin: 10px;
}


/* ======= Updated Css 21/08/2025 ======*/

.about-pageimg01 {
	margin: 0px 0px;
	padding: 18px 0px;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 15px;
	height: 314px;
	overflow: hidden;
}
.about-pageimg01 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.4s ease;
    }
.about-pageimg01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.global-oasis h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}
.global-oasis p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.global-oasis .got-section-img {
	position: relative;
	width: 100%;
	height: 327px;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
	padding: 20px 0px;
}
.global-oasis .got-section-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.global-oasis .our-progrm-box {
	height: 550px;
     }
.global-oasis .our-progrm-box-text {
	padding: 0px;
	margin: 17px 0px 10px 0px;
	width: 90%;
}
.oasis-btn {
	margin-top: 6px;
	display: block;
	width: 120px;
    }
.oasis-projects-sec .our-progrm-box {
	padding: 18px;
}
.upcomming-section-text h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 14px 0px;
}
.upcomming-section-text ul{
    padding: 0px 0px;
	margin: 0px 0px 30px 11px;
	position: relative;
    list-style: none;
    }

.upcomming-section-text li{
    padding: 0px 0px;
	margin: 0px 0px;
	position: relative;
	font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    list-style: inside;
    }
    
.main-img-mod {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	height: 335px;
	overflow: hidden;
	width: 100%;
	border-radius: 15px;
}
.main-img-mod img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-img-mod:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.global-community
.about-page-img {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 15px;
	height: 314px;
	overflow: hidden;
}
.global-community .about-page-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.global-community .about-page-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.global-community .about-page-text  h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.cmn-section .wp-image-800 {
	padding: 0px 0px;
	margin: 0px 0px 27px 45px;
	background: #fff;
	overflow: hidden;
	width: 320px;
	min-height: 544px;
	border-radius: 15px;
}
.cmn-section .wp-image-800 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.cmn-section .wp-image-800:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.page-id-949 .about-page-img {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 15px;
	height: 560px;
	overflow: hidden;
}
.page-id-949 .about-page-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.page-id-949 .about-page-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cmn-section h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px ;
}
.cmn-section h5 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 25px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
    }
.cmn-section p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
    }
.page-id-949 .about-page-text li{
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #202020;
  padding: 0px 0px 20px 0px;
  margin: 0px;   
  }
.wp-image-863 {
	margin: 0px 0px;
	padding: 0px 0px;
	border-radius: 15px;
}
.wp-image-887 {
	margin: 0px 0px;
	padding: 0px 0px;
	border-radius: 15px;
}
.page-id-878 h4 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.page-id-878 img.alignright {
	float: right;
	margin: 0 0 0em 4em;
}
.page-id-608 .aligncenter {
	margin: 0px auto;
	padding: 0px 0px;
	width: 70%;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26), 0 6px 20px 0 rgba(0, 0, 0, 0);
}
.page-id-608 .et_pb_module_header {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 25px 0px;
    }
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
	background-color: #009b6f;
    }
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover {
	background-color:#2cbb49cc;
    }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row {
	margin: 13px 12px 12px 0px;
	background: #edf4f280;
	padding: 29px 12px;
    }
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border: 1px solid #009b6f;
	color: #009b6f;
	border-radius: 6px;
    }
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #009b6f;
	color: #ffffff;
    }
.tribe-events .tribe-events-calendar-latest-past__event-row {
	flex-wrap: nowrap;
	margin-bottom: 12px;
	margin-top: 13px;
	background: #edf4f280;
	padding: 22px 12px;
}
.page-id-620 .cmn-section h2 {
  margin: 0px 0px 20px 0px;
}
.our-progrm-box-img iframe {
	width: 100%;
	height: 212px;
	border-radius: 30px;
    }
.mds-img {
	margin: 0px auto 40px auto;
	padding: 0px 0px;
	width: 75%;
	border-radius: 15px;
	text-align: center;
   }
.program-content h2 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}
.program-content p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.mds-vdo {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	text-align: center;
	overflow: hidden;
   }
.mds-yout {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px;
	width: 100%;
	height: 400px;
	border-radius: 15px;
	text-align: center;
	overflow: hidden;
   }
.mds-yout iframe {
	width: 100%;
	height: 100%;
	border-radius: 19px;
   }  
   
.mds-yout video {
	width: 100%;
	height: 100%;
	border-radius: 19px;
   }  
  .page-id-641 .cmn-section h4 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	text-align: left;
}
  .page-id-641 .aboutcard-section img{
      border-radius: 15px;
  }
 .postid-1072 .program-content h3 {
    font-family: Inter;
      font-weight: 700;
      font-style: Bold;
      font-size: 26px;
      line-height: 27px;
      letter-spacing: 0%;
      color: #000000;
      padding: 0px;
      margin: 0px 0px 12px 0px;
     }
 .postid-1072 .program-content li {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
    }
.products-section-inner h5 {
  font-family: Inter;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #000000;
  padding: 0px;
  margin: 0px 0px 23px 0px;
   }
.et_pb_text_inner ul{
    padding: 0px 0px 0px 13px;
     margin: 0px;
   }
.et_pb_text_inner li{
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #202020;
  padding: 0px 0px 9px 0px;
  margin: 0px;
  list-style: disc;
   }
   
.boardmember-section{
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    }

.boardmemberhead{
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    }
.boardmemberhead h3 {
	font-family: Inter;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
    } 
.boardmemberhead p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 30px 0px;
	margin: 0px;
    }   
 .boardcard {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 30px 0px #0000001A;
    border: #cccccc3b 1px solid;
    border-radius: 15px;
    } 
.boardcardimg {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
    }     
.boardcardimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
    }     
.boardcardimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
     }   
     
.boardcardtext{
    margin: 0px 0px;
    padding: 20px 20px;
    position: relative;
    width: 100%;
    min-height: 330px;
    }
.boardcardtext h6 {
  font-family: Inter;
  font-weight: 500;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #000;
  padding: 0px;
  margin: 0px 0px 9px 0px;
  }
.boardcardtext h6 span {
    font-size: 16px;
    line-height: 19px;
    color: #aca6a6;
    display: block;
    font-weight: 400
    }
.boardcardtext p {
  padding: 0px 0px;
  margin: 0px;
  font-family: Inter;
  font-weight: 300;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #202020;
  }
 .page-id-352 .news-section h4 {
	margin-bottom: 8px;
    }
    
.actionedit_card {
	display: flex;
	align-items: center;
	justify-content: start;
	margin: 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	gap: 22px;
} 

.actionedit_cardlogo {
  margin: 0px 0px;
  padding: 34px 20px;
  position: relative;
  border: #e1e1e1 1px solid;
  border-radius: 10px;
  height: 200px;
  width: 300px;
    }
.actionedit_cardlogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
   }
.foodclub-img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 25px;
	overflow: hidden;
}
.foodclub-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.foodclub-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.foodclub-text {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
	position: relative;
	width: 100%;
	height: auto;
    }
.foodclub-text h1{
    font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #000000;
  padding: 0px;
  margin: 0px 0px 25px 0px;
}
.slick-track p {
	font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #202020;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
}
.slick-initialized .slick-slide {
	display: block;
	text-align: center;
}