@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; */
	padding: 0 !important;
}

header .container {
	position: relative;
}

.navbar-brand {
	width: 117px;
	height: fit-content;
	position: relative;
	top: 0px;
	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; */
	padding: 0 !important;
}

.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: #464646;
	padding: 18px 17px !important;
	position: relative;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
	color: var(--seconary-blue) !important;
	background-color: #ffffff2c;
}

header .nav-link:hover {
	color: var(--primary-orange);
}

header .nav-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: var(--primary-orange);
	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;
}

header {
	position: fixed;
	z-index: 999;
	/* margin: 15px 15px 0 15px; */
	display: block;
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
}

header.headerfixed {
	display: block;
	width: 100%;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
}

/* header.headerfixed+.banner-area {
	padding-top: 120px;
} */

header.headerfixed .nav-link {
	padding: 33px 17px !important;
}

.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-orange);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	left: 0;
	top: 51px;
}

header.headerfixed .navbar-expand-lg .navbar-nav .dropdown-menu {
	top: 74px;
}

.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;
}


.navbar-expand-lg .navbar-nav .dropdown-menu li {
	width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
	/* white-space: break-spaces; */
	position: relative;
	width: 100%;
	padding: 8px 6px !important;
}

.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_cont_area {
	padding: 158px 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;
	position: relative;
	overflow: hidden;
}

.service_area::before {
	content: '';
	position: absolute;
	top: -50px;
	left: -60px;
	width: 400px;
	height: 400px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	opacity: 0.06;
	filter: grayscale(0.8);
}

.product_carousel_area::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 12px;
	width: 300px;
	height: 300px;
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: left -20px bottom -17px;
	background-size: 100% auto;
	opacity: 0.06;
	filter: grayscale(0.8);
}

.export_area::before {
	content: '';
	position: absolute;
	bottom: -156px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/export-watermark-bg.png);
	background-repeat: repeat;
	background-position: left bottom;
	background-size: 100% auto;
	z-index: -1;
}

/* 16-03 */

.brand_section {
	overflow: hidden;
}

.brand_section::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 490px;
	height: 100%;
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: right -80px bottom -20px;
	background-size: 100% auto;
	opacity: 0.04;
	filter: grayscale(0.8);
	max-width: 100%;
}

/* 16-03 */
footer>.container {
	position: relative;
}

footer>.container::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -200px;
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
    z-index: -1;
}

/* 16-03 */

.service_area::after {
	content: '';
	position: absolute;
	bottom: -80px;
	right: -80px;
	width: 400px;
	height: 400px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	opacity: 0.06;
	filter: grayscale(0.8);
	z-index: -1;
}

.ban-cont-img::after {
	content: '';
	position: absolute;
	bottom: -98px;
	right: 50%;
	width: 400px;
	height: 400px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	opacity: 0.2;
	filter: grayscale(0) brightness(100);
	transform: translateX(50%);
}

.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;*/
	align-items: flex-start;
	gap: 80px;
	margin-top: 50px !important ;

}

.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;
	overflow: hidden;
}

.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; */

	/* ///pawan */
	width: 180px; margin: 10px auto 0; text-align: center; line-height: 1.5;
}

.ser_sec_txt a {
	color: #3A4681;
	/* //pawan */
	width: 180px;
    max-width: 100%;
    margin: 10px auto 0;
    text-align: center;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

.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;
	position: relative;
	/* 16-03 */
}

.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;
}
/*2407 SB*/
.brand_section{
	background: #FEF7F2;
}

.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: 'Poppins';
	font-weight: 400;
	font-size: 24.9px;
	color: #EA6E26;
	padding: 0px 10px;
}

.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;
	background-image: url(../images/export-watermark-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* 16-03 */

.product_scroll_area::after {
	content: "";
	background: url(../images/all_animal.png) no-repeat left bottom;
	width: 581px;
	height: 461px;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: -1;
	background-size: 100% auto;
}

/* 16-03 */

.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;
	/*2407 SB*/
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 40px;
}
/*2407 SB*/
.product_scroll_area h4::before {
	content: "";
	position: absolute;
	width: 126px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	background: #1E6C58;

}

.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%; */
	height: 200px; /*2407 SB*/
	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;*/
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;

	display: block;
	object-fit: cover;
	object-position: top;
	
}

/* 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: 271px 0 88px 0;
	margin-top: -115px;
	margin-bottom: 29px;
}

.ban-btm-img {
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 118px;
	z-index: 3;
}

/* 16-03 */

.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;
}


.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-color: 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+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: 19px;
}


.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_txt {
	position: static !important;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0 !important;
	overflow: hidden;
}

.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;
}

/* enquiry */
.product-item em {
	position: relative;
	width: 100%;
	height: 306px;
	overflow: hidden;
	border-radius: 14.3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.enq-prd-item.product-item em {
	height: 375px;
}

.product-item em img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.product-item em::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(234, 110, 38, 0) 3.8%, #EA6E26 73.71%);
	display: block;
	content: '';
}

.product-item em span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 81px;
	flex-shrink: 0;
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 2;
}

.enq-prd-item.product-item em span {
	bottom: 32px;
}

.product-item em span svg {
	display: block;
	width: 43px;
	height: 43px;
}

.product-item text {
	margin-top: -82px;
	background: #FFFFFF;
	box-shadow: 0px 3.58729px 21.5237px rgba(6, 47, 21, 0.06);
	border-radius: 14px;
	width: calc(100% - 72px);
	padding: 28px 28px 17px 28px;
	display: block;
	position: relative;
	z-index: 3;
}

.enq-prd-item.product-item text {
	margin-top: -40px;
	border-radius: 5px;
	width: 100%;
}

.product-item text h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #282A33;
}

.product-item text p {
	margin: 8px 0;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	color: #55565D;
}

.product-item .prd-dtls {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: 9px;
	margin-bottom: 21px !important;
}

.product-item .prd-dtls li {
	width: 48%;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #272727;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}

.product-item .prd-dtls li svg {
	display: block;
	width: 18px;
	height: 18px;
}

.product-item a {
	background: #3D4586;
	border-radius: 5.38093px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding: 13px;
}

.product-item a svg {
	display: block;
	width: 14px;
}

.product-item a:hover {
	background-color: var(--primary-green);
}

.cnt-frm-box-check {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	column-gap: 15px;
	row-gap: 5px;
	padding-top: 14px;
}

.cnt-frm-box-check label {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #7D7D7D;
}

.cnt-chck-sec {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}

.chck-label {
	position: relative;
	padding-left: 24px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 23px;
	color: #55565D;
}

.chck-label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}

.chck-label span {
	width: 19px;
	height: 19px;
	border-radius: 3px;
	border: 1px solid #7d7d7d;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.chck-label input:hover+span,
.chck-label input:checked+span {
	border: 1px solid var(--primary-blue);
}

.chck-label input:checked+span {
	background-color: var(--primary-blue);
}

/* enquiry */

/* product */
.prd-ppr-innr {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px 25px;
	margin-bottom: 90px;
}

.prd-box {
	width: calc((100% - (25px * 2)) / 3);
	border-radius: 14px;
	border: 1px solid #eee;
}

.prd-box em {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	height: 292px;
	background: #fdf5f0;
}

.prd-box em::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(234, 110, 38, 0) 3.8%, #EA6E26 73.71%);
	display: block;
	content: '';
}

.prd-box em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.prd-box text {
	position: relative;
	z-index: 3;
	border-radius: 14px;
	margin-top: -50px;
	background-color: white;
	box-shadow: 0px 0px 11px 0px #0000000d;
	display: flex;
	padding: 18px;
	height: calc(100% - 292px + 50px);
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}

.prd-box text h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #282A33;
	margin-bottom: 8px;
}

.prd-box text h5,
.prd-box text h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #55565D;
	/* display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 6px; */
	margin-bottom: 12px;
}

.prd-box text h5 small,
.prd-box text h6 small {
	font-size: 14px;
	color: #ea6e26;
	line-height: 23px;
	flex-shrink: 0;
	margin-top: -3px;
	display: inline-block;
	padding-right: 8px;
}

.prd-box text p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	color: #878787;
	margin-bottom: 12px;
}

.prd-box text h6 {
	font-size: 16px;
}

.prd-box text h6 a {
	color: var(--primary-blue);
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.prd-box text h6 a:hover {
	color: var(--primary-green);
}

.prd-box-btns {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	column-gap: 12px;
	row-gap: 5px;
	margin-top: auto;
}

a.prd-dtls {
	background: #3D4586;
	border-radius: 5.38093px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding: 13px;
}

a.prd-enq {
	background: #fff;
	border-radius: 5.38093px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: var(--primary-green);
	padding: 13px;
	margin-top: auto;
	border: 1.2px solid var(--primary-green);
}

a.prd-dtls:hover,
a.prd-enq:hover {
	background: var(--primary-green);
	color: white;
}

.prd-ppr-innr .pagination {
	margin: 0 auto !important;
}

/* product */
.banner-area {
	height: 950px;
	overflow: hidden;
}

.ban-cont-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.ban-cont-img .carousel-inner::after {
	position: absolute;
	content: '';
	top: -12px;
	left: 0;
	display: block;
	width: 100%;
	height: 706px;
	background: linear-gradient(180deg, #fff, #ffffff00);
	filter: blur(0px);
	/* backdrop-filter: blur(0.2px); */
	z-index: 1;
}

.ban-cont-img .carousel-item img {
	width: 100%;
	height: 100%;
}

.ban-cont-img .carousel-control-next,
.ban-cont-img .carousel-control-prev {
	width: 50px;
	opacity: 1;
	z-index: 99;
}

.ban-cont-img .carousel-control-next-icon,
.ban-cont-img .carousel-control-prev-icon {
	width: 50px;
	height: 50px;
}

.ban-cont-img .carousel-indicators {
	bottom: 140px;
}


/* 09-03-2027 */

.inner-banner {
	margin-top: 0px !important;
}

.prd-dtls-bnr {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: auto;
	z-index: 0;
	filter: opacity(0.25);
}

.prd-dtls-ppr {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 30px;
}

.prd-dtls-ppr-top {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
}




/* product-details area */
.product-gallery {
	width: 51%;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 16px;
}

.main-image img {
	width: 100%;
}

.thumb-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	display: flex;
	align-items: center;
	padding: 10px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.thumbelina {
	overflow: hidden;
	width: calc(100% - (83px * 2));
	position: static;
	height: 78px;
	margin: 0 !important;
}

.thumbelina div {
	position: static !important;
}

.thumbelina ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	gap: 16px;

}

.thumbelina div ul.thumbelina {
	width: 100% !important;
}

.thumbelina li {
	width: 86px;
	height: 78px;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 !important;
	flex-shrink: 0;
}

.thumbelina img {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.left-arrow,
.right-arrow {
	cursor: pointer;
	border-radius: 4px;
	width: 42.33px;
	height: 24px;
	background: #F6C0A3;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 5;
}

/* product-details area */

.prd-dtl-share {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 18px;
}

.prd-dtl-share h5 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 13px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #4B5563;
}

.prd-dtl-share h5 svg {
	display: block;
	width: 30px;
	height: 30px;
}

.prd-dtl-share ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 17.5px;
}

.prd-dtl-share ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 58px;
	height: 58px;
	background: #F3F4F6;
	border-radius: 10.5455px;
}

.prd-dtl-share ul li a svg {
	display: block;
	width: 31px;
	height: 31px;
}

.prd-dtl-share ul li a:hover {
	background: var(--primary-orange);
}

.prd-dtl-share ul li a:hover svg path {
	fill: white;
}

.qut-share {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 42px;
}

.product-details h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	color: #424242;
	margin-bottom: 30px;
}

.product-details p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #666666;
}

.dtls-list {
	margin-bottom: 60px;
}

.dtls-list ul li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	gap: 2px;
	margin-bottom: 2px;
	border-radius: 8px;
	overflow: hidden;
}

.dtls-list ul li h5,
.dtls-list ul li h6 {
	width: calc(50% - 1px);
	padding: 12px 16px;
	background: #F3F3F3;
}

.dtls-list ul li:nth-of-type(even) h5,
.dtls-list ul li:nth-of-type(even) h6 {
	background: white;
}

.dtls-list ul li h5,
.dtls-list ul li h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 2.3;
	color: #272727;
}

.dtls-list ul li h6 {
	font-weight: 500;
}

.dtls-more h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 25px;
}

.dtls-more ul li {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.7;
	color: #666666;
}

.dtls-more ul li b {
	color: #000000;
	font-weight: 600;
}

.prd-dtls-ppr-btm {
	padding: 30px;
	margin-bottom: 51px;
}

.career-ppr-top {
	margin-bottom: 60px;
	display: block;
}

.car-img {
	float: left;
	margin: 0 40px 34px 0;
}

.car-img em {
	position: relative;
	border-radius: 16px;
	display: block;
	width: 420px;
	height: fit-content;
}

.car-img em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 16px;
	position: relative;
	z-index: 3;
	border: 2px solid var(--primary-orange);
}

.car-img em::before {
	content: '';
	position: absolute;
	z-index: 0;
	left: -30px;
	bottom: 30px;
	width: 100%;
	height: calc(100% - 60px);
	display: block;
	background: var(--primary-orange);
	border-radius: 16px;
	opacity: 0.3;
}

.car-img em::after {
	content: '';
	position: absolute;
	z-index: 0;
	left: -60px;
	bottom: 60px;
	width: 100%;
	height: calc(100% - 120px);
	display: block;
	background: var(--primary-orange);
	border-radius: 16px;
	opacity: 0.3;
}

.career-top text h3 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #1B2A4A;
	margin-bottom: 31px;
}

.career-top text p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #534E4E;
}

.car-frm {
	padding: 40px 60px;
	margin-bottom: 80px;
}

.car-frm h3 {
	font-family: 'Quattrocento';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 1.6;
	text-transform: capitalize;
	color: var(--seconary-blue);
	padding: 0 0 14px 0;
	margin-bottom: 24px;
	position: relative;
}

.car-frm h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 160px;
	height: 3px;
	height: 3px;
	border-radius: 4px;
	background-color: var(--seconary-blue);
}

.car-frm form h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 1;
	color: #534E4E;
	position: relative;
	padding: 24px 15px 12px 15px;
}

.car-frm form h6::before {
	content: '';
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 90px;
	height: 2px;
	border-radius: 2px;
	background-color: #b2b2b4;
}

.car-frm form .row {
	gap: 30px 0px;
}

.cnt-upld {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.upld-button {
	position: relative;
	width: 263px;
	height: 47px;
	max-width: 100%;
}

.upld-button input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.upld-button span {
	width: 100%;
	height: 100%;
	background: var(--primary-green);
	border: 1px solid var(--primary-green);
	border-radius: 10px;
	outline: 0.6px dashed #FFFFFF;
	outline-offset: -6px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 15px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.upld-img {
	position: relative;
	width: 75px;
	height: 75px;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.upld-img img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.upld-img p {
	position: absolute;
	top: 101%;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: .01em;
	color: #474d51;
	display: block;
	width: 100%;
	margin-bottom: 6px;
	white-space: nowrap;
	left: 8px;
}

.upld-img a {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	top: 2px;
	right: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.upld-img a svg {
	display: block;
	width: 9px;
	height: 9px;
}

.car-frm .cnt-frm-box label {
	font-size: 16px;
	font-weight: 400;
	color: #4a4a4a;
}

.car-frm .cnt-frm-box input,
.car-frm .cnt-frm-box select,
.car-frm .cnt-frm-box textarea {
	font-size: 15px;
}

.gallery-ppr {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 25px;
	margin-bottom: 50px;
}

.gal-box {
	width: calc((100% - (25px * 2)) / 3);
	border-radius: 23px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: var(--seconary-blue);
}

.gal-box img {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.gal-box::after {
	content: '';
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, var(--primary-blue), #ffffff00);
	position: absolute;
	bottom: 0;
	display: block;
}

.gal-box text {
	position: absolute;
	padding: 23px 23px 14px 23px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: fit-content;
	z-index: 8;
}

.gal-box text h3 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.gal-box text h3:hover {
	color: var(--primary-orange);
}

.gal-box text span {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
}

.gal-box text span svg {
	display: block;
	width: 13px;
	height: 13px;
}

/* 09-03-2027 */

/* 11-03-2026 */

.navbar-expand-lg .navbar-nav .dropdown-menu li a+.submenu-list a.menu-item {
	padding: 4px 12px !important;
	font-size: 14px;
	font-weight: 400;
	color: #383434;
	line-height: 1.4;
	width: 100% !important;
	white-space: pre-wrap;
	display: block;
	background-color: white;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a+.submenu-list a.menu-item::before {
	display: none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a+.submenu-list a.menu-item:hover {
	color: var(--primary-orange);
	background-color: #ec6c2d17;
}

.submenu-trigger {
	position: relative;
}

.submenu-list {
	position: absolute;
	left: 100%;
	top: 0;
	width: 200px;
	background: #fff;
	border: 1px solid #ddd;
	display: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	max-height: 400px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--primary-orange) transparent;
	padding: 4px 0 !important;
}

.submenu-trigger.open>.submenu-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.submenu-trigger:hover>.submenu-list {
	display: flex;
}



.submenu-list {
	display: none;
}

.submenu-wrapper:hover .submenu-list,
.submenu-wrapper.open .submenu-list {
	display: block;
}


/* .innr-bnnr-bg {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	filter: grayscale(0.9);
	opacity: 0.3;
	z-index: 1;
	transform: translateY(-50%);
} */

.innr-bnnr-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(0.9);
	opacity: 0.3;
	z-index: 1;
	transform: translateY(0%) !important;
}

.innr-bnr-txt {
	position: relative;
	z-index: 2;
}


.carousel-indicators {
	bottom: 143px;
	left: 0;
	z-index: 9;
}

footer {
	overflow: hidden;
}

/* 11-03-2026 */

.floating-wp {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 60px;
    width: 80px;
    height: 80px;
    border-radius: 50% 0 0 50%;
    background-color: #FFF7F3;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: -7px -1px 20px 0px #00000026;
}
.floating-wp a svg{
	display: block;
	width: 69px;
	height: 69px;
}

.job-post {display: flex;align-items: center; justify-content: space-between; padding: 15px; border: 1px solid #e8e8e8; border-radius: 15px; margin: 0 0 15px 0; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);}
.job-post .job-details {display: block; margin: 0; width: 85%; border-right: 1px solid #e8e8e8; padding-right: 15px;}
.job-post .job-details .job-title {font-weight: bold; font-size: 24px; padding: 0 0 10px 0; color: #348470; text-transform: capitalize; font-family: 'Quattrocento';}
.job-post .job-details .job-des {display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;}
.job-post .job-details .job-des .job-item {width: 15%;}
.job-post .job-details .job-des .job-item.designation {width: 30%;}
.job-post .job-details .job-des .job-item span {font-weight: bold; color: #1B2A4A;}
.job-post .job-details .job-des .job-item p, .job-post .job-criteria p {font-size: 14px;}
.job-post .job-criteria {margin: 10px 0 0 0;}
.job-post .bttn-box .apply-btn {font-weight: 600; font-size: 18px; color: #FFFFFF; padding: 10px 25px; background: #3a4681; border-radius: 8px;}
.job-post .bttn-box .apply-btn:hover{ background:#348470;}
.job-post .job-criteria h6 {font-weight: bold; color: #1B2A4A; font-size: 14px; margin: 0 0 5px 0;}
 
/*2407 SB*/
.brand_area h4{
	color: #C05212;
	font-weight: 600;
	font-size: 36px;
	position: relative;
  width: fit-content;
  padding: 0 10px;
  letter-spacing: 9px;
  margin: 0 auto;
  margin-bottom: -20px;
}
.brand_area h4::before {
	content: "";
	position: absolute;
	width: 126px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	background: #AF5C2C;
}
.brand_area h4::after {
	content: "";
	position: absolute;
	width: 126px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	background: #AF5C2C;
}