* {
	margin: 0;
	box-sizing: border-box;
}
body{
	font-family: var(--font_primary);
	color: var(--color_text);
}
.home_slider img{
	width: 100%;
}
.home_banner {
	margin-top: 30px;
}
.home_slider .home_slide{
	position: relative;
	overflow: hidden;
}
.home_slide h2{
	margin-left: -3px;
}
.home_slider .home_slide::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000033;
	border-radius: 16px;
}
.home_slider_content{
	position: absolute;
	left: 60px;
	bottom: 60px;
}
@media(min-width: 768px){
	.home_slider img{
		border-radius: 16px;
	}	
}
@media (max-width: 1024px) {
	.home_banner{
		margin-top: 0;
	}
}
@media(max-width: 767px){
	.home_banner .container{
		padding-left: 0;
		padding-right: 0;
	}
	.home_slider_content{
		left: 0px;
		right: 0;
		width: calc(100% - 30px);
		margin: auto;
	}
	.home_slider .home_slide::before{
		border-radius: 0;
	}
}

@font-face {
	font-family: "Custom";
	src: url(/wp-content/themes/custom-wordpress-theme/fonts/MuseoSans-100.otf);
	font-weight: 100;
}
@font-face {
	font-family: "Custom";
	src: url(/wp-content/themes/custom-wordpress-theme/fonts/MuseoSans-300.otf);
	font-weight: 300;
}
@font-face {
	font-family: "Custom";
	src: url(/wp-content/themes/custom-wordpress-theme/fonts/MuseoSans_500.otf);
	font-weight: 500;
}
@font-face {
	font-family: "Custom";
	src: url(/wp-content/themes/custom-wordpress-theme/fonts/MuseoSans_700.otf);
	font-weight: 700;
}
@font-face {
	font-family: "Custom";
	src: url(/wp-content/themes/custom-wordpress-theme/fonts/MuseoSans_900.otf);
	font-weight: 900;
}
@font-face {
	font-family: "Inter";
	src: url(/wp-content/themes/custom-wordpress-theme/fonts/Inter-SemiBold.ttf);
	font-weight: 600;
}
@font-face {
	font-family: "Inter";
	src: url(/wp-content/themes/custom-wordpress-theme/fonts/Inter-Bold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: "Inter";
	src: url(/wp-content/themes/custom-wordpress-theme/fonts/Inter-Medium.ttf);
	font-weight: 500;
}
@font-face {
	font-family: "Inter";
	src: url(/wp-content/themes/custom-wordpress-theme/fonts/Inter-MediumItalic.ttf);
	font-weight: 500;
	font-style: italic;
}


html {
	margin-top: 0 !important;
}
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: auto !important;
	}
}

:root {
	--font_primary: "Open Sans";
	--font_secondary: "Custom";
	--font_ternary: "Inter";
	--color_primary: #209560;
	--color_secondary: #9CC26D;
	--color_text: #1E3557;
	--container_width: 100%;
	--container_padding: 15px;
	--container_left_space: calc((100% - var(--container_width)) / 2);
}
.container_left{
	max-width: 100%;
	width: 100%;
	margin: auto;
	padding-left: calc(var(--container_left_space) + var(--container_padding));
	padding-right: 0;
}
.text_upper{
	text-transform: uppercase;
}
.font_secondary{
	font-family: var(--font_secondary) !important;
}
.font_ternary{
	font-family: var(--font_ternary) !important;
}
.color_primary{
	color: var(--color_primary) !important;
}
.color_secondary{
	color: var(--color_secondary) !important;
}
.gradient_text .elementor-heading-title {
	background: linear-gradient(90deg, #cf977b, #e5d0b8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 60px;
	line-height: 1.1;
	/*     font-style: italic; */
}
.border_15{
	border-radius: 15px;
}
.border_16{
	border-radius: 16px;
}
.text_center{
	text-align: center;
}
.relative{
	position: relative;
}

a {
	color: inherit;
}

[data-scroll], [data-scroll="out"]{
	transition: 0.5s ease;
	transition-delay: 0.1s;
	opacity: 0;
	transform: translateY(50px);
}
[data-scroll="in"]{
	opacity: 1;
	transform: translateY(0%);
}       
.delay1{transition-delay: 0.3s}
.delay2{transition-delay: 0.6s}
.delay3{transition-delay: 0.9s}
.delay4{transition-delay: 1.2s}
.delay5{transition-delay: 1.5s}
.delay6{transition-delay: 1.8s}
@media(max-width: 767px){
	.delay1{transition-delay: 0s}
	.delay2{transition-delay: 0s}
	.delay3{transition-delay: 0s}
	.delay4{transition-delay: 0s}
	.delay5{transition-delay: 0s}
	.delay6{transition-delay: 0s}
}

/* 	 font family and weight start */
.primary_font {
	font-family: var(--font_primary);
}

.secondary_font {
	font-family: var(--font_primary);
}
.img-fluid{
	max-width: 100%;
	margin: auto;
}
.realtive, .relative{
	position: relative;
}
.color_white{
	color: #fff;
}

.f_w_l {
	font-weight: 300 !important;
}

.f_w_r {
	font-weight: 400 !important;
}

.f_w_m {
	font-weight: 500 !important;
}

.f_w_s_b {
	font-weight: 600 !important;
}

.f_w_b {
	font-weight: 700 !important;
}
.f_w_x_b {
	font-weight: 900 !important;
}

.f_s_i {
	font-style: italic;
}

/* 	 font family weight end */

/* 	 line height start */
.l_h_0 {
	line-height: 0.8;
}

.l_h_1 {
	line-height: 1.1 !important;
}

.l_h_2 {
	line-height: 1.2 !important;
}

.l_h_3 {
	line-height: 1.3 !important;
}

.l_h_4 {
	line-height: 1.4 !important;
}

.l_h_5 {
	line-height: 1.5 !important;
}

.l_h_6 {
	line-height: 1.6;
}

/* 	 line height end */

/* 	 flex class start */
.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;
}

/* 	 flex class end */

/* 	 spacing */
.mtb_0 {
	margin-top: 0;
	margin-bottom: 0;
}

.mb_5 {
	margin-bottom: 5px;
}

.mt_5 {
	margin-top: 5px;
}

.mtb_5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mt_10 {
	margin-top: 10px;
}

.mtb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mb_15 {
	margin-bottom: 15px;
}

.mt_15 {
	margin-top: 15px;
}

.mtb_15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mt_20 {
	margin-top: 20px;
}

.mtb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mt_30 {
	margin-top: 30px;
}

.mtb_30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

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

.mt_80 {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.mt_80 {
		margin-top: 60px;
	}
}

.mtb_80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	.mtb_80 {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.mb_100 {
	margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.mb_100 {
		margin-bottom: 80px;
	}
}

.mt_100 {
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.mt_100 {
		margin-top: 80px;
	}
}

.mtb_100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.mtb_100 {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}

.p_t {
	padding-top: 20px;
}

.pt_10 {
	padding-top: 10px;
}
.pb_5 {
	padding-bottom: 5px;
}
.pb_10 {
	padding-bottom: 10px;
}

.ptb_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pt_20 {
	padding-top: 20px;
}

.pb_20 {
	padding-bottom: 20px;
}

.ptb_20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pt_30 {
	padding-top: 30px;
}

.pb_30 {
	padding-bottom: 30px;
}

.ptb_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pt_40 {
	padding-top: 40px;
}

.pb_40 {
	padding-bottom: 40px;
}

.ptb_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pt_50 {
	padding-top: 50px;
}

.pb_50 {
	padding-bottom: 50px;
}

.ptb_50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

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

.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-top: 80px;
	padding-bottom: 80px;
}

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

.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-top: 100px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
	.ptb_100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.pt_100 {
	padding-top: 100px;
}

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

.pb_100 {
	padding-bottom: 100px;
}

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

/* 	 spacing end */

/* 	typography start */
.text_xxxl {
	font-family: var(--font_primary);
	font-size: 73px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -3px;
}

.text_xxl {
	font-family: var(--font_primary);
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
}

.text_xl {
	font-family: var(--font_primary);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.1;
}

.text_l {
	font-family: var(--font_primary);
	font-size: 50px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 15px;
}

.text_md {
	font-family: var(--font_primary);
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}
.text_22{
	font-size: 22px;
}

.text_reg {
	font-family: var(--font_primary);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.text_xs {
	font-family: var(--font_primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 15px;
}
@media(max-width: 767px){
	.text_xxxl{
		font-size: 56px;
	}
	.text_xxl{
		font-size: 28px;
	}
	.text_xl{
		font-size: 18px;
	}
	.text_reg{
		font-size: 16px;
	}
}
/* 	typography end */

/* 	container start */
@media (min-width: 768px) and (max-width: 991px) {
	:root {
		--container_width: 760px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	:root {
		--container_width: 1000px;
	}
}

@media (min-width: 1200px) {
	:root {
		--container_width: 1090px;
	}
}

@media (min-width: 1400px) {
	:root {
		--container_width: 1090px;
	}
}

.small_container {
	max-width: 1020px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.container {
	max-width: var(--container_width);
	width: 100%;
	padding-inline: var(--container_padding);
	margin: auto;
	box-sizing: border-box;
}

.container-left {
	margin-left: calc(var(--container_left_space));
	padding-left: var(--container_padding);
	box-sizing: border-box;
}

.container-right {
	margin-right: calc(var(--container_left_space));
	padding-right: var(--container_padding);
	box-sizing: border-box;
}

/* 	container end */

.hidden-xs {
	display: block;
}
.visible-xs {
	display: none;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none;
	}
	.visible-xs {
		display: block;
	}
}

/* header */
.topbar{
	background: #9CC26D;
	padding: 6px 0;
}
.topbar .flex{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 36px;
	font-size: 14px;
	font-family: var(--font_secondary);
	color: #3E4152;
	font-weight: 500;
}
.topbar .flex div{
	display: flex;
	align-items: center;
	gap: 6px;
}
.topbar .flex div img{
	height: 18px;
}
.topbar .flex div a{
	text-decoration: none;
}
.header {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	z-index: 999;
	background-color: #fff;
	box-shadow: none;
	transition: 0.3s;
}
.header.shadow{
	box-shadow: 0 0 25px #0000001a;
}
.header .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: calc(var(--container_width));
}
.header .navbar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
	max-width: 100%;
	height: auto;
	padding: 12px 0;
}
.header .navbar .burger {
	position: relative;
	display: block;
	cursor: pointer;
	width: 40px;
	height: auto;
	border: 0;
	opacity: 1;
	visibility: visible;
	background-color: unset;
}
#menu a {
	position: relative;
	font-size: 14px;
	color: var(--color_text);
	text-decoration: none;
	font-family: var(--font_secondary);
	font-weight: 400;
	transition: 0.3s;
	padding: 20px 0;
}
#menu a img {
    width: 13px;
    position: relative;
    top: 1px;
}
#menu li.current-menu-item a{
	color: var(--color_primary);
}
#menu a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 19px;
	width: 0%;
	height: 1px;
	background-color: var(--color_primary);
	transition: 0.3s;
}
#menu a:hover::after{
	background-color: var(--color_text);
	width: 100%;
}
#menu li.current-menu-item a::after{
	background-color: var(--color_primary) !important;
	width: 100%;
}
ul.sub-menu {
	position: absolute;
	padding: 8px 12px;
	background: #fff;
	margin-top: 12px;
	transition: 0.5s;
	transform: translateY(-10px);
	opacity: 0;
}
li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	transform: translateY(0);
}
ul.sub-menu li {
	padding-bottom: 12px;
	width: max-content;
}
#menu li.current-menu-item .sub-menu a {
	color: var(--color_text);
}
#menu li.current-menu-item .sub-menu a::after {
	display: none;
}
#menu li.current-menu-item .sub-menu a:hover{
	color: var(--color_primary)
}
.social_links {
	display: flex;
	align-items: center;
	gap: 12px;
}
.social_links a {
	display: flex;
}
@media (min-width: 1025px) {
	.header .navbar .burger {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	ul.sub-menu{
		left: -22px;
		box-shadow: 0px 2px 10px 2px #00000012;
	}
}
@media (max-width: 1024px) {
	.topbar .flex{
		justify-content: center;
		gap: 14px;
	}
	.header .navbar .burger {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.social_links{
		display: none;
	}
	ul.sub-menu{
		position: relative;
		padding-left: 0;
		padding-right: 0;
		padding-left: 12px !important;
		opacity: 1 !important;
		transform: translateY(0px) !important;
	}
	#menu a {
		display: block;
		padding: 12px 0 !important;
	}
	#menu a::after {
		bottom: 10px;
	}
	ul.sub-menu {
		margin: 0;
		padding: 0;
	}
	.header .menu-block .menu-item {
		padding-bottom: 0;
	}
}
.header .navbar .burger .burger-line {
	display: block;
	cursor: pointer;
	width: 28px;
	height: 2px;
	margin: 6px auto;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: all 0.3s ease-in-out;
	background-color: #000;
}
.header .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.35s ease-in-out;
}
.header .overlay.is-active {
	display: block;
	opacity: 1;
	visibility: visible;
}
.header .menu {
	position: fixed;
	top: 0;
	left: -19rem;
	width: 19rem;
	height: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	background-color: white;
}
@media (min-width: 1025px) {
	.header .menu {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		opacity: 1;
		visibility: visible;
		background: 0;
		box-shadow: none;
	}
}
.header .menu.is-active {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.header .menu-block {
	width: 100%;
	height: auto;
	margin: 2rem 0;
}
@media (min-width: 1025px) {
	.header .menu-block {
		margin: 0 auto;
	}
}
.header .menu-block .menu-item {
	display: block;
	position: relative;
	margin: 0;
}
@media (min-width: 1025px) {
	.header .menu-block .menu-item {
		position: relative;
		display: inline-block;
		margin: 0 0.625rem;
	}
}
@media (max-width: 1024px) {
	.header .menu-block .menu-item {
		width: fit-content;
	}
}
.header .menu-block .menu-link {
	display: block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: inherit;
	padding: 0.625rem 1.5rem;
	border: 0;
	text-transform: initial;
	text-rendering: optimizeLegibility;
	transition: all 0.35s ease;
	color: var(--color_text);
	text-decoration: none;
}
@media (min-width: 1025px) {
	.header .menu-block .menu-link {
		padding: 0.5rem 0;
	}
}
@media(max-width: 767px){
	.header{
		height: auto;
	}
	.header .navbar{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header .navbar img{
		width: 180px;
	}
}
/* Add this CSS for dropdown styling */
.menu-item.dropdown:hover .dropdown-menu {
	display: block;
}
@media (min-width: 1025px) {
	.menu-item.dropdown {
		padding-right: 20px;
	}
}
.menu-item.dropdown > .menu-link::after {
	content: "";
	background-image: url(https://sudip-bhowmick.github.io/images/img/dropdown.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	transform: translateX(10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 5px;
	filter: invert(1);
}
@media (max-width: 1024px) {
	.menu-item.dropdown > .menu-link::after {
		top: 17px;
		bottom: auto;
	}
}
.dropdown-menu {
	display: none;
	position: absolute;
	padding-left: 0;
	top: 100%;
	left: 0;
	z-index: 999;
}
.dropdown-menu .menu-link {
	width: max-content;
}
@media (min-width: 1025px) {
	.dropdown-menu {
		background-color: white;
		border: 1px solid #ccc;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}
}
@media (max-width: 1024px) {
	.dropdown-menu {
		position: relative;
		padding-left: 10px;
	}
}
.dropdown-menu li {
	display: block;
}

@media (max-width: 1199px) {
	.headerSec {
		position: fixed !important;
	}
}
.hfe-nav-menu-icon {
	padding: 0 !important;
}
.hfe-flyout-wrapper .hfe-side {
	display: block !important;
	transition: 0.5s;
	width: 100% !important;
}
.hfe-side,
.hfe-flyout-overlay {
	height: calc(100% - 90px) !important;
	top: auto !important;
}
.hfe-side {
	left: -100% !important;
}
.hfe-side.visible {
	left: 0 !important;
}
.hfe-nav-menu__toggle.hfe-flyout-trigger.visible svg rect:nth-child(1) {
	transform: rotate(45deg) translate(2px, -6px);
}
.hfe-nav-menu__toggle.hfe-flyout-trigger.visible svg rect:nth-child(2) {
	opacity: 0;
}
.hfe-nav-menu__toggle.hfe-flyout-trigger.visible svg rect:nth-child(3) {
	transform: rotate(-45deg) translate(6px, 2px);
}
.hfe-flyout-content {
	background-color: var(--e-global-color-secondary) !important;
	padding: 30px 0 !important;
	height: calc(100vh - 90px) !important;
}
.elementor-clickable.hfe-flyout-close {
	display: none;
}
.hfe-nav-menu-icon svg rect:nth-child(1) {
	transform-origin: top left;
	transform: rotate(0deg) translate(0px, 0px);
}
.hfe-nav-menu-icon svg rect:nth-child(3) {
	transform-origin: bottom left;
	transform: rotate(0deg) translate(0px, 0px);
}
.hfe-nav-menu-icon rect {
	fill: #003a60;
	rx: 3;
	transition: 0.3s;
}

/* search */
.search_box {
	display: none;
}
.search_box {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	background-color: #0000009e;
}
.search_box.active {
	display: flex;
	justify-content: center;
	visibility: visible;
	align-items: center;
}
.search-container {
	display: flex;
	align-items: center;
	gap: 12px;
}
#searchform {
	position: relative;
	width: 380px;
}
@media (max-width: 767px) {
	#searchform {
		width: 100%;
	}
}
.close_search {
	cursor: pointer;
}
button.search-btn {
	background-color: transparent;
	width: 26px;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	outline: none;
	border: none;
}
#search {
	font-size: 14px;
	text-indent: 3px;
	display: inline-block;
	padding: 10px 40px 10px 10px;
	margin: 0;
	width: 100% !important;
	height: initial;
	outline: none;
	border: 1px solid #d6d6d6;
	border-radius: 20px;
}
.search-suggestions {
	position: absolute;
	background: white;
	width: calc(100% - 30px);
	padding: 15px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none;
	left: 0;
	right: 0;
	margin: auto;
}

.search-suggestions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.no-search-results-form {
	display: none !important;
}
.search-suggestions li {
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
	margin-left: 0;
}
.search-suggestions li:last-child {
	border: none;
}
.search-suggestions li img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.search-suggestions li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}

/* 	.search-suggestions li a:hover {
background: #f8f8f8;
} */

.search-suggestions .view-all {
	display: block;
	padding: 8px;
	text-align: center;
	background: #000;
	text-decoration: none;
	color: #fff;
	border-radius: 40px;
}
@media (max-width: 767px) {
	.search-suggestions li a:hover {
		width: auto;
	}
	.search-suggestions span {
		font-size: 12px;
	}
	.search-suggestions .view-all {
		font-size: 14px;
		padding: 6px;
	}
}
/* search end */

.header_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.header_flex a{
	text-decoration: none;
}
.header_flex ul {
	list-style: none;
	display: flex;
	padding-left: 0;
	font-size: 14px;
	font-weight: 700;
}
.links ul {
	gap: 20px;
}
.aligncenter {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.slick-dots li button::before {
	display: none;
}
ul.slick-dots li button {
	width: 7px;
	height: 7px;
	padding: 0;
	background: var(--color_primary);
	border-radius: 50%;
	opacity: 0.5;
	transition: 0.3s;
}
ul.slick-dots li {
	width: 7px;
	height: 7px;
	margin: 0 4px;
}
ul.slick-dots li.slick-active button {
	opacity: 1;
}

.inner_banner{
	position: relative;
	margin-top: 30px;
}
.inner_banner .container{
	position: relative;
}
.inner_banner .banner_img{
	border-radius: 16px;
	width: 100%;
}
.inner_banner .banner_container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: flex-end;
	padding: 60px 80px;
}
.inner_banner .banner_container .title{
	font-size: 120px;
	font-weight: 900;
	line-height: 0.9;
	font-family: var(--font_secondary);
}
.page_content h2 {
	font-size: 60px;
	color: #209560;
	line-height: 1;
	font-family: 'Custom';
	font-weight: 900;
	margin-bottom: 15px;
}
.page_content p{
	color: #737373;
	font-size: 26px;
	font-weight: 500;
}
.page_content h3{
	margin-top: 30px;
	font-size: 36px;
	font-weight: 700;
	font-family: var(--font_ternary);
	margin-bottom: 15px;
}
.page_content ul{
	padding-left: 25px;
	margin-bottom: 30px;
}
.page_content li{
	color: #1E3557;
	font-size: 26px;
	font-weight: 500;
}
@media(max-width: 991px) and (min-width: 768px){
	.inner_banner .banner_container .title{
		font-size: 100px;
	}
	.inner_banner .banner_container{
		padding: 50px;
	}
}
@media(min-width: 768px){
	.circles .circle:nth-child(even) {
		transform: translateY(15%);
	}
}
@media(max-width: 767px){
	.inner_banner{
		margin-top: 0;
	}
	.inner_banner .banner_container .title{
		font-size: 56px;
	}
	.inner_banner .banner_container{
		padding: 30px 15px;
	}
	.inner_banner .container{
		padding-left: 0;
		padding-right: 0;
	}
	.inner_banner .banner_img{
		border-radius: 0;
		min-height: 300px;
		object-fit: cover;
	}
	.page_content h2 {
		font-size: 28px;
	}
	.page_content p {
		font-size: 18px;
	}
	.page_content h3 {
		font-size: 22px;
	}
	.page_content ul {
		padding-left: 20px;
	}
	.page_content li {
		font-size: 18px;
	}
}

.tablepress th {
	background-color: #EBF5EA !important;
	text-align: center !important;
	font-size: 15px;
}
.tablepress th:not(:last-child) {
	border-right: 1px solid #85868a78 !important;
}
.tablepress td {
	border-bottom: 1px solid #85868a78 !important;
	text-align: center !important;
	font-size: 14px;
}
.tablepress td:not(:last-child) {
	border-right: 1px solid #85868a78 !important;
}
.caption {
	font-size: 20px;
	font-family: var(--font_ternary);
}

.marquee-container {
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
	background: #EBF5EA;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 24px 0 20px 0;
	position: relative;
}

.marquee-track {
	display: inline-block;
	white-space: nowrap;
	will-change: transform;
}

.marquee-item {
	display: inline-block;
	padding-right: 40px;
	font-size: 1.2em;
	font-size: 70px;
	font-family: var(--font_secondary);
	font-weight: 900;
	color: #223F6A;
}
.marquee-item img{
	position: relative;
	height: 65px;
	top: 5px;
}
/* @media(min-width: 991px){
	.marquee-item img{
		width: 460px;
	}
} */

footer *{
	font-family: var(--font_secondary)
}
.footer_top{
	background: #1E3557;
}
.footer_top *{
	color: #4CD898;
}
.footer_top .footer_flex{
	display: flex;
	gap: 30px;
	align-items: flex-start;
	justify-content: space-between;
}
.footer_bottom{
	background: #4CD898;
}
.footer_bottom *{
	color: #1E3557;
	font-size: 14px;
}
.footer_menu{
	padding-left: 0;
	list-style: none;
}
.footer_menu li {
	margin-bottom: 20px;
}
.footer_flex > div:nth-child(1) {
	width: 25%;
}
.footer_flex > div:not(:nth-child(1)) {
	width: 15%;
	display: flex;
	justify-content: flex-end;
}
.footer_menu a{
	text-decoration: none;
}
.footer_top .para{
	font-size: 14px;
	line-height: 1.5;
}
.footer_logo {
	max-width: 100%;
}
.footer_bottom .container {
	display: flex;
	justify-content: space-between;
}
.madeby a {
	text-decoration: none;
	font-weight: 700;
}
@media(max-width: 767px){
	.footer_top .footer_flex{
		flex-wrap: wrap;
	}
	.footer_flex > div:nth-child(1){
		width: 100%;
	}
	.footer_flex > div:not(:nth-child(1)) {
		width: 45%;
		display: flex;
		justify-content: flex-start;
	}
	.footer_bottom *{
		font-size: 12px;
	}
}


.icons{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px;
}
.icons .icon{
	display: flex;
	align-items: center;
	gap: 20px;
}
.icon h4 {
	font-family: var(--font_ternary);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--color_text);
}
.icon p {
	font-size: 20px;
	color: #3E4152;
}
.icon img{
	min-width: 165px;
}
.circles{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 48px;
	text-align: center;
}
.circles .circle p{
	font-weight: 600;
	color: var(--color_text);
	font-family: var(--font_ternary);
}
.table_two_col{
	display: flex;
	gap: 36px;
}
.table_two_col > div{
	flex: 1;
}
.product_desc{
	overflow: hidden;
	display: flex;
}
.product_desc > div:nth-child(1) {
	width: 53%;
}
.product_desc > div:nth-child(2) {
	width: 47%;
}
.w-100{
	width: 100%;
}
.product_desc p{
	padding-bottom: 24px;
}
.product_desc h3 {
	position: relative;
}
.product_desc h3 img {
	position: absolute;
	transform: translate(0%, -50%);
}
.page_content p.note{
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font_ternary);
	color: #1E3557;
}
.product_sec .images p{
	color: var(--color_text) !important;
}
.strip{
	background: #DEF0E6;
}
.strip .super{
	font-size: 22px;
}
.about_details .flex{
	display: flex;
	gap: 60px;
}
.about_details ul{
	padding-left: 17px;
}
.about_details .flex > div:nth-child(1){
	width: 46%
}
.about_details .flex > div:nth-child(2){
	width: 54%
}
.about_details .text_reg p:not(:last-child){
	padding-bottom: 24px;
}
.conditions {
	font-size: 12px;
	font-weight: 500;
}
.contact_sec .flex{
	display: flex;
	gap: 30px;
}
.contact_sec .flex > div{
	width: 50%
}
.contact_sec h3,
.contact_sec p{
	font-size: 22px
}
.contact_sec div p:not(:last-child){
	padding-bottom: 24px;
}
.contact_sec strong{
	font-weight: 600;
}
.contact_sec a{
	text-decoration: none;
	padding: 8px 0 0 0;
	display: inline-block;
}
.contact_sec *{
	font-family: var(--font_ternary)
}
.contact_sec iframe{
	width: 100%;
	border-radius: 16px;
}
form.wpcf7-form {
	background: #F5F5F5;
	border-radius: 26px;
	padding: 38px 32px 0px 32px;
}
form .two_col {
	display: flex;
	gap: 22px;
}
.contact_sec input,
.contact_sec textarea{
	width: 100%;
	border: 1px solid #E6E6E6;
	background: #fff;
	border-radius: 12px;
	font-size: 18px;
	padding: 12px 12px;
	resize: none;
	margin-bottom: 24px;
	margin-top: 10px;
}
.contact_sec textarea {
	margin-bottom: 10px;
}
.contact_sec label{
	font-size: 16px;
	font-family: var(--font_ternary);
}
.contact_sec .wpcf7 form.invalid .wpcf7-response-output,
.contact_sec .wpcf7-response-output{
	border: none;
	padding: 0;
	font-size: 14px;
	padding-bottom: 20px;
	margin: 0;
	color: red;
}
.contact_sec .wpcf7-response-output{
	color: #46b450;
}
.contact_sec span.wpcf7-not-valid-tip {
	font-size: 14px;
	color: red;
	transform: translateY(-20px);
}
.contact_sec input[type="submit"] {
	background: var(--color_primary);
	color: #fff;
	font-weight: 600;
	width: fit-content;
	padding: 9px 28px;
	border-radius: 40px;
	cursor: pointer;
}
.about .flex{
	display: flex;
	gap: 70px;
}
.about .flex > div{
	flex: 1;
}
.about .flex  p{
	margin-bottom: 20px;
}
.infra img{
	border-radius: 15px;
	max-width: 100%;
}
.infra .slick-list,
.certificate .slick-list{
	margin-left: -12px;
}
.infra .slick-slide,
.certificate .slick-slide{
	padding: 0 12px;
}
.events {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}
.events img {
	max-width: 100%;
	border-radius: 16px;
}
.milestone-box .top img {
    width: 100%;
    border-radius: 16px;
}
@media(max-width: 767px){
	.events {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 20px;
	}
	.strip.mt_30{
		margin-top: 0;
	}
	.abs_img{
		position: relative;
	}
	.table_two_col{
		flex-direction: column;
	}
	.about_details .flex{
		flex-direction: column;
		gap: 20px;
	}
	.about_details .flex > div{
		width: 100% !important;
	}
	.marquee-container{
		margin-top: 40px;
	}
	.footer_bottom .container{
		flex-direction: column;
		gap: 6px;
		text-align: center;
	}
	.contact_sec .flex{
		flex-direction: column;
	}
	.contact_sec .flex > div{
		width: 100%;
	}
	.contact_sec h3,
	.contact_sec p{
		font-size: 20px
	}
	form.wpcf7-form{
		padding: 32px 22px 0px 22px;
	}
	form .two_col{
		flex-direction: column;
		gap: 0;
	}
	.about .flex{
		flex-direction: column;
		gap: 24px;
	}
}

div#primary {
    width: var(--container_width);
    margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}
div#primary h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    font-family: var(--font_secondary) !important;
}
main#main {
    margin-top: 30px;
}
.site-main p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--font_ternary) !important;
}
.site-main h2 {
    font-size: 22px;
    font-family: var(--font_ternary);
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}
.site-main ul {
    padding-left: 19px;
    margin-top: 12px;
}
.site-main li {
    font-size: 18px;
}
.site-main ol li, .site-main ol h3 {
    font-size: 22px;
    font-family: var(--font_ternary);
    font-weight: 600;
    margin-bottom: 12px;
}

.site-main li::marker {
    font-size: 22px;
    font-family: var(--font_ternary);
}

.site-main ol {
    padding-left: 25px;
}

@media (max-width: 767px) {
    div#primary h1{
        font-size: 28px;
    }
}