* {
	/* font-family: "Plus Jakarta Sans", sans-serif !important; */
	font-family: "Nunito", sans-serif !important;
	color: #000;
	margin: 0;
	line-height: 1.3;
	letter-spacing: .5px
}

main {
	max-width: 100%;
	/* margin-top: -95px */
}

html {
	scroll-behavior: smooth;
	font-size: clamp(0.8rem, 0.39vw + 0.722rem, 1rem);
}

a.skip-link {
	width: 1px;
	height: 1px;
	position: absolute;
	clip: 1px 1px 1px 1px;
	transition: .3s;
	margin-top: 20px;
	z-index: 100
}

.submenu ul,
body {
	margin: 0;
	padding: 0
}

body {
	box-sizing: border-box
}

.content_starts {
	width: 94% !important;
	max-width: 1140px !important;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	gap: 20px;
}

.sections {
	padding-bottom: 80px;
}

.w_flex {
	display: flex
}

.w_grid {
	display: grid
}

.aitem_c {
	align-items: center
}

.jc_spaceb {
	justify-content: space-between
}

.jc_spacee {
	justify-content: space-evenly
}

.w100 {
	width: 100%
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%
}

.w60 {
	width: 60%
}

svg {
	width: 20px;
	height: 20px
}

img.custom-logo {
	max-width: 160px;
	max-height: 50px;
	width: auto;
	height: auto
}

.h_logo_d {
	display: none !important;
}

.custom_header img.w_logo {
	display: block;
}

.custom_header img.b_logo {
	display: none;
}

.custom_header.sticky img.w_logo {
	display: none;
}

.custom_header.sticky img.b_logo {
	display: block;
	filter: none !important;
}

.custom_header {
	padding: 14px 0;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 999;
	transition: .3s
}

.custom_header.sticky {
	background: #fff;
	box-shadow: 0 0 2px #000;
	padding: 10px 0;
}

.custom_header.sticky * {
	color: #000 !important;
}

.custom_header.sticky a:hover {
	color: #C8654E !important;
}

.custom_header.sticky .cta_btn_header:hover {
	color: #fff !important;
}

.custom_header.sticky img {
	filter: invert(1);
	height: 55px !important;
}

.logo_link img.custom-logo {
	max-height: 52px;
	height: 52px;
}

.ul_for_menu.main_menu {
	display: flex;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}
.ul_for_menu.main_menu li {
	position: relative;
}

.ul_for_menu.main_menu li a {
	position: relative;
	padding: 8px 10px;
	color: #00133f;
	text-decoration: none;
	width: -webkit-fill-available;
	display: block;
}
.menu-item-has-children > a::after {
	content: "▼";
	margin-left: 6px;
}

.submenu ul li a:hover,
.ul_for_menu.main_menu li a:hover {
	color: #fe8408;
}

li.has_submenu {
	position: relative
}

li.has_submenu:hover .submenu {
	display: block
}

.submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #012043;
	padding: 15px 20px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
	z-index: 100
}

ul.sub-menu {
	min-width: 220px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #ffffff;
	display: block;
	position: absolute;
	visibility: hidden;
	left: 14px;
	top: 130%;
	opacity: 0;
	transition: 0.3s;
	border-radius: 4px;
	z-index: 99;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
ul.sub-menu li {
	border-bottom: 1px solid;
	padding: 8px;
}
.main_menu li:hover > ul.sub-menu {
	opacity: 1;
	top: 40px;
	visibility: visible;
}


.menu_toggle {
	display: none;
	background: 0 0;
	border: none;
	color: #fff;
	font-size: 3rem;
	cursor: pointer;
	transform: translateY(-3px);
	padding: 0;
}

.site_search_header {
	position: relative;
	min-width: 200px;
	max-width: 200px;
	transition: all 0.5s;
	display: flex;
	justify-content: end;
	display: none;
}

.site_search_header input {
	width: 0;
	padding: 8px 12px;
	font-size: 16px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: all 0.5s;
}

.site_search_header button {
	position: absolute;
	top: 2px;
	right: 2px;
	height: calc(100% - 4px);
	padding: 0;
	aspect-ratio: 1 / 1;
	border: none;
	background: transparent;
	font-size: 24px;
	color: #fe8408;
	transition: all 0.5s;
	cursor: pointer;
	background: #fff;
	border-radius: 8px;
}

.site_search_header.active input {
	width: calc(100% - 0px);
	border-color: #00133f;
}

.site_search_header.active button {
	columns: #00133f;
}




.main_banner_cont {
	height: 78vh;
	position: relative;
}

.main_banner_cont video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_banner_cont::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	background-image: linear-gradient(180deg, #fe8408 0%, #00133f 100%);
	/*     opacity: 0.43; */
	opacity: 0.6;
	opacity: 1;
	mix-blend-mode: multiply;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.main_banner_cont .content_starts {
	/*     align-items: center; */
	align-items: end;
	height: 100%;
}

.home_s1_parent1 {
	z-index: 2;
	background: #00133fa3;
	padding: 50px 100px;
	display: grid;
	gap: 10px;
	border-bottom: 5px solid #fe8408;

	max-width: 310px;
	padding: 30px 40px;

	margin-bottom: 40px;
	border: none;
	background: transparent;
	text-shadow: 0 0 6px #00133f;
	padding: 0;
	max-width: 100%;

	justify-items: center;
	text-align: center;
}

.home_s1_parent1 * {
	color: #fff;
}
.home_s1_parent1 p {
	font-size: 1.75rem;
	max-width: 60ch;
	font-weight: 800;
}

h1 {
	/*     font-size: 2rem; */
	font-size: 2.75rem;
}

h2 {
	font-size: 5.65rem;
	text-align: center;
	color: #fe8408;
}
h2 span {
	color: #00133f;
}
h3 {
	font-size: 1.25rem;
	color: #00133f;
}
h3 span {
	color: #00133f;
}

p {
	font-size: 1.25rem;
}

a {
	font-size: 1rem;
}

a.anim_btn {
	overflow: hidden;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-radius: .85em;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 30px;
	width: fit-content;
	position: relative;
	display: block;
	margin-top: 30px;
}

a.anim_btn::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fe8408;
	z-index: -1;
	transform: translate3d(0, -100%, 0);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1), -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
}

a.anim_btn:hover::after {
	transform: translate3d(0, 0, 0);
}

.home_s2_parent2 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.deco_svg {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 20px;
}
.deco_svg path {
	fill: #fff;
}

.iacont {
	border: 1px solid #fe8408;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	transition: all 0.8s;
}

.iacont span {
	font-size: 0.875rem;
	padding: 8px 14px;
	background: var(--hs2-color);
	display: block;
	text-align: center;
	color: #fff;
}

.iacont h3 {
	padding: 14px;
	text-align: center;
	font-weight: 400;
}
.iacont p {
	font-size: 1rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 26px);
	height: calc(100% - 26px);
	padding: 12px;
	overflow-y: scroll;
	scrollbar-width: thin;
	border: 1px solid red;
	border-radius: 6px;
	transform: rotateY(90deg);
	transition: all 0.2s;
	background: #fff;
}

@keyframes animateiacont {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);  
	}
	25% {
		transform: rotate3d(0, 1, 0, 90deg);
	}
	50% {
		transform: rotate3d(0, 1, 0, 180deg); 
	}
	75% {
		transform: rotate3d(0, 1, 0, 270deg);
	}
	100% {
		transform: rotate3d(0, 1, 0, 360deg); 
	}
}
@keyframes animateiacontp {
	0% {
		transform: rotate3d(0, 1, 0, 90deg);  
	}
	25% {
		transform: rotate3d(0, 1, 0, 180deg);
	}
	50% {
		transform: rotate3d(0, 1, 0, 0deg); 
	}
	75% {
		transform: rotate3d(0, 1, 0, 90deg);
	}
	100% {
		transform: rotate3d(0, 1, 0, 0deg); 
	}
}
.iacont.active {
	transform: rotate3d(0, 1, 0, 360deg);
	/*animation: animateiacont 0.8 linear;*/
}
.iacont.active p {
	transform: none;
	/*animation: animateiacontp 0.8 linear;*/
}

.home_s3 {
	padding: 80px 0;
	background: #00133f;
}

.home_s1_parent1 a, .about_s7_parent1 a.anim_btn {
	color: #fff;
	/* 	font-weight: 900; */
	font-size: 1.1rem;
}
.home_s2_parent3 a {
	margin-left: auto;
	color: #fff;
	/*background: #fe8408;*/
}
.home_s2_parent3 a::after, .home_s1_parent1 a::after, .about_s7_parent1 a.anim_btn::after {
	background: #00133f;
	z-index: -1;
}
.home_s2_parent3 a::before, .home_s1_parent1 a::before, .about_s7_parent1 a.anim_btn::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fe8408;
	z-index: -2;
	transform: translate3d(0, 0, 0);
}

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

.map_container {
	max-width: 100%;
	width: 550px;
	margin: auto;
	position: relative;
	display: none;
}
.map_container.active {
	display: block;
}

.map_pointer {
	position: absolute;
	top: var(--hs3-xcord);
	left: var(--hs3-ycord);
	/* 	top: 28%;
	left: 27%; */
}
.map_pointer span {
	background: #00133f;
	color: #fff;
	width: 20px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	border-radius: 50%;
	transform: rotate(-45deg);
	cursor: pointer;
}
@keyframes pulseanim {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}

}
.map_pointer span::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #00133f;
	z-index: -1;
	animation: pulseanim 1.5s ease infinite;
	border-radius: 50%;
}
.mapp_cont {
	position: absolute;
	top: 50%;
	left: 100%;
	background: #fff;
	border-radius: 6px;
	padding: 14px;
	min-width: 300px;
	visibility: hidden;
	/* 	transition: all 0.5s; */
	transform: translateY(-50%);
	z-index: 5;
	/*opacity: 0;*/
}
.map_pointer:hover .mapp_cont, .map_pointer.active .mapp_cont {
	visibility: visible;
	/*opacity: 1;*/
}

.interventions_cont {
	margin: auto;
	width: fit-content;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.interventions_cont button {
	padding: 14px;
	background: transparent;
	border: none;
	border-radius: 20px;
	color: #00133f;
	cursor: pointer;
}

.interventions_cont button.active {
	background: #fe8408;
	color: #fff;
}

.home_s4_parent2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.home_s4_parent1 h2 {
	font-size: 2.5rem;
}

.nr_stats {
	margin: auto;
}

.nr_stats img {
	box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.08);
	padding: 40px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 60px;
	border-radius: 50%;
	margin-bottom: 30px;
}

.nr_stats h3 {
	font-size: 2rem;
	text-align: center;
}

.nr_stats p {
	text-align: center;
}

.home_s4 {
	padding: 80px 0;
}

.home_s5 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	background-attachment: fixed;
}

.home_s5_parent1 {
	background: #ffffff30;
	padding: 30px;
	border-radius: 20px;
	backdrop-filter: blur(55px);
	border: 3px solid #ffffffa3;
	display: grid;
	gap: 20px;
}

.home_s5_parent1 h2 {
	font-size: 2.5rem;
	color: #fff;
	text-align: left;
}

.nwv_parent {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.nwv_cont p {
	color: #fe8408;
	text-align: center;
	margin-top: 10px;
}
.nwv_cont {
	position: relative;
	cursor: pointer;
}
.nwv_cont::after {
	position: absolute;
	left: 50%;
	top: 25%;
	border-radius: 50%;
	font-size: 25px;
	cursor: pointer;
	transform: translateX(-50%);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("data:image/svg+xml;utf8,\
		<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'>\
		<path fill='black' d='M6 4l8 6-8 6z'/>\
		</svg>") no-repeat center center;
	background-size: contain;
	filter: invert(1);
	background-color: #00ffff;
}
.nwv_cont img {
	cursor: pointer;
}

.home_s6_parent1 {
	display: flex;
	gap: 30px;
	align-items: center;
}

.home_s6 {
	background-color: #00133F1C;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home_s6_parent1 h2 {
	font-size: 4.65rem;
	text-align: left;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 0 3px #fe8408;
	display: flex;
}
.home_s6_parent1 h2 span {
	font-size: 2.25rem;
	margin-right: -100px;
	z-index: 2;
	position: relative;
	margin-top: -10px;
	text-shadow: none;
}

.ncf_parent {
	gap: 20px;
	display: grid;
}

.ncf_cont {
	display: flex;
	gap: 15px;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	align-items: center;
}

.w33 {
	width: 33%;
}
.w66 {
	width: 66%;
}
.ncf_cont h3 {
	font-size: 1rem;
}

.ncf_cont p {
	font-size: 0.875rem;
}

.ncf_content {
	display: grid;
	gap: 10px;
}

.ncf_cont img {
	object-fit: contain;
}

footer {
	border-top: 2px solid #00133f;
	border-bottom: 2px solid #00133f;
	padding: 80px 0;
}

.footer_parent {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.footer_parent h3 {
	margin-bottom: 16px;
	color: #00133f;
}

.footer_menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_menu a {
	text-decoration: none;
	line-height: 1.6;
}
.footer_menu a:hover {
	color: #fe8408;
}


.footer_parent p {
	font-size: 1rem;
}

.address_cont {
	display: grid;
	gap: 20px;
}

.address_tab {
	display: flex;
	gap: 10px;
}

.address_tab svg {
	min-width: 22px;
	min-height: 22px;
}
.address_tab a {
	text-decoration: none;
}
.address_tab a:hover {
	color: #fe8408;
}

.partners_slider {
	position: relative;
	width: 100%;
	user-select: none;
	overflow: hidden;
	margin: 0 40px;
	z-index: 1;
	    max-height: 110px;
}
.partners_slider_wrapper {
	display: flex;
	will-change: transform;
	gap: 0;
	transition: all 0.3s;
	    max-height: 110px;
}
.partners_slide {
	flex: 0 0 20%;
	    max-height: 110px;
}
.partners_card {
    height: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    display: flex;
	    max-height: 110px;
}
.partners_slide img {
	-webkit-user-drag: none;
	margin: auto;
	max-height: 110px;
}

.slider_dots.partners_pagination {
	display: flex;
	gap: 8px;
	margin: 3px auto;
	justify-content: center;
	align-items: center;
}
.slider_dots.partners_pagination span.dot {
	width: 15px;
	height: 2px;
	background: #00133f;
	display: block;
	transition: all 0.5s;
}
.slider_dots.partners_pagination span.dot.active {
	width: 40px;
	background: #fe8408;
}

.home_s7 {
	position: relative;
	padding: 80px 0;
}
.home_s7_parent1 h2 {
	font-size: 2.5rem;
}
.slider_controls {
	position: absolute;
	bottom: 165px;
	width: calc(100% - 70px);
	max-width: 1140px;
	display: flex;
	justify-content: space-between;
	z-index: 0;
}
.slider_controls button {
	font-size: 20px;
	background: #00133f;
	border: none;
	color: #fff;
	aspect-ratio: 1 / 1;
	padding: 0;
	width: 30px;
	border-radius: 50%;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
button.btn_disabled {
	background: #808080 !important;
	cursor: not-allowed !important;
}

.social_cont {
	display: flex;
	gap: 10px;
}
.social_cont a {
	text-decoration: none;
	display: block;
	transition: all 0.3s;
}
.social_cont a:hover {
	/* 	filter: grayscale(2); */
	opacity: 0.7;
}
.social_cont svg {
	width: 35px;
	height: 35px;
}

.video_iframe_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	height: 0;
	overflow: hidden;
	transition: all 0.01s;
}
.video_iframe_popup.active {
	height: 100%;
	align-items: center;
	display: flex;
}
.video_iframe_popup .content_starts {
	height: fit-content;
}
.video_iframe_popup .vip_parent1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: fit-content;
	margin: auto;
	position: relative;
}
.video_iframe_popup iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	max-height: 80vh;
}
button.close_popup {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 2.5rem;
	color: #fff;
	background: transparent;
	border: none;
	cursor: pointer;
	background: #000;
	aspect-ratio: 1 / 1;
	display: flex;
	line-height: 1;
	padding: 15px;
}
/*--------------------------------------------------------------------about us page-------------------------------------------------------------------------------------*/
.aboutus_s1 .main_banner_cont {
	height: 70vh;
}
.aboutus_s1 .main_banner_cont::before {
	background-color: transparent;
	background-image: linear-gradient(360deg, #00133F 0%, #FE8408 100%);
	opacity: 1;
	mix-blend-mode: multiply;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.aboutus_slider {
	position: absolute;
	width: 100%;
	user-select: none;
	overflow: hidden;
	height: 100%;
}
.aboutus_slider_wrapper {
	display: flex;
	will-change: transform;
	gap: 0;
	/*transition: all 0.3s;*/
}
.aboutus_slide {
	flex: 0 0 100%;
	opacity: 0;
}
.aboutus_slide.slm_active {
	opacity: 1;
	transform: scale(1.1);
	transition: transform 5s, opacity 0.5s;
}
.about_s1_parent1 {
	z-index: 2;
}
.about_s1_parent1 h1 {
	color: #fff;
	display: flex;
	justify-content: center;
	border-bottom: 2px solid;
	padding: 0 10px;
	padding-bottom: 30px;
	max-width: 750px;
	margin: auto;
	flex-wrap: wrap;
	width: fit-content;
}
ul.animate_ul {
	list-style: none;
	padding-left: 10px;
	max-height: 1.3em;
	overflow: hidden;
}
ul.animate_ul li {
	color: #fff;
	transition: all 0.8s;
	/* 	text-align: center; */
}
ul.animate_ul li.active {
	margin-top: -1.3em;
}

.about_page_cont .main_banner_cont .content_starts, .compliance_page_cont .main_banner_cont .content_starts, .whatwedo_page_cont .main_banner_cont .content_starts {
	align-items: center;
}
.about_page_cont h2 {
	color: #00133f;
	font-size: 2.5rem;
}
.about_page_cont h2, .compliance_page_cont h2, .opportunities_page_cont h2, .whatwedo_page_cont h2 {
	color: #00133f;
	font-size: 2.5rem;
}
.about_page_cont h2 span, .compliance_page_cont h2 span, .opportunities_page_cont h2 span, .whatwedo_page_cont h2 span {
	color: #fe8408;
}
.about_s2_parent2 p {
	font-size: 1rem;
}
.about_s2_parent2 p span {
	font-size: 3.75rem;
	float: left;
	line-height: 1;
	color: #fe8408;
}
.about_s2_parent3 {
	background: #e5e5e5;
	border-radius: 15px;
	display: flex;
}
.about_s2_parent3 .w50 {
	padding: 40px;
	display: grid;
	gap: 10px;
	justify-items: center;
	text-align: center;
	align-content: start;
	max-width: calc(100% - 80px);
}
.about_s2_parent3 img {
	max-height: 70px;
}
.about_s2_parent3 h3 {
	font-size: 2.25rem;
	color: #fe8408;
}
.verti_divider_orange {
	background: #fe8408;
	width: 4px;
	border-radius: 80px;
	height: calc(100% - 80px);
	margin: 40px 0;
}
.aboutus_s3, .aboutus_s4 {
	padding: 80px 0;
}
.aboutus_s3 {
	background: #F7F9FB;
}
.aboutus_s3 h2, .aboutus_s7 h2 {
	color: #fff;
}
.about_s3_parent1, .about_s4_parent1 {
	padding: 60px 40px;
	border-radius: 15px;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.about_s4_parent1 {
	gap: 30px;
	display: grid;
}
.org_details {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.org_details * {
	color: #fff;
}
.org_details h3 {font-size: 1rem;    margin-bottom: 15px;}
.org_details p {font-size: 0.875rem;}

.anim_center_orange {
	margin: auto;
	margin-top: 30px;
	color: #fff;
	z-index: 4;
}
.anim_center_orange::after {
	background: #00133f !important;
	z-index: -1 !important;
}
.anim_center_orange::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fe8408;
	z-index: -2;
	transform: translate3d(0, 0, 0);
}
.journey_slider {
	position: relative;
	width: 100%;
	user-select: none;
	overflow: hidden;
	padding: 30px 40px;
	z-index: 1;
	background: #f1decb;
	border-radius: 20px;
}
.journey_slider_wrapper {
	display: flex;
	will-change: transform;
	gap: 0;
	transition: all 0.3s;
}
.journey_slide {
	flex: 0 0 25%;
}
.journey_card {
	background: transparent;
	margin: 20px;
	padding: 15px;
	border-radius: 15px;
	display: grid;
	gap: 10px;
	justify-items: center;
	text-align: center;
	scale: 0.7;
	transition: all 0.5s;
	align-content: start;
}
.journey_slide.slm_show .journey_card {
	background: #fff;
	scale: 1;
	min-height: calc(100% - 70px);
}
.journey_card img {
	background: #fe8408;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	padding: 20px;
	max-width: calc(60% - 40px);
	margin: auto;
}
.journey_card h3 {color: #fe8408;}
.journey_card p {font-size: 1rem;}
.aboutus_s5 {
	position: relative;
}
.slider_controls.journey_arrows {
	bottom: 115px;
	z-index: 1;
	/* 	display: none; */
}
.slider_controls.journey_arrows button.next {
	transform: translate(36px, -620%);
}
.slider_controls.journey_arrows button.prev {
	transform: translate(-36px, -620%);
}
.about_s6_parent1 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 2000 / 521;
	align-items: center;
	display: flex;
	/*     justify-content: center; */
}
.about_s6_parent1 h2 {
	margin-left: 100px;
	align-items: center;
	display: flex;
	z-index: 3;
}
.about_s6_parent1 h2 span {
	font-size: 150px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FE8408AB;
	color: transparent;
	z-index: -1;
	position: relative;
	margin-left: -175px;
}
.about_s6_parent2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	padding: 30px;
	background: #e3e5ea;
}
.person_card {
	border-style: solid;
	border-color: #00133F0D;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.11);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	/* 	margin: 20px 20px 20px 20px; */
	padding: 10px 10px 10px 10px;
	background: #fff;
	border-radius: 10px;
	display: grid;
	gap: 15px;
}
.person_flip {
	position: relative;
}
.person_img {
	transition: all 0.5s;
}
.person_text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px;
	background: #e3e5ea;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	overflow-y: scroll;
	scrollbar-width: none;
	transform: rotateY(90deg);
	transition: all 0.5s;
}
.person_text p {
	font-size: 12px;
}
.person_flip:hover .person_img {
	transform: rotateY(-90deg);
}
.person_flip:hover .person_text {
	transform: rotateY(0deg);
}

.p_linkedin {float: right;}
.person_info svg {
	width: 40px;height: 40px;
}
.person_info h3 {
	font-size: 1rem;
	margin-bottom: 6px;
}
.person_info p {
	font-size: 0.875rem;
}
.aboutus_s7 {
	padding: 80px 0;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.aboutus_s7 .content_starts{position: relative;}
.about_s7_parent1 {
	padding: 60px 0;
	border-radius: 15px;
	background: #00133F38;
	transition: all 0.5s;
	backdrop-filter: blur(2200px);
}
.about_s7_parent2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00133F38;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	border-radius: 15px;
	transform: rotateY(90deg);
	transition: all 0.5s;
}

.aboutus_s7.active .about_s7_parent1 {
	transform: rotateY(90deg);
}
.aboutus_s7.active .about_s7_parent2 {
	transform: rotateY(0deg);
}
.about_s7_parent1 p, .about_s7_parent1 a {
	color: #fff;
	text-shadow: 0 0 4px #000;
	text-decoration: none;
	font-size: 1.25rem;

	text-align: center;
	margin-top: 30px;
}
.about_s7_parent1 a {
	/* 	color: #fe8408;
	text-shadow: 0 0 4px #fe8408; */
	margin: auto;
	margin-top: 20px;
	text-shadow: none;
	font-weight: 600 !important;
}

/* .compliance_page_cont .aboutus_s1 .main_banner_cont::before {
background-image: linear-gradient(360deg, #00133F 0%, #00133F 100%);
} */
.comp_s2_parent1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.comp_s2_card {
	padding: 25px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	border-bottom-left-radius: 0;
	position: relative;
	overflow: hidden;
	min-height: 150px;
	display: grid;
	align-content: center;
	background: #00133F !important;
}
.comp_s2_card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.6;
	z-index: 0;
	transform: translateY(100%);
	transition: all 0.3s;
}
.comp_s2_card:hover::before {
	transform: none;
}
.comp_s2_card * {
	color: #fff;
	text-shadow: 0 0 4px #000;
}
.comp_s2_card:hover * {
	color: #00133f;
	text-shadow: none;
}
.comp_s2_card h3 {
	margin-bottom: 10px;
	z-index: 2;
	position: relative;
}
.comp_s2_card p {
	font-size: 1rem;
	z-index: 2;
	position: relative;
}
.comp_s3_parent1 {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	align-items: center;
}
.faq_q {
	position: relative;
}
.faq_q h3 {
	background: #fe8408;
	color: #fff;
	padding: 10px 16px;
	border-radius: 12px;
	cursor: pointer;
	padding-right: 50px;
}
.faq_q::before {
	content: "";
	position: absolute;
	top: 22px;
	right: 20px;
	width: 16px;
	height: 2px;
	background: #fff;
}
.faq_q::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 27px;
	width: 2px;
	height: 16px;
	background: #fff;
}
.faq_a {
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
.faq_list {
	display: grid;
	gap: 15px;
}
.faq_a ul {
	margin: 20px 0;
	list-style: none;
	gap: 10px;
	display: grid;
}
.faq_a a {
	color: #00133f;
	font-weight: 700;
}

.single_faq.active .faq_q::after {
	display: none;
}

.opp_s2_parent3 .faq_a {margin: 0 20px;}
.opp_s2_parent3 .single_faq.active .faq_a {margin: 20px;}
.opp_s2_parent3 .faq_a * {
	font-size: 1.1rem;
}

.opp_s1 {
	padding: 80px 0;
	background-size: cover;
	background-position: center;
}
.opp_s1 h1 {
	font-size: 7rem;
	font-weight: 900;
	-webkit-text-stroke: 2px #fe8408;
	color: transparent;
}
.opp_s2 {
	padding: 80px 0;
	background: #F7F9FB;
}
.opp_s2_parent2 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px;
	border-radius: 20px;
	display: grid;
	gap: 20px;
	justify-items: center;
	text-align: center;
	margin-bottom: 10px;
}
.opp_s2_parent2 * {
	color: #fff; 
}
.opp_s2_parent2 span {
	font-size: 3.75rem;
	font-weight: 900;
	-webkit-text-stroke: 2px #fff;
	color: transparent;
}
.opp_s2_parent2 h3 {
	font-size: 2rem;
}
.opp_s2_parent2 p {
	font-size: 1rem;
}
.opp_s3 {
	padding-top: 0;
	background: #F7F9FB;
}
.opp_s3 .about_s7_parent1 {
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	border-radius: 0;
	box-shadow: 29px 29px 60px 0px rgba(0, 0, 0, 0.2);
	background-color: transparent;
	padding: 120px 0;
}

.opp_s3 .about_s7_parent1 a {
	color: #fe8408;
}

.opp_s3 h2 {
	color: #00133f;
}
.opp_s3 span.opp3_span {
	font-size: 1.25rem;
	display: block;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
}
.opp_s3 p {
	color: #000;
	text-shadow: none;
}
.opp_s3 p a {
	text-shadow: none;
}

.opp_s2_parent3 .single_faq.active {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}
.opp_s2_parent3 .single_faq.active h3 {
	border-radius: 0;
	background: #00133f;
}


.whatwedo_page_cont ul.animate_ul li {
	text-align: center;
}
.wwd_s3 {
	padding: 80px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.wwd_s3 svg {
	width: 100%;
	fill: #fff;
}
.wwd_s3_svgt {
	position: absolute;
	top: 0;
	left: 0;
}
.wwd_s3_svgb {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotateX(180deg) rotateY(180deg);
}
.wwd_s3_parent2 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wwd_s3_card {
	display: grid;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	align-content: start;
	gap: 15px;
}
.wwd_s3_img {
	float: left;
	width: 50px;
	margin-right: 10px;
	height: 100%;
}
.wwd_s3_card p {
	text-align: center;
}

.wwd_s4 {
	padding: 80px 0;
}
.wwd_s4_parent2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}
.wwd_s4_card {
	box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.18);
	border-radius: 15px;
	padding: 20px;
	/* 	border-style: solid;
	border-width: 2px 0px 0px 2px; */
	border-color: transparent;
	transition: all 0.3s;
}
.wwd_s4_card:hover {
	border-color: #fe8408;
}
.wwd_s4_inner {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 20px;
	margin: 20px;
	display: grid;
	gap: 20px;
	text-align: center;
}
.wwd_s4_inner img {scale: 1;transition: all 0.3s;}
.wwd_s4_inner h3 {color: #fe8408;}

.wwd_s4_card:hover img {filter: grayscale(1);scale: 1.1;}

.wwd_s5_parent2 {
	display: flex;
	gap: 30px;
}
.wwd_s5_left {
	display: grid;
	gap: 15px;
	align-content: start;
	margin-bottom: 80px;
}
.wwd_s5_left button {
	text-align: left;
	padding: 16px;
	background: transparent;
	border: 1px solid #CECECE54;
	box-shadow: 5px 5px 20px -11px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 600;
	color: #00133f;
	transition: all 0.3s;
	cursor: pointer;
}
.wwd_s5_left button.active {
	color: #fe8408;
}
.wwd_s5_left button:hover {
	color: #fe8408;
}
.wwd_s5_parent2 h3 {margin-bottom: 10px;}

.wwd_s5_right p {
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	padding-left: 1.5rem;
	font-size: 1rem;
}
.wwd_s5_right p.active {
	margin: 10px 0;
}
.wwd_s5_right p::before {
	content: "•";
	color: black;
	font-size: 1em;
	position: absolute;
	left: 0;
	top: 0;
}
.wwd_s5 h2, .wwd_s5 h3 {color: #fe8408;}

.wwd_s5_parent1 h2 {font-size: 2rem;}
.wwd_s5_parent2 h3 {font-size: 1rem;}

.sdg_cont span {
	background: var(--wwd-s2-color);
	color: #fff;
	line-height: 1;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 8px;
}

.wwd_info {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	background: #F7F9FB;
	padding: 20px;
}
.info_card {
	background: #fff;
	border-radius: 15px;
	box-shadow: 5px 5px 15px 5px rgba(46.5, 46.5, 46.5, 0.13);
	padding: 20px;
	min-height: fit-content;
}
.wwd_s2_img {
	float: left;
	height: 100%;
	align-items: center;
	display: flex;
	margin-right: 10px;
	max-width: 80px;
}
.info_card h3 {margin-bottom: 8px;}
.info_card p {font-size: 1rem;}
.single_faq .wwd_s2_faq_content {
	margin: 0 20px;display: grid;gap: 20px;
}
.single_faq.active .wwd_s2_faq_content {
	margin: 20px;
}
/* .single_faq.active .wwd_s2_faq_content {
margin: 20px;display: grid;gap: 20px;
} */
.impact_unique {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
	display: flex;
	gap: 30px;
	margin: 20px;
	padding: 30px;
}
.impact_unique ul {
	list-style: disc;
}
.impact_unique ul * {
	font-size: 1rem;
}
.impact_unique h3 {
	border-bottom: 1px solid;
	width: fit-content;
	padding-bottom: 20px;
}
.impact_unique h3 span {
	color: #fe8408;
}
.impact_unique .w33, .impact_unique .w66 {
	display: grid;
	gap: 15px;
	align-content: start;
}

.phes_s1 {
	padding: 80px 0;
	background-color: rgba(0,19,63,0.11);
}


.story_page_cont h2 {font-size: 2.5rem;}
.stes_s1 {
	padding: 80px 0;
}

.photo_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 0;
	transition: all 0.3s;
}
.photo_popup.active {
	height: 100%;
}

.photo_popup .photopop_slider {
	background: transparent;
	max-width: 1300px;
	max-height: 80vh;
	width: 96%;
	display: none;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}
/* .photo_popup.active .photopop_slider {
padding-bottom: 40px;
} */
.photo_popup .photopop_slider.active {
	display: block;
}
.photopop_slider_wrapper {
	display: flex;
	transition: all 0.3s;
}
.photopop_slide {
	flex: 0 0 100%;
}
.photopop_card {
	height: 100%;
}
.photopop_slide img {
	max-height: 80vh;
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-user-drag: none;
}
.photopop_slider_controls {
	position: absolute;
	bottom: 0;
	display: flex;
	gap: 15px;
	width: 100%;
}
.photopop_slider_controls button {
	background: transparent;
	border: 2px solid #00133f;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	color: #00133f;
	font-weight: 900;
	width: 30px;
	cursor: pointer;
	z-index: 3;
	background: #fff;
}
.photopop_slider_controls button.prev {
	position: absolute;
	top: -40vh;
	left: 0px;
	filter: grayscale(1);
}
.photopop_slider_controls button.next {
	position: absolute;
	top: -40vh;
	right: 0px;
	filter: grayscale(1);
}
.photopop_slider_controls button.pause_play {
	position: absolute;
	bottom: 0;
	left: 0px;
	filter: grayscale(1);
	display: none;
}
.photopop_slider_controls button.close {
	position: absolute;
	top: -80vh;
	right: 0px;
	filter: grayscale(1);
}


.pstes_s1_parent2 {
	box-shadow: 29px 29px 60px 0px rgba(0, 0, 0, 0.2);
	padding: 30px;
}
.pstes_s2_parent2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.photofe_slider_wrapper {
	display: flex;
}
.photofe_slide {
	flex: 0 0 calc(33.33% - 40px);
	margin: 20px;
}
.photofe_slide img, .photo_single img {
	width: 100%;
	transition: all 0.3s;
}
.photofe_slide img:hover, .photo_single img:hover {
	scale: 1.1;
}

/* Default state for both .photofe_slide and .photo_single */
.photofe_slide, .photo_single {transform: translateY(100px);opacity: 0;transition: opacity 0.5s ease-out, transform 0.5s ease-out;}
.photofe_slide.in-view, .photo_single.in-view {transform: translateY(0);opacity: 1;}
@keyframes fadeInUp {
	0% {transform: translateY(100px);opacity: 0;}
	100% {transform: translateY(0);opacity: 1;}
}
.photofe_slide, .photo_single {animation: fadeInUp 0.5s ease-out forwards;}



/* .globalagri_page_cont .main_banner_cont {
height: 60vh;
} */
.globalagri_page_cont .main_banner_cont .content_starts {
	/* 	align-items: center; */
	margin-bottom: 40px;
	height: calc(100% - 40px);
}
.home_s1_parent1 h1 {
	border-bottom: 2px solid;
	padding: 10px;
	border-color: #fe8408;
	margin-bottom: 10px;
}
.globalagri_page_cont .about_s1_parent1 h1 {
	/* 	margin-left: 0; */
	padding: 10px;
	border-color: #fe8408;
	margin-bottom: 10px;
	/* 	width: 50%;
	justify-content: left; */
}
.globalagri_page_cont h2 {
	font-size: 2.5rem;
}
.globalagri_page_cont .about_s1_parent1 p {
	color: #fff;
	text-align: center;
	font-size: 1.75rem;
	max-width: 60ch;
	font-weight: 800;
	margin: auto;
}
.glagri_s6 .journey_slider {
	background-image: linear-gradient(90deg, #00133F 0%, #FE8408 100%);
}

.globalagri_page_cont .home_s4_parent2 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.glag_s5 {
	padding: 80px 0;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.glag_s5_parent1 {
	display: flex;
	gap: 30px;
	align-items: center;
}
.glag_s5_left h2 span {
	color: #fff;
}
.glag_s5_right {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr 1fr;
	align-content: center;
	text-align: center;
}

.event_cont h3 {
	color: #fff;
	font-size: 2.5rem;
}
.event_cont p {
	color: #fe8408;
}

.glag_s6, .glag_s8 {
	padding: 80px 0;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.glag_s7_parent1 {
	display: flex;
	gap: 30px;
}
.glag_s7_left, .glag_s7_right {
	position: relative;
}
.knowledge_slider, .policy_slider {
	margin: 0 40px;
	overflow: hidden;
	box-shadow: 0 0 5px #ccc;
	border-radius: 10px;
}
.knowledge_slider_wrapper, .policy_slider_wrapper {
	display: flex;transition: all 0.3s;
}
.knowledge_slide, .policy_slide {
	flex: 0 0 calc(100% - 60px);
	padding: 30px;
	/*     box-shadow: 0 0 5px #ccc;
	border-radius: 10px; */
	text-align: center;
}
.knowledge_slide h3, .policy_slide h3 {
	color: #fe8408;
}
.knowledge_slide a, .policy_slide a {
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin: auto;
	box-shadow: 0 0 4px #ccc;
	padding: 8px 22px;
	margin-top: 20px;
	border-radius: 10px;
	color: #00133f;
	border-bottom-left-radius: 0;
}
.knowledge_slide svg, .policy_slide svg {
	background: #fe8408;
	fill: #fff;
	padding: 8px;
	border-radius: 30px;
}
.knowledge_slider_controls button.prev, .policy_slider_controls button.prev {
	position: absolute;
	top: 40%;
	left: 0;
	background: #00133f;
	color: #fff;
	border: none;
	aspect-ratio: 1 / 1;
	display: flex;
	width: 30px;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 15px;
}
.knowledge_slider_controls button.next, .policy_slider_controls button.next {
	position: absolute;
	top: 40%;
	right: 0;
	background: #00133f;
	color: #fff;
	border: none;
	aspect-ratio: 1 / 1;
	display: flex;
	width: 30px;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 15px;
	cursor: pointer;
}
.glag_s8_parent1 {
	display: flex;
	backdrop-filter: blur(25px);
	border-radius: 10px;
	padding: 40px;
	justify-content: space-between;
	align-items: center;
}
.glag_s8_parent1 h2 {
	font-size: 2rem;
}

.knowledge_slider_dots, .policy_slider_dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}
.knowledge_slider_dots span.dot, .policy_slider_dots span.dot {
	width: 8px;
	height: 8px;
	display: block;
	background: #fe8408;
	cursor: pointer;
}
.knowledge_slider_dots span.dot.active, .policy_slider_dots span.dot.active {
	background: #00133f;
}
.glagri_s2, .glagri_s3, .glagri_s4 {
	padding-top: 0;
}
.glagri_s3 p {
	text-align: center;
}
.glagri_s3 .wwd_s4_inner {
	box-shadow: none;
	margin: 0;
}
.glagri_s6 {
	padding: 80px 0;
}
.glagri_s6 .slider_controls.journey_arrows button.next {
	transform: translate(36px, -300%);
}
.glagri_s6 .slider_controls.journey_arrows button.prev {
	transform: translate(-36px, -300%);
}

.glag_s8_parent1 a {
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	margin: 0;
}
.glag_s8_parent1 a::after {
	background: #00133f;
	z-index: -1;
}
.glag_s8_parent1 a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fe8408;
	z-index: -2;
	transform: translate3d(0, 0, 0);
}
.slider_controls.partners_arrows {
	bottom: 140px;
}

.copyright {background: #eeeeee;
	padding: 30px;
	text-align: center;}
.copyright p {font-size: 0.875rem;}

.search_s1 {padding: 80px 0;}
.search_s1 h2 {font-size: 3rem;}
.search_s1 h3 {font-size: 1.5rem;text-align: center;}
.search_s1 a {text-decoration: none;}


@media(max-width:1000px) {
	.content_starts {
		max-width: 600px !important;
	}
	h2 {font-size: 2.65rem !important;}
	.home_s2_parent2, .home_s4_parent2, .nwv_parent {grid-template-columns: 1fr 1fr;}
	.w40, .w50, .w60, .w33, .w66 {width: 100%;}
	.home_s6_parent1 {flex-wrap: wrap;}
	.partners_slide {flex: 0 0 50%;}
	.footer_parent {grid-template-columns: 1fr;gap: 30px;}
	/* 	.slider_controls.partners_arrows {width: calc(100% - 24px);} */
	.site_search_header {display: none;}
	.home_s3_parent2 {overflow: hidden;}
	main {overflow: hidden;}
	.ul_for_menu.main_menu {position: absolute;top: 100%;left: 0;background: #eaeaea;padding: 0 20px;flex-direction: column;width: calc(100% - 40px);max-height: 70vh;overflow-y: scroll;scrollbar-width: none;transition: all 0.5s;height: 0;}
	.ul_for_menu.main_menu.active {height: auto;padding: 20px;}
	ul.sub-menu {position: initial;visibility: visible;opacity: 1;height: 0;overflow: hidden;}
	.menu_toggle {display: block;}
	.menu_toggle .bar {display: block;}
	.menu_toggle .cross {display: none;}
	.menu_toggle.active .bar {display: none;}
	.menu_toggle.active .cross {display: block;}

	.sections {padding-bottom: 40px;}
	.home_s3, .home_s4, .home_s5, .home_s6, .home_s7, footer, .aboutus_s3, .aboutus_s4, .aboutus_s7, .opp_s2 {padding: 40px 0;}
	.opp_s3 {padding-top: 0;}
	.slider_dots.partners_pagination {flex-wrap: wrap;}
	.home_s6_parent1 h2 {display: block;text-align: center;}
	.home_s6_parent1 h2 span {margin: 0;font-size: inherit;}
	.nwv_cont::after {top: 15%;}

	.home_s5_parent1 h2, .ncf_cont {text-align: center;}
	.ncf_cont {flex-wrap: wrap;}
	.ncf_cont img {margin: auto;}

	.about_s2_parent3 {flex-direction: column;}
	.about_s2_parent3 .verti_divider_orange {width: 100%;height: 4px;margin: 0;}
	.about_s2_parent2 p span {font-size: inherit;float: none;line-height: inherit;}
	.org_details {grid-template-columns: 1fr 1fr;gap: 30px 20px;}
	.journey_slide {flex: 0 0 50%;}
	.journey_slider {padding: 20px;}
	.journey_card {margin: 10px;padding: 12px;}
	.about_s6_parent1 h2 span {font-size: inherit;color: #fe8408;margin-left: 0;}
	.about_s6_parent1 {aspect-ratio: inherit;background: transparent;}
	.about_s6_parent1 h2 {margin: auto;}
	.about_s6_parent2 {grid-template-columns: 1fr 1fr;padding: 20px;}
	.aboutus_s3 h2, .aboutus_s7 h2 {font-size: 2rem !important;}
	.aboutus_slider_wrapper, .aboutus_slide, .aboutus_card, .aboutus_card img {height: 100%;}
	.aboutus_card img {object-fit: cover;}
	.slider_controls.journey_arrows {display: none;}
	.about_s6_parent1 h2 {display: block;}
	.about_s2_parent3 img {
		max-height: 70px;
	}

	.comp_s2_parent1 {grid-template-columns: 1fr;}
	.comp_s3_parent1 {flex-wrap: wrap;}

	.opp_s2_parent2 span {font-size: 10vw;}
	.opp_s3 .about_s7_parent1 {
		padding: 40px 0;
	}

	.wwd_s3_parent2, .wwd_info {grid-template-columns: 1fr;}
	.wwd_s5_parent2 {flex-wrap: wrap;}	
	.wwd_s2 {
		padding-bottom: 10px;
	}
	.wwd_s3_head {
/* 		justify-content: center; */
		align-items: center;
		display: flex;
/* 		text-align: center; */
	}
	.wwd_s3, .wwd_s4 {
		padding: 40px 0;
	}
	.wwd_s4_parent2 {
		grid-template-columns: 1fr 1fr;
	}
	.wwd_s4_inner {
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	.wwd_s5_left {
		margin-bottom: 0;
		display: flex;
		overflow-x: scroll;
		scrollbar-width: none;
	}
	.whatwedo_page_cont ul.animate_ul {
		max-height: 2.6em;
	}
	.whatwedo_page_cont ul.animate_ul li {
		min-height: 2.6em;
	}
	.whatwedo_page_cont ul.animate_ul li.active {
		margin-top: -2.6em;
	}
	.wwd_s5_left button {
		min-width: fit-content;
	}
	.wwd_s5_parent2 h3 {
		text-align: center;
	}
	.impact_unique {flex-wrap: wrap;}

	.pstes_s2_parent2 {grid-template-columns: 1fr 1fr;}

	.phes_s1 {padding: 40px 0;}
	.phes_s1_parent1 {
		flex-wrap: nowrap;
		overflow-x: scroll;
		scrollbar-width: none;
		justify-content: normal;
	}
	.phes_s1_parent1 button {
		min-width: fit-content;
	}
	.photopop_slider_controls button.prev, .photopop_slider_controls button.next {
		top: -35vh;
	}
	.photopop_slider_controls button.close {
		top: -65vh;
	}
	.photofe_slide {
		flex: 0 0 calc(100% - 40px);
	}
	.photofe_slide {
		transition: all 0.5s;
		transform-origin: -50% 50% !important;
		/* 		transform: scale(.75) rotateY(-55deg) !important; */
	}
	/* .photofe_slide:last-child {
	transform: translateX(-50%) rotateY(80deg) !important;
}
	.photofe_slide:first-child {
	transform: translateX(50%) rotateY(80deg) !important;
} */
	.photofe_slide.slm_active {
		transform: none !important;
		z-index: 2;
	}
	.photofe_slide img:hover, .photo_single img:hover {
		scale: 1;
	}


	.globalagri_page_cont .about_s1_parent1 h1 {width: -webkit-fill-available;text-align: center;}
	.globalagri_page_cont .about_s1_parent1 p {text-align: center;}
	.slider_controls.partners_arrows {bottom: 100px;}
	.globalagri_page_cont .home_s4_parent2 {grid-template-columns: 1fr 1fr;}
	.glag_s5_parent1, .glag_s7_parent1, .glag_s8_parent1 {flex-wrap: wrap;}
	.glag_s5_parent1 .nr_stats {margin: 0 auto;}
	.glagri_s2, .glagri_s3, .glagri_s4 {padding-top: 0;}
	.glag_s5, .glagri_s6, .glag_s8 {padding: 40px 0;}
	.glag_s8_parent1 {gap: 20px;justify-content: center;}

	.mapp_cont {
		min-width: 0;
		transform: none;
		/* 		top: 100%;
		left: auto;
		right: 0;
		bottom: auto; */
		width: 45vw;
		max-height: 45vw;
		overflow-y: scroll;
		scrollbar-width: none;
	}
	.nr_stats img {padding: 25px;}
	.home_s5 {
		background-position: top;
		background-size: auto 100%;
	}
	.slider_dots.partners_pagination {display: none;}
	.home_s6 {position: relative;}
	.home_s6_right {position: absolute;bottom: 0;z-index: -1;left: 0;}
	.nwv_cont p {color: #fff;}

	ul.animate_ul li {text-align: center;}
	.about_s2_parent3 .verti_divider_orange {width: 80%;margin: 0 10%;}
	.slider_controls {width: calc(100% - 26px);}
	.journey_slide {flex: 0 0 70%;}
	.person_img img {width: 100%;}
	.about_s6_parent2 {grid-template-columns: 1fr;}
	
	.wwd_s3_card {margin: 0 15%;}
	.impact_unique {margin: 10px;padding: 20px;}
	.impact_unique ul {margin: 0;padding-left: 15px;}
	.wwd_s5_parent1 h2 {font-size: 2rem !important;}
	.wwd_s5_left button {text-align: center;border: 1px solid;padding: 10px;}
	
	.phes_s1_parent1 {flex-wrap: nowrap !important;justify-content: start !important;}
	.phes_s1 {overflow: hidden;}
	
	.logo_link img.custom-logo {max-height: 45px;height: 45px;}
	.slider_controls.partners_arrows {bottom: 80px;}
	
	.opp_s1 {background-position: right;}
	.opp_s1 h1 {font-size: 3rem;}
	.wwd_s2_img {height: auto;}
	.info_card p { margin-left: 90px;}

}