@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');

* {
	padding: 0px;
	margin: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}

body {
	overflow-x: hidden;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #55565D;
}

ul {
	list-style: none;
	margin: 0px !important;
}

a:focus,
:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none !important;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}



a {
	padding: 0px;
	margin: 0px;
	outline: none;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

label {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
}



p {

	/*font-size: 12px;
	color: #454545;*/
	margin: 0;
	padding: 0;
}

input[type="text"]::-webkit-placeholder {
	opacity: 1;
}

input[type="text"]::-moz-placeholder {
	opacity: 1;
}

input[type="password"]::-webkit-placeholder {
	opacity: 1;
}

input[type="password"]::-moz-placeholder {
	opacity: 1;
}

input[type="search"]::-webkit-placeholder {
	opacity: 1;
}

input[type="search"]::-moz-placeholder {
	opacity: 1;
}

input[type="email"]::-webkit-placeholder {
	opacity: 1;
}

input[type="email"]::-moz-placeholder {
	opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
	opacity: 1;
}

input[type="tel"]::-moz-placeholder {
	opacity: 1;
}

textarea::-moz-placeholder {
	opacity: 1;
}

textarea::-webkit-placeholder {
	opacity: 1;
}

a:hover {
	outline: none !important;
	text-decoration: none;
}

a:active {
	outline: none !important;
	text-decoration: none;
}

a {
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

img {
	vertical-align: middle;
	border-style: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

:root {
	--theme-container: 1600px;
	--primary-blue: #3A4681;
	--seconary-blue: #3C4587;
	--primary-green: #348470;
	--primary-orange: #EC6C2D;
}

:root {
	--primary-blue: #3A4681;
}

:root {
	--seconary-blue: #3C4587;
}

:root {
	--primary-green: #348470;
}

.container {
	max-width: 1600px;
}


header nav {
	height: 100px;
	background: #EC6C2D;
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.11);
	border-radius: 12px;
	padding: 15px 0px;

}

header .container {
	position: relative;
}

.navbar-brand {
	width: 183px;
	height: 138px;
	position: relative;
	top: 40px;
	display: flex;
	padding: 15px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.11);
	border-radius: 12px;
}

.navbar-brand img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;

}

header .navbar-expand-lg .navbar-collapse {

	margin: 0 auto;
	width: fit-content;
	z-index: 9;
}

header .nav-link {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	padding: 33px 17px !important;
	position: relative;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
	color: var(--primary-blue) !important;
	background-color: #ffffff2c;
}

header .nav-link:hover {
	color: var(--seconary-blue);
}

header .nav-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: var(--seconary-blue);
	transition: .5s;
}

/* header .nav-link:hover::before {
	width: 100%;
} */

header .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--seconary-blue);
}

header .nav-link.active::before {
	display: none;
}

.nav-link.dropdown-toggle {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.nav-link.dropdown-toggle svg {
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
}

.nav-link.dropdown-toggle:hover svg path {
	stroke: var(--primary-blue);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	left: 0;
	top: 93px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	/* width: 607px; */
	column-gap: 0px;
	max-height: 665px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #d2daff #fff;
}


.navbar-expand-lg .navbar-nav .dropdown-menu li {
	width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
	/* white-space: break-spaces; */
	padding: 8px 16px;
	font-size: 14px;
	position: relative;
	width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 3px;
	height: 18px;
	background-color: var(--primary-orange);
}

header .dropdown-item:focus,
header .dropdown-item:hover {
	color: var(--primary-orange);
	background-color: #ec6c2d17;
}

header .dropdown-item.active,
header .dropdown-item:active {
	color: white !important;
	text-decoration: none;
	background-color: var(--primary-orange) !important;

}

/* .dropdown .dropdown-menu {
	display: none;
} */

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-toggle {
	position: relative;
}

.nav-link.dropdown-toggle.show {
	color: var(--primary-blue);
}

.nav-link.dropdown-toggle.show svg path {
	stroke: var(--primary-blue);
}

.dropdown-toggle::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 16px;
	border: 0;
	display: none !important;
}

.cont_bt {
	display: flex;
	margin-left: auto;
	width: fit-content;

}

.cont_bt a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	color: #FFFFFF;
	padding: 0px 16px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-blue);
	border-radius: 8px;
}

.cont_bt a:hover {
	background: var(--primary-green);
}

.cont_bt a svg {
	margin-right: 5px;
}

.banner_area {
	background: url(../images/banner_bg.png) no-repeat center bottom;
	background-size: cover;
	padding: 15px 15px 0px 15px;
	position: relative;
	overflow: hidden;
}

.ban_bottom {
	content: "";
	background: url(../images/curve1.png) no-repeat center top;
	background-size: 100% 100%;
	width: 100%;
	height: 118px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 3;
}

.banner_container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.ban_cont_area {
	padding: 100px 0px 75px 0px;
}

.ban_left h1 {
	font-family: "Quattrocento", serif;
	font-weight: 700;
	font-size: 51px;
	color: #3C4587;
	line-height: 73px;
}

.ban_rt {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 48px;
	color: #55565D;
}

.ban_bt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: fit-content;

	margin-top: 25px;
}

.ban_bt a {
	height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 16px 0px 20px;
	background: var(--primary-blue);
	border-radius: 8px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #FFFFFF;

}

.ban_bt a:hover {
	background: var(--primary-green);
}

.ban_bt::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	;
	background: #E2E5FF;
	border-radius: 8px;
	z-index: -1;
}

.ban_bt a svg {
	margin-left: 10px;
}

.ban_pic_area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 60px;
	margin-top: 70px;
	width: calc(100%-60px/2);
}

.ban_pic {
	position: relative;
	display: flex;
	/*width: 499px;
	height: 535px;*/
	margin-top: 50px;
}

.ban_pic::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 110%;
	border: 7px dashed #FFFFFF;
	border-top-left-radius: 67px;
	border-top-right-radius: 67px;
	top: -30px;
	left: 35px;
}

.ban_pic img {
	border-top-left-radius: 67px;
	border-top-right-radius: 67px;
}

.ban_pic_mid {
	display: flex;
	margin: 0px 100px;
	/*width: 548px;
	height: 604px;*/
	margin-top: 0;
}

.service_area {
	padding: 80px 0px 180px 0px;
}

.service_area h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 9px;
	text-transform: uppercase;
	color: #C05212;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	width: fit-content;
	margin: 0 auto;
}

.service_area h3::before,
.service_area h3::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 160px;
	height: 2px;
	background-color: #C05212;
	display: inline-block;
}

.service_area h3::before {
	right: 100%;
}

.service_area h3::after {
	left: 100%;
}

.ser_sec_area {
	margin: 0px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	margin-top: 50px;
}

.ser_sec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ser_pic {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FBE4D6;
	border-radius: 100%;
	position: relative;
	width: 222px;
	height: 222px;
	margin: 0 auto;
}

.ser_pic img {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.ser_sec_txt {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	color: #3A4681;
	margin-top: 40px;
	text-align: center;
}

.ser_sec_txt a {
	color: #3A4681;
}

.ser_sec_txt a:hover {
	color: var(--primary-green);
}

.about_area {
	background: url(../images/about_bg.png) no-repeat center top;
	width: calc((100% - 30px));
	margin: 0 auto;
	background-size: cover;
	min-height: 630px;
	height: auto;
	display: flex;
	align-items: center;
	border-radius: 20px;
}

.about_area .row {
	display: flex;
	align-items: center;
}

.ab_left {
	position: relative;
}

.ab_left .ban_bt {
	margin-bottom: 20px;
}

.ab_left .ban_bt a:hover {
	background: var(--primary-orange);
}

.ab_vid {
	position: relative;
	margin-top: -90px;
	width: 646px;
	height: 360px;
	z-index: 1;
}

.ab_vid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ab_vid::before {
	content: "";
	position: absolute;
	width: 646px;
	height: 347px;
	left: -10px;
	top: 20px;
	background: #EA6E26;
	border-radius: 20px;
	z-index: -1;
}

.ab_vid img {
	border-radius: 20px;
}

.play_icon {
	width: 164px;
	height: 164px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.play_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ab_left h4 {
	position: relative;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 10px;
	margin: 40px 0px 20px 0px;
	width: fit-content;
}

.ab_left h4::after {
	content: "";
	position: absolute;
	width: 255px;
	height: 2px;
	background: #FFFFFF;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
}

.ab_left h2 {
	font-family: 'Quattrocento';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 54px;
	color: #E7E8F2;
}

.ab_rt {
	padding-left: 60px;
}

.ab_rt p {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 22px;
	line-height: 50px;
	color: #FFFFFF;
}

.export_area {
	padding: 100px 0px;
}

.world_map_sec {
	background: url(../images/map.png) no-repeat;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
}

.world_map_sec h3 {
	font-family: 'Quattrocento';
	font-weight: 700;
	font-size: 45px;
	line-height: 63px;
	color: #AF5C2C;
}

.quality_btn {
	height: 60px;
	border-radius: 44px;
	display: flex;
	align-items: center;
	font-family: 'Quattrocento';
	font-weight: 700;
	font-size: 30px;
	color: #AF5C2C;
	background: rgba(234, 110, 38, 0.13);
	border-radius: 44px;
	padding: 0px 120px 0px 15px;
	width: fit-content;
	margin-top: 30px;
}

.quality_btn svg {
	margin-right: 10px;
}

.infobox_area {
	display: flex;
	gap: 25px;
	justify-content: flex-end;
}

.infobox {
	padding: 18px;
	border: 1px solid rgba(60, 69, 135, 0.33);
	border-radius: 25px;
	width: 284px;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 20px;
	align-items: center;
	color: #55565D;
}

.star_div {
	background: url(../images/star_bg.png) no-repeat;
	width: 116px;
	height: 127px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.star_div img {
	position: absolute;
}

.infobox h5 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 23px;
	color: #EA6E26;
	margin: 15px 0px;
}

.infobox h5 span {
	font-size: 38px;
}

.progress-section {
	margin-top: 30px;
}

.progress-item {
	margin-bottom: 30px;
}

.progress-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	font-weight: 600;
	color: #333;
}

.progress-bar {
	width: 100%;
	height: 6px;
	background: #FADDCD;
	border-radius: 4px;
	overflow: hidden;
}

.progress-fill {
	height: 100%;
	width: 0;
	background: #EA6E26;
	border-radius: 4px;
	transition: width 2s ease;
}

.prog_txt {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 22px;
	color: #534E4E;
}

.prog_num {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 18px;
	color: #421E09;
}



.product_carousel_area_outer {
	position: relative;
	margin-top: 150px;
}

.product_carousel_area {
	width: calc((100% - 30px));
	background: #F1F6F5;
	border-radius: 20px;
	margin: 0 auto;
	padding: 50px 0px 40px 0px;
	overflow: hidden;
}

.product_carousel_area_outer::before {
	content: "";
	position: absolute;
	background: url(../images/cow_bg.png) no-repeat;
	width: 353px;
	height: 320px;
	top: -250px;
	left: -15px;
	z-index: -1;
}

.product_carousel_area_outer::after {
	content: "";
	position: absolute;
	background: url(../images/hen_bg.png) no-repeat;
	width: 163px;
	height: 320px;
	top: -250px;
	right: 0;
	z-index: -1;
}

.product_carousel_area_in {
	width: calc(100vw - ((100vw - var(--theme-container)) / 2));
	margin-left: calc((100vw - var(--theme-container)) / 2);
}

.pro_section {
	/*display: grid;
  grid-template-columns: 320px 1fr;*/
	display: flex;
	align-items: center;
	gap: 80px;
}

.left-panel {
	width: 25%;
}

/* LEFT SIDE */
.left-panel h4 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 9px;
	text-transform: uppercase;
	color: #1E6C58;
	position: relative;
	width: fit-content;
	padding-right: 10px;
}

.left-panel h4::after {
	content: "";
	position: absolute;
	width: 126px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	background: #1E6C58;

}

.left-panel h3 {
	font-family: 'Quattrocento';
	font-weight: 700;
	font-size: 39px;
	line-height: 60px;
	color: var(--primary-green);
	margin: 30px 0px;
}

.right-panel {
	width: 75%;
}

.left-panel .tabs {
	display: flex;
	flex-direction: column;

	margin-top: 40px;
}

.left-panel .tab-btn {
	padding: 15px 0px;
	border: none;
	border-bottom: 1px dashed #D3CFCD;
	text-align: left;
	background: transparent;
	font-family: 'Quattrocento';
	font-weight: 700;
	font-size: 27px;
	color: #918C8A;
	transition: 0.3s;
	display: flex;
	justify-content: space-between;
}

.left-panel .tab-btn:last-child {
	border: none;
}

.left-panel .tab-btn.active {
	color: #232C72;
}

.left-panel .tab-btn:hover {
	color: var(--primary-blue);
}

.left-panel .tab-btn:hover svg path {
	fill: var(--primary-blue);
}

.left-panel .tab-btn:hover svg circle {
	fill: #3C4587;
}

/* RIGHT SIDE */
.right-panel .tab-content {
	display: none;
}

.right-panel .tab-content.active {
	/*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));*/
	display: flex;
	gap: 20px;
}

.product-card {
	background: #FFF6F6;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
}


.product-card:hover {
	transform: translateY(-5px);
}

.product-card img {
	width: 100%;
	height: 300px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	object-fit: cover;
}

.product-card .card-body {
	padding: 18px;
}

.product-card h4 {
	margin: 0 0 16px;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 23px;
	color: #282A33;
}

.product-card p {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
	color: #55565D;
}

.product-card a {
	display: inline-block;
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
	text-decoration: underline !important;
	color: #3C4587;
	padding: 0px 0px 5px 5px;
}

.product-card a:hover {
	text-decoration: none !important;
}

.product_slider {
	position: relative;
	margin-top: 60px;
}

.product_slider .owl-nav span {
	font-size: 0;
}

.product_slider .owl-nav {
	display: flex;
	gap: 18px;
	width: fit-content;
	position: absolute;
	top: -70px;
	right: 80px;
}

.product_slider .owl-prev {
	background: url(../images/prev.png) no-repeat center center #FFF !important;
	width: 143px !important;
	height: 47px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;

}

.product_slider .owl-next {
	background: url(../images/next.png) no-repeat center center #FFF !important;
	width: 143px !important;
	height: 47px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.product_slider .owl-prev:hover {
	background: url(../images/prev1.png) no-repeat center center #DCFBF3 !important;
	width: 143px !important;
	height: 47px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;

}

.product_slider .owl-next:hover {
	background: url(../images/next1.png) no-repeat center center #DCFBF3 !important;
	width: 143px !important;
	height: 47px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.brand_area {
	background: #FEF7F2;
	margin: 100px 0px 0px 0px;
	position: relative;
}

.brand_txt_area {
	display: flex;
	justify-content: center;


}

.brand_txt_area:last-child .brand_txt {
	top: 15px;
}

.brand_txt {
	position: relative;
	top: -15px;
	overflow-x: hidden;
}

.brand_area h5 {
	font-family: 'Quattrocento';
	font-weight: 400;
	font-size: 27px;
	color: #EA6E26;
	padding: 0px 10px;
	width: 100%;
	margin-left: 200px;
}

.brand_txt_left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
	width: 200px;
	height: 1px;
	background: #EA6E26;
}

.brand_txt_rt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 200px;
	height: 1px;
	background: #EA6E26;
}

.brand_area .container {
	max-width: 1400px;
	width: auto;
	margin: 0 auto;
}

.brand_slider {
	margin: 50px 0px;
}

.brand_slider .item img {
	width: 215px;
	height: 96px;
	object-fit: contain;
}

.brand_slider .pic {
	position: relative;
	width: 214px;
	height: 96px;
}

.brand_slider .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.product_scroll_area {
	padding: 100px 0px 180px 0px;
	position: relative;
}

.product_scroll_area::after {
	content: "";
	background: url(../images/all_animal.png) no-repeat left bottom;
	width: 677px;
	height: 557px;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: -1;
}

.product_scroll_area h4 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 9px;
	text-transform: uppercase;
	color: #1E6C58;
	position: relative;
	width: fit-content;
	padding-right: 10px;
}

.product_scroll_area h4::after {
	content: "";
	position: absolute;
	width: 126px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	background: #1E6C58;

}

.product_scroll_area h3 {
	font-family: 'Quattrocento';
	font-weight: 700;
	font-size: 39px;
	line-height: 60px;
	color: var(--primary-green);
	margin: 20px 0px 30px 0px;

}

.pro_vid_div {
	padding-right: 30px;
}

.pro_vid {

	position: relative;
}

.pro_vid img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.brand_area h3 {
	display: none;
}

/* Scroll Container */
.product-scroll {
	max-height: 765px;
	overflow-y: auto;
	padding: 12px;
	border-radius: 18px;
	background: #ffffff;
	border: #CCC 1px solid;
}

/* Custom Scrollbar */
.product-scroll::-webkit-scrollbar {
	width: 6px;
}

.product-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.product-scroll::-webkit-scrollbar-thumb {
	background: #39b7a5;
	border-radius: 10px;
}

/* Firefox */
.product-scroll {
	scrollbar-width: thin;
	scrollbar-color: #39b7a5 transparent;
}

/* Product Card */
.product-box {
	display: flex;
	gap: 18px;
	padding: 12px;
	margin-bottom: 18px;
	background: #FFF;
	box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	align-items: stretch;
}

/* Image Box */
.product-img {
	width: 180px;
	/* height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #FBFFFE;
	border: 1px solid rgba(56, 131, 110, 0.21);
	border-radius: 8px;
	flex-shrink: 0;
}

.product-img img {
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/* Content */
.product-content {
	width: calc(100% - 180px - 18px);
	margin-left: auto;
}

.product-content h3 {
	margin: 0 0 8px;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5;
	color: #424242;
}

.product-content p {
	margin: 0 0 10px;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 15px;
	color: #666666;
}

/* Quote Button */
.quote-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: 0.3s;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 15px;
	color: #3C4587;
}

.quote-btn svg {
	display: block;
	width: 27px;
}

.quote-btn:hover {
	color: var(--primary-orange);
}

.quote-btn:hover svg path {
	fill: var(--primary-orange);
}

.home-blg-btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	gap: 12px;
}

.home-blg-btns .blg-date {
	font-size: 13px;
	line-height: 20px;
}

.testimonial_area {
	width: calc((100% - 30px));
	background: #FCE9DF;
	border-radius: 25px;
	margin: 0 auto;
	padding: 50px 0px;
	background: #FCE9DF;
}

.testimonial_area h4 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 9px;
	text-transform: uppercase;
	color: #AF5C2C;
	position: relative;
	width: fit-content;
	padding-right: 10px;
}

.testimonial_area h4::after {
	content: "";
	position: absolute;
	width: 126px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	background: #AF5C2C;

}

.testimonial_area h3 {
	font-family: 'Quattrocento';
	font-weight: 700;
	font-size: 39px;
	color: #EA6E26;
	margin: 30px 0px;
}

.testbox {
	position: relative;
}

.testbox::before {
	content: "";
	background: url(../images/q.png) no-repeat;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.tpic {

	width: 42%;
	margin-top: -25px;
	background: #FFF;
	border-radius: 4px;
	float: left;
}

.tpic img {
	border-radius: 4px;
	height: 305px;

}

.tcont {
	background: #FFF;
	border-radius: 25px;
	margin-top: 40px;
}

.ttxt {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	color: #55565D;
	float: right;
	width: 55%;
	padding: 70px 20px 30px 0px;

}

.cli_area {
	padding: 10px 0px 20px 20px;
	display: flex;
	gap: 15px;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 14px;
	color: #6C6C6C;
	align-items: center;
}

.cliPic {
	width: 80px;
	height: 80px;
}

.cliPic img {
	border-radius: 100%;
}

.cli_area h6 {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 22px;
	color: #55565D;
}

.testimonial_slider .owl-nav span {
	font-size: 0;
}

.testimonial_slider .owl-nav {
	display: flex;
	gap: 18px;
	width: fit-content;
	position: absolute;
	top: -70px;
	right: 0px;
}

.testimonial_slider .owl-prev {
	background: url(../images/prev.png) no-repeat center center #FFF !important;
	width: 143px !important;
	height: 47px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;

}

.testimonial_slider .owl-next {
	background: url(../images/next.png) no-repeat center center #FFF !important;
	width: 143px !important;
	height: 47px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.testimonial_slider .owl-prev:hover {
	background: url(../images/prev11.png) no-repeat center center #F6C0A3 !important;
	width: 143px !important;
	height: 47px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;

}

.testimonial_slider .owl-next:hover {
	background: url(../images/next1.png) no-repeat center center #DCFBF3 !important;
	width: 143px !important;
	height: 47px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

footer {

	margin-top: 100px;
	border-top: #3C4587 1px solid;
	position: relative;
}

footer::before {
	content: "";
	background: url(../images/fo_img.png) no-repeat bottom left;
	width: 646px;
	height: 586px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.fo_top {
	padding-bottom: 80px;
	padding-top: 40px;
}

.fo_top .col-lg-6 {
	width: 49.5% !important;
}

.fo_logo {
	width: 215px;
	height: 160px;
	margin-bottom: 30px;
}

.fo_logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.fo_txt {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 20px;
	color: #423C3C;
}

.fo_txt a {
	color: #EA6E26;
	font-weight: 500;
	border-bottom: #EA6E26 2px solid;
}

.fo_txt a:hover {
	border: none;
}

.social_sec {
	margin-top: 60px;
}

.social_sec h6 {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 20px;
	color: #7D3810;
	position: relative;
	margin-bottom: 15px;
}

.social_sec h6::after {
	content: "";
	background: #7D3810;
	width: 70px;
	height: 4px;
	position: absolute;
	bottom: -10px;
	left: 0;
	border-radius: 4px;
}

.so_icon_area {
	display: flex;
	gap: 15px;
	margin-top: 25px;
}

.so_icon:hover svg path {
	fill: var(--primary-blue);
}

.fo_link_sec {
	padding-left: 20px;
	display: flex;
	gap: 60px;
	margin-top: 100px;
}

.fo_link_sec h3 {
	position: relative;
	font-family: 'Quattrocento';
	font-weight: 700;
	font-size: 27px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	color: #3C4587;
}

.fo_link_sec h3::after {
	content: "";
	background: #3C4587;
	width: 76px;
	height: 4px;
	border-radius: 2px;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.fo_link_sec li {
	display: block;
	margin-bottom: 15px;
}

.fo_link_sec li a {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 18px;
	color: #666666;
}

.fo_link_sec li a:hover {
	color: var(--primary-green);
}

.fo_ban {
	position: relative;
	display: flex;
	width: 400px;
	height: 413px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.fo_ban img {
	border-radius: 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fo_ban_txt {
	position: absolute;
	left: 0;
	top: 30%;
	transform: translateY(-30%);
	right: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
}

.fo_ban_txt p {

	font-family: 'Poppins';
	font-weight: 500;
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 20px;
}

.fo_ban_txt h2 {
	font-family: 'Quattrocento';
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	color: #FFFFFF;
	text-shadow: 0px 0.729647px 2.33487px #FFFEFE;
}

.fo_ban .ban_bt {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 60px;
}

.call_area {
	border: #3C4587 1px solid;
	border-left: 0;
	border-right: 0;
	background: #FFF;

}


.call_sec {
	border-left: #3C4587 1px solid;
	border-right: #3C4587 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 25px;
	color: #666666;
	height: 145px;
	padding: 5px 5px;
}

/* 27-02-2026 */

.call_sec_mid {
	border-left: 0;
}

.call_sec_end {
	border-right: #3C4587 1px solid;
	border-left: 0;
}

.addr {
	font-size: 20px;
	margin-left: 10px;
}

.call_sec a {
	color: #666666;
}

.call_sec a:hover {
	color: var(--primary-blue);
}

.addrs {
	width: fit-content;
	margin: 0 auto;
}

.call_sec svg {
	margin-right: 10px;
	flex-shrink: 0;
}

/* 27-02-26 */

.copy_area {
	padding: 10px 0px;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 17px;
	color: #666666;
}

.copy_link {
	display: flex;
	justify-content: flex-end;
}

.copy_link li {
	display: inline-block;
	padding: 0px 8px;
	border-right: #666666 1px solid;
}

.copy_link li:last-child {
	border-right: 0;
	padding-right: 0;
}

.copy_link li a {
	color: #666666;
}

.copy_link li a:hover {
	color: var(--primary-blue);
}

/* 2302- Anwesa */
.container-mid {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.inner-banner {
	background-color: #FFEEE4;
	padding: 190px 0 88px 0;
	margin-top: -115px;
	margin-bottom: 29px;
}

.ban-btm-img {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 118px;
}

.innr-bnr-txt {
	width: 1084px;
	max-width: 100%;
	margin: 0 auto;
}

.innr-bnr-txt h6 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 22.1px;
	line-height: 32px;
	letter-spacing: 11.7px;
	text-transform: uppercase;
	color: #3A4681;
}

.innr-bnr-txt h6 span {
	width: 163.8px;
	height: 1px;
	background: #3A4681;
	display: block;
}

header {
	position: relative;
	z-index: 999;
	margin: 15px 15px 0 15px;
}

.innr-bnr-txt h2 {
	font-family: 'Quattrocento';
	font-style: normal;
	font-weight: 700;
	font-size: 50.7px;
	line-height: 78px;
	text-align: center;
	text-transform: capitalize;
	color: #3A4681;
}

.innr-brdcrmb {
	margin-bottom: 60px;
}

.innr-brdcrmb .breadcrumb {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.innr-brdcrmb .breadcrumb-item {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16.848px;
	line-height: 28px;
	color: #EC6C2D;
}

.innr-brdcrmb .breadcrumb-item a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: fit-content;
	align-items: center;
	font-weight: 400;
	color: #707070;
	gap: 6px;
}

.innr-brdcrmb .breadcrumb-item+.breadcrumb-item {
	padding-left: 0 !important;
}

.innr-brdcrmb .breadcrumb-item+.breadcrumb-item::before {
	background-image: url(../images/brd-arw.png) !important;
	width: 28px;
	height: 22px;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	content: "";
	display: block;
	padding-right: 6px;
	margin-top: 3px;
}

.blog-list .row {
	row-gap: 40px;
}

.blog-box {
	background: #FFFFFF;
	box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	display: block;
	height: 100%;
}

.blog-box:hover {
	box-shadow: 0px 4px 33px rgba(232, 113, 43, 0.17);
}

.blog-box em {
	position: relative;
	width: 100%;
	height: 263px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-box em img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.blog-box .save-blog {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #FFEAD5;
}

.blog-box .save-blog svg {
	display: block;
	width: 30px;
	height: 30px;
}

.blog-box .save-blog.saved svg path {
	fill: var(--primary-orange);
}

.blog-box text {
	padding: 30px;
	display: block;
}

.blg-date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 7px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #6B7280;
	margin-bottom: 24px;
}

.blog-box text h5 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 20.8847px;
	line-height: 30px;
	color: #1B2A4A;
	margin-bottom: 10px;
}

.blog-box:hover text h5 {
	color: var(--primary-orange);
}

.blog-box text p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #534E4E;
	margin-bottom: 22px;
}

.blog-box text h6 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 14.6193px;
	line-height: 25px;
	color: #E8712B;
}

.blog-box text h6 svg {
	display: block;
	width: 20px;
	height: 20px;
}

.blog-box text h6:hover {
	color: var(--primary-green);
}

.blog-box text h6:hover svg path {
	stroke: var(--primary-green);
}

.innr-pgntn .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 10px !important;
}

.innr-pgntn .pagination li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 37px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	border: none !important;
	outline: none !important;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 24.336px;
	line-height: 29px;
	letter-spacing: 0.02em;
	color: #4B5563;
}

.innr-pgntn .pagination li a:hover {
	color: var(--primary-orange);
}

.innr-pgntn .pagination li a:hover svg path {
	stroke: var(--primary-orange);
}

.innr-pgntn .pagination li a.active {
	background-color: var(--primary-orange);
	color: #fff;
}

.innr-pgntn .pagination li a.active:hover {
	color: white;
}

.innr-pgntn .pagination li a:hover {
	color: var(--primary-orange);
}

.blog-list-area {
	margin-bottom: 48px;
}


.blog-hdng {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 29px;
	line-height: 164%;
	text-align: center;
	color: #534E4E;
	margin-bottom: 33px;
}

.blog-author {
	padding: 21px 62px;
	width: 100%;
	box-sizing: border-box;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #DEDEDE;
	margin-bottom: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.blg-auth-name {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
}

.blg-auth-name em {
	width: 76px;
	height: 76px;
	border-radius: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blg-auth-name em img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.blg-auth-name h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 21.4952px;
	line-height: 38px;
	color: #1B2A4A;
	display: block;
	margin-bottom: 3px;
}

.blg-auth-name span {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	margin-right: 22px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #6B7280;
}

.blg-auth-name span svg {
	display: block;
	width: 19px;
	height: 19px;
}

.blog-auth-share {
	display: flex;
	flex-direction: row;
	margin-left: auto;
	justify-content: flex-end;
	align-items: center;
	gap: 14px;
}

.blog-auth-share p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
	color: #3D3B3A;
}

.blog-auth-share ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.blog-auth-share ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background: #F3F4F6;
	border-radius: 100%;
}

.blog-auth-share ul li a svg {
	display: block;
	width: 25px;
	height: 25px;
}

.blog-auth-share ul li a:hover svg path {
	fill: var(--primary-orange);
	stroke-width: 1.2px;
}

.blog-img {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: fit-content;
	gap: 21px;
	margin-bottom: 64px;
}

.blog-img img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
}

.blog-img h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #545353;
}

.blog-text h5 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 172%;
	color: #534E4E;
	margin-bottom: 18px;
}

.blog-text p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	color: #565555;
	margin-bottom: 45px;
}

.blog-text h3 {
	margin-bottom: 19px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	color: #313131;
}

.blog-highlit-lst {
	background: #F8F7F7;
	border-radius: 24px;
	padding: 25px 50px 53px 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 21px;
	margin-bottom: 45px;
}

.blog-highlit-lst h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	color: #1B2A4A;
}

.blog-highlit-lst ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
}


.blog-highlit-lst ul li {
	padding-left: 33px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
	color: #374151;
	background-image: url(../images/blog-dtl-list.png);
	background-position: left top 5px;
	background-size: 23px 23px;
	background-repeat: no-repeat;
}


.about-section1 {
	padding: 0 15px;
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 80px;
}

.abt-sec1-bg {
	position: absolute;
	bottom: 0;
	top: auto;
	width: calc(100% - 30px);
	height: 970px;
	display: block;
	z-index: 1;
}

.about-section1 .container {
	position: relative;
	z-index: 9;
}

.abt-sec1-top {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.abt-sec1-topimg {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

.abt-sec1-topimg .yrs {
	width: 483px;
	height: 205px;
	background: #EA6E26;
	border-radius: 44px;
	padding: 69px 43px 37px 92px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-left: -379px;
	margin-top: 200p;
	transform: translateY(162px);
	z-index: -1;
}

.abt-sec1-topimg .yrs b {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 51px;
	line-height: 1;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 20px;
	display: block;
}

.abtsec1-top-img1 {
	width: 553px;
	height: 312px;
	border: 10px solid #EA6E26;
	border-radius: 54px;
}

.abtsec1-top-img2 {
	position: absolute;
	width: 232px;
	height: 294px;
	border: 9px solid #FFEAD5;
	border-radius: 54px;
	top: 363px;
	left: 0;
}

.abt-sec1-top-numbr {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
	gap: 28px;
	margin-top: 208px;
}

.abt-sec1-nmbrs-box {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px;
	gap: 9px;
	width: 284px;
	height: 245px;
	background: #FFFFFF;
	border: 1px solid rgba(60, 69, 135, 0.33);
	border-radius: 25px;
	padding: 18px 18px 34px 18px;
}

.abt-sec1-nmbrs-box span {
	width: 93px;
	height: 93px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.abt-sec1-nmbrs-box span img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.abt-sec1-nmbrs-box h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #EA6E26;
}

.abt-sec1-nmbrs-box h6 b {
	font-size: 34px;
	line-height: 27px;
	margin: 0 6px 0 0;
	font-weight: 600;
}

.abt-sec1-nmbrs-box p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #55565D;
}

.abt-sec1-text h3 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 175%;
	text-decoration-line: underline;
	color: #FFFFFF;
	margin-bottom: 4px;
	text-underline-offset: 8px;
}

.abt-sec1-text p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 175%;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.abt-sec1-text {
	margin-top: 324px;
}

.abt-who-hdr {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 22.1px;
	line-height: 32px;
	letter-spacing: 11.7px;
	text-transform: uppercase;
	color: #3A4681;
	text-align: center;
}

.abt-who-hdr span {
	width: 163.8px;
	height: 1px;
	background: #3A4681;
	display: block;
}

.abt-who {
	margin-bottom: 43px;
}

.abt-who-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 90px;
}

.abt-who-content em {
	width: 735px;
	height: 423px;
	display: block;
	flex-shrink: 0;
}

.abt-who-content p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 175%;
	color: #373737;
}

.abt-who-content img {
	width: 735px;
	height: 423px;
}

.clients-text p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 39px;
	color: #454545;
	margin-bottom: 50px;
}

.client-list {
	margin-bottom: 120px;
}

.clnt-lst-inr {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	column-gap: 24px;
	row-gap: 68px;
}

.clnt-box {
	width: calc((100% - (24px * 5)) / 6);
	height: 162px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 9px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}

.clnt-box em {
	width: 100%;
	height: 107px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	padding: 5px;
}

.clnt-box em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 9px;
}

.clnt-box h6 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: #282828;
	text-align: center;
	transition: all 0.4s ease;
}

.clnt-box:hover {
	border: 1px solid var(--primary-green);
}

.clnt-box:hover h6 {
	color: var(--primary-green);
	font-weight: 500;
}


.testi-innr {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	column-gap: 20px;
	row-gap: 82px;
}

.testi-box {
	width: calc(50% - 10px);
	background: #FFFFFF;
	border: 1px solid #B8B8B8;
	border-radius: 25px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	background-image: url(../images/q.png);
	background-position: top 8px right 24px;
	background-size: 63px 63px;
	background-repeat: no-repeat;
}

.test-box-lft {
	margin-left: -8px;
	margin-top: -30px;
}

.test-box-lft em {
	width: 281.49px;
	height: 306.57px;
	border: 7px solid #FFFFFF;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 16px;
}

.test-box-lft em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.tester-name {
	padding: 0 0 14px 31px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 14px;
	margin-left: 8px;
}

.tester-img {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.tester-img img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.tester-name text h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 34px;
	color: #55565D;
}

.tester-name text p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #6C6C6C;
}

.test-box-rt {
	padding: 90px 34px 34px 18px;
}

.test-box-rt p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 33px;
	color: #55565D;
}

.testi-ppr .innr-pgntn {
	margin-top: 70px;
}

.testi-ppr {
	margin-bottom: 80px;
}

.contact-outer {
	margin: 80px 0 150px 0;
}

.contact-paper {
	background: #FFFFFF;
	box-shadow: 0px 4.8px 19.2px rgba(0, 0, 0, 0.16);
	border-radius: 19px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}

.contact-lft {
	padding: 43px 28px;
	width: calc(100% - 34.3%);
}

.contact-rt {
	background: #EC6C2D;
	border-radius: 19.2px;
	padding: 36px 30px;
	position: relative;
	overflow: hidden;
	width: 34.3%;
}

.cnt-rt-graphic {
	position: absolute;
	bottom: 100px;
	right: -10px;
	width: 232px;
	height: 231px;
}

.cont-frm-ppr h4 {
	width: 100%;
	padding: 0 19px 27px 19px;
	margin-bottom: 21px;
	font-family: 'Quattrocento';
	font-style: normal;
	font-weight: 700;
	font-size: 33px;
	line-height: 26px;
	color: #3A4681;
	border-bottom: 2px solid #D9D9D9;
}

.cont-frm-ppr p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.5;
	color: #313131;
	margin-bottom: 43px;
}

.cnt-frm-box {
	height: 57px;
	width: 100%;
}

.cnt-frm-box.cnt-frm-textarea {
	height: 123px;
}

.cnt-frm-box label {
	padding: 0px 8.4px;
	background: #FFFFFF;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #7D7D7D;
	position: absolute;
	top: -14px;
	left: 12px;
}

.cnt-frm-box input,
.cnt-frm-box select,
.cnt-frm-box textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1.2px solid #D9D9D9;
	border-radius: 9.6px;
	padding: 19px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 19.2px;
	line-height: 17px;
	color: #5e5e5e;
	appearance: none !important;
	background: white !important;
}

.cnt-frm-box input.error,
.cnt-frm-box select.error,
.cnt-frm-box textarea.error {
	border: 1.2px solid red;
}

.cnt-frm-box input+label.error,
.cnt-frm-box select+label.error,
.cnt-frm-box textarea+label.error {
	font-size: 12px;
	color: red;
}

.cnt-frm-box select {
	background-image: url(../images/select-drop-icon.png);
	background-size: 33px 33px;
	background-repeat: no-repeat;
	background-position: right 19px center;
}

.cnt-frm-box input::placeholder,
.cnt-frm-box textarea::placeholder {
	color: #bfbfbf;
}

.cnt-frm-box input:hover,
.cnt-frm-box input:focus,
.cnt-frm-box input:focus-visible,
.cnt-frm-box input:focus-within,
.cnt-frm-box select:hover,
.cnt-frm-box select:focus,
.cnt-frm-box select:focus-visible,
.cnt-frm-box select:focus-within {
	border: 1.2px solid var(--primary-orange);
}

.cont-frm-ppr .row {
	row-gap: 29px;
}


.captcha {
	background-color: #f3f8ff;
	border: 1px solid #2165b726;
	border-radius: 5px;
	color: #4c4a4b;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	padding: 12px;
}

.captcha .text {
	font-size: 15px;
	font-weight: 500;
}

.spinner {
	position: relative;
	width: 2em;
	height: 2em;
	display: flex;
	margin: 0 14px 0 0;
	align-items: center;
	justify-content: center;
}

input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

input[type="checkbox"]+.checkmark {
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: #fcfcfc;
	border: 2.5px solid #c3c3c3;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

input[type="checkbox"]+.checkmark span {
	content: '';
	position: relative;
	margin-top: -3px;
	transform: rotate(45deg);
	width: .75em;
	height: 1.2em;
	opacity: 0;
}

input[type="checkbox"]+.checkmark>span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #029f56;
}

input[type="checkbox"]+.checkmark>span:before {
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	bottom: 0;
	right: 0;
	background-color: #029f56;
}

input[type="checkbox"]:checked+.checkmark {
	animation: 2s spin forwards;
}

input[type="checkbox"]:checked+.checkmark>span {
	animation: 1s fadein 1.9s forwards;
}

input[type="checkbox"]:checked+.checkmark>span:after {
	animation: .3s bottomslide 2s forwards;
}

input[type="checkbox"]:checked+.checkmark>span:before {
	animation: .5s rightslide 2.2s forwards;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes bottomslide {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes rightslide {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

@keyframes spin {
	10% {
		width: 0;
		height: 0;
		border-width: 6px;
	}

	30% {
		width: 0;
		height: 0;
		border-radius: 50%;
		border-width: 1em;
		transform: rotate(0deg);
		border-color: rgb(199, 218, 245);
	}

	50% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		border-width: 4px;
		border-color: rgb(199, 218, 245);
		border-right-color: rgb(89, 152, 239);
	}

	70% {
		border-width: 4px;
		border-color: rgb(199, 218, 245);
		border-right-color: rgb(89, 152, 239);
	}

	90% {
		border-width: 4px;
	}

	100% {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		transform: rotate(720deg);
		border-color: transparent;
	}
}

.logs {
	margin-left: auto;
}

.logs img {
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto;
}

.logs p {
	margin-bottom: 0 !important;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400 !important;
	font-size: 11px !important;
	line-height: 1 !important;
	color: #555555;
	text-align: center;
}

.logs small {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
	line-height: 1;
	color: #555555;
	margin: 4px 0 0px 0 !important;
	padding: 0;
	display: block;
}

/*::selection {
    background-color: transparent;
    color: teal;
}

::-moz-selection {
    background-color: transparent;
    color: teal;
}*/

.cnct-sbmt-btn.ban_bt a {
	padding: 11px 59px;
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
	height: fit-content;
}

.cnct-info-innr h3 {
	padding: 0 15px 24px 15px;
	font-family: 'Quattrocento';
	font-style: normal;
	font-weight: 700;
	font-size: 33px;
	line-height: 37px;
	color: #FFFFFF;
	border-bottom: 2.4px solid #fff;
	margin-bottom: 23px;
}

.cnct-info-innr p {
	padding-left: 15px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 19.2px;
	line-height: 29px;
	color: #FFFFFF;
	margin-bottom: 23px;
}

.cnct-info-innr ul {
	padding-left: 15px !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 41px !important;
}

.cnct-info-innr ul li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}

.cnct-info-innr ul li svg {
	display: block;
	width: 29px;
	height: 29px;
	flex-shrink: 0;
	margin-top: 4px;
}

.cnct-info-innr ul li text,
.cnct-info-innr ul li text a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 35px;
	color: #FFFFFF;
	display: inline-block;
}

.cnct-info-innr ul li text a:hover {
	color: var(--seconary-blue);
}

.cont-sos {
	padding-left: 15px;
}

.cont-sos h5 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

.cont-sos ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
}

.cont-sos ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
}

.cont-sos ul li a svg {
	display: block;
	width: 100%;
	height: 100%;
}

.cont-sos ul li a:hover {
	transform: translateY(-3px);
}

/* 2302- Anwesa */


/* privacy policy page */
.privacy-pg {
	margin: 50px 0px 70px 0px;
}

.pri-top {
	width: 100%;
	padding: 25px;
	border-radius: 8px;
	border: 1px solid #c3c3c3;
	margin-bottom: 30px;
}

.pri-top p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #747474;
	margin-bottom: 9px;
}

.pri-top p a,
.pri-list li p a {
	color: var(--primary-orange);
}

.pri-top p a:hover,
.pri-list li p a:hover {
	color: var(--primary-blue);
}

.pri-top p b {
	font-weight: 700;
}

.pri-top ul li {
	padding-left: 16px;
	position: relative;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.01em;
	color: #747474;
	margin-bottom: 4px;
}

.pri-top ul li::before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--primary-orange);
	left: 0px;
	top: 8px;
}

.fin-p {
	margin-top: 9px;
	margin-bottom: 0px;
}

.sti-p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #585858;
	margin-bottom: 21px;
	margin-top: 30px;
}

.pri-list li h3 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	margin-top: 0;
	color: #181818;
	margin-bottom: 13px;
}

.pri-list li p {
	padding-left: 20px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #585858;
}

.pri-list li {
	margin-bottom: 40px;
}

/* privacy policy page */


/* .brand_section {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.brand_txt_area {
	display: flex;
	width: max-content;
	animation: scrollBrand 20s linear infinite;
}

.brand_txt {
	display: flex;
	align-items: center;
	padding: 0 60px;
	white-space: nowrap;
}

.brand_txt h5 {
	font-size: 16px;
	margin: 0 20px;
}

.brand_txt_left,
.brand_txt_rt {
	width: 60px;
	height: 1px;
	background: #f26b1d;
}
@keyframes scrollBrand {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.brand_txt_area:hover {
	animation-play-state: paused;
} */

.brand_section {
	padding: 65px 0;
}

.brand_txt {
	position: static !important;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.brand_txt_left,
.brand_txt_rt {
	position: static;
	transform: translateY(0%);
	width: calc((100% - 263px) / 2);
	height: 1px;
	background: #EA6E26;
}

.brand_area h5 {
	font-family: 'Quattrocento';
	font-weight: 400;
	font-size: 26.8px;
	color: #EA6E26;
	padding: 0px 10px;
	width: fit-content;
	margin-left: 0;
}

.brnd-strip-top,
.brnd-strip-bottom {
	position: absolute;
}

.brnd-strip-top {
	top: 0;
	transform: translateY(-50%);
}

.brnd-strip-bottom {
	bottom: 0;
	transform: translateY(50%);
}

.brand_slider {
	margin: 0px 0px;
}