.council_member_box{
	display: flex !important;
	background-color: #D4FCF2;
	opacity: 0.9;
	padding: 10px;
	gap: 20px;
	margin: 0 13px;
	border: 1px solid #70813F;
	border-radius: 15px;
}
.council_member_img {
	width: 40%;
	border-radius: 15px;
	border: 1px solid transparent;
	overflow: hidden;
}
.council_member_data {
	width: 60%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.council_member_data img{
	filter: brightness(0);
	padding-top: 20px;
}
.council_member_box .council_member_img img{
	height: 100%;
	object-fit: cover;
}
.council_member .slick-track{
	display: flex;
	height: inherit;
}
.council_member .slick-track .slick-slide{
	height: inherit;
}
.council_member .slick-dots{
	bottom: -40px;
}
.council_member .slick-dots li{
	margin: 0 0px;
}
@media(min-width: 768px){
	.council_member .slick-track {
		margin-left: -10px;
	}
	.council_member ul.slick-dots {
		margin-left: -10px;
	}
}

.events_container{
	display: flex;
	gap: 80px;
}
.events_description {
	width: 57%;
}
.events_images {
	width: 43%;
}
.events_images img{
	border: 1px solid transparent;
	border-radius: 20px;
	height: 100%;
	object-fit: cover;
}
.events_container .slick-list{
	padding-bottom: 10px;
	height: 100%;
}
.events_container .slick-track{
	height: 100%;
	object-fit: cover;
}


@media (max-width: 1023px){
	.events_container{
		gap: 40px;
	}
}
@media (max-width: 767px){
	.council_member_box{
		flex-direction: column;
	}
	.council_member_img, .council_member_data{
		width: 100%;
	}
	.council_member_data{
		padding-right: 0px;
	}
	.council_member_box .council_member_img img{
		height: auto;
		width: 100%;
	}
	.council_member_box{
		margin: 0 5px;
	}
	.events_container{
		flex-direction: column;
	}
	.events_images, .events_description{
		width: 100%;
	}
	.events_container{
		gap: 20px;
	}
}



/* latin-ext */
@font-face {
	font-family: "DM Sans";
	font-style: italic;
	font-weight: 100 1000;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4ET-DNl0.woff2)
		format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
		U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
		U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: "DM Sans";
	font-style: italic;
	font-weight: 100 1000;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4Hz-D.woff2)
		format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
		U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 100 1000;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZ2IHSeH.woff2)
		format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
		U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
		U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 100 1000;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZOIHQ.woff2)
		format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
		U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
	--font_primary: "DM Sans", sans-serif;
	--color_primary: #191970;
	--color_primary_1: #08d3a1;
	--color_secondary: #00a37a;
	--color_secondary_1: #e1faec;
	--color_secondary_2: #101010;
	--color_secondary_3: #ecf8fc;
	--color_secondary_4: #3a3a8a;
	--color_secondary_5: #f4e5de;
	--color_secondary_6: #d4fcf2;
	--color_black: #101028;
	--para_color: #101010;
	--color_white: #ffffff;
	--container_width: 100%;
	--container_left_space: calc((100% - var(--container_width)) / 2);
	--transition: ease all 300ms;
}
@media (min-width: 768px) and (max-width: 991px) {
	:root {
		--container_width: 750px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	:root {
		--container_width: 970px;
	}
}
@media (min-width: 1200px) {
	:root {
		--container_width: 1170px;
/* 			--container_width: 1200px; */
	}
}

.text_xxs {
	font-size: 16px;
	line-height: calc(24 / 16);
}

.text_xs,
body {
	font-size: 18px;
	line-height: calc(24 / 18);
}

.text_sm {
	font-size: 20px;
	line-height: calc(24 / 20);
}

.text_reg {
	font-size: 24px;
	line-height: calc(28 / 24);
}

.text_md {
	font-size: 30px;
	line-height: calc(58 / 30);
}

.text_lg,
.section_title {
	font-size: 50px;
	line-height: calc(54 / 50);
}
@media (max-width: 767px) {
	.text_lg,
	.section_title {
		font-size: 30px;
	}
}

.text_xl {
	font-size: 75px;
	line-height: calc(100 / 75);
}

.text_300 {
	font-weight: 300;
}

.text_400 {
	font-weight: 400;
}

.text_500 {
	font-weight: 500;
}

.text_600 {
	font-weight: 600;
}

.text_700 {
	font-weight: 700;
}

.text_800 {
	font-weight: 800;
}

.text_900 {
	font-weight: 900;
}

.f_w_l {
	font-weight: 300;
}

.f_w_r,
.text_xxs,
.text_xs,
body,
.text_sm,
.text_reg {
	font-weight: 400;
}

.f_w_m,
.text_md,
.text_lg,
.section_title {
	font-weight: 500;
}

.f_w_s_b,
.text_xl {
	font-weight: 600;
}

.f_w_b {
	font-weight: 700;
}

.f_w_i {
	font-style: italic;
}

.f_w_i_none {
	font-style: inherit;
}

.text_italic {
	font-style: italic;
}

.text_center {
	text-align: center;
}

.text_uppercase {
	text-transform: uppercase;
}

.overflow_hidden {
	overflow: hidden;
}

.b_r_60 {
	border-radius: 60px;
}

.b_r_20 {
	border-radius: 20px;
}

.b_r_10 {
	border-radius: 10px;
}

.b_r_5 {
	border-radius: 5px;
}

.width_100 {
	width: 100%;
}

.d_f {
	display: flex;
}

.f_w {
	display: flex;
	flex-wrap: wrap;
}

.f_w_j {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f_w_a_j_center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.f_j {
	display: flex;
	justify-content: space-between;
}

.f_w_se {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.f_w_a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.f_r_aj_between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.f_r_aj_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_r_a_center {
	display: flex;
	align-items: center;
}

.a_center {
	align-items: center;
}

.f_r_j_center {
	display: flex;
	justify-content: center;
}

.f_c_aj_center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.f_c_a_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.f_c_j_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.j_c_center {
	justify-content: center;
}

.f_d_c {
	flex-direction: column;
}

.m_0_auto {
	margin: 0 auto;
}

.m_tb_0 {
	margin: 0;
}

.m_b_5 {
	margin: 0 0 5px;
}

.m_t_5 {
	margin: 5px 0 0;
}

.m_tb_5 {
	margin: 5px 0;
}

.m_b_10 {
	margin: 0 0 10px;
}

.m_t_10 {
	margin: 10px 0 0;
}

.m_tb_10 {
	margin: 10px 0;
}

.m_b_15 {
	margin: 0 0 15px;
}

.m_t_15 {
	margin: 15px 0 0;
}

.m_tb_15 {
	margin: 15px 0;
}

.m_b_20 {
	margin: 0 0 20px;
}

.m_t_20 {
	margin: 20px 0 0;
}

.m_tb_20 {
	margin: 20px 0;
}

.m_b_30 {
	margin: 0 0 30px;
}

.m_t_30 {
	margin: 30px 0 0;
}

.m_tb_30 {
	margin: 30px 0;
}

.m_b_80 {
	margin: 0 0 80px;
}
@media only screen and (max-width: 767px) {
	.m_b_80 {
		margin: 0 0 60px;
	}
}

.m_t_80 {
	margin: 80px 0 0;
}
@media only screen and (max-width: 767px) {
	.m_t_80 {
		margin: 60px 0 0;
	}
}

.m_tb_80 {
	margin: 80px 0;
}
@media only screen and (max-width: 767px) {
	.m_tb_80 {
		margin: 60px 0;
	}
}

.m_b_100 {
	margin: 0 0 100px;
}
@media only screen and (max-width: 767px) {
	.m_b_100 {
		margin: 0 0 80px;
	}
}

.m_t_100 {
	margin: 100px 0 0;
}
@media only screen and (max-width: 767px) {
	.m_t_100 {
		margin: 80px 0 0;
	}
}

.m_tb_100 {
	margin: 100px 0;
}
@media only screen and (max-width: 767px) {
	.m_tb_100 {
		margin: 80px 0;
	}
}

.p_t {
	padding-top: 20px;
}

.pt_10 {
	padding-top: 10px;
}

.pb_10 {
	padding-bottom: 10px;
}

.ptb_10 {
	padding: 10px 0;
}

.pt_20 {
	padding-top: 20px;
}

.pb_20 {
	padding-bottom: 20px;
}

.ptb_20 {
	padding: 20px 0;
}

.pt_30 {
	padding-top: 30px;
}

.pb_30 {
	padding-bottom: 30px;
}

.ptb_30 {
	padding: 30px 0;
}

.pt_40 {
	padding-top: 40px;
}

.pb_40 {
	padding-bottom: 40px;
}

.ptb_40 {
	padding: 40px 0;
}

.pt_50 {
	padding-top: 50px;
}

.pb_50 {
	padding-bottom: 50px;
}

.ptb_50 {
	padding: 50px 0;
}

.ptb_60 {
	padding: 60px 0;
}

@media only screen and (max-width: 767px) {
	.ptb_60 {
		padding: 40px 0;
	}
}
.pt_60 {
	padding-top: 60px;
}

@media only screen and (max-width: 767px) {
	.pt_60 {
		padding-top: 40px;
	}
}
.pb_60 {
	padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.pb_60 {
		padding-bottom: 40px;
	}
}
.ptb_80 {
	padding: 80px 0;
}

@media only screen and (max-width: 767px) {
	.ptb_80 {
		padding: 60px 0;
	}
}
.pt_80 {
	padding-top: 80px;
}

@media only screen and (max-width: 767px) {
	.pt_80 {
		padding-top: 60px;
	}
}
.pb_80 {
	padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	.pb_80 {
		padding-bottom: 60px;
	}
}
.ptb_100 {
	padding: 100px 0;
}

@media only screen and (max-width: 991px) {
	.ptb_100 {
		padding: 90px 0;
	}
}
.pt_100 {
	padding-top: 100px;
}

@media only screen and (max-width: 991px) {
	.pt_100 {
		padding-top: 90px;
	}
}
.pb_100 {
	padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
	.pb_100 {
		padding-bottom: 90px;
	}
}
.text_300 {
	font-weight: 300;
}

.text_400 {
	font-weight: 400;
}

.text_500 {
	font-weight: 500;
}

.text_600 {
	font-weight: 600;
}

.text_700 {
	font-weight: 700;
}

.text_800 {
	font-weight: 800;
}

.text_900 {
	font-weight: 900;
}

.hidden {
	display: none !important;
}

.visible_lg {
	display: block;
}
@media (max-width: 1199px) {
	.visible_lg {
		display: none !important;
	}
}

.hidden_lg {
	display: none;
}
@media (max-width: 1199px) {
	.hidden_lg {
		display: block !important;
	}
}

.hidden_xs {
	display: block;
}
@media (max-width: 767px) {
	.hidden_xs {
		display: none !important;
	}
}

.hidden_md {
	display: block;
}
@media (max-width: 991px) {
	.hidden_md {
		display: none !important;
	}
}

.visible_md {
	display: block;
}
@media (min-width: 991px) {
	.visible_md {
		display: none !important;
	}
}

.hidden_sm {
	display: block;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.hidden_sm {
		display: none !important;
	}
}

.visible_xs {
	display: block;
}
@media (min-width: 767px) {
	.visible_xs {
		display: none !important;
	}
}

body {
	margin: 0;
	color: var(--para_color);
	font-family: var(--font_primary);
}

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

a {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	max-width: 100%;
	display: block;
	height: auto;
}

picture,
video {
	display: block !important;
}

section {
	position: relative;
}

.container-fluid,
.container {
	width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	margin: 0 auto;
	width: var(--container_width);
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.text_center {
	text-align: center;
}

.text_uppercase {
	text-transform: uppercase;
}

.text_italic {
	font-style: italic;
}

.section_spacing {
	padding: 10vmin 0;
}

.font_primary {
	font-family: var(--font_primary);
}
.btn-cont{
	background:transparent !important;
	border-color: var(--color_black) !important;
}
.btn-cont:hover{
	background-color: var(--color_primary) !important;
	border-color: var(--color_primary) !important;
}

.next_image {
	display: block !important;
	font-size: 0px;
}
.next_image span {
	display: block !important;
}
.next_image span * {
	display: block !important;
	max-width: unset !important;
	width: 100% !important;
}

.next_cover_image {
	display: block !important;
	font-size: 0px;
}
.next_cover_image span {
	display: block !important;
	height: 100% !important;
}
.next_cover_image span * {
	display: block !important;
	height: 100% !important;
	max-width: unset !important;
	width: 100% !important;
}

.objectFitCover img {
	object-fit: cover !important;
}

div,
section {
	display: block;
}

.container-fluid,
.container {
	width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
/* 		width:1200px; */
	}
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.objectFitCover img {
	object-fit: cover !important;
}

.section_title {
	color: var(--color_primary);
}
.section_title span {
	color: var(--color_secondary);
}

.opacity70 {
	opacity: 0.7;
}

.color_primary {
	color: var(--color_primary);
}

.opacity30 {
	opacity: 0.2;
}

.toTop[data-scroll] {
	transition: all 1s ease-out;
}
.toTop[data-scroll="in"] {
	opacity: 1;
	transform: translateY(0);
}
.toTop[data-scroll="out"] {
	opacity: 0;
	transform: translateY(100px);
}

.LeftToRight[data-scroll] {
	transition: all 1s ease-out;
}
.LeftToRight[data-scroll="in"] {
	opacity: 1;
	transform: translateY(0%);
}
.LeftToRight[data-scroll="out"] {
	opacity: 0;
	transform: translateX(-100%);
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: var(--color_primary);
}

/* Track */
::-webkit-scrollbar-track {
	border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--color_primary_1);
	border-radius: 50px;
}

.visible_md {
	display: block;
}
@media (min-width: 991px) {
	.visible_md {
		display: none !important;
	}
}

.color_secondary {
	color: var(--color_secondary);
}

.color_white {
	color: var(--color_white);
}

.primary {
	cursor: pointer;
	border: 2px solid transparent;
	padding: 5px 30px;
	border-radius: 5px;
	font-size: 18px;
	border-radius: 50px;
	line-height: 1.3333333333;
	background-color: transparent;
	transition: all 0.2s ease-in;
	background-color: var(--color_primary_1);
	color: var(--color_black);
}
.primary:hover {
	color: var(--color_white);
	background-color: var(--color_primary);
}

#index_page {
	overflow: hidden;
}
#index_page .main_header {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 2;
	top: 0;
	transform: translateY(-100%);
	box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.2);
	background-color: var(--color_white);
}
@media (min-width: 992px) and (max-width: 1199px) {
	#index_page .main_header .image_wrap {
		width: 120px;
	}
}
#index_page .main_header .header_inside {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
}
#index_page .main_header .header_inside .links_wrap {
	display: flex;
	align-self: stretch;
	padding-inline-start: 0;
}
#index_page .main_header .header_inside .links-btn{
	display: flex;
	align-items: center;
}
@media (max-width: 992px) {
	#index_page .main_header .header_inside .links_wrap{
		padding: 5% 15px 0;
		background-color: var(--color_white);
		transition: ease all 300ms;
		transform: translateX(-100%);
		flex-direction: column;
		width: calc(100% + 30px);
		position: absolute;
		top: 100%;
		left: -15px;
		height: 100vh;
	}
	#index_page .main_header .header_inside .links-btn{
		align-items: flex-start;
		flex-direction: column;
	}
}
#index_page .main_header .header_inside .links_wrap .links, #index_page .main_header .header_inside .links-btn .links{
	position: relative;
	display: flex;
	align-items: center;
	list-style-type: none;
	cursor: pointer;
	padding: 0 8px;
}

 #index_page .main_header .header_inside .links-btn .links1{
	padding:0 9px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#index_page .main_header .header_inside .links_wrap .links {
		padding: 0 5px;
	}
}
@media (max-width: 992px) {
	#index_page .main_header .header_inside .links_wrap .links, #index_page .main_header .header_inside .links-btn .links{
		padding: 10px 15px;
		align-items: stretch;
	}
}
#index_page .main_header .header_inside .links_wrap .links:last-child {
	margin-right: 0;
}
#index_page .main_header .header_inside .links_wrap .links .link_title {
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#index_page .main_header .header_inside .links_wrap .links .link_title:hover{
	color: #191970;
	font-weight: bold;
}
#index_page .main_header .header_inside .links_wrap .links .dropdown_wrap {
	opacity: 0;
	transform-origin: top;
	transition: ease all 300ms;
	background-color: var(--color_white);
	min-width: 200px;
	width: max-content;
	border-top: 0;
	position: absolute;
	left: 0;
	top: 100%;
	transform: translateY(-10px);
	visibility: hidden;
}
@media (max-width: 992px) {
	#index_page .main_header .header_inside .links_wrap .links .dropdown_wrap {
		padding-top: 15px;
		position: relative;
		display: none;
		top: 0;
	}
}
#index_page
.main_header
.header_inside
.links_wrap
.links
.dropdown_wrap
.dropdown_links {
	padding: 8px 15px;
	transition: ease all 300ms;
}
#index_page
.main_header
.header_inside
.links_wrap
.links
.dropdown_wrap
.dropdown_links:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
#index_page
.main_header
.header_inside
.links_wrap
.links.has_dropdown
.link_title
p {
	margin-right: 15px;
}
#index_page
.main_header
.header_inside
.links_wrap
.links.has_dropdown
.arrow_img {
	position: relative;
	display: flex;
	align-items: center;
	width: 12px;
	transform: rotate(90deg);
	transition: ease all 300ms;
}
#index_page
.main_header
.header_inside
.links_wrap
.links.has_dropdown
.arrow_img
img {
	filter: brightness(0);
}
#index_page
.main_header
.header_inside
.links_wrap
.links.dropdown_opened
.dropdown_wrap {
	transform: translateY(2px);
	opacity: 1;
	visibility: visible;
}
@media (max-width: 992px) {
	#index_page
	.main_header
	.header_inside
	.links_wrap
	.links.dropdown_opened
	.dropdown_wrap {
		display: block;
	}
}
#index_page
.main_header
.header_inside
.links_wrap
.links.dropdown_opened
.arrow_img {
	transform: rotate(-90deg);
}
#index_page .main_header .header_inside .hamburger_icon {
	display: none;
	width: 32px;
	height: 24px;
	flex-direction: column;
	justify-content: space-between;
}
#index_page .main_header .header_inside .hamburger_icon .hamburger_line {
	transform-origin: left;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: black;
	transition: ease all 300ms;
}
@media (max-width: 992px) {
	#index_page .main_header .header_inside .hamburger_icon {
		display: flex;
	}
}
#index_page
.main_header.sidebar_opened
.hamburger_icon
.hamburger_line:first-child {
	transform: rotate(45deg);
}
#index_page
.main_header.sidebar_opened
.hamburger_icon
.hamburger_line:nth-child(2) {
	opacity: 0;
}
#index_page
.main_header.sidebar_opened
.hamburger_icon
.hamburger_line:last-child {
	transform: rotate(-45deg);
}
#index_page .main_header.sidebar_opened .links_wrap {
	transform: translateX(0) !important;
}
#index_page .intro_section {
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100vh;
	position: fixed;
}
#index_page .intro_section .background_layer {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: var(--color_primary_1);
}
#index_page .intro_section .background_layer .logo_section {
	height: 100%;
	width: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
#index_page
.intro_section
.background_layer
.logo_section
.logo_section_wrapper {
	height: 60px;
	overflow: hidden;
	display: flex;
	width: 265px;
}
#index_page
.intro_section
.background_layer
.logo_section
.logo_section_wrapper
.logo_1 {
	margin-right: 15px;
}
#index_page
.intro_section
.background_layer
.logo_section
.logo_section_wrapper
.logo_2 {
	opacity: 0.8;
}
#index_page .intro_section .subtract .subtract_img {
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	object-position: center;
	transform: scale(25);
}
#index_page .intro_section .animation_banner {
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
#index_page .intro_section .animation_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#index_page .intro_section .title_aniamtion_wrapper .title_aniamtion {
	top: 120px;
	left: 50%;
	z-index: 4;
	width: 100%;
	height: 54px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	#index_page .intro_section .title_aniamtion_wrapper .title_aniamtion {
		height: auto;
		padding: 10px;
		overflow: auto;
	}
}
#index_page .intro_section .title_aniamtion_wrapper .title_aniamtion_1 {
	top: 180px;
	left: 50%;
	z-index: 4;
	width: 100%;
	height: 54px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	#index_page .intro_section .title_aniamtion_wrapper .title_aniamtion_1 {
		height: auto;
		padding: 10px;
		overflow: auto;
	}
}
#index_page .intro_section .title_aniamtion_wrapper .title_1 {
	transform: translateY(150%);
}
#index_page .hero_wrap {
	height: 100vh;
	width: 100%;
	z-index: 3;
	position: relative;
	transform: translateY(100%);
}
#index_page .hero_wrap .banner_title {
	width: 65%;
	left: 50%;
	top: 150px;
	height: 162px;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}
@media (min-width: 991px) and (max-width: 1199px) {
	#index_page .hero_wrap .banner_title {
		height: 216px;
	}
}
@media only screen and (max-width: 991px) {
	#index_page .hero_wrap .banner_title {
		height: 270px;
	}
}
@media (max-width: 767px) {
	#index_page .hero_wrap .banner_title {
		width: 100%;
		padding: 15px;
		height: auto;
		line-height: 34px;
	}
}
#index_page .hero_wrap .banner_title .banner_title_animation {
	transform: translateY(200%);
}
#index_page .hero_wrap .banner_img {
	width: 100%;
	height: 100vh;
	position: relative;
}
#index_page .hero_wrap .banner_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index_page .hero_wrap .banner_img .ScrollDown {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
#index_page .climate_wrapper {
	/* 	height: 100vh; */
	position: relative;
	background-color: var(--color_secondary_3);
	background-image: url(/wp-content/uploads/2025/04/new-image.jpg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-size:cover;
}
@media (max-width: 992px) {
	#index_page .climate_wrapper {
		background-position-y:bottom;
	}
}
@media (max-width: 767px) {
	#index_page .climate_wrapper {
		height: auto;
		/* 		padding-bottom: 70px; */
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .climate_wrapper {
		height: auto;
	}
}
#index_page .climate_wrapper .left_c {
	top: 0;
	left: 0;
	position: absolute;
}
#index_page .climate_wrapper .right_c {
	top: 0;
	right: 0;
	position: absolute;
}
@media (max-width: 992px) {
	#index_page .climate_wrapper h2 {
		padding-bottom: 10px;
	}
}
#index_page .climate_wrapper .climate_animaction_img {
	left: 48%;
	z-index: 1;
	top: 150px;
	position: absolute;
	/* 	clip-path: polygon(30% 0px, 76% 0%, 76% 100%, 30% 100%); */
	transform: translateX(-50%) scale(0.7);
	transition: clip-path 0.2s ease-out;
}
@media (min-width: 1201px) and (max-width: 14400px) and (min-height: 580px) and (max-height: 650px) {
	#index_page .climate_wrapper .climate_animaction_img {
		bottom: -140px;
	}
}
#index_page .climate_wrapper .climate_animaction_img img {
	width: 100%;
	object-fit: cover;
	height: 500px;
	border-radius: 12px;
}
@media (max-width: 992px) {
	#index_page .climate_wrapper .climate_animaction_img {
		right: 15px;
		width: 100%;
		left: inherit;
		bottom: 80px;
		transform: inherit;
		clip-path: none;
		position: inherit;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .climate_wrapper .climate_animaction_img {
		width: 100vw;
		bottom: 0;
		top: unset !important;
		display: none;
	}
}
#index_page .climate_wrapper .climate {
	display: flex;
}
@media (max-width: 1200px) {
	#index_page .climate_wrapper .climate {
		flex-wrap: wrap;
	}
}
#index_page .climate_wrapper .climate .climate_img {
	width: 63%;
	/* 	height: 450px; */
	height: auto;
	display: flex;
	grid-gap: 25px;
}
@media (max-width: 767px) {
	#index_page .climate_wrapper .climate .climate_img {
		width: 100%;
		order: 1;
		height: auto;
		padding-top: 40px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .climate_wrapper .climate .climate_img {
		width: 100%;
		height: auto;
		padding-top: 40px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .climate_wrapper .climate .climate_img {
		width: 100%;
		height: auto;
	}
}
#index_page .climate_wrapper .climate .climate_img .left_img {
	width: 50%;
	padding-top: 30px;
	border-radius: 12px;
}
#index_page .climate_wrapper .climate .climate_img .left_img img{
	margin-left: auto;
	margin-right: 0;
}
@media (max-width: 767px) {
	#index_page .climate_wrapper .climate .climate_img .left_img {
		padding-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .climate_wrapper .climate .climate_img .left_img {
		padding: 0 0 30px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	#index_page .climate_wrapper .climate .climate_img .left_img img {
		width: 100%;
	}
}
@media only screen and (max-width: 1200px) {
	#index_page .climate_wrapper .climate .climate_img .left_img {
		width: 57%;
		padding-top: 0;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .climate_wrapper .climate .climate_img .RightImg {
		width: 39%;
	}
}
@media (max-width: 992px) {
	#index_page .climate_wrapper .climate .climate_img .RightImg {
		width: 39%;
	}
}
#index_page .climate_wrapper .climate .climate_img .RightImg img {
	width: 100%;
}
@media (max-width: 992px) {
	#index_page .climate_wrapper .climate .climate_img .RightImg img {
		padding-bottom: 0;
	}
}
#index_page .climate_wrapper .climate .climate_img .right_img {
	width: 50%;
}
@media (max-width: 1200px) {
	#index_page .climate_wrapper .climate .climate_img .right_img img {
		width: 100%;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .climate_wrapper .climate .climate_img .right_img {
		width: 100%;
	}
}
#index_page .climate_wrapper .climate .Climate3 {
	order: 1;
	padding: 25px 0 40px;
}
#index_page .climate_wrapper .climate .Climate3 img {
	border-radius: 10px;
}
#index_page .climate_wrapper .climate .climate_info {
	margin-top: -130px;
	width: 37%;
}
@media (max-width: 1200px) {
	#index_page .climate_wrapper .climate .climate_info {
		width: 100%;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .climate_wrapper .climate .climate_info {
		padding-top: 80px;
		margin-top: -50px;
	}
}
@media (max-width: 993px) {
	#index_page .climate_wrapper .climate .climate_info {
		margin-top: 0px;
	}
}
#index_page .climate_wrapper .climate .climate_info img {
	border-radius: 12px;
}
@media (max-width: 992px) {
	#index_page .climate_wrapper .climate .climate_info p {
		padding-bottom: 10px;
	}
}
#index_page .climate_wrapper .CardsWrapper {
	left: 0;
	opacity: 0;
	bottom: 50px;
	position: absolute;
	transform: translate(-50%, 150%);
	z-index: 10;
	left: 50%;
}
@media (max-width: 992px) {
	#index_page .climate_wrapper .CardsWrapper {
		position: relative;
		left: unset;
		opacity: 1;
		top: unset;
		bottom: unset;
		transform: none;
		z-index: 3;
	}
}
#index_page .climate_wrapper .animtion_card_section {
	display: flex;
	z-index: 1;
	width: 100%;
	grid-gap: 30px;
	justify-content: space-between;
	display: none;
}
#index_page .climate_wrapper .animtion_card_section .marquee-container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: #f5f5f5;
	padding: 10px 0;
	position: relative;
}
#index_page .climate_wrapper .animtion_card_section .marquee-content {
	display: flex;
	gap: 20px;
	animation: marqueeScroll 10s linear infinite;
	width: max-content;
}
@keyframes marqueeScroll {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}
#index_page .climate_wrapper .animtion_card_section .card {
	padding: 40px 50px;
	border-radius: 10px;
	border: 1px solid var(#70813f);
	opacity: 0.9;
	width: 25%;
	display: inline-block;
	text-align: center;
	background-color: var(--color_secondary_6);
}
@media (max-width: 767px) {
	#index_page .climate_wrapper .animtion_card_section .card {
		width: 300px;
	}
}
@media (max-width: 992px) {
	#index_page .climate_wrapper .animtion_card_section .card:last-child {
		margin-right: 20px;
	}
}
#index_page .climate_wrapper .animtion_card_section .card h4 {
	font-weight: 600;
	color: var(--color_primary);
}
#index_page .climate_wrapper .animtion_card_section .card p {
	font-weight: 600;
}
#index_page .expert_solutions {
	background: #2d2c60;
	background: linear-gradient(180deg, #2d2c60 0%, #0f0e26 100%);
}
@media screen and (max-width: 767px) {
	#index_page .expert_solutions {
		overflow: hidden;
	}
}
#index_page .expert_solutions .expert_title {
	display: flex;
	grid-gap: 20px;
}
@media screen and (max-width: 767px) {
	#index_page .expert_solutions .expert_title {
		flex-wrap: wrap;
	}
}
#index_page .expert_solutions .expert_title .title {
	width: 50%;
}
@media screen and (max-width: 767px) {
	#index_page .expert_solutions .expert_title .title {
		width: 100%;
	}
}
#index_page .expert_solutions .expert_title .title h2 {
	color: var(--color_white);
}
#index_page .expert_solutions .expert_title .info {
	width: 50%;
}
@media screen and (max-width: 767px) {
	#index_page .expert_solutions .expert_title .info {
		width: 100%;
	}
}
#index_page .expert_solutions .expert_title .info p {
	color: var(--color_white);
}
#index_page .expert_solutions .expert_solutions_card {
	display: flex;
	width: 100%;
	align-items: center;
	height: 640px;
	justify-content: space-between;
}
#index_page .expert_solutions .expert_solutions_card .solutions_card {
	width: 15%;
	padding: 15px;
	height: 460px;
	position: relative;
	border-radius: 20px;
	transition: all 0.3s;
	cursor: pointer;
	color: var(--color_white);
	border: 1px solid rgba(81, 79, 150, 0.4);
	background: linear-gradient(0deg, #27274f 0%, #3b3a80 100%);
}
#index_page .expert_solutions .expert_solutions_card .solutions_card .card_img {
	display: block;
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card
.card_img
img {
	width: 100%;
	border-radius: 16px;
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card
.card_icon {
	display: block;
	bottom: 85px;
	left: 20px;
	width: calc(100% - 40px);
	position: absolute;
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card
.card_info {
	bottom: 0;
	left: 20px;
	width: calc(100% - 40px);
	position: absolute;
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card
.card_info
h5 {
	font-size: 20px;
	line-height: 24px;
	color: var(--color_primary_1);
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card
.card_info
p {
	color: var(--color_secondary_1);
	height: 0;
	opacity: 0;
	transform: translateY(20px);
}
#index_page .expert_solutions .expert_solutions_card .solutions_card.active {
	width: 34%;
	height: 590px;
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card.active
.card_icon {
	display: none;
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card.active
.card_img {
	display: block;
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card.active
.card_info {
	bottom: inherit;
	left: inherit;
	width: 100%;
	position: inherit;
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card.active
.card_info
h5 {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px;
	color: var(--color_primary_1);
}
#index_page
.expert_solutions
.expert_solutions_card
.solutions_card.active
.card_info
p {
	height: 100%;
	opacity: 0.8;
	transition: all 0.2s ease-in-out;
	transition-delay: 0.2s;
	transform: translateY(0);
	color: var(--color_secondary_1);
}
#index_page
.expert_solutions
.expert_solutions_card_mobile
.solutions_card_wrapper {
	padding: 0 10px;
}
@media (max-width: 767px) {
	#index_page
	.expert_solutions
	.expert_solutions_card_mobile
	.solutions_card_wrapper {
		padding: 0 5px;
		width: 330px !important;
	}
}
#index_page
.expert_solutions
.expert_solutions_card_mobile
.solutions_card_wrapper
.solutions_card {
	padding: 15px;
	position: relative;
	border-radius: 20px;
	transition: all 0.3s;
	cursor: pointer;
	color: var(--color_white);
	border: 1px solid rgba(81, 79, 150, 0.4);
	background: linear-gradient(0deg, #27274f 0%, #3b3a80 100%);
}
#index_page
.expert_solutions
.expert_solutions_card_mobile
.solutions_card_wrapper
.solutions_card
.card_img
img {
	width: 100%;
	border-radius: 16px;
}
#index_page
.expert_solutions
.expert_solutions_card_mobile
.solutions_card_wrapper
.solutions_card
.card_info
h5 {
	line-height: 30px;
	padding-bottom: 20px;
	color: var(--color_primary_1);
}
#index_page
.expert_solutions
.expert_solutions_card_mobile
.solutions_card_wrapper
.solutions_card
.card_info
p {
	color: var(--color_secondary_1);
}
#index_page .philosophy_wrapper {
	position: relative;
	background-color: var(--color_secondary_3);
}
@media (min-width: 768px) and (max-width: 1200px) {
	#index_page .philosophy_wrapper {
		height: 100vh;
	}
}
#index_page .philosophy_wrapper .left {
	top: 0;
	left: 0;
	position: absolute;
}
#index_page .philosophy_wrapper .right {
	right: 0;
	bottom: 0;
	position: absolute;
}
#index_page .philosophy_wrapper .bg_img {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
#index_page .philosophy_wrapper h2 {
	z-index: 1;
	font-size: 75px;
	position: relative;
	padding-top: 20px;
}
@media (max-width: 767px) {
	#index_page .philosophy_wrapper h2 {
		font-size: 35px;
		line-height: 40px;
	}
}
@media (min-width: 1367px) and (max-width: 5000px) {
	#index_page .philosophy_wrapper h2 {
		padding-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .philosophy_wrapper h2 {
		font-size: 45px;
		line-height: 50px;
	}
}
#index_page .philosophy_wrapper .philosophy {
	width: 82%;
	margin-left: auto;
	margin-top: -200px;
	display: flex;
	position: relative;
}
@media (max-width: 767px) {
	#index_page .philosophy_wrapper .philosophy {
		width: 100%;
		margin-top: -30px;
		flex-wrap: wrap;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .philosophy_wrapper .philosophy {
		width: 100%;
		margin-top: -40px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .philosophy_wrapper .philosophy {
		width: 100%;
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	#index_page .philosophy_wrapper .philosophy .philosophy_img {
		width: 80%;
		margin: auto;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .philosophy_wrapper .philosophy .philosophy_img {
		width: 65%;
	}
}
#index_page
.philosophy_wrapper
.philosophy
.philosophy_img
.philosophy_main_img {
	position: relative;
}
#index_page
.philosophy_wrapper
.philosophy
.philosophy_img
.philosophy_main_img
.set_structure {
	top: 0;
	left: 0;
	position: absolute;
}
@media (max-width: 767px) {
	#index_page
	.philosophy_wrapper
	.philosophy
	.philosophy_img
	.philosophy_main_img
	.set_structure {
		width: 100%;
	}
}
#index_page
.philosophy_wrapper
.philosophy
.philosophy_img
.philosophy_main_img
.left_bottom {
	top: 1px;
}
#index_page .philosophy_wrapper .philosophy .philosophy_info {
	right: 0;
	top: 35%;
	width: 40%;
	height: 300px;
	padding: 10px;
	overflow: hidden;
	position: absolute;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	#index_page .philosophy_wrapper .philosophy .philosophy_info {
		width: 100%;
		right: inherit;
		top: inherit;
		position: static;
		transform: none;
		margin-top: 50px;
	}
}
#index_page .philosophy_wrapper .philosophy .philosophy_info .NumberBg {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: rgba(65, 187, 147, 0.7);
	filter: blur(7.5px);
}
#index_page .philosophy_wrapper .philosophy .philosophy_info .NumberBx {
	margin-bottom: 30px;
	position: relative;
	width: 50px;
	height: 50px;
}
#index_page .philosophy_wrapper .philosophy .philosophy_info .NumberBx .Number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#index_page .philosophy_wrapper .philosophy .philosophy_info .step_1 {
	padding-bottom: 20px;
}
#index_page .philosophy_wrapper .philosophy .philosophy_info .step_1 h5 {
	color: var(--color_primary);
}
#index_page .philosophy_wrapper .marquee {
	display: flex;
	height: 100px;
	align-items: center;
	border-radius: 20px;
	position: relative;
	border: 1px solid rgba(81, 79, 150, 0.4);
	background: linear-gradient(295deg, #27274f 19.66%, #3b3a80 66.04%);
}
@media (max-width: 767px) {
	#index_page .philosophy_wrapper .marquee {
		height: 70px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .philosophy_wrapper .marquee {
		margin-top: 50px;
	}
}
#index_page .philosophy_wrapper .marquee .leafe {
	left: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
}
@media (max-width: 767px) {
	#index_page .philosophy_wrapper .marquee .leafe {
		width: 30%;
	}
}
#index_page .philosophy_wrapper .marquee .marquee_section {
	width: 80%;
	margin-left: auto;
	display: flex;
	grid-gap: 15px;
	align-items: center;
}
@media (max-width: 767px) {
	#index_page .philosophy_wrapper .marquee .marquee_section {
		width: 70%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .philosophy_wrapper .marquee .marquee_section {
		width: 70%;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .philosophy_wrapper .marquee .marquee_section {
		width: 75%;
	}
}
#index_page .philosophy_wrapper .marquee .marquee_section p {
	position: relative;
	padding: 0 10px;
	margin: 0 10px;
	display: inline-block;
}

#index_page .philosophy_wrapper .marquee .marquee_section p span{
	color: var(--color_secondary);
}

#index_page .philosophy_wrapper .marquee .marquee_section p::after {
	content: "";
	left: -15px;
	top: 50%;
	width: 5px;
	height: 5px;
	position: absolute;
	border-radius: 100%;
	transform: translateY(-50%);
	background-color: var(--color_white);
}
@media (max-width: 767px) {
	#index_page .philosophy_wrapper .marquee .marquee_section p {
		font-size: 20px;
	}
}
#index_page .Meet_section {
	background-color: var(--color_secondary_3);
}
@media (max-width: 767px) {
	#index_page .Meet_section {
		padding-top: 40px;
	}
}
@media (max-width: 767px) {
	#index_page .Meet_section h2 {
		padding-bottom: 10px;
	}
}
/* @media (min-width: 768px) and (max-width: 1200px) {
#index_page .Meet_section {
padding-top: 0;
}
} */
#index_page .Meet_section .Meet {
	grid-gap: 30px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding: 50px 50px 0 10px;
	background-color: var(--color_secondary_6);
}
@media (max-width: 767px) {
	#index_page .Meet_section .Meet {
		flex-wrap: wrap;
		padding: 80px 10px 0 10px;
	}
}
#index_page .Meet_section .Meet .Meet_img {
	width: 40%;
	position: relative;
}
@media (max-width: 767px) {
	#index_page .Meet_section .Meet .Meet_img {
		width: 100%;
		padding-bottom: 100px;
	}
}
#index_page .Meet_section .Meet .Meet_img .meet_img_1 {
	left: 0;
	bottom: 0;
	position: absolute;
}
#index_page .Meet_section .Meet .Meet_info {
	width: 60%;
	margin-top: -50px;
	position:relative;
}
@media (max-width: 767px) {
	#index_page .Meet_section .Meet .Meet_info {
		width: 100%;
		order: -1;
	}
}
@media (max-width: 992px) {
	#index_page .Meet_section .Meet .Meet_info p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	#index_page .Meet_section .Meet .Meet_info h5 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#index_page .Meet_section .Meet .Meet_info h6 {
		font-size: 18px;
	}
}
#index_page .team_meet_section {
	background-color: var(--color_secondary_3);
}
#index_page .team_meet_section .team_meet {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	justify-content: space-around;
}
@media (max-width: 992px) {
	#index_page .team_meet_section .team_meet {
		flex-wrap: wrap;
	}
	#index_page .team_meet_section .team_meet .team .team_info.active{
		height:70% !important;
	}
	#index_page .team_meet_section .team_meet {
		grid-template-columns: repeat(2, 1fr);
	}
}
#index_page .team_meet_section .team_meet .team {
	border-radius: 20px;
	position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .team_meet_section .team_meet .team {
		width: 100%;
	}


	#index_page .team_meet_section .team_meet .team .team-width{
		width: 100%;
	}
}
#index_page .team_meet_section .team_meet .team img {
	border-radius: 20px;
}
#index_page .team_meet_section .team_meet .team .pluse {
	z-index: 2;
	top: 15px;
	right: 15px;
	cursor: pointer;
	position: absolute;
	transition: all 0.2s;
}
#index_page .team_meet_section .team_meet .team .team_info {
	width: 90%;
	margin: auto;
	left: 5%;
	bottom: 5%;
	padding: 15px;
	position: absolute;
	border-radius: 14px;
	transition: all 0.3s;
	border: 1px solid var(--Linear, #70813f);
	background: rgba(212, 252, 242, 0.9);
}
#index_page .team_meet_section .team_meet .team .team_info img {
	filter: brightness(0);
	padding-top: 20px;
}
#index_page .Meet_section .Meet a img{
	filter: brightness(0);
	padding-bottom: 20px;
}
#index_page .team_meet_section .team_meet .team .team_info.team_info_member {
	height: 56px;
	overflow: hidden;
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .team_meet_section .team_meet .team .team_info.team_info_member {
		height: 52px;
	}
}
#index_page
.team_meet_section
.team_meet
.team
.team_info.team_info_member
.role {
	padding-top: 10px;
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page
	.team_meet_section
	.team_meet
	.team
	.team_info.team_info_member
	h5 {
		font-size: 16px;
	}
}
#index_page .team_meet_section .team_meet .team .team_info.active {
	height: 60%;
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .team_meet_section .team_meet .team .team_info.active {
		height: 90%;
	}
}
#index_page .team_meet_section {
	background-color: var(--color_secondary_3);
}
/* #index_page .team_meet_section .team_meet {
grid-gap: 20px;
display: flex;
align-items: center;
justify-content: space-around;
} */
@media (max-width: 992px) {
	#index_page .team_meet_section .team_meet {
		flex-wrap: wrap;
	}

}
#index_page .team_meet_section .team_meet .team {
	border-radius: 20px;
	position: relative;
}
#index_page .team_meet_section .team_meet .team .team-width{
	width:100%;
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .team_meet_section .team_meet .team {
		width: 100%;
	}
}
#index_page .team_meet_section .team_meet .team img {
	border-radius: 20px;

}
#index_page .team_meet_section .team_meet .team .pluse {
	top: 15px;
	right: 15px;
	cursor: pointer;
	position: absolute;
}
#index_page .team_meet_section .team_meet .team .team_info {
	width: 90%;
	margin: auto;
	left: 5%;
	bottom: 5%;
	padding: 15px;
	position: absolute;
	border-radius: 14px;
	transition: all 0.3s;
	border: 1px solid var(--Linear, #70813f);
	background: rgba(212, 252, 242, 0.9);
}
#index_page .team_meet_section .team_meet .team .team_info.team_info_member {
	height: 56px;
	overflow: hidden;
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .team_meet_section .team_meet .team .team_info.team_info_member {
		height: 52px;
	}
}
#index_page
.team_meet_section
.team_meet
.team
.team_info.team_info_member
.role {
	padding-top: 10px;
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page
	.team_meet_section
	.team_meet
	.team
	.team_info.team_info_member
	h5 {
		font-size: 16px;
	}
}
#index_page .team_meet_section .team_meet .team .team_info.active {
	height: 60%;
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .team_meet_section .team_meet .team .team_info.active {
		height: 90%;
	}
}
#index_page .ice_impact_section {
	background: #2d2c60;
	background: linear-gradient(180deg, #2d2c60 0%, #0f0e26 100%);
}
/* @media (min-width: 993px) and (max-width: 1200px) {
#index_page .ice_impact_section {
height: 100vh;
}
} */
#index_page .ice_impact_section h2 {
	color: var(--color_white);
}
#index_page .ice_impact_section .ice_impact {
	display: flex;
	grid-gap: 50px;
}
@media (max-width: 767px) {
	#index_page .ice_impact_section .ice_impact {
		flex-wrap: wrap;
	}
}
#index_page .ice_impact_section .ice_impact .ice_img {
	width: 34%;
}
@media (max-width: 767px) {
	#index_page .ice_impact_section .ice_impact .ice_img {
		width: 100%;
	}
	#index_page .team_meet_section .team_meet {
		grid-template-columns: repeat(1, 1fr);
	}
}
#index_page .ice_impact_section .ice_impact .ice_img img {
	border-radius: 16px;
/* 	min-height: 453px; */
	min-height: 648px;
	object-fit: cover;
}
#index_page .ice_impact_section .ice_impact .ice_info {
	width: 65%;
}
@media (max-width: 767px) {
	#index_page .ice_impact_section .ice_impact .ice_info {
		width: 100%;
	}
}
#index_page .ice_impact_section .ice_impact .ice_info .ice_box {
	display: flex;
	grid-gap: 20px;
	align-items: center;
	/*   opacity: 0.2; */
	border-top: 1px solid var(--color_secondary_4);
}
@media (max-width: 767px) {
	#index_page .ice_impact_section .ice_impact .ice_info .ice_box {
		opacity: 1;
	}
}
#index_page .ice_impact_section .ice_impact .ice_info .ice_box:first-child {
	opacity: 1;
}
#index_page .ice_impact_section .ice_impact .ice_info .ice_box .info {
	width: 90%;
}
#index_page .ice_impact_section .ice_impact .ice_info .ice_box .btn-pop {
	cursor:pointer;
}
#index_page .ice_impact_section .ice_impact .ice_info .ice_box .info h5 {
	color: var(--color_primary_1);
}
@media (max-width: 767px) {
	#index_page .ice_impact_section .ice_impact .ice_info .ice_box .info h5 {
		font-size: 20px;
		line-height: 24px;
	}
}
#index_page .ice_impact_section .ice_impact .ice_info .ice_box .info p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 58px;
	color: var(--color_white);
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#index_page .ice_impact_section .ice_impact .ice_info .ice_box .info p {
		font-size: 16px;
		line-height: 24px;
	}
}
#index_page .ice_impact_section .ice_impact .ice_info .ice_box .btn {
	width: 10%;
	margin-top: 30px;
	cursor: pointer;
	pointer-events: none;
}
@media (max-width: 767px) {
	#index_page .ice_impact_section .ice_impact .ice_info .ice_box .btn {
		pointer-events: all;
	}
}
#index_page .ice_impact_section .ice_impact .ice_info .ice_box :global(.btn1) {
	pointer-events: all;
}
#index_page .ice_impact_section .our_partners {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}
@media (max-width: 1200px) {
	#index_page .ice_impact_section .our_partners {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 992px) {
	#index_page .ice_impact_section .our_partners {
		grid-template-columns: repeat(3, 1fr);
	}
	#index_page .ice_impact_section  .partner-con{
		flex-direction:column;
	}
}
@media (max-width: 767px) {
	#index_page .ice_impact_section .our_partners {
		grid-template-columns: repeat(2, 1fr);
	}
}
#index_page .ice_impact_section .our_partners .partners_box img {
	border-radius: 12px;
}
#index_page .ice_impact_section  .partner-con{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#index_page .PopupContent .PopupItem {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	#index_page .PopupContent .PopupItem {
		flex-direction: column;
		gap: 30px;
	}
}
#index_page .PopupContent .PopupItem .ImgBx {
	width: 33%;
}
@media only screen and (max-width: 767px) {
	#index_page .PopupContent .PopupItem .ImgBx {
		width: 100%;
	}
}
#index_page .PopupContent .PopupItem .ContentBx {
	width: 63%;
}
@media only screen and (max-width: 767px) {
	#index_page .PopupContent .PopupItem .ContentBx {
		width: 100%;
	}
}
#index_page .ThrivingFuture {
	padding: 80px 0 0;
	height: 100vh;
	overflow: hidden;
	background-color: var(--color_secondary_3);
}
@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture {
		height: 100%;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .ThrivingFuture {
		padding-top: 200px;
	}
}
#index_page .ThrivingFuture .CardsMain {
	width: 2760px;
	margin-left: var(--container_left_space);
	padding-left: 15px;
	display: flex;
}
@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain {
		width: 100%;
		flex-wrap: wrap;
		grid-gap: 15px;
		margin-right: var(--container_left_space);
		padding-right: 15px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .ThrivingFuture .CardsMain {
		width: 2110px;
	}
}
#index_page .ThrivingFuture .CardsMain .CardItem {
	width: 900px;
	margin-right: 40px;
	padding: 45px 40px;
	position: relative;
	overflow: hidden;
	background: #27274f;
	background: linear-gradient(0deg, #27274f 0%, #3b3a80 100%);
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .ThrivingFuture .CardsMain .CardItem {
		width: 650px;
	}
}
@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain .CardItem {
		padding: 18px;
		margin-right: 0;
		width: 100%;
		flex-direction: column;
		gap: 30px;
	}
}
#index_page .ThrivingFuture .CardsMain .CardItem .CardItem_wrapper {
	top: 0;
	display: flex;
	width: 830px;
	position: absolute;
	padding: 40px 0;
}

@media screen and (min-width: 1201px) and (max-width: 1366px) and (min-height: 580px) and (max-height: 670px) {
	#index_page .ThrivingFuture .CardsMain .CardItem .CardItem_wrapper {
		padding: 20px 0;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	#index_page .ThrivingFuture .CardsMain .CardItem .CardItem_wrapper {
		width: 610px;
	}
}
#index_page .ThrivingFuture .CardsMain .CardItem .ImgBx {
	width: 42%;
}
@media screen and (min-width: 1201px) and (max-width: 1366px) and (min-height: 580px) and (max-height: 670px) {
	#index_page .ThrivingFuture .CardsMain .CardItem .ImgBx {
		width: 35%;
	}
}
@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain .CardItem .ImgBx {
		width: 100%;
	}
}
#index_page .ThrivingFuture .CardsMain .CardItem .ImgBx img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx {
	width: 53%;
	padding-left: 25px;
}
@media screen and (min-width: 1201px) and (max-width: 1366px) and (min-height: 580px) and (max-height: 670px) {
	#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx {
		width: 60%;
	}
}
@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx {
		width: 100%;
	}
}
#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx .NumberBx {
	margin-bottom: 30px;
	position: relative;
	width: 50px;
	height: 50px;
	transition: all 0.2s;
}
@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx .NumberBx {
		display: none;
	}
}
#index_page
.ThrivingFuture
.CardsMain
.CardItem
.ContentBx
.NumberBx
.NumberBg {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: rgba(65, 187, 147, 0.7);
	filter: blur(7.5px);
}
#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx .NumberBx .Number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx .CardTitle_wrapper {
	border-bottom: 1px solid #7373b7;
}
@media screen and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain
	.CardItem
	.ContentBx
	.CardTitle_wrapper {
		display: none;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1366px) and (min-height: 580px) and (max-height: 670px) {
	#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx .ListBox {
		padding-top: 10px;
	}
}
#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx .ListBox ul {
	padding-inline-start: 25px;
}
#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx .ListBox ul li {
	padding-bottom: 20px;
}
@media screen and (min-width: 1201px) and (max-width: 1366px) and (min-height: 580px) and (max-height: 670px) {
	#index_page .ThrivingFuture .CardsMain .CardItem .ContentBx .ListBox ul li {
		padding-bottom: 10px;
	}
}
#index_page
.ThrivingFuture
.CardsMain
.CardItem
.ContentBx
.ListBox
ul
li:last-child {
	padding: 0;
}
@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain_mobile {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain_mobile .CardItem {
		height: 70px !important;
		transition: all 1s;
	}
	#index_page .ThrivingFuture .CardsMain_mobile .CardItem.active {
		height: 850px !important;
	}
}
@media screen and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain_mobile .CardItem.active {
		height: 750px !important;
	}
}

@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain_mobile .CardItem .NumberBx_wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		grid-gap: 20px;
		width: 100%;
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.NumberBx_wrapper
	.NumberBx {
		position: relative;
		width: 30px;
		height: 30px;
		transition: all 0.2s;
	}
}
@media screen and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.NumberBx_wrapper
	.NumberBx
	.NumberBg {
		width: 30px;
		height: 30px;
		border-radius: 50px;
		background-color: rgba(65, 187, 147, 0.7);
		filter: blur(7.5px);
	}
}
@media screen and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.NumberBx_wrapper
	.NumberBx
	.Number {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 14px;
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 767px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.NumberBx_wrapper
	.CardTitle_wrapper
	.CardTitle {
		font-size: 16px;
		padding-bottom: 0;
		color: #08d3a1;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.NumberBx_wrapper
	.CardTitle_wrapper
	.CardTitle {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.NumberBx_wrapper
	.btn {
		width: 30px;
		height: 30px;
		position: relative;
	}
}
@media screen and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.NumberBx_wrapper
	.btn
	.pluse {
		top: 0;
		left: 0;
		position: absolute;
	}
}
@media screen and (max-width: 992px) {
	#index_page .ThrivingFuture .CardsMain_mobile .CardItem .CardItem_wrapper {
		width: 100%;
		flex-wrap: wrap;
		padding: 0;
		position: relative;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.CardItem_wrapper
	.ImgBx {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.CardItem_wrapper
	.ImgBx
	img {
		width: auto;
	}
}
@media screen and (max-width: 992px) {
	#index_page
	.ThrivingFuture
	.CardsMain_mobile
	.CardItem
	.CardItem_wrapper
	.ContentBx {
		padding-left: 0;
	}
}
#index_page .BetterPlace {
	padding-bottom: 80px;
	position: relative;
	background-color: var(--color_secondary_3);
}
@media screen and (max-width: 992px) {
	#index_page .BetterPlace {
		padding-bottom: 60px;
	}
}
#index_page .BetterPlace .left {
	top: -40%;
	left: 0;
	position: absolute;
}
#index_page .BetterPlace .right {
	right: 0;
	bottom: -15%;
	position: absolute;
}
@media screen and (max-width: 992px) {
	#index_page .BetterPlace .BetterPlaceMain {
		flex-direction: column;
		gap: 40px;
	}
}
#index_page .BetterPlace .BetterPlaceMain .ContentBx {
	width: 48%;
}
@media screen and (max-width: 992px) {
	#index_page .BetterPlace .BetterPlaceMain .ContentBx {
		width: 100%;
	}
}
#index_page .BetterPlace .BetterPlaceMain .ImgBx {
	width: 50%;
	position: relative;
}
@media screen and (max-width: 992px) {
	#index_page .BetterPlace .BetterPlaceMain .ImgBx {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	#index_page .BetterPlace .BetterPlaceMain .ImgBx img {
		margin: 0 auto;
	}
}
#index_page .BetterPlace .BetterPlaceMain .ImgBx .left_b {
	top: 60px;
	position: absolute;
	left: 20%;
}
#index_page .BetterPlace .BetterPlaceMain .ImgBx .right_b {
	top: 100px;
	right: 20%;
	position: absolute;
}
#index_page .BetterPlace .BetterPlaceMain .ImgBx .PlanetGreen {
	z-index: 1;
	position: relative;
}
#index_page .popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	display: none;
	/* Initially hidden */
}
#index_page .popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
#index_page .popupcon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #d4fcf2;
	padding: 40px 40px 60px;
	/* width: 300px; */
	width: 40%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	text-align: center;
}
#index_page .close-btn{
	float: right;
	cursor:pointer;
}
#index_page .popupcon .form_section .formGroup .input, #index_page .popupcon .form_section .formGroup input{
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #7373b770;
	width: 100%;
	margin-top: 30px;
}
#index_page .popupcon .form_section .formGroup input::placeholder{
	color:#191970;
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
select {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #7373b770;
	width: 100%;
	margin-top: 30px;
}
#index_page .popupcon .form_section .submit-btn{
	float:left;
}
#index_page .popupcon .form_section .wpcf7-not-valid-tip{
	text-align:left;
}
#index_page .popupcon .form_section .formGroup .input::placeholder{
	color:#191970;
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
#index_page .popupcon form .wpcf7-response-output {
	position: absolute;
	bottom: -7px;
	left: 0;
	border-color: transparent !important;
}
#index_page .popupcon
form
.form_section
.formGroup
.input:focus {
	outline: none;
}
#index_page .popupcon
form
.form_section
.formGroup
.textarea {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #7373b770;
	width: 100%;
	padding: 0;
	margin-top: 30px;
}
#index_page .popupcon
form
.form_section
.formGroup
.textarea:focus {
	outline: none;
}
#index_page .popupcon form .form_section .formGroup select {
	color: var(--color_primary);
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
#index_page .popupcon
form
.form_section
.formGroup
select:focus {
	outline: none;
}
#index_page .popupcon
form
.form_section
.formGroup
select
option {
	color: var(--color_primary);
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;

}
#index_page .popup_content {
	position: relative;
	width: var(--container_width);
	background-color: #ecf8fc;
	border-radius: 20px;
	padding: 80px 50px;
	border: 1px solid var(--text_color);
}
#index_page .close_btn {
	position: absolute;
	right: 20px;
	top: 20px;
	background: none;
	border: none;
	cursor: pointer;
}
#index_page .close_btn img {
	width: 24px;
	height: 24px;
}
#index_page .popup-item {
	display: flex;
}
#index_page .img-bx {
	width: 40%;
}
#index_page .img-bx img {
	width: 100%;
	border-radius: 20px;
}
#index_page .content-bx {
	width: 60%;
	/*   margin-top: 20px; */
	padding-left: 40px;
}
#index_page .content-bx p {
	padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
	#index_page .popupcon {
		width:60%
	}
}
@media screen and (max-width: 992px) {
	#index_page .popup_content {
		padding: 80px 40px;
		width: 80%;
	}

}
@media screen and (max-width: 767px) {
	#index_page .popup_content {
		padding: 60px 15px 30px;
		height: 90vh;
		overflow: auto;
		width: 90%;
	}
	#index_page .popupcon {
		width:90%
	}
	#index_page .popup-item {
		flex-wrap: wrap;
	}
	#index_page .img-bx {
		width: 100%;
	}
	#index_page .content-bx {
		width: 100%;
		padding-left: 0;
	}
	#index_page .close_btn {
		right: 10px;
		top: 10px;
	}
	#index_page .content-bx p {
		padding: 15px 0px 0px 0px;
		margin-bottom: 0px;
	}
}
#index_page .main_footer {
	background: #2d2c60;
	background: linear-gradient(180deg, #2d2c60 0%, #0f0e26 100%);
}
#index_page .main_footer .mainBox {
	display: flex;
	justify-content: space-between;
}
#index_page .main_footer .mainBox .right form .wpcf7-response-output{
	position: absolute;
	bottom: 100px;
	font-size: 14px;
	border-color:transparent;
}
@media (max-width: 767px) {
	#index_page .main_footer .mainBox {
		gap: 30px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .main_footer .mainBox {
		grid-gap: 15px;
	}
}

@media (max-width: 767px) {
	#index_page .main_footer .mainBox {
		flex-direction: column;
	}
}
#index_page .main_footer .mainBox .right {
	width: 55%;
	margin-left: 60px;
}
@media (max-width: 767px) {
	#index_page .main_footer .mainBox .right {
		margin-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .main_footer .mainBox .right {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	#index_page .main_footer .mainBox .right {
		width: 100%;
	}
}
#index_page .main_footer .mainBox .right form .form_section {
	border-radius: 20px;
	padding: 20px 60px 50px 60px;
	border: 1px solid rgba(81, 79, 150, 0.4);
	background: var(--color_secondary_6);
}
@media (max-width: 767px) {
	#index_page .main_footer .mainBox .right form .form_section {
		padding: 1px 20px 50px;
	}
	#index_page .main_footer .mainBox .right form .wpcf7-response-output{
		bottom: 170px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#index_page .main_footer .mainBox .right form .form_section {
		padding: 0 25px 43px 25px;
	}
}
#index_page .main_footer .mainBox .right form .form_section .formGroup .input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #7373b770;
	width: 100%;
	margin-top: 30px;
}
#index_page .main_footer .mainBox .right form .form_section .formGroup .input.wpcf7-file{
	margin-top: 10px;
}
#cv-upload-field{
	margin-top: 30px;
}
#index_page
.main_footer
.mainBox
.right
form
.form_section
.formGroup
.input:focus {
	outline: none;
}
#index_page
.main_footer
.mainBox
.right
form
.form_section
.formGroup
.textarea {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #7373b770;
	width: 100%;
	padding: 0;
	margin-top: 30px;
}
#index_page
.main_footer
.mainBox
.right
form
.form_section
.formGroup
.textarea:focus {
	outline: none;
}
#index_page
.main_footer
.mainBox
.right
form
.form_section
.formGroup
textarea{
	height:70px;
}
#index_page .main_footer .mainBox .right form .form_section .formGroup select {
	color: var(--color_primary);
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
#index_page
.main_footer
.mainBox
.right
form
.form_section
.formGroup
select:focus {
	outline: none;
}
#index_page
.main_footer
.mainBox
.right
form
.form_section
.formGroup
select
option {
	color: var(--color_primary);
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
#index_page .main_footer .mainBox .left {
	width: 45%;
}
#index_page .main_footer .mainBox .left h2 {
	color: var(--color_white);
}

#index_page .main_footer .mainBox .left p {
	color: var(--color_secondary_1);
}

/* Above Footer Part - start*/


#index_page .main_footer .section_donation{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
	
}
#index_page .main_footer .section_donation p{
	color: var(--color_secondary_1);
}

#index_page .main_footer .section_donation .join_me_btn{
	white-space:nowrap;
}

#index_page .main_footer .section_donation .join_me_btn:hover{
    color:  var(--color_primary);
    background-color:  var(--color_white);
}

@media (max-width:767px){
	#index_page .main_footer .section_donation{
	flex-direction:column;
	gap:30px;
	justify-content:center;
		
}
}

/* Above Footer Part - end*/


#index_page .main_footer .mainBox .left .laction {
	list-style: none;
	padding-left: 30px;
}
#index_page .main_footer .mainBox .left .laction li {
	position: relative;
	color: var(--color_secondary_1);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 20px;
}
#index_page .main_footer .mainBox .left .laction li a img {
	left: -30px;
	position: absolute;
}
@media (max-width: 767px) {
	#index_page .main_footer .mainBox .left {
		width: 100%;
	}
}
@media (max-width: 991px) {
	#index_page .main_footer .mainBox .left h1 {
		font-size: 30px;
	}
}
#index_page .main_footer .breakLine {
	margin-top: 40px;
	margin-bottom: 30px;
	opacity: 0.5;
	border: 1px solid var(--color_secondary_4);
}
#index_page .main_footer .lastSection {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 767px) {
	#index_page .main_footer .lastSection {
		flex-direction: column;
		gap: 15px;
	}
}
#index_page .main_footer .lastSection .socialIcons {
	display: flex;
	align-items: center;
	padding-left: 55px;
	gap: 15px;
}
@media (max-width: 767px) {
	#index_page .main_footer .lastSection .socialIcons {
		padding-left: 0;
	}
}
#index_page .main_footer .lastSection .socialIcons .box {
	background-color: var(--color_primary);
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}
#index_page .main_footer ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--color_primary);
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
#index_page .main_footer ::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color_primary);
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
#index_page .main_footer :-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color_primary);
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
#index_page .main_footer :-moz-placeholder {
	/* Firefox 18- */
	color: var(--color_primary);
	font-family: "DM Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

/*# sourceMappingURL=index.css.map */

/* #index_page .climate_wrapper {
position: relative;
background-color: var(--color_secondary_3);
} */
#index_page .climate_wrapper .CloudLeft {
	position: absolute;
	left: 0px;
	top: -20px;
	z-index: 1;
}
#index_page .climate_wrapper .CloudRight {
	position: absolute;
	right: 0px;
	top: 200px;
	z-index: 1;
}
#index_page .climate_wrapper .climate {
	position: relative;
	z-index: 2;
}
#index_page .climate_wrapper .climate .left_div {
	position: relative;
	justify-content: space-between;
	padding-bottom: 80px;
}
#index_page .climate_wrapper .climate .left_div .leftImg {
	width: 50%;
}
#index_page .climate_wrapper .climate .left_div .leftImg img {
	border-radius: 12px;
}
#index_page .climate_wrapper .climate .left_div .leftTxt {
	width: 50%;
}
#index_page .climate_wrapper .climate .right_div {
	width: 70%;
	position: absolute;
	right: 0;
	bottom: 0px;
	gap: 50px;
}
#index_page .climate_wrapper .climate .right_div .rightImg {
	width: 41%;
}
#index_page .climate_wrapper .climate .right_div .rightImg img {
	border-radius: 12px;
}
#index_page .climate_wrapper .climate .right_div .rightTxt {
	width: 50%;
}
#index_page .climate_wrapper .climateMob {
	display: none;
}
@media screen and (max-width: 1199px) {
	#index_page .climate_wrapper .climate .left_div .leftImg {
		width: 35%;
	}
	#index_page .climate_wrapper .climate .left_div .leftTxt {
		width: 60%;
	}
	#index_page .climate_wrapper .climate .right_div {
		width: 80%;
	}
	#index_page .climate_wrapper .climate .right_div .rightImg {
		width: 25%;
	}
	#index_page .climate_wrapper .climate .right_div .rightTxt {
		width: 70%;
	}
}
@media screen and (max-width: 992px) {
	#index_page .climate_wrapper .climate {
		display: none;
	}
	#index_page .climate_wrapper .climateMob {
		display: block;
		position: relative;
		z-index: 2;
	}
	#index_page .climate_wrapper .CloudRight {
		display: none;
	}
	#index_page .climate_wrapper .CloudLeft {
		display: none;
	}
	#index_page .climate_wrapper .climateMob .Cloud1 {
		position: absolute;
		left: -15px;
		top: -50px;
		z-index: 1;
	}
	#index_page .climate_wrapper .climateMob .Cloud2 {
		position: absolute;
		right: -15px;
		top: 200px;
		z-index: 1;
	}
	#index_page .climate_wrapper .climateMob .leftTxt {
		position: relative;
		z-index: 2;
	}
	#index_page .climate_wrapper h2 {
		padding-bottom: 10px;
	}
	#index_page .climate_wrapper .climateMob .bothImgs {
		position: relative;
		z-index: 2;
	}
	#index_page .climate_wrapper .climateMob .bothImgs .leftImg {
		width: 70%;
		padding-bottom: 65px;
	}
	#index_page .climate_wrapper .climateMob .bothImgs .rightImg {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50%;
	}
}
sup {
	font-size: 12px;
}
.meet_para::after {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/03/quad.svg);
	width: 50px;
	background-repeat: no-repeat;
	transform: rotatey(143deg);
	height: 30px;
/* 	bottom: 88px; */

}