/* Bwlow code in style.css */
/* Common CSS for All components : Start */
@media (min-width: 1921px) {
	:root {
		--fz164:8.542vw;
		--fz124:6.458vw;
		--fz96:5vw;
		--fz44:2.292vw;
		--fz32:1.667vw;
		--fz24:1.25vw;
		--fz20:1.042vw;
		--fz18:0.938vw;
		--fz16:0.833vw;
		--fz14:0.729vw;
	}
}

@media (max-width: 1920px) {
	:root {
		--fz164:8.542vw;
		--fz124:6.458vw;
		--fz96:5vw;
		--fz44:2.292vw;
		--fz32:32px;
		--fz24:24px;
		--fz20:20px;
		--fz18:18px;
		--fz16:16px;
		--fz14:14px;
	}
}
:root {
	
	--whitebg:#ffffff;
	--blackbg: #000000;
	--blackbg100: #1f1f1f;
	--blackbg200: #454545;
	--blackbg300: #444444;
	--blackbg250: #757575;
	--lightgraybg100: #f5f5f5;
	--lightgraybg200: #e3e3e3;
	--bluebg: #3880ff;
	--redbg: #db0012;
	--skybluebg: #1ca6cc;
	--lightbrownbg: #8a6e7d;
	--pinkbg: #896E7D;


	--whitetxt:#ffffff;
	--blacktxt: #000000;
	--blacktxt100: #1f1f1f;
	--blacktxt200: #454545;
	--blacktxt300: #444444;
	--blacktxt250: #757575;
	--lightgraytxt100: #f5f5f5;
	--lightgraytxt200: #e3e3e3;
	--bluetxt: #3880ff;
	--redtxt: #db0012;
	--skybluetxt: #1ca6cc;
	--lightbrowntxt: #8a6e7d;
	--pinktxt: #896E7D;


	--black22: #161616;

	scroll-behavior: auto !important;
}

/* Lenis Start (By Mit) */

html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; } 
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-scrolling iframe { pointer-events: none; } 

/* Lenis End (By Mit)*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html,
body { -ms-overflow-style: none; scrollbar-width: none;  font-family: 'Montserrat-Regular';}
html::-webkit-scrollbar ,
body::-webkit-scrollbar { display: none; }
::-webkit-scrollbar { display: none; }
::-webkit-scrollbar { display: none; }
html { margin: 0; padding: 0;}
body { margin: 0; padding: 0; background:var(--whitebg);letter-spacing: 0; font-weight: normal; color: var(--blacktxt); font-family: 'Montserrat-Medium'; font-size: var(--fz20); line-height: 1.6; }
body::before{content: ''; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);}

input, select, textarea, button { outline: none; box-shadow: none; font-family: inherit;}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-p,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

a { text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
a:hover { text-decoration: none;}

.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxcol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column; 
	flex-direction: column;
}
.flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}
/* Common CSS for All components : End */

@media (min-width:576px) {
	.container {
		width:100%;
		max-width:100%;
	}
}
@media (min-width: 768px) {
	.container {
		width:750px;
		padding: 0 15px;;
	}
}
@media (min-width: 992px) {
	.container {
		width:970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width:1130px;
		max-width:1130px;
	}
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
 
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

p { margin: 0; padding: 0; color: var(--blacktxt); font-family: 'Montserrat-Medium'; font-size: var(--fz20); line-height: 1.6; }
p + p { padding-top: 32px;; }

ul { margin: 0px; padding: 0px; }
ul li { list-style: none; }

.row { margin-left: -15px; margin-right: -15px; }
.row>* { padding-left: 15px; padding-right: 15px; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { border-radius: 4px;border: solid 2px #f8797f;padding: 12px 14px 11px 44px; background: url(../images/c-error.svg) no-repeat 15px 12px #f8797f;font-weight: bold;line-height: 1.4;letter-spacing: 1px;color: #fff;font-size: 15px;max-width: 576px;margin: 24px auto 8px; }

.wpcf7 form.sent .wpcf7-response-output { border-radius: 4px;border: solid 2px #00ad8a;padding: 12px 14px 11px 44px;background: url(../images/c-check.svg) no-repeat 15px 12px #00ad8a;font-weight: bold;line-height: 1.4;letter-spacing: 1px;color: #fff;font-size: 15px;max-width: 576px;margin: 24px auto 8px; }

.wpcf7 form.validating .wpcf7-response-output { display: none; }

.no_product_found { text-align: center; margin: 0 auto; color: var(--redtxt); }

.main-wapper { overflow: hidden; }

textarea { resize: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-disable { pointer-events: none; }

/* ========== product_listing_page section 1 style: Start (By Kaushal) ========== */

.kv-sec { width: 100%; position: relative; display: block; background: var(--blackbg); overflow: hidden; }
.kv-sec .kv-inner { width: 100%; position: relative; display: flex; flex-direction: column; justify-content: end; }
.kv-sec .kv-inner .kv-ttlWrap { margin-top: 324px; padding-bottom: 96px; width: 100%; display: flex; padding-left: 60px; padding-right: 60px; flex-direction: column; position: relative; z-index: 10; }
.kv-sec .kv-inner .kv-ttlWrap .kv-ttl-line { width: 100%; display: flex; align-items: flex-start; flex-direction: column; max-width: 1000px; }
.kv-sec .kv-inner .kv-ttlWrap .kv-ttl-line h1 { font-family: 'Montserrat-Bold'; font-size: var(--fz164); line-height: 1.22; color: var(--whitetxt); text-transform: uppercase; }
.kv-sec .kv-inner .kv-ttlWrap .kv-ttl-line p { margin-top: 32px; color: var(--whitetxt); }
.kv-sec .kv-img { width: 100%; height: auto; display: flex; overflow: hidden; }
.kv-sec .kv-img figure { width: 100%; position: relative; transform-origin: center; display: flex; margin: 0; height: 100vh; }
.kv-sec .kv-img figure img { width: 100%; height: auto; transform: scale(1.4); transition: all 0.8s ease-in-out; object-fit: cover; }
.load-content-delay .kv-sec .kv-img figure img { transform: scale(1); }

@media (min-width: 1921px) {

	.kv-sec .kv-inner .kv-ttlWrap { margin-top: 16.866vw; padding-bottom: 4.997vw; padding-left: 3.123vw; padding-right: 3.123vw; }
	.kv-sec .kv-inner .kv-ttlWrap .kv-ttl-line { max-width: 52.056vw; }
	.kv-sec .kv-inner .kv-ttlWrap .kv-ttl-line p { margin-top: 1.666vw; }
}

/* ========== product_listing_page section 1 style: End (By Kaushal) ========== */
html.has-scroll-smooth { overflow: hidden; }
html.has-scroll-dragging { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.has-scroll-smooth body { overflow: hidden; }
.has-scroll-smooth [data-scroll-container] { min-height: 100vh; }
[data-scroll-direction="horizontal"] [data-scroll-container] { height: 100vh; display: inline-block; white-space: nowrap; }
[data-scroll-direction="horizontal"] [data-scroll-section] { display: inline-block; vertical-align: top; white-space: nowrap; height: 100%; }
.c-scrollbar { position: absolute; right: 0; top: 0; width: 11px; height: 100%; transform-origin: center right; transition: transform 0.3s, opacity 0.3s; opacity: 0; }
.c-scrollbar:hover { transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar { opacity: 1; }
[data-scroll-direction="horizontal"] .c-scrollbar { width: 100%; height: 10px; top: auto; bottom: 0; transform: scaleY(1); }
[data-scroll-direction="horizontal"] .c-scrollbar:hover { transform: scaleY(1.3); }
.c-scrollbar_thumb { position: absolute; top: 0; right: 0; background-color: black; opacity: 0.5; width: 7px; border-radius: 10px; margin: 2px; cursor: -webkit-grab; cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb { cursor: -webkit-grabbing; cursor: grabbing; }
[data-scroll-direction="horizontal"] .c-scrollbar_thumb { right: auto; bottom: 0; }


/* ========== product_listing_page section 2 style: Start (By Kaushal) ========== */

.more_about { width: 100%; position: relative; display: block; padding: 124px 60px 0 60px; overflow: hidden; }
.more_about .more_about_wrapper { display: flex; align-items: center; justify-content: space-between; margin-bottom: 44px; }
.more_about .more_about_wrapper h2 { font-family: 'Montserrat-Bold'; font-size: var(--fz96); line-height: 1.22; color: var(--blacktxt); text-transform: uppercase; }
.more_about .more_about_wrapper p { line-height: 1.2; text-transform: uppercase; }
.more_about .learn_about_wrapper { display: block; position: relative; }
.more_about .learn_about_wrapper span { display: flex; justify-content: center; text-align: center; font-family: 'Montserrat-Bold'; font-size: var(--fz164); line-height: 1.22; color: var(--blacktxt); text-transform: uppercase; margin-bottom: 44px; }

@media (min-width: 1921px) {

	.more_about { padding: 6.455vw 3.123vw 0 3.123vw; }
	.more_about .more_about_wrapper { margin-bottom: 2.29vw; }
	.more_about .learn_about_wrapper span { margin-bottom: 2.29vw; }
}

.our-works { z-index: 11; justify-content: flex-start; align-items: flex-start; padding: 176px 60px 124px 60px; display: flex; position: relative; }
.our-works .our-works-title { width: 43%; }
.our-works .our-works-list { width: 57%; position: relative; min-height: var(--heightsection); }
.our-works .our-works-list .title { font-family: 'Montserrat-Medium'; font-size: var(--fz24); line-height: 1.20; color: var(--blacktxt300); margin-bottom: 32px; margin-top: -52px; }
.our-works .our-works-list .our-works-item { flex-flow: row; justify-content: flex-start; align-items: center; width: 100%; text-decoration: none;  display: flex; position: relative; }
.our-works .our-works-list .our-works-item .works-img { display: none; }
.our-works .our-works-list .our-works-item h2 { font-family: 'Montserrat-Regular'; font-size: var(--fz44); line-height: 1.15; color: var(--blacktxt300); text-transform: uppercase; }
.our-works .our-works-list .our-works-item.active h2 { font-family: 'Montserrat-Bold'; color: var(--blacktxt); }
.our-works .our-works-list .our-works-item + .our-works-item { margin-top: 32px; }
.our-works .draggable-wrapper { z-index: 0; pointer-events: none; width: 100%; height: 100%; padding-top: 176px; padding-bottom: 124px; display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; }
.our-works .draggable-wrapper .container-draggable { z-index: 1; width: 100%; padding: 0 60px; position: sticky; top: calc(50% - var(--heightimage)); }
.tax-product_category .container-draggable { top: calc(50% - var(--heightimage)); }
.tax-product_category .main-wapper { overflow: visible; }
.our-works .draggable-wrapper .container-draggable .box-contain { justify-content: flex-start; align-items: center; width: 400px; height: 500px; margin-left: 255px; display: flex; overflow: hidden; }
.our-works .draggable-wrapper .container-draggable .box-contain .box { object-fit: fill; width: 100%; height: 100%; position: relative; }
.our-works .draggable-wrapper .container-draggable .box-contain .box .box-inner { z-index: 0; background-color: rgba(0, 0, 0, .62); width: 100%; height: 100%; position: relative; overflow: hidden; }
.our-works .draggable-wrapper .container-draggable .box-contain .box .box-inner .image-contain { z-index: 0; object-fit: cover; width: 100%; height: 100%; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; }
.our-works .draggable-wrapper .container-draggable .box-contain .box .box-inner .image-contain .image-sticky { object-fit: cover; width: 100%; height: 100%; }

@media (min-width: 1921px) {

	.our-works { padding: 9.162vw 3.123vw 6.455vw 3.123vw; }
	.our-works .our-works-list .title { margin-bottom: 1.666vw; margin-top: -2.707vw; }
	.our-works .our-works-list .our-works-item + .our-works-item { margin-top: 1.666vw; }
	.our-works .draggable-wrapper { padding-top: 9.162vw; padding-bottom: 6.455vw; }
	.our-works .draggable-wrapper .container-draggable { padding: 0 3.123vw; }
	.our-works .draggable-wrapper .container-draggable .box-contain { width: 20.822vw; height: 26.028vw; margin-left: 13.274vw; }
}

/* ========== product_listing_page section 2 style: End (By Kaushal) ========== */

/* ========== product_detail_page section 1 style: Start (By Kaushal) ========== */

.product_detail_main { width: 100%; position: relative; display: block; background: var(--blackbg); padding: 144px 0 64px 0; }
.product_grp { max-width: 1800px; margin: 0 auto; }
.product_grp .row { margin: 0 -22px; }
.product_grp .row>* { padding: 0 22px; }
.product_grp .pro_detail_slide { display: block; position: relative; }
.product_grp .pro_detail_slide .pro_back_btn { display: none; margin-bottom: 24px; }
.product_grp .pro_detail_slide .pro_back_btn a { display: flex; align-items: center; font-family: 'Montserrat-SemiBold'; font-size: 12px; line-height: 1.71; color: var(--whitetxt); text-transform: uppercase; }
.product_grp .pro_detail_slide .pro_back_btn a i { display: flex; font-size: 0; margin-right: 6px; width: 20px; transition: all 0.3s ease-in-out; }
.product_grp .pro_detail_slide .pro_back_btn a i img { width: 100%; height: auto; }
.product_grp .pro_detail_slide .pro_back_btn a:hover i { transform: translate(-10px, 0); }
.product_grp .pro_detail_slide .slider_block { display: flex; align-items: center; justify-content: center; }
.product_grp .pro_detail_slide .product_detail_slider { display: flex; height: 688px; width: 688px; margin-left: 44px; margin-right: 0; }
.product_grp .pro_detail_slide .product_detail_slider .swiper-slide { display: flex; width: 100%; }
.product_grp .pro_detail_slide .product_detail_slider .swiper-slide img { width: 100%; height: auto; object-fit: cover; }
.product_grp .pro_detail_slide .product_detail_thumb { margin: 0; }
.product_grp .pro_detail_slide .product_detail_thumb .swiper-wrapper { flex-direction: column; }
.product_grp .pro_detail_slide .product_detail_thumb .swiper-wrapper .swiper-slide { position: relative; width: 124px !important; display: flex; padding: 100% 0 0 0; cursor: pointer; }
.product_grp .pro_detail_slide .product_detail_thumb .swiper-wrapper .swiper-slide-thumb-active::after { content: ""; border: 4px solid var(--whitebg); position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.product_grp .pro_detail_slide .product_detail_thumb .swiper-wrapper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; }
.product_grp .pro_detail_slide .product_detail_thumb .swiper-wrapper .swiper-slide + .swiper-slide { margin-top: 24px; }
.product_grp .product_content { display: flex; justify-content: space-between; flex-direction: column; position: relative; height: 100%; }
.product_grp .product_content .product_inner_content { display: block; position: relative; }
.product_grp .product_content .back_btn { display: flex; margin-bottom: 32px; }
.product_grp .product_content .back_btn a { display: flex; align-items: center; font-family: 'Montserrat-SemiBold'; font-size: var(--fz14); line-height: 1.71; color: var(--whitetxt); text-transform: uppercase; }
.product_grp .product_content .back_btn a i { display: flex; font-size: 0; margin-right: 10px; width: 24px; transition: all 0.3s ease-in-out; }
.product_grp .product_content .back_btn a i img { width: 100%; height: auto; }
.product_grp .product_content .back_btn a:hover i { transform: translate(-10px, 0); }
.product_grp .product_content .product_title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.product_grp .product_content .product_title h3 { font-family: 'Montserrat-Bold'; font-size: var(--fz44); line-height: 1.22; color: var(--whitetxt); text-transform: uppercase; }
.product_grp .product_content .product_title p { display: flex; align-items: center; color: var(--whitetxt); padding: 0; }
.product_grp .product_content .product_title p span { display: flex; }
.product_grp .product_content .product_discription { display: block; position: relative; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--black22); }
.product_grp .product_content .product_discription h4 { font-family: 'Montserrat-Bold'; line-height: 1.6; font-size: var(--fz20); color: var(--whitetxt); margin-bottom: 16px; }
.product_grp .product_content .product_discription p { font-size: var(--fz16); line-height: 1.75; color: var(--whitetxt); padding: 0; }
.product_grp .product_content .product_specifications { display: block; position: relative; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--black22); }
.product_grp .product_content .product_specifications h5 { font-family: 'Montserrat-Bold'; font-size: var(--fz20); line-height: 1.2; color: var(--whitetxt); margin-bottom: 24px; }
.product_grp .product_content .product_specifications ul { display: flex; align-items: flex-start; gap: 16px; }
.product_grp .product_content .product_specifications ul li { display: flex; align-items: flex-start; width: 50%; font-family: 'Montserrat-Medium'; font-size: var(--fz16); line-height: 1.25; color: var(--whitetxt); }
.product_grp .product_content .product_specifications ul li span { display: flex; }
.product_grp .product_content .product_specifications ul + ul { margin-top: 16px; }
.product_grp .product_content .item_specifications { display: block; position: relative; margin-bottom: 20px; }
.product_grp .product_content .item_specifications ul { display: flex; align-items: flex-start; gap: 64px; }
.product_grp .product_content .item_specifications ul li { display: flex; align-items: center; }
.product_grp .product_content .item_specifications ul li i { display: flex; font-size: 0; width: 44px; height: 44px; border-radius: 50%; overflow: hidden; margin-right: 16px; }
.product_grp .product_content .item_specifications ul li i img { width: 100%; height: auto; }
.product_grp .product_content .item_specifications ul li span { display: flex; font-family: 'Montserrat-SemiBold'; font-size: var(--fz16); line-height: 1.22; color: var(--whitetxt); text-transform: capitalize; }
.product_grp .product_content .product_color { display: flex; justify-content: space-between; align-items: center; position: relative; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--black22); }
.product_grp .product_content .product_color h5 { font-family: 'Montserrat-Bold'; font-size: var(--fz20); line-height: 1.2; color: var(--whitetxt); }
.product_grp .product_content .product_size { display: flex; justify-content: space-between; align-items: center; position: relative; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--black22); }
.product_grp .product_content .product_size h5 { font-family: 'Montserrat-Bold'; font-size: var(--fz20); line-height: 1.2; color: var(--whitetxt); }
.product_grp .product_content .product_price_contact { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.product_grp .product_content .product_price_contact .product_price { display: block; position: relative; }
.product_grp .product_content .product_price_contact .product_price h6 { font-family: 'Montserrat-Medium'; font-size: var(--fz20); line-height: 1.2; color: var(--whitetxt); margin-bottom: 16px; }
.product_grp .product_content .product_price_contact .product_price span { display: flex; font-family: 'Montserrat-SemiBold'; font-size: var(--fz32); line-height: 1.22; color: var(--whitetxt); }
.product_grp .product_content .product_price_contact .product_price span i { display: flex; font-style: normal; }
.product_grp .product_content .product_price_contact .product_contact { display: block; position: relative; width: 100%; }
.product_grp .product_content .product_price_contact .product_contact a { display: flex; justify-content: center; align-items: center; height: 56px; padding: 0 44px; font-family: 'Montserrat-Medium'; font-size: var(--fz16); line-height: 1.5; color: var(--whitetxt); text-transform: capitalize; transition: all 0.3s ease-in-out; border: 2px solid var(--whitebg); position: relative; overflow: hidden; z-index: 2; }
.product_grp .product_content .product_price_contact .product_contact a::after { background-color: var(--whitebg); position: absolute; z-index: -1; top: 100%; left: 0; width: 100%; height: 100%; content: ""; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.product_grp .product_content .product_price_contact .product_contact a:hover { color: var(--blacktxt); }
.product_grp .product_content .product_price_contact .product_contact a:hover::after { top: 0; }
.product_grp .product_content .product_price_contact .product_contact a i { display: flex; font-size: 0; margin-right: 10px; height: 16px; width: 16px; }
.product_grp .product_content .product_price_contact .product_contact a i svg { width: 100%; height: auto; max-width: 100%; max-height: 100%; object-fit: cover; }
.product_grp .product_content .product_price_contact .product_contact a i svg path { transition: all 0.3s ease-in-out; }
.product_grp .product_content .product_price_contact .product_contact a:hover i svg path { fill: var(--blackbg); }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product { display: flex; align-items: center; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select { background-color: transparent; border-radius: 0; border: none; font-family: 'Montserrat-Medium'; font-size: var(--fz20); line-height: 1.25; color: #161616; height: 48px; padding: 4px 44px 0 0; text-transform: capitalize; width: 100%; border-bottom: 1px solid #E2E2E2; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select::after { border: none; margin-top: -10px; height: 6px; width: 10px; transition: all 0.2s ease-in-out; right: 11px; background-image: url(../images/black-down-arrow.svg); background-size: cover; background-repeat: no-repeat; background-position: center center; transform: rotate(0) translate(0, -28%); transform-origin: center center; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select.open:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-180deg); }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select .list { width: 100%; border-radius: 6px; margin-left: -1px; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select .option { line-height: 1.25; min-height: auto; padding: 8px 14px; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select .option.selected { font-weight: normal; }

@media (min-width: 1921px) {

	.product_detail_main { padding: 7.496vw 0 3.332vw 0; }
	.product_grp { max-width: 93.701vw; }
	.product_grp .row { margin: 0 -1.145vw; }
	.product_grp .row>* { padding: 0 1.145vw; }
	.product_grp .pro_detail_slide .pro_back_btn { margin-bottom: 1.249vw; }
	.product_grp .pro_detail_slide .pro_back_btn a { font-size: 0.625vw; }
	.product_grp .pro_detail_slide .pro_back_btn a i { margin-right: 0.312vw; width: 1.041vw; }
	.product_grp .pro_detail_slide .pro_back_btn a:hover i { transform: translate(-0.521vw, 0); }
	.product_grp .pro_detail_slide .product_detail_slider { height: 35.815vw; width: 35.815vw; margin-left: 2.29vw; }
	.product_grp .pro_detail_slide .product_detail_thumb { bottom: 1.249vw; }
	.product_grp .pro_detail_slide .product_detail_thumb .swiper-wrapper { max-width: 29.568vw; }
	.product_grp .pro_detail_slide .product_detail_thumb .swiper-wrapper .swiper-slide { width: 6.455vw !important; }
	.product_grp .pro_detail_slide .product_detail_thumb .swiper-wrapper .swiper-slide-thumb-active::after { border: 0.208vw solid var(--whitebg); }
	.product_grp .pro_detail_slide .product_detail_thumb .swiper-wrapper .swiper-slide + .swiper-slide { margin-top: 1.249vw; }
	.product_grp .product_content .back_btn { margin-bottom: 1.666vw; }
	.product_grp .product_content .back_btn a i { margin-right: 0.521vw; width: 1.249vw; }
	.product_grp .product_content .back_btn a:hover i { transform: translate(-0.521vw, 0); }
	.product_grp .product_content .product_title { margin-bottom: 1.666vw; }
	.product_grp .product_content .product_discription { margin-bottom: 1.666vw; padding-bottom: 1.666vw; border-bottom: 0.052vw solid var(--black22); }
	.product_grp .product_content .product_discription h4 { margin-bottom: 0.833vw; }
	.product_grp .product_content .product_specifications { margin-bottom: 1.666vw; padding-bottom: 1.666vw; border-bottom: 0.052vw solid var(--black22); }
	.product_grp .product_content .product_specifications h5 { margin-bottom: 1.249vw; }
	.product_grp .product_content .product_specifications ul { gap: 0.833vw; }
	.product_grp .product_content .product_specifications ul + ul { margin-top: 0.833vw; }
	.product_grp .product_content .product_price_contact .product_price h6 { margin-bottom: 0.833vw; }
	.product_grp .product_content .product_price_contact .product_contact a { height: 2.915vw; padding: 0 2.29vw; border: 0.104vw solid var(--whitebg); }
	.product_grp .product_content .product_price_contact .product_contact a i { margin-right: 0.521vw; height: 0.833vw; width: 0.833vw; }
	.product_grp .product_content .item_specifications ul { gap: 3.332vw; }
	.product_grp .product_content .item_specifications ul li i { width: 2.29vw; height: 2.29vw; margin-right: 0.833vw; }
	.product_grp .product_content .item_specifications { margin-bottom: 1.041vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select { height: 2.499vw; padding: 0.208vw 2.29vw 0 0; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select::after { margin-top: -0.521vw; height: 0.312vw; width: 0.521vw; right: 0.573vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select .list { border-radius: 0.312vw; margin-left: -0.052vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .selector_product .nice-select .option { padding: 0.416vw 0.729vw; }
}

/* ========== product_detail_page section 1 style: End (By Kaushal) ========== */

/* ========== product_detail_page section 2 style: Start (By Kaushal) ========== */

.product_caption { width: 100%; position: relative; display: block; padding: 96px 0; }
.product_inner_caption { max-width: 1672px; margin: 0 auto; }
.product_inner_caption .row { margin: 0 -35px; row-gap: 24px; }
.product_inner_caption .row>* { padding: 0 35px; }
.product_inner_caption h3 { font-family: 'Montserrat-Bold'; font-size: 64px; line-height: 1.22; text-transform: uppercase; margin-bottom: 64px; }
.product_inner_caption .pro_inner { display: flex; align-items: flex-start; }
.product_inner_caption .caption_box { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: 100%; max-width: 201px; }
.product_inner_caption .caption_box + .caption_box { margin-left: 44px; }
.product_inner_caption .caption_box .img_box { display: flex; margin: 0 auto 24px auto; height: 72px; width: 72px; }
.product_inner_caption .caption_box .img_box img { width: 100%; height: auto; max-width: 100%; max-height: 100%; object-fit: cover; }
.product_inner_caption .caption_box .title { font-family: 'Montserrat-Bold'; font-size: var(--fz24); line-height: 1.17; color: var(--blacktxt); text-transform: capitalize; }

@media (min-width: 1921px) {

	.product_caption { padding: 4.997vw 0; }
	.product_inner_caption { max-width: 87.038vw; }
	.product_inner_caption .row { margin: 0 -1.822vw; row-gap: 1.249vw; }
	.product_inner_caption .row>* { padding: 0 1.822vw; }
	.product_inner_caption .caption_box .img_box { margin: 0 auto 1.249vw auto; height: 3.748vw; width: 3.748vw; }
	.product_inner_caption .caption_box .title { margin-bottom: 0.833vw; }
	.product_inner_caption h3 { font-size: 3.332vw; margin-bottom: 3.332vw; }
	.product_inner_caption .caption_box { max-width: 10.463vw; }
	.product_inner_caption .caption_box + .caption_box { margin-left: 2.29vw; }
}

/* ========== product_detail_page section 2 style: End (By Kaushal) ========== */

/* ========== product_detail_page section 3 style: Start (By Kaushal) ========== */

.similar_product { width: 100%; position: relative; display: block; padding: 96px 0; overflow: hidden; }
.similar_inner_product { max-width: 1672px; margin: 0 auto; }
.similar_inner_product .simmilar_title { text-align: center; margin-bottom: 64px; }
.similar_inner_product .simmilar_title h2 { font-family: 'Montserrat-Regular'; font-size: 84px; line-height: 1.16; color: var(--blacktxt); margin-bottom: 44px; text-transform: uppercase; }
.similar_inner_product .simmilar_title h2 span { display: inline-flex; font-family: 'Montserrat-Bold'; }
.similar_inner_product .simmilar_title ul { display: block; position: relative; }
.similar_inner_product .simmilar_title ul li { font-family: 'Montserrat-Medium'; font-size: var(--fz20); line-height: 1.6; color: var(--blacktxt); }
.similar_inner_product .simmilar_title ul li span { font-family: 'Montserrat-Bold'; display: inline-flex; }
.similar_slider { overflow: visible !important; }
.similar_slider .swiper-slide .sim_pro { width: 280px; display: block; }
.similar_slider .swiper-slide .sim_pro .img_wrap { width: 100%; display: flex; margin-bottom: 16px; position: relative; }
.similar_slider .swiper-slide .sim_pro .img_wrap img { position: absolute; left: 0; top: 0; height: 100%; width: 100%; object-fit: cover; }
.similar_slider .swiper-slide .sim_pro .img_wrap:after { content: ''; display: block; padding: 67.86% 50%; }
.similar_slider .swiper-slide .sim_pro span { display: flex; font-family: 'Montserrat-SemiBold'; font-size: var(--fz18); line-height: 1.33; color: var(--blacktxt); margin-bottom: 12px; text-transform: capitalize; }
.similar_slider .swiper-slide .sim_pro p { font-family: 'Montserrat-Regular'; font-size: var(--fz16); line-height: 1.25; }
.similar_slider .similar_slider_navigation { display: flex; align-items: center; margin-top: 64px; justify-content: center; gap: 24px; }
.similar_slider .similar_slider_navigation .similar-slide-arrow { display: flex; justify-content: center; align-items: center; height: 44px; width: 44px; border: 1px solid var(--blackbg); border-radius: 50%; transition: all 0.3s ease-in-out; }
.similar_slider .similar_slider_navigation .similar-slide-arrow:hover { background-color: var(--blackbg); }
.similar_slider .similar_slider_navigation .similar-slide-arrow i { display: flex; font-size: 0; width: 16px; }
.similar_slider .similar_slider_navigation .similar-slide-arrow i svg { width: 100%; height: auto; }
.similar_slider .similar_slider_navigation .similar-slide-arrow i svg path { transition: all 0.3s ease-in-out; }
.similar_slider .similar_slider_navigation .similar-slide-arrow:hover i svg path { stroke: var(--whitebg); }

@media (min-width: 1921px) {

	.similar_product { padding: 4.997vw 0; }
	.similar_inner_product { max-width: 87.038vw; }
	.similar_inner_product .simmilar_title { margin-bottom: 3.332vw; }
	.similar_inner_product .simmilar_title h2 { font-size: 4.373vw; margin-bottom: 2.29vw; }
	.similar_slider .swiper-slide .sim_pro { width: 14.576vw; }
	.similar_slider .swiper-slide .sim_pro .img_wrap { margin-bottom: 0.833vw; }
	.similar_slider .swiper-slide .sim_pro span { margin-bottom: 0.625vw; }
	.similar_slider .similar_slider_navigation { margin-top: 3.332vw; gap: 1.249vw; }
	.similar_slider .similar_slider_navigation .similar-slide-arrow { height: 2.29vw; width: 2.29vw; border: 0.052vw solid var(--blackbg); }
	.similar_slider .similar_slider_navigation .similar-slide-arrow i { width: 0.833vw; }
}

/* ========== product_detail_page section 3 style: End (By Kaushal) ========== */

/* ========== product_detail_page section 4 style: Start (By Kaushal) ========== */

.product-peculiarities { overflow: hidden; padding: 96px 0; }
.product-peculiarities__inner { max-width: 1800px; margin: 0 auto; }
.product-peculiarities__inner .product-peculiarities__title { font-family: 'Montserrat-Bold'; font-size: 64px; line-height: 1.22; color: var(--blacktxt); margin-bottom: 64px; text-transform: uppercase; }
.product-peculiarities__inner .product-peculiarities__body { display: flex; align-items: flex-end; }
.product-peculiarities__body .product-peculiarities__list-wr { z-index: 1; flex: 0 0 1092px; width: 1092px; margin-right: 124px; }
.product-peculiarities__body .product-peculiarities__counter { display: block; position: relative; z-index: 1; font-family: 'Montserrat-Regular'; font-size: var(--fz20); line-height: 1.2; color: var(--blacktxt); overflow: hidden; margin: 0 0 -54px 644px; }
.product-peculiarities__counter span.product-peculiarities__count-active { font-family: 'Montserrat-Bold'; font-size: var(--fz44); line-height: 1.22; color: var(--blacktxt); vertical-align: top; margin-right: 10px; display: inline-flex; transform: translateY(100%); min-width: 60px; justify-content: flex-end; }
.product-peculiarities__counter.fadeIn .product-peculiarities__count-active { transform: translateY(0); transition: all 0.3s ease; }
.product-peculiarities__counter.fadeOut .product-peculiarities__count-active { transform: translateY(-100%); transition: all 0.3s ease; }
.product-peculiarities__list-wr .product-peculiarities__list { position: relative; display: block; }
.product-peculiarities__list .product-peculiarities__item.tns-item.slideIn { animation-name: slideIn; z-index: 1; }
.product-peculiarities__list .product-peculiarities__item.tns-item.slideOut { animation-name: slideOut; }
.product-peculiarities__item.tns-item.tns-normal { left: 0; }
/* @keyframes slideIn {
	0% {
	  	opacity: 1;
	}
	100% {
	  	opacity: 1;
	}
}
@keyframes slideOut {
	0% {
	  	opacity: 1;
	}
	90% {
	  	opacity: 1;
	}
	100% {
	  	opacity: 1;
	}
} */
.product-peculiarities__item .product-peculiarities-thumbs { display: flex; }
.product-peculiarities-thumbs .product-peculiarities-thumbs__image { position: relative; flex: 0 0 600px; margin-right: 44px; background: #E2E2E2; }
.product-peculiarities-thumbs .product-peculiarities-thumbs__image::before { content: ""; display: block; padding-top: 100%; }
.product-peculiarities__item.tns-item .product-peculiarities-thumbs__image { overflow: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); }
.product-peculiarities__item.tns-item.slideOut .product-peculiarities-thumbs__image { overflow: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); }
.product-peculiarities__item.tns-item.slideOut .product-peculiarities-thumbs__image picture { -webkit-transform: translateX(20px); transform: translateX(20px); opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.product-peculiarities__item.tns-item.slideIn .product-peculiarities-thumbs__image { overflow: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); }
.product-peculiarities-thumbs__image picture { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.product-peculiarities__item.tns-item .product-peculiarities-thumbs__image picture { transform: translateX(100%);  }
.product-peculiarities__item.tns-item.slideIn .product-peculiarities-thumbs__image picture { -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: -webkit-transform 0.8s ease; transition: -webkit-transform 0.8s ease; transition: transform 0.8s ease; transition: transform 0.8s ease, -webkit-transform 0.8s ease; }
.product-peculiarities-thumbs__image picture img { width: 100%; height: 100%; object-fit: cover; }
.product-peculiarities-thumbs__content { flex: 1 1; display: flex; align-items: center; padding: 55px 0; }
.product-peculiarities__item.tns-item .product-peculiarities-thumbs__content-in { overflow: hidden; }
.product-peculiarities__item.tns-item.tns-normal .product-peculiarities-thumbs__content-in { opacity: 0; }
.product-peculiarities-thumbs__content-in .product-peculiarities-thumbs__name { font-family: 'Montserrat-Bold'; font-size: var(--fz24); line-height: 1.20; color: var(--blacktxt); margin-bottom: 24px; }
.product-peculiarities__item.tns-item .product-peculiarities-thumbs__name { -webkit-transform: translateY(-20px); transform: translateY(-20px);	-webkit-transition: -webkit-transform 1s ease; transition: -webkit-transform 1s ease; transition: transform 1s ease; transition: transform 1s ease, -webkit-transform 1s ease; }
.product-peculiarities__item.tns-item.slideOut .product-peculiarities-thumbs__name { -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.product-peculiarities__item.tns-item.slideIn .product-peculiarities-thumbs__name { -webkit-transform: translateY(0); transform: translateY(0);	-webkit-transition: -webkit-transform 1s ease; transition: -webkit-transform 1s ease; transition: transform 1s ease; transition: transform 1s ease, -webkit-transform 1s ease; }
.product-peculiarities-thumbs__content-in .product-peculiarities-thumbs__desc { font-family: 'Montserrat-Regular'; font-size: var(--fz20); line-height: 1.6; color: var(--blacktxt); }
.product-peculiarities__item.tns-item .product-peculiarities-thumbs__desc { -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-transition: -webkit-transform 1s ease; transition: -webkit-transform 1s ease; transition: transform 1s ease; transition: transform 1s ease, -webkit-transform 1s ease; }
.product-peculiarities__item.tns-item.slideOut .product-peculiarities-thumbs__desc{ -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.product-peculiarities__item.tns-item.slideIn .product-peculiarities-thumbs__desc { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: -webkit-transform 1s ease; transition: -webkit-transform 1s ease; transition: transform 1s ease; transition: transform 1s ease, -webkit-transform 1s ease; }
.product-peculiarities__slide-controls { margin: -52px 0 0 644px; position: relative; z-index: 2; display: flex; }
.product-peculiarities__slide-controls::before { content: ""; position: absolute; top: 50%; right: 0; width: 272px; border-top: 1px solid #E2E2E2; }
.product-peculiarities__slide-controls button { padding: 0; border: 1px solid var(--blackbg); width: 44px; height: 44px; border-radius: 100%; box-shadow: none; background: none; cursor: pointer; outline: none; transition: all 0.3s ease-in-out; position: relative; display: flex; justify-content: center; align-items: center; }
.product-peculiarities__slide-controls button + button { margin-left: 24px; }
.product-peculiarities__slide-controls button i { display: flex; font-size: 0; width: 16px; }
.product-peculiarities__slide-controls button svg { width: 100%; height: auto; }
.product-peculiarities__slide-controls button svg path { transition: all 0.3s ease-in-out; }
.product-peculiarities__slide-controls button:hover svg path { stroke: var(--whitebg); }
.product-peculiarities__slide-controls button:hover { background: var(--blackbg); }
.product-peculiarities__preview-list-wr { flex: 1 0 864px; min-width: 864px; display: flex; justify-content: space-between; margin-bottom: 52px; }
.product-peculiarities__preview-list-wr .product-peculiarities__preview-list-box { flex: 0 0 46.298%; }
.product-peculiarities__preview-list2 .product-peculiarities-thumbs, 
.product-peculiarities__preview-list .product-peculiarities-thumbs { display: block; transition: all 0.3s ease; }
.product-peculiarities__preview-list2 .product-peculiarities-thumbs__desc, 
.product-peculiarities__preview-list .product-peculiarities-thumbs__desc { display: none; }
.product-peculiarities__preview-list-wr .product-peculiarities__item { cursor: pointer; }
.product-peculiarities__preview-list2 .product-peculiarities-thumbs__image, 
.product-peculiarities__preview-list .product-peculiarities-thumbs__image { margin: 0 0 24px 0; transition: all 0.3s ease; }
.product-peculiarities__preview-list-wr .product-peculiarities__item.slideIn{ -webkit-animation-name: slideIn;animation-name: slideIn;  z-index: 3; }
.product-peculiarities__preview-list-wr .product-peculiarities__item.slideOut { -webkit-animation-name: slideOut;animation-name: slideOut; }
.product-peculiarities__preview-list-wr .product-peculiarities__item.slideOut .product-peculiarities-thumbs__image picture { -webkit-transform: translateX(20px); transform: translateX(20px); opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.product-peculiarities__preview-list2 .product-peculiarities-thumbs__content, 
.product-peculiarities__preview-list .product-peculiarities-thumbs__content { padding: 0; }
.product-peculiarities__preview-list2 .product-peculiarities-thumbs__name, 
.product-peculiarities__preview-list .product-peculiarities-thumbs__name { margin: 0; font-size: var(--fz20); }
.arrows-container { display: none; }

@media (min-width: 1921px) {

	.product-peculiarities { padding: 4.997vw 0; }
	.product-peculiarities__inner { max-width: 93.701vw; }
	.product-peculiarities__inner .product-peculiarities__title { font-size: 3.332vw; margin-bottom: 3.332vw; }
	.product-peculiarities__body .product-peculiarities__list-wr { flex: 0 0 56.845vw; width: 56.845vw; margin-right: 6.455vw; }
	.product-peculiarities__body .product-peculiarities__counter { margin: 0 0 -2.811vw 33.524vw; }
	.product-peculiarities__counter span.product-peculiarities__count-active { margin-right: 0.521vw; min-width: 3.123vw; }
	.product-peculiarities-thumbs .product-peculiarities-thumbs__image { flex: 0 0 31.234vw; margin-right: 2.29vw; }
	.product-peculiarities__item.tns-item.slideOut .product-peculiarities-thumbs__image picture { -webkit-transform: translateX(1.041vw); transform: translateX(1.041vw); }
	.product-peculiarities-thumbs__content { padding: 2.863vw 0; }
	.product-peculiarities-thumbs__content-in .product-peculiarities-thumbs__name { margin-bottom: 1.249vw; }
	.product-peculiarities__item.tns-item .product-peculiarities-thumbs__name { -webkit-transform: translateY(-1.041vw); transform: translateY(-1.041vw);	}
	.product-peculiarities__item.tns-item .product-peculiarities-thumbs__desc { -webkit-transform: translateY(1.041vw); transform: translateY(1.041vw); }
	.product-peculiarities__item.tns-item.slideOut .product-peculiarities-thumbs__name { -webkit-transform: translateY(-1.041vw); transform: translateY(-1.041vw); }
	.product-peculiarities__item.tns-item.slideOut .product-peculiarities-thumbs__desc { -webkit-transform: translateY(1.041vw); transform: translateY(1.041vw); }
	.product-peculiarities__slide-controls { margin: -2.707vw 0 0 33.524vw; }
	.product-peculiarities__slide-controls::before { width: 14.159vw; border-top: 0.052vw solid #E2E2E2; }
	.product-peculiarities__slide-controls button { border: 0.052vw solid var(--blackbg); width: 2.29vw; height: 2.29vw; }
	.product-peculiarities__slide-controls button + button { margin-left: 1.249vw; }
	.product-peculiarities__slide-controls button i { width: 0.833vw; }
	.product-peculiarities__preview-list-wr { flex: 1 0 44.977vw; min-width: 44.977vw; margin-bottom: 2.707vw; }
	.product-peculiarities__preview-list2 .product-peculiarities-thumbs__image, 
	.product-peculiarities__preview-list .product-peculiarities-thumbs__image { margin: 0 0 1.249vw 0; }
	.product-peculiarities__preview-list-wr .product-peculiarities__item.slideOut .product-peculiarities-thumbs__image picture { -webkit-transform: translateX(1.041vw); transform: translateX(1.041vw); }
}

/* ========== product_detail_page section 4 style: End (By Kaushal) ========== */

/* ========== product_listing_page section 3 style: Start (By Kaushal) ========== */

.product_listing_page .similar_inner_product .simmilar_title h2 span { display: block; }
.product_listing_page .simmilar_filters ul { flex-wrap: wrap; }
.product_listing_page .side_scroll_img_sec { background-color: var(--whitebg); }
.product_listing_page .side_scroll_img_title h4 { color: var(--blackbg); }
.product_listing_page .similar_slider { display: none; }
.mobile_scroll_img_sec { display: none; position: relative; }
.side_scroll_mobile_img_pin { width: 100%; position: relative; height: 100vh !important; overflow: hidden; }
.side_scroll_mobile_img_pin .pin_img_scroller { display: block; }
.scroller_ani:not(:first-child) { transform: translateY(100%); position: absolute; top: 0; width: 100%; }
.side_scroll_mobile_img_pin .pin_img_scroller .image_wrap { position: relative; height: 100vh; display: flex; }
.side_scroll_mobile_img_pin .pin_img_scroller .image_wrap img { width: 100%; height: auto; object-fit: cover; }
.side_scroll_mobile_img_pin .pin_img_scroller .image_wrap::after { position: absolute; content: ''; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; flex-direction: column; padding: 20px; text-align: center; row-gap: 16px; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .caption { max-width: 680px; font-family: 'Montserrat-Regular'; line-height: 1.4; color: var(--whitetxt); }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .center_img { width: 335px; pointer-events: none; position: relative; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .center_img .image_data_hover { width: 100%; position: relative; overflow: hidden; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .center_img .image_data_hover img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .center_img .image_data_hover::after { content: ''; display: block; padding: 41.792% 50%; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .center_img .hover_dattxt { font-family: 'Montserrat-Medium'; font-size: var(--fz16); line-height: 1.75; text-transform: uppercase; color: var(--blacktxt); position: absolute; bottom: 0; left: 0; width: 100%; display: flex; align-items: center; align-content: center; justify-content: center; text-align: center; background-color: var(--whitebg); padding: 8px; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .center_img .hover_dattxt i { display: flex; width: 20px; height: auto; margin: 0 8px 0 0; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .center_img .hover_dattxt i img { width: 100%; height: auto; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .side_scroll_text { display: block; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .side_scroll_text h4 { font-size: 44px; line-height: 1; font-family: 'Montserrat-Regular'; color: var(--whitetxt); text-transform: uppercase; }
.side_scroll_mobile_img_pin .pin_img_scroller .content_wrapper .side_scroll_text h4 strong { display: block; width: 100%; font-weight: normal; font-family: 'Montserrat-Bold'; }
.simmilar_mobile_filters { display: none; }

/* ========== product_listing_page section 3 style: End (By Kaushal) ========== */

/* ========== Trial popup style: Start (By Kaushal) ========== */

.trialpop_one { border: none; width: 1400px; padding: 64px; transition: transform 1200ms ease-in-out; height: 100%; overflow: hidden; visibility: visible !important; }
.offcanvas_inner {  overflow-y: auto; max-height: 100vh; }
.offcanvas-backdrop.show { opacity: 1; transition-duration: 0.5s; }
.offcanvas.trialpop_one.show { transition-delay: 0.8s; }

.offcanvas-backdrop { background: #12121285; backdrop-filter: blur(5px) saturate(0); }
.trialpop_one .offcanvas-header { padding: 0; }
.trialpop_one .offcanvas-header h5 { font-family: 'Montserrat-Regular'; font-size: 84px; line-height: 1.16; color: var(--blacktxt); text-transform: uppercase; }
.trialpop_one .offcanvas-header h5 span { display: flex; font-family: 'Montserrat-Bold'; }
.trialpop_one .offcanvas-header .close { border: none; background: var(--blackbg); border-radius: 50%; height: 74px; width: 74px; display: flex; justify-content: center; align-items: center; padding: 0; }
.trialpop_one .offcanvas-header .close i { display: flex; font-size: 0; width: 18px; }
.trialpop_one .offcanvas-header .close i img { width: 100%; height: auto; }
.trialpop_one .offcanvas-body { padding: 0; margin-top: 64px; }
.trialpop_one .offcanvas-body::-webkit-scrollbar { display: none; }
.trialpop_one .offcanvas-body .main_img_box { width: 100%; display: flex; position: relative; overflow: hidden; }
.trialpop_one .offcanvas-body .main_img_box img { position: absolute; left: 0; top: 0; height: 100%; width: 100%; object-fit: cover; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3);  transition-delay: 1.8s; }
.show.trialpop_one .offcanvas-body .main_img_box img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.trialpop_one .offcanvas-body .main_img_box::after { content: ''; display: block; padding: 31.447% 50%; }
.trialpop_one .offcanvas-body ul { margin-top: 64px; border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; }
.trialpop_one .offcanvas-body ul li { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; }
.trialpop_one .offcanvas-body ul li + li { border-top: 1px solid #E2E2E2; }
.trialpop_one .offcanvas-body ul li p + p { padding-top: 0; }
.trialpop_one .offcanvas-body ul li p { font-family: 'Montserrat-SemiBold'; font-size: var(--fz18); line-height: 1.33; color: var(--blacktxt); text-transform: uppercase; }
.trialpop_one .offcanvas-body .sub_img_box { margin-top: 64px; }
.trialpop_one .offcanvas-body .sub_img_box .row { margin: 0 -22px; row-gap: 44px; }
.trialpop_one .offcanvas-body .sub_img_box .row>* { padding: 0 22px; }
.trialpop_one .offcanvas-body .sub_img_box .img_box { width: 100%; display: flex; position: relative; }
.trialpop_one .offcanvas-body .sub_img_box .img_box img { position: absolute; left: 0; top: 0; height: 100%; width: 100%; object-fit: cover; }
.trialpop_one .offcanvas-body .sub_img_box .img_box::after { content: ''; display: block; padding: 34.202% 50%; }
.fade { transition-duration: 0.5s; }
.offcanvas-backdrop.fade { opacity: unset; }

@media (min-width: 1921px) {

	.trialpop_one { width: 72.879vw; padding: 3.332vw; }
	.trialpop_one .offcanvas-header h5 { font-size: 4.373vw; }
	.trialpop_one .offcanvas-header .close { height: 3.852vw; width: 3.852vw; }
	.trialpop_one .offcanvas-header .close i { width: 0.937vw; }
	.trialpop_one .offcanvas-body { margin-top: 3.332vw; }
	.trialpop_one .offcanvas-body ul { margin-top: 3.332vw; border-top: 0.052vw solid #E2E2E2; border-bottom: 0.052vw solid #E2E2E2; }
	.trialpop_one .offcanvas-body ul li { padding: 1.249vw 0; }
	.trialpop_one .offcanvas-body ul li + li { border-top: 0.052vw solid #E2E2E2; }
	.trialpop_one .offcanvas-body .sub_img_box { margin-top: 3.332vw; }
	.trialpop_one .offcanvas-body .sub_img_box .row { margin: 0 -1.145vw; row-gap: 2.29vw; }
	.trialpop_one .offcanvas-body .sub_img_box .row>* { padding: 0 1.145vw; }
	.offcanvas-backdrop { backdrop-filter: blur(0.26vw) saturate(0); }
}

/* ========== Trial popup style: End (By Kaushal) ========== */

/* ========== Contact popup style: Start (By Kaushal) ========== */

.contactpop_one { border: none; width: 1400px; padding: 64px 64px 54px 64px; transition: transform 1200ms ease-in-out; height: 100%; overflow: hidden; visibility: visible !important; }
.offcanvas.contactpop_one.show { transition-delay: 0.8s; }
.contactpop_one .offcanvas_inner { overflow-y: unset; height: 100%; display: flex; flex-direction: column; }
.contactpop_one .offcanvas-header { padding: 0; }
.contactpop_one .offcanvas-header h5 { font-family: 'Montserrat-Regular'; font-size: 84px; line-height: 1.16; color: var(--blacktxt); text-transform: uppercase; display: flex; }
.contactpop_one .offcanvas-header h5 span { display: flex; font-family: 'Montserrat-Bold';}
.contactpop_one .offcanvas-header .close { border: none; background: var(--blackbg); border-radius: 50%; height: 74px; width: 74px; display: flex; justify-content: center; align-items: center; padding: 0; }
.contactpop_one .offcanvas-header .close i { display: flex; font-size: 0; width: 18px; }
.contactpop_one .offcanvas-header .close i img { width: 100%; height: auto; }
.contactpop_one .offcanvas-body { padding: 0; margin-top: 64px; }
.contactpop_one .offcanvas-body .form_wrap { display: flex; flex-direction: column; height: 100%; gap: 50px; }
.contactpop_one .offcanvas-body .form_wrap .inner_form { width: 100%; display: block; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row { width: 100%; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row label { font-family: 'Montserrat-Medium'; font-size: var(--fz16); line-height: 1.5; color: var(--blacktxt250); text-transform: capitalize; margin-bottom: 10px; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form-control { height: 48px; border-bottom-color: #E2E2E2 !important; font-size: var(--fz20); color: #161616; font-family: 'Montserrat-Regular';}
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block + .form_block { margin-top: 50px; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row + .input-row { margin-left: 44px; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .textarea_wrap .address { height: 80px; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .number_box { display: flex; align-items: flex-start; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .number_box .nice-select { height: 48px; width: 90px; border-radius: 0; border: none; border-bottom: 1px solid #E2E2E2 !important; padding-left: 0; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .number_box .nice-select .current { font-size: var(--fz20); color: #161616; padding: 0; font-family: 'Montserrat-Medium'; line-height: 1.5; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .number_box .wpcf7-form-control-wrap .wpcf7-not-valid-tip { margin-left: -90px; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .nice-select .option { font-size: var(--fz16); }
.contactpop_one .offcanvas-body .form_wrap .inner_form .nice-select .list { max-height: 200px; overflow-y: auto; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .nice-select::after { border: none; margin-top: -7px; height: 5px; width: 10px; transition: all 0.2s ease-in-out; right: 11px; background-image: url(../images/black-down-arrow.svg); background-size: cover; background-repeat: no-repeat; background-position: center center; transform: rotate(0) translate(0, -28%); transform-origin: center center; }
.contactpop_one .offcanvas-body .form_wrap .inner_form .nice-select.open::after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-180deg); }
.contactpop_one .offcanvas-body .form_wrap .btnlink { margin-top: auto; }
.contactpop_one .offcanvas-body .form_wrap .btnlink .sub_btn { background: var(--blackbg); text-transform: capitalize; border-color: var(--blackbg); }
.contactpop_one .offcanvas-body .form_wrap .btnlink .sub_btn::after { background: var(--whitebg); }
.contactpop_one .offcanvas-body .form_wrap .btnlink .sub_btn:hover { color: var(--blacktxt); }
.contactpop_one .offcanvas-body .wpcf7 { height: 100%; }
.contactpop_one .offcanvas-body .wpcf7 .wpcf7-form-control-wrap.new-phone-class {width: 100%;}

@media (min-width: 1921px) {

	.contactpop_one { width: 72.879vw; padding: 3.332vw 3.332vw 2.811vw 3.332vw; }
	.contactpop_one .offcanvas-header h5 { font-size: 4.373vw; }
	.contactpop_one .offcanvas-header .close { height: 3.852vw; width: 3.852vw; }
	.contactpop_one .offcanvas-header .close i { width: 0.937vw; }
	.contactpop_one .offcanvas-body { margin-top: 3.332vw; }
	.contactpop_one .offcanvas-body .form_wrap { gap: 2.603vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row label { margin-bottom: 0.521vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form-control { height: 2.499vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block + .form_block { margin-top: 2.603vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row + .input-row { margin-left: 2.29vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .textarea_wrap .address { height: 4.164vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .number_box .nice-select { border-bottom: 0.052vw solid #E2E2E2 !important; height: 2.499vw; width: 4.685vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .number_box .nice-select .current { padding: 0 0 0.833vw 0; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .form_block .input-row .number_box .nice-select { padding-right: 1.562vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .nice-select::after { margin-top: -0.48vw; height: 0.26vw; width: 0.521vw; right: 0.573vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .number_box .wpcf7-form-control-wrap .wpcf7-not-valid-tip { margin-left: -4.685vw; }
	.contactpop_one .offcanvas-body .form_wrap .inner_form .nice-select .list { max-height: 10.411vw; }
}

/* ========== Contact popup style: End (By Kaushal) ========== */

/* ========== contact_page section 1 style: Start (By Kaushal) ========== */

.since_journey_section { background-color: var(--blackbg); display: block; position: relative; z-index: 1; }
.since_journey_section .since_logo { display: flex; position: absolute; right: -178px; bottom: 60px; max-width: 1000px; z-index: -1; }
.since_journey_section .since_logo img { width: 100%; height: auto; }
.inner_since_journey { display: flex; flex-direction: column; padding: 164px 60px 60px 60px; }
.inner_since_journey .since_title { margin-bottom: 64px; }
.inner_since_journey .since_title h1 { font-family: 'Montserrat-Bold'; font-size: var(--fz96); line-height: 1.22; color: var(--whitetxt); text-transform: uppercase; }
.inner_since_journey .sub_inner_sec { display: flex; flex-direction: column; max-width: 956px; }
.inner_since_journey .sub_inner_sec .top_sub_inner { display: flex; align-items: flex-start; justify-content: space-between; }
.inner_since_journey .sub_inner_sec .bottom_sub_inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; width: 100%; }
.inner_since_journey .sub_inner_sec .contact_detail .left_part { width: 440px; font-family: 'Montserrat-Medium'; font-size: var(--fz20); line-height: 1.6; color: var(--whitetxt); }
.inner_since_journey .sub_inner_sec .contact_detail + .contact_detail { margin-top: 64px; }
.inner_since_journey .sub_inner_sec .contact_detail .link { display: flex; width: 288px; }
.inner_since_journey .sub_inner_sec .contact_detail .right_part { font-family: 'Montserrat-Medium'; font-size: var(--fz20); line-height: 1.6; color: var(--whitetxt); position: relative; display: flex; }
.inner_since_journey .sub_inner_sec .contact_detail .right_part::after { content: ""; border-bottom: 1px solid var(--whitebg); width: 100%; position: absolute; bottom: 6px; left: 0; transition: all 0.3s ease-in-out; }
.inner_since_journey .sub_inner_sec .contact_detail .right_part:hover::after { width: 0; left: auto; right: 0; }

@media (min-width: 1921px) {

	.since_journey_section .since_logo { right: -9.266vw; bottom: 3.123vw; max-width: 52.056vw; }
	.inner_since_journey { min-height: 50.495vw; padding: 8.537vw 3.123vw 3.123vw 3.123vw; }
	.inner_since_journey .since_title { margin-bottom: 3.332vw; }
	.inner_since_journey .sub_inner_sec { max-width: 49.766vw; }
	.inner_since_journey .sub_inner_sec .bottom_sub_inner { gap: 1.041vw; }
	.inner_since_journey .sub_inner_sec .contact_detail .left_part { width: 22.905vw; }
	.inner_since_journey .sub_inner_sec .contact_detail .link { width: 14.992vw; }
	.inner_since_journey .sub_inner_sec .contact_detail .right_part::after { border-bottom: 0.052vw solid var(--whitebg); bottom: 0.312vw; }
}

/* ========== contact_page section 1 style: End (By Kaushal) ========== */

/* ========== contact_page section 2 style: Start (By Kaushal) ========== */

.reach_out_section { display: block; position: relative; padding: 96px 60px; }
.reach_out_section .row_block { align-items: center; }
.reach_out_section .text_content { max-width: 700px; display: block; position: relative; }
.reach_out_section .text_content span { color: var(--blacktxt); font-family: 'Montserrat-Medium'; font-size: var(--fz20); line-height: 1.6; display: flex }
.reach_out_section .text_content h2 { font-family: 'Montserrat-Bold'; font-size: 64px; line-height: 1.22; color: var(--blacktxt); margin-top: 24px; text-transform: uppercase; }
.reach_out_section .text_content p { display: flex; margin-top: 24px; }
.reach_out_section .text_content p a { display: flex; position: relative; color: var(--blacktxt); }
.reach_out_section .text_content p a::after { content: ""; border-bottom: 1px solid var(--blackbg); width: 100%; position: absolute; bottom: 6px; left: 0; transition: all 0.3s ease-in-out; }
.reach_out_section .text_content p a:hover::after { width: 0; left: auto; right: 0; }
.reach_out_section .contact_wrapper { display: block; position: relative; }
.reach_out_section .contact_wrapper .row { row-gap: 24px; margin: 0 -12px; }
.reach_out_section .contact_wrapper .row>* { padding: 0 12px; }
.reach_out_section .contact_wrapper .contact_inner_wrapper { position: relative; padding: 24px; background: var(--lightgraybg100); border-radius: 30px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.reach_out_section .contact_wrapper .contact_inner_wrapper .img_wrap { display: flex; justify-content: center; align-items: center; height: 54px; width: 54px; background: var(--blackbg); border-radius: 50%; }
.reach_out_section .contact_wrapper .contact_inner_wrapper .img_wrap i { display: flex; font-size: 0; width: 20px; margin: 0; }
.reach_out_section .contact_wrapper .contact_inner_wrapper .img_wrap i img { width: 100%; height: auto; }
.reach_out_section .contact_wrapper .contact_inner_wrapper span { display: flex; margin-top: 16px; font-family: 'Montserrat-Bold'; font-size: var(--fz20); line-height: 1.6; color: var(--blacktxt); }
.reach_out_section .contact_wrapper .contact_inner_wrapper p { margin-top: 8px; }
.reach_out_section .contact_wrapper .contact_inner_wrapper .link { display: flex; margin-top: 16px; }
.reach_out_section .contact_wrapper .contact_inner_wrapper .link a { display: flex; position: relative; color: var(--blacktxt); font-family: 'Montserrat-SemiBold'; font-size: var(--fz20); line-height: 1.6; }
.reach_out_section .contact_wrapper .contact_inner_wrapper .link a::after { content: ""; border-bottom: 1px solid var(--blackbg); width: 100%; position: absolute; bottom: 6px; left: 0; transition: all 0.3s ease-in-out; }
.reach_out_section .contact_wrapper .contact_inner_wrapper .link a:hover::after { width: 0; left: auto; right: 0; }
.reach_out_section .contact_wrapper .contact_inner_wrapper i { margin-top: 16px; display: flex; position: relative; color: var(--blacktxt); font-family: 'Montserrat-SemiBold'; font-size: var(--fz20); line-height: 1.6; font-style: normal; }

@media (min-width: 1921px) {

	.reach_out_section { padding: 4.997vw 3.123vw; }
	.reach_out_section .text_content { max-width: 36.439vw; }
	.reach_out_section .text_content h2 { font-size: 3.332vw; margin-top: 1.249vw; }
	.reach_out_section .text_content p { margin-top: 1.249vw; }
	.reach_out_section .text_content p a::after { border-bottom: 0.052vw solid var(--blackbg); bottom: 0.312vw; }
	.reach_out_section .contact_wrapper .row { row-gap: 1.249vw; margin: 0 -0.625vw; }
	.reach_out_section .contact_wrapper .row>* { padding: 0 0.625vw; }
	.reach_out_section .contact_wrapper .contact_inner_wrapper { padding: 1.249vw; border-radius: 1.562vw; }
	.reach_out_section .contact_wrapper .contact_inner_wrapper .img_wrap { height: 2.811vw; width: 2.811vw; }
	.reach_out_section .contact_wrapper .contact_inner_wrapper .img_wrap i { width: 1.041vw; }
	.reach_out_section .contact_wrapper .contact_inner_wrapper span { margin-top: 0.833vw; }
	.reach_out_section .contact_wrapper .contact_inner_wrapper p { margin-top: 0.416vw; }
	.reach_out_section .contact_wrapper .contact_inner_wrapper .link { margin-top: 0.833vw; }
	.reach_out_section .contact_wrapper .contact_inner_wrapper .link a::after { border-bottom: 0.052vw solid var(--blackbg); bottom: 0.312vw; }
	.reach_out_section .contact_wrapper .contact_inner_wrapper i { margin-top: 0.833vw; }
}

/* ========== contact_page section 2 style: End (By Kaushal) ========== */

/* ========== contact_page section 3 style: Start (By Kaushal) ========== */

.assist_section { display: block; position: relative; background: var(--blackbg); padding: 106px 0; }
.assist_inner_section { max-width: 1250px; margin: 0 auto; }
.assist_inner_section .title { margin-bottom: 64px; position: relative; display: block; text-align: center; }
.assist_inner_section .title h2 { font-family: 'Montserrat-Bold'; font-size: var(--fz96); line-height: 1.22; color: var(--whitetxt); text-transform: uppercase; }
.assist_inner_section .title p { margin-top: 24px; color: var(--whitetxt); }
.assist_inner_section .form_wrap { max-width: 1064px; margin: 0 auto; }
.form_block { display: flex; width: 100%; }
.form_block + .form_block { margin-top: 80px; }
.form_block .input-row { width: 50%; display: flex; flex-direction: column; }
.form_block .input-row + .input-row { margin-left: 64px; }
.form-control { position: relative; border-bottom: 1px solid var(--black22) !important; height: 56px; padding: 0 0 16px 0; font-family: 'Montserrat-Medium'; font-size: var(--fz16); line-height: 1.5; color: var(--whitetxt); background: transparent; border: none; border-radius: 0; }
.form-control::placeholder { color: var(--whitetxt); }
.form-control:focus { box-shadow: none; border-color: var(--black22); color: var(--whitetxt); background: transparent; }
.error_msg,
.wpcf7-not-valid-tip { font-family: 'Montserrat-SemiBold'; font-size: var(--fz14); line-height: 1.6; color: var(--redtxt); display: flex; margin: 4px 0 0 0; }
.form_block .textarea_wrap { width: 100%; }
.textarea_wrap .address { height: 140px; }
.form_wrap .form_check { margin-top: 48px; }
.form-group { display: flex; align-items: flex-start; }
.form-group input { display: none; }
.form-group label { position: relative; cursor: pointer; padding-left: 40px; font-family: 'Montserrat-Medium'; font-size: var(--fz16); line-height: 1.5; color: var(--whitetxt); display: flex; }
.form-group label a { display: flex; position: relative; color: var(--whitetxt); }
.form-group label a::after { content: ""; border-bottom: 1px solid var(--whitebg); width: 100%; position: absolute; bottom: 4px; left: 0; transition: all 0.3s ease-in-out; }
.form-group label a:hover::after { width: 0; left: auto; right: 0; }
.form-group label::before { content: ''; position: absolute; left: 0; top: 0; height: 24px; width: 24px; border: 1px solid var(--whitebg); }
.form-group input:checked + label::before { border-color: var(--bluebg); }
.form-group input:checked + label::after { content: ''; display: block; position: absolute; top: 4px; left: 4px; width: 16px; height: 16px; background-color: var(--whitebg); }
.form_wrap .btnlink { display: flex; width: 100%; margin-top: 64px; }
.form_wrap .btnlink .sub_btn { display: flex; justify-content: center; align-items: center; width: 100%; height: 56px; padding: 0 44px; font-family: 'Montserrat-Medium'; font-size: var(--fz16); line-height: 1.5; color: var(--whitetxt); text-transform: uppercase; transition: all 0.3s ease-in-out; border: 1px solid var(--black22); position: relative; overflow: hidden; z-index: 2; background: transparent; }
.form_wrap .btnlink .sub_btn::after { background-color: var(--black22); position: absolute; z-index: -1; top: 100%; left: 0; width: 100%; height: 100%; content: ""; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.form_wrap .btnlink .sub_btn:hover::after { top: 0; }
.form-group .wpcf7-list-item-label { display: inline-flex; }
.form-group .wpcf7-list-item-label::before { content: ''; position: absolute; left: 0; top: 0; height: 24px; width: 24px; border: 1px solid var(--whitebg); }
.form-group input:checked + .wpcf7-list-item-label::before { border-color: var(--bluebg); }
.form-group input:checked + .wpcf7-list-item-label::after { content: ''; display: block; position: absolute; top: 4px; left: 4px; width: 16px; height: 16px; background-color: var(--whitebg); }

@media (min-width: 1921px) {

	.assist_section { padding: 5.518vw 0; }
	.assist_inner_section { max-width: 65.07vw; }
	.assist_inner_section .title { margin-bottom: 3.332vw; }
	.assist_inner_section .title p { margin-top: 1.249vw; }
	.assist_inner_section .form_wrap { max-width: 55.388vw; }
	.form_block + .form_block { margin-top: 4.164vw; }
	.form_block .input-row + .input-row { margin-left: 3.332vw; }
	.form-control { border-bottom: 0.052vw solid var(--black22) !important; height: 2.915vw; padding: 0 0 0.833vw 0; }
	.error_msg { margin: 0.208vw 0 0 0; }
	.textarea_wrap .address { height: 7.288vw; }
	.form_wrap .form_check { margin-top: 2.499vw; }
	.form-group label { padding-left: 2.082vw; }
	.form-group label a::after { border-bottom: 0.052vw solid var(--whitebg); bottom: 0.208vw; }
	.form-group label::before { height: 1.249vw; width: 1.249vw; border: 0.052vw solid var(--whitebg); }
	.form-group input:checked + label::after { top: 0.208vw; left: 0.208vw; width: 0.833vw; height: 0.833vw; }
	.form_wrap .btnlink { margin-top: 3.332vw; }
	.form_wrap .btnlink .sub_btn { height: 2.915vw; padding: 0 2.29vw; border: 0.052vw solid var(--black22); }
}

/* ========== contact_page section 3 style: End (By Kaushal) ========== */

/* ========== product_detail_page section 5 style: Start (By Kaushal) ========== */

.product_detail_broser .broser_bg_img::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.product_detail_broser .broser_dtl_row .broser_dtl_txt { max-width: 976px; }
.product_detail_broser .broser_dtl_row .broser_dtl_txt h6 { padding-bottom: 32px; font-size: var(--fz24); line-height: 1.20; text-transform: capitalize; }
.product_detail_broser .broser_dtl_row .broser_dtl_txt h2 { font-size: var(--fz96); line-height: 1.22; padding-bottom: 32px; }
.product_detail_broser .broser_dtl_row .broser_dtl_txt p { font-family: 'Montserrat-Regular'; color: var(--whitetxt); }
.product_detail_broser .broser_dtl_row .broser_right_img { width: 600px; }
.product_detail_broser .broser_dtl_row .broser_right_img .broser_img_blk::after { content: ''; display: block; padding: 50%; }

@media (min-width: 1921px) {

	.product_detail_broser .broser_dtl_row .broser_dtl_txt { max-width: 50.807vw; }
	.product_detail_broser .broser_dtl_row .broser_dtl_txt h6 { padding-bottom: 1.666vw; }
	.product_detail_broser .broser_dtl_row .broser_dtl_txt h2 { padding-bottom: 1.666vw; }
	.product_detail_broser .broser_dtl_row .broser_right_img { width: 31.234vw; }
}

/* ========== product_detail_page section 5 style: End (By Kaushal) ========== */

/* ========== footer style: Start (By Kaushal) ========== */

footer { padding: 0; background: var(--blackbg); position: relative; }
footer .footer-top-grid { text-align: center; width: 100%; overflow: hidden; }
footer .footer-top-grid .footer-top-grid-content { overflow: hidden; position: relative; color: var(--whitetxt); padding: 96px 0 60px 0; display: flex; height: 100vh; }
.footer-top-grid .footer-top-grid-content .footer-top-grid-title { font-family: 'Montserrat-Bold'; font-size: 140px; line-height: 1.22; text-transform: uppercase; position: relative; }
.footer-top-grid .footer-top-grid-content .footer-top-grid-title span { opacity: 0; display: block; }
.footer-top-grid .footer-top-grid-content .footer-top-grid-title svg { width: 1672px; height: 456px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transform-origin: 47% 22%; }
footer .footer-bottom-grid { max-width: 1672px; margin: 0 auto; }
.footer-bottom-grid .ftr_detail { display: flex; align-items: flex-start; justify-content: space-between; }
.footer-bottom-grid .ftr_detail .news_letter { max-width: 632px; position: relative; display: block; }
.footer-bottom-grid .ftr_detail .news_letter .subscribe { display: flex; font-family: 'Montserrat-SemiBold'; font-size: var(--fz16); line-height: 1.5; color: var(--whitetxt); margin-bottom: 6px; }
.footer-bottom-grid .ftr_detail .news_letter p { font-family: 'Montserrat-Regular'; font-size: var(--fz14); line-height: 1.71; color: var(--whitetxt); margin-bottom: 24px; }
.footer-bottom-grid .ftr_detail .news_letter .news_form { display: flex; width: 100%; flex-direction: column; }
.footer-bottom-grid .ftr_detail .news_letter .news_form .news_mail { min-width: 500px; background: transparent; border-radius: 60px; border: 1px solid var(--whitebg); height: 56px; position: relative; font-family: 'Montserrat-Medium'; font-size: var(--fz16); line-height: 1.5; color: var(--whitetxt); padding: 0 24px; }
.footer-bottom-grid .ftr_detail .news_letter .news_form .news_mail::placeholder { color: var(--whitetxt); }
.footer-bottom-grid .ftr_detail .news_letter .news_form .news_mail:focus { box-shadow: none; border-color: var(--whitebg); color: var(--whitetxt); background: transparent; }
.footer-bottom-grid .ftr_detail .news_letter .news_form .sub_button { display: flex; justify-content: center; align-items: center; width: 100%; height: 56px; padding: 0 24px; font-family: 'Montserrat-Medium'; font-size: var(--fz16); line-height: 1.5; color: var(--whitetxt); transition: all 0.3s ease-in-out; border: 1px solid var(--whitebg); border-radius: 60px; position: relative; overflow: hidden; z-index: 2; background: transparent; margin-left: 24px; }
.footer-bottom-grid .ftr_detail .news_letter .news_form .sub_button:hover { color: var(--blacktxt); }
.footer-bottom-grid .ftr_detail .news_letter .news_form .sub_button::after { background-color: var(--whitebg); position: absolute; z-index: -1; top: 100%; left: 0; width: 100%; height: 100%; content: ""; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.footer-bottom-grid .ftr_detail .news_letter .news_form .sub_button:hover::after { top: 0; }
.footer-bottom-grid .ftr_detail .news_letter .news_form .ftr_form_wrap { display: flex; }



.footer-bottom-grid .ftr_detail .contact_detail .link { display: flex; }
.footer-bottom-grid .ftr_detail .contact_detail .link a { display: flex; position: relative; font-family: 'Montserrat-Regular'; font-size: var(--fz14); line-height: 1.71; color: var(--whitetxt); }
.footer-bottom-grid .ftr_detail .contact_detail .link a::after { content: ""; border-bottom: 1px solid var(--whitebg); width: 0; position: absolute; bottom: 4px; left: auto; right: 0; transition: all 0.3s ease-in-out; }
.footer-bottom-grid .ftr_detail .contact_detail .link a:hover::after { width: 100%; left: 0; right: auto; }
.footer-bottom-grid .ftr_detail .contact_detail .link + .link { margin-top: 16px; }
/* .footer-bottom-grid .ftr_description { border-bottom: 1px solid var(--black22); position: relative; padding-bottom: 68px; } */
.footer-bottom-grid .ftr_description p { font-family: 'Montserrat-Regular'; font-size: var(--fz14); line-height: 1.71; color: var(--whitetxt); max-width: 1100px; }

.footer-bottom-grid .copy_social .copy { font-family: 'Montserrat-Regular'; font-size: var(--fz14); line-height: 1.71; color: var(--whitetxt); }
.footer-bottom-grid .copy_social .media_wrap { display: flex; align-items: center; }
.footer-bottom-grid .copy_social .media_wrap li { display: block; position: relative; }
.footer-bottom-grid .copy_social .media_wrap li + li { margin-left: 16px; }
.footer-bottom-grid .copy_social .media_wrap li a { display: flex; width: 32px; transition: all 0.3s ease-in-out; }
.footer-bottom-grid .copy_social .media_wrap li a:hover { opacity: 0.6; }
.footer-bottom-grid .copy_social .media_wrap li a img { width: 100%; height: auto; }

@media (min-width: 1921px) {

	footer .footer-top-grid .footer-top-grid-content { padding: 4.997vw 0 3.123vw 0; }
	.footer-top-grid .footer-top-grid-content .footer-top-grid-title { font-size: 7.288vw; }
	.footer-top-grid .footer-top-grid-content .footer-top-grid-title svg { width: 87.038vw; height: 23.738vw; }
	footer .footer-bottom-grid { max-width: 87.038vw; }
	.footer-bottom-grid .ftr_detail { margin-bottom: 4.997vw; }
	.footer-bottom-grid .ftr_detail .news_letter { max-width: 32.9vw; }
	.footer-bottom-grid .ftr_detail .news_letter .subscribe { margin-bottom: 0.312vw; }
	.footer-bottom-grid .ftr_detail .news_letter p { margin-bottom: 1.249vw; }
	.footer-bottom-grid .ftr_detail .news_letter .news_form .news_mail { min-width: 26.028vw; border-radius: 3.123vw; border: 0.052vw solid var(--whitebg); height: 2.915vw; padding: 0 1.249vw; }
	.footer-bottom-grid .ftr_detail .news_letter .news_form .sub_button { height: 2.915vw; padding: 0 1.249vw; border: 0.052vw solid var(--whitebg); border-radius: 3.123vw; margin-left: 1.249vw; }
	.footer-bottom-grid .ftr_detail .contact_detail { max-width: 19.053vw; }
	.footer-bottom-grid .ftr_detail .contact_detail span { margin-bottom: 1.249vw; }
	.footer-bottom-grid .ftr_detail .contact_detail .addresh { margin-bottom: 0.833vw; }
	.footer-bottom-grid .ftr_detail .contact_detail .link a::after { border-bottom: 0.052vw solid var(--whitebg); bottom: 0.208vw; }
	.footer-bottom-grid .ftr_detail .contact_detail .link + .link { margin-top: 0.833vw; }
	.footer-bottom-grid .ftr_description { border-bottom: 0.052vw solid var(--black22); padding-bottom: 3.54vw; }
	.footer-bottom-grid .ftr_description p { max-width: 57.262vw; }
	.footer-bottom-grid .copy_social { max-width: 52.056vw; padding: 1.249vw 0; }
	.footer-bottom-grid .copy_social .media_wrap li + li { margin-left: 0.833vw; }
	.footer-bottom-grid .copy_social .media_wrap li a { width: 1.666vw; }
}

/* ========== footer style: End (By Kaushal) ========== */

/* ========== header style: Start (By Kaushal) ========== */

.head_wrap { padding: 44px 52px 44px 51px; pointer-events: none; }
.head_wrap_v2 .logo a .white-logo { opacity: 1; visibility: visible; }
.head_wrap_v2 .logo a .black-logo { opacity: 0; visibility: hidden; }
.open_menu  { overflow: hidden; }
.open_menu  .logo a .white-logo { opacity: 1 !important; visibility: visible !important; }
.open_menu  .logo a .black-logo { opacity: 0 !important; visibility: hidden !important; }
.logo a .white-logo { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; width: 100%; height: auto; }
.header_inner .logo a { position: relative; }
.header_inner * { pointer-events: auto; }
.head_wrap_v2 .navbar_toggler_icon { background: var(--whitebg); }
.head_wrap_v2 .navbar_toggler_icon::before { background: var(--whitebg); }
.head_wrap_v2 .navbar_toggler_icon::after { background: var(--whitebg); }
.head_wrap_v2 .nav_text { color: var(--whitetxt); }
.navi_wrap { position: fixed; left: 0; top: 144px; width: 100%; height: calc(100vh - 144px); height: calc((var(--vh, 1vh) * 100 ) - 144px); transition: all 0.6s ease-in-out; opacity: 0; visibility: hidden; transform: translateY(40px); }
.loaded_wrap .navi_wrap { opacity: 1; visibility: visible; transform: translateY(0); }
.bg_menu_shap { z-index: -1 !important; }
.head_wrap .navigation_bar { display: flex; align-items: center; height: 100%; border-top: 1px solid var(--black22); padding: 0 60px 0 60px; }
.head_wrap .navigation_bar .left_part { width: 40%; border-right: 1px solid var(--black22); height: 100%; display: flex; flex-direction: column; justify-content: center; overflow-y: auto; overflow-x: hidden; }
.head_wrap .navigation_bar .left_part ul { padding: 0 64px; max-height: 100%; }
.head_wrap .navigation_bar .left_part ul li { padding: 32px 0; display: flex; }
.head_wrap .navigation_bar .left_part ul li + li { border-top: 1px solid var(--black22); }
.head_wrap .navigation_bar .left_part ul li a { display: flex; align-items: center; font-family: 'Montserrat-Bold'; font-size: var(--fz44); line-height: 1.22; color: var(--whitetxt); text-transform: uppercase; transition: all 0.3s ease-in-out; position: relative; width: 100%; }
.head_wrap .navigation_bar .left_part ul li a span { display: flex; width: 0; height: 0; transition: all 0.3s ease-in-out; }
.head_wrap .navigation_bar .left_part ul li a span img { width: 100%; height: auto; }
.head_wrap .navigation_bar .left_part ul li a:hover span { height: 32px; width: 32px; margin-right: 24px; }
.head_wrap .navigation_bar .left_part ul li.active a span { height: 32px; width: 32px; margin-right: 24px; }
.head_wrap .navigation_bar .right_part { width: 60%; height: 100%; overflow-y: auto; overflow-x: hidden; }
.about_hover_section { margin: 266px 0 0 102px; display: none; }
.about_hover_section .top_wrapper { max-width: 660px; align-items: flex-end; }
.about_hover_section .box_wrap { display: flex; position: relative; }
.about_hover_section .box_wrap + .box_wrap { margin-top: 24px; }
.about_hover_section .box_wrap .text_wrap { font-family: 'Montserrat-Bold'; font-size: var(--fz96); line-height: 1.22; color: var(--whitetxt); text-transform: uppercase; z-index: 1; }
.about_hover_section .top_wrapper .img_wrap { position: absolute; right: 0; top: -156px; }
.about_hover_section .box_wrap .img_wrap { display: flex; width: 300px; height: 300px; border-radius: 50%; overflow: hidden; }
.about_hover_section .box_wrap .img_wrap img { width: 100%; height: auto; max-width: 100%; max-height: 100%; object-fit: cover; }
.about_hover_section .bottom_wrapper { max-width: 510px; margin-left: auto; }
.about_hover_section .bottom_wrapper .text_wrap { text-align: end; }
.about_hover_section .bottom_wrapper .img_wrap { margin-right: -86px; }
.product_hover_section { margin: 60px 0 0 60px; display: none; }
.product_hover_section .row { margin: 0 -22px; row-gap: 44px; }
.product_hover_section .row>* { padding: 0 22px; }
.product_hover_section .pro_hover_box { display: flex; width: 100%; flex-direction: column; }
.product_hover_section .pro_hover_box .img_wrap { display: flex; width: 100%; overflow: hidden; position: relative; }
.product_hover_section .pro_hover_box .img_wrap::after { content: ""; display: block; padding: 36% 50%; }
.product_hover_section .pro_hover_box .img_wrap img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 0.3s ease-in-out; }
.product_hover_section .pro_hover_box:hover .img_wrap img { transform: scale(1.2); }
.product_hover_section .pro_hover_box .text { margin-top: 24px; font-family: 'Montserrat-Bold'; font-size: var(--fz32); line-height: 1.22; color: var(--whitetxt); text-transform: uppercase; }
.catalogues_hover_section { margin: 86px 0 0 60px; display: none; }
.catalogues_hover_section .catalogues_box { display: flex; align-items: center; max-width: 912px; }
.catalogues_hover_section .catalogues_box + .catalogues_box { margin-top: 64px; }
.catalogues_hover_section .cata_flexrev { flex-direction: row-reverse; }
.catalogues_hover_section .catalogues_box .content { font-family: 'Montserrat-Bold'; font-size: var(--fz96); line-height: 1.22; color: var(--whitetxt); text-transform: uppercase; z-index: 1; }
.catalogues_hover_section .cata_flexrev .content { text-align: end; }
.catalogues_hover_section .catalogues_box .images_box { display: flex; width: 350px; height: 350px; border-radius: 50%; overflow: hidden; margin: 0 0 0 -30px; }
.catalogues_hover_section .cata_flexrev .images_box { margin: 0 -140px 0 0; }
.catalogues_hover_section .catalogues_box .images_box img { width: 100%; height: auto; max-width: 100%; max-height: 100%; object-fit: cover; }

@media (min-width: 1921px) {

	.head_wrap { padding: 2.29vw 2.707vw 2.29vw 2.655vw; }
	.navi_wrap { top: 7.496vw; height: calc(100vh - 7.496vw); transform: translateY(2.082vw); }
	.head_wrap .navigation_bar { padding: 0 3.123vw 0 3.123vw; }
	.head_wrap .navigation_bar .left_part ul { padding: 0 3.332vw; }
	.head_wrap .navigation_bar .left_part ul li { padding: 1.666vw 0; }
	.head_wrap .navigation_bar .left_part ul li a:hover span { height: 1.666vw; width: 1.666vw; margin-right: 1.249vw; }
	.head_wrap .navigation_bar .left_part ul li.active a span { height: 1.666vw; width: 1.666vw; margin-right: 1.249vw; }
	.about_hover_section { margin: 13.847vw 0 0 5.31vw; }
	.about_hover_section .top_wrapper { max-width: 34.357vw; }
	.about_hover_section .box_wrap + .box_wrap { margin-top: 1.249vw; }
	.about_hover_section .top_wrapper .img_wrap { top: -8.121vw; }
	.about_hover_section .box_wrap .img_wrap { width: 15.617vw; height: 15.617vw; }
	.about_hover_section .bottom_wrapper { max-width: 26.549vw; }
	.about_hover_section .bottom_wrapper .img_wrap { margin-right: -4.477vw; }
	.product_hover_section { margin: 3.123vw 0 0 3.123vw; }
	.product_hover_section .row { margin: 0 -1.145vw; row-gap: 2.29vw; }
	.product_hover_section .row>* { padding: 0 1.145vw; }
	.product_hover_section .pro_hover_box .text { margin-top: 1.249vw; }
	.catalogues_hover_section { margin: 4.477vw 0 0 3.123vw; }
	.catalogues_hover_section .catalogues_box { max-width: 48.475vw; }
	.catalogues_hover_section .catalogues_box + .catalogues_box { margin-top: 3.332vw; }
	.catalogues_hover_section .catalogues_box .images_box { width: 18.22vw; height: 18.22vw; margin: 0 0 0 -1.562vw; }
	.catalogues_hover_section .cata_flexrev .images_box { margin: 0 -7.288vw 0 0; }
}

/* ========== header style: End (By Kaushal) ========== */

/* ========== brosser popup style: Start (By Kaushal) ========== */

.brosserpop_one .offcanvas-header h5 { display: block; }
.brosserpop_one .offcanvas-body { margin-top: 24px; }
.brosserpop_one .offcanvas-body .form_wrap .btnlink { margin-top: 0; }
.brosserpop_one .offcanvas-body .form_wrap .inner_form .d-block .input-row + .input-row { margin: 50px 0 0 0; }

@media (min-width: 1921px) {

	.brosserpop_one .offcanvas-body { margin-top: 1.249vw; }
	.brosserpop_one .offcanvas-body .form_wrap .inner_form .d-block .input-row + .input-row { margin: 2.603vw 0 0 0; }
}

/* ========== brosser popup style: End (By Kaushal) ========== */

/* Header Start */

header { width: 100%; position: fixed; left: 0; top: 0; width: 100%; padding: 44px 60px; z-index: 999; }
.header_inner { width: 100%; position: relative; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: space-between; }
.logo a img { width: 180px; height: auto; transition: all 0.3s ease-in-out; }

.menubar { position: relative; z-index: unset; }

.menubar .hamburger_btn { position: relative; align-items: center; align-content: center; background: none !important; border: none !important; outline: none !important; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; padding: 0; margin: 0; text-align: left; }
.hamburger_btn .hamburger_icon { display: -ms-flexbox; display: flex; align-items: center; justify-content: center; align-content: center; height: 56px; width: 56px; border: solid 1px #E2E2E2; border-radius: 50%; margin-right: 16px; }

.navbar_toggler_icon { width:24px; height:2px; border-radius: 4px;  background:var(--blackbg); position: relative; }
.navbar_toggler_icon:after {content:''; width:24px; height:2px; border-radius: 4px; position:absolute; left:0; right:0; bottom:-8px; background:var(--blackbg); }
.navbar_toggler_icon:before {content:''; width:24px; height:2px; border-radius: 4px; position:absolute; left:0; right:0; top:-8px; background:var(--blackbg); }
.navbar_toggler_icon:after ,
.navbar_toggler_icon:before { -webkit-transition-duration: .3s, .3s, .3s; transition-duration: .3s, .3s, .3s; -webkit-transition-delay: .3s, 0s, .3s; transition-delay: .3s, 0s, .3s; }
.navbar_toggler_icon:after {  -webkit-transition-property:bottom , transform ,background; transition-property:bottom , transform ,background; }
.navbar_toggler_icon:before {  -webkit-transition-property:top , transform ,background; transition-property:top , transform ,background;  }

.active .navbar_toggler_icon  { background:none; }
.active .navbar_toggler_icon:after { bottom:0; transform:rotate(45deg); background:var(--whitebg) }
.active .navbar_toggler_icon:before { top:0; transform:rotate(-45deg); background:var(--whitebg) }
.active .navbar_toggler_icon:after ,
.active .navbar_toggler_icon:before {-webkit-transition-delay: 0s, .3s, .0s; transition-delay:0s, .3s, .0s;}
.nav_text { font-family: 'Montserrat-SemiBold'; font-size: var(--fz18); line-height: 1.555556; color: var(--blacktxt); }

.nav_text { overflow: hidden; text-align: right; text-transform: uppercase; font-weight: bold; position: relative; width: 63px; }
.nav_text_before { top: 0; right: 0; position: absolute; transition: 0.3s all ease-in-out; }
.nav_text ,
.nav_text_after,
.nav_text_before { height: 28px; }
.open_menu .nav_text_before { top: -20px; color: var(--whitetxt); }
.nav_text_after { top: 28px; right: 0; position: absolute; transition: 0.3s all  ease-in-out; }
.open_menu .nav_text_after { top: 0; color: var(--whitetxt); }

.bg_menu_shap { position: fixed; top: 44px; right: 139px; background-color: var(--blackbg); height: 56px; width: 56px; border-radius: 50%; -webkit-transform: scale(0) translate3d(1%, 1%, 0); -moz-transform: scale(0) translate3d(1%, 1%, 0); -ms-transform: scale(0) translate3d(1%, 1%, 0); transform: scale(0) translate3d(1%, 1%, 0); z-index: 998; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
body.open_menu .bg_menu_shap { -webkit-transform: scale(75) translate3d(1%, 1%, 0); -moz-transform: scale(75) translate3d(1%, 1%, 0); -ms-transform: scale(75) translate3d(1%, 1%, 0); transform: scale(75) translate3d(1%, 1%, 0);  }

.extra_header_wrap { position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 0; clip: rect(auto, auto, auto, auto); pointer-events: none !important; }
.open_menu  .extra_header_wrap { opacity: 0; visibility: hidden; z-index: 2; }
.extra_header_wrap * { pointer-events: none !important; }
.black_sec .head_wrap .logo a img.black-logo { opacity: 0; visibility: hidden; }
.black_sec .head_wrap .logo a img.white-logo { opacity: 1; visibility: visible; }
.black_sec .head_wrap .nav_text { color: var(--whitetxt); }
.black_sec .head_wrap .navbar_toggler_icon:after { background: var(--whitebg); }
.black_sec .head_wrap .navbar_toggler_icon:before { background: var(--whitebg); }
.black_sec .head_wrap .navbar_toggler_icon { background: var(--whitebg); }

/* .blackbgwrap .extra_header_wrap { width: 100vw; left: auto; right: 0; } */

@media (min-width: 1921px) {
	.head_wrap { padding: 2.29vw 3.123vw; }
	.logo a img { width: 9.37vw; }
	.hamburger_btn .hamburger_icon { height: 2.915vw; width: 2.915vw; border: solid 1px #E2E2E2; margin-right: 0.833vw; }
	
	.navbar_toggler_icon { width:1.249vw; height:0.104vw; border-radius: 0.208vw; }
	.navbar_toggler_icon:after {width:1.249vw; height:0.104vw; border-radius: 0.208vw; bottom:-0.416vw; }
	.navbar_toggler_icon:before {width:1.249vw; height:0.104vw; border-radius: 0.208vw; top:-0.416vw; }
	.nav_text { width: 3.28vw; }
	.nav_text ,
	.nav_text_after,
	.nav_text_before { height: 1.458vw; }
	.open_menu .nav_text_before { top: -1.041vw; }
	.nav_text_after { top: 1.458vw; }
	.open_menu .nav_text_after { top: 0; }
	
	.bg_menu_shap { top: 2.29vw; right: 7.236vw; height: 2.915vw; width: 2.915vw; }
	
}
/* Header End */

.split_word > div { overflow: hidden; vertical-align: top; }
.split_word > strong > div { overflow: hidden; vertical-align: top; }
.split_word > span > div { overflow: hidden; vertical-align: top; }

/* Home Banner Start */
.home_wrap { width: 100%; position: relative; padding-top: 196px; }
.home_top_txt { max-width: 1200px; margin: 0 auto; text-align: center; padding-bottom: 96px; }
.subtitle_banner_home { width: 100%; position: relative; }
.subtitle_banner_home h1 { font-size: var(--fz124); line-height: normal; text-transform: uppercase; font-family: 'Montserrat-Bold'; color: var(--blacktxt); margin-bottom: 24px; }
.subtitle_banner_home p + h1 { margin-top: 24px; }
.load_fade_txt { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; opacity: 0; visibility: hidden; }
.load-content .load_fade_txt { opacity: 1; visibility: visible; }
@media (min-width: 1921px) {
	.home_wrap {padding-top: 10.203vw;  }
	.home_top_txt { max-width: 62.467vw; padding-bottom: 4.997vw; }
	.subtitle_banner_home h1 { margin-bottom: 1.249vw; }
	.subtitle_banner_home p + h1 { margin-top: 1.249vw; }
}

/* Home Banner End */

/* Home Scroll Section Start by mit*/
.home_hori_wrap { width: 100%; position: relative; overflow: hidden; }
.home_hori_wrap .shap_white_ani { position: absolute; top: 0; bottom: 0; width: 60px; background-color: #fff; z-index: 99; }
.home_hori_wrap .left_shap_white { left: 0; }
.home_hori_wrap .right_shap_white { right: 0; }
.home_hori_pin .home_hori_track { display: -ms-flexbox; display: flex; min-width: 100vw;  -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
.home_hori_pin .main_hori_img { width: 100vw; min-width: 100vw; height: 100vh; overflow: hidden; }
.home_hori_pin .main_hori_img > img { width: 100%; height: 100%; object-fit: cover; }
/* .img_mian_scale { opacity: 1; visibility: visible; transform: scale(1.3); -webkit-transition: transform 0.5s ease-in-out; -moz-transition: transform 0.5s ease-in-out; -ms-transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; pointer-events: none; position: absolute; top: 0; left: 0; z-index: 3; }
body.load-content .img_mian_scale { transform: scale(1.1943);  }
body.load-content-delay .img_mian_scale { opacity: 0; visibility: hidden;  } */
.img_mian_scale { opacity: 1; visibility: visible; transform: scale(1.3); -webkit-transition: transform 0.5s ease-in-out; -moz-transition: transform 0.5s ease-in-out; -ms-transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; pointer-events: none; position: absolute; top: 0; left: 0; z-index: 3; }
body:not(.load-content-delay) .img_mian_hori { -webkit-transition: transform 0.5s ease-in-out; -moz-transition: transform 0.5s ease-in-out; -ms-transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; }
body:not(.load-content) .img_mian_hori { transform: scale(1.5) !important;  }
.img_mian_scale { opacity: 0; visibility: hidden;  }

.blackbgwrap {  width: 200vw; height: 100vh; 
	/* background-color: #000; */
	background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(0,0,0,1) 50%);
	position: absolute; top: 0; left: 0; }
.crafting_wrap { width: 1091px; min-width: 1091px; }
.crafting_wrap_inner { height: 100vh; align-self: flex-start; display: -ms-flexbox; display: flex; align-items: flex-end; position: relative; }
.crafting_top_wrap { position: absolute; top: 44px; right: 60px; border-left: solid 1px var(--blackbg); padding: 0 0 0 16px; }
.crafting_top_wrap p { font-family: 'Montserrat-Medium'; font-size: 18px; line-height: 1.55556; }
.crafting_wrap .crafting_blk { width: 100%; position: relative; }
.crafting_blk .crafting_img_wrap { width: 500px; }
.crafting_blk .crafting_img_wrap .img_box_crafting { width: 100%; position: relative; overflow: hidden; }
.crafting_blk .crafting_img_wrap .img_box_crafting::after { content: ''; display: block; padding: 40% 50%; }
.crafting_blk .crafting_img_wrap .img_box_crafting img { position: absolute; top: 0; left: 0; width: 120%; height: 120%; object-fit: cover; }
.crafting_blk .crafting_img_dtl { width: 100%; position: relative; padding: 44px 0 116px 294px; }
.crafting_blk .crafting_img_dtl .sub_title_crafting { position: relative; padding: 0 0 0 32px; font-family: 'Montserrat-SemiBold'; font-size: 16px; line-height: 1.5; color: var(--blacktxt); }
.crafting_blk .crafting_img_dtl .sub_title_crafting:after { content: ''; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 23px; height: 1px; background-color: var(--blackbg); margin-bottom: 24px; }
.crafting_img_dtl h4 { font-family: 'Montserrat-Bold'; font-size: 54px; line-height: normal; color: var(--blacktxt); }

@media (min-width: 1921px) {
	.crafting_top_wrap { position: absolute; top: 2.29vw; right: 3.123vw; padding: 0 0 0 0.833vw; }
	.crafting_top_wrap p { font-size: 0.937vw; }
	.home_hori_wrap .shap_white_ani { width: 3.123vw; }
	.crafting_wrap { width: 56.793vw; min-width: 56.793vw; }
	.crafting_blk .crafting_img_wrap { width: 26.028vw; }
	.crafting_blk .crafting_img_dtl { padding: 2.29vw 0 6.039vw 15.305vw; }
	.crafting_blk .crafting_img_dtl .sub_title_crafting { padding: 0 0 0 1.666vw; font-size: 0.833vw; }
	.crafting_blk .crafting_img_dtl .sub_title_crafting:after { width: 1.197vw; height: 0.052vw; margin-bottom: 1.249vw; }
	.crafting_img_dtl h4 { font-size: 2.811vw; color: var(--blacktxt); }
}

.black_white_text_pin { min-height: 100vh; display: -ms-flexbox; display: flex; position: relative; }
.black_white_text_bottom_main { position: absolute; bottom: 44px; right: 60px;mix-blend-mode: exclusion !important; z-index: 3; }
.black_white_text_bottom {  padding-top: 16px;  font-size: 18px; line-height: 1.55555556; color: var(--whitetxt); }
.black_white_text_bottom_main .black_white_text_bottom:after { content: ''; top: 0; left: 0; height: 1px; background-color: var(--whitebg); width: 40px; position: absolute;}
.black_white_text_pin .center_text_img[data-outer-image] { position: absolute; }
.black_white_text { width: 100vw; min-width: 100vw;   align-self: flex-start; position: relative; background-color: var(--whitebg); }
.black_white_text_hori { width: 100%; height: 100vh; }
.center_text { max-width: 1750px; margin: 0 auto; position: relative; z-index: 3; mix-blend-mode: exclusion !important; align-self: center; }
.about_dtl_wrp_blank { width: 100vw; min-width: 100vw; pointer-events: none; }
.blank_div { width: 100vw; min-width: 100vw; pointer-events: none; }
.center_text h2 { font-family: 'Montserrat-Bold'; text-align: center; font-size: 140px; line-height: normal; text-transform: uppercase; color: var(--whitetxt); position: relative; z-index: 2; }
.black_white_text_pin .center_text_img[data-outer-image] ,
.center_text .center_text_img  { position: absolute; width: 300px; overflow: hidden; border-radius: 50%; z-index: 4; }
.center_text .center_text_img.center_text_img_1 { top: -208px; left: 15px; }
.center_text .center_text_img.center_text_img_2 { top: -198px; right: 16px; }
.center_text .center_text_img.center_text_img_3 { bottom: -208px; left: 275px; }
.black_white_text_pin .center_text_img[data-outer-image]::after,
.center_text .center_text_img:after { content: ''; display: block; padding: 50% 50%; }
.black_white_text_pin .center_text_img[data-outer-image] img,
.center_text .center_text_img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.black_bgover { position: absolute; top: 0; right: 0; background-color: var(--blackbg); bottom: 0; width: 0; }
.black_white_text_pin .center_text_img[data-inner-image] { opacity: 0; visibility: hidden; }

@media (min-width: 1921px) {
	.black_white_text_bottom_main { bottom: 2.29vw; right: 3.123vw; }
	.black_white_text_bottom { padding-top: 0.833vw;  font-size: 0.937vw; }
	.black_white_text_bottom_main .black_white_text_bottom:after { height: 0.052vw; width: 2.082vw; }
	.center_text { max-width: 91.098vw; }
	.center_text h2 { font-size: 7.288vw; }
	.black_white_text_pin .center_text_img[data-outer-image] ,
	.center_text .center_text_img  { width: 15.617vw; }
	.center_text .center_text_img.center_text_img_1 { top: -10.828vw; left: 0.781vw; }
	.center_text .center_text_img.center_text_img_2 { top: -10.307vw; right: 0.833vw; }
	.center_text .center_text_img.center_text_img_3 { bottom: -10.828vw; left: 14.315vw; }
}

.about_dtl_wrp.scroll_ani_img { position: relative; }
.about_dtl_wrp { min-width: 100vw; width: 100vw; }
.about_dtl_block { display: -ms-flexbox; display: flex; width: 100%;  overflow: hidden; height: 100vh; }
.about_dtl_block .about_dtl_left { width: 50%; display: -ms-flexbox; display: flex; position: relative; height: 100vh; }
.about_dtl_img_blk { position: relative; width: 100%; height: 100%; z-index: 2; }
.about_dtl_img_blk:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); }
.about_dtl_img_blk img { width: 100%; height: 100%; object-fit: cover; }
.about_dtl_list_block { position: absolute; bottom: 0; left: 0;  width: 100%; padding: 60px 60px 60px 220px; z-index: 3; }
.about_dtl_list_block .about_dtl_title { width: 100%; position: relative; }
.about_dtl_list_block .about_dtl_title h3 { width: 100%; position: relative; font-family: 'Montserrat-Regular'; font-size: 84px; line-height: normal; color: var(--whitetxt); }
.about_dtl_list_block .about_dtl_title h3 strong { width: 100%; position: relative; display: block; font-family: 'Montserrat-Bold'; }
.about_dtl_list { width: 100%; position: relative; padding-top: 32px; }
.about_dtl_list ul { width: 100%; position: relative; }
.about_dtl_list ul li { width: 100%; position: relative; }
.about_dtl_list ul li:not(:last-child) { border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
.about_dtl_list ul li .dtl_list_txt { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: space-between; padding: 32px 0; position: relative; font-size: 26px; color: var(--whitetxt); font-family: 'Montserrat-Medium'; line-height: 1.2308; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.about_dtl_list ul li .dtl_list_txt:after { content: ''; position: absolute; left: 18px; top: 50%; -webkit-transform: translateY(-50%) scale(0); -moz-transform: translateY(-50%) scale(0); -ms-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); width: 5px; height: 5px; border-radius: 50%; background-color: var(--whitebg); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.about_dtl_list ul li .dtl_list_txt:hover:after { -webkit-transform: translateY(-50%) scale(1); -moz-transform: translateY(-50%) scale(1); -ms-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); -webkit-transition: all 0.3s ease-in-out 0.2s; -moz-transition: all 0.3s ease-in-out 0.2s; -ms-transition: all 0.3s ease-in-out 0.2s; transition: all 0.3s ease-in-out 0.2s; }
.about_dtl_list ul li .dtl_list_txt:hover { padding-left: 40px; }
.about_dtl_list ul li .dtl_list_txt .arrow_img_btn { display: -ms-flexbox; display: flex; width: 32px; }
.about_dtl_list ul li .dtl_list_txt .arrow_img_btn img { width: 100%; height: auto; }
.dtl_list_txt .img_on_hover { position: absolute; opacity: 0; visibility: hidden; left: 0; pointer-events: none; width: 160px; border-radius: 50%; overflow: hidden; }
.dtl_list_txt .img_on_hover:after { content: ''; display: block; padding: 50%;  }
.dtl_list_txt .img_on_hover img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.about_dtl_block .about_dtl_right { width: 50%; position: relative; height: 2300px; } /* height: 2160px; */
.about_dtl_block .about_dtl_right .dtl_listing_img { position: absolute; }
.about_dtl_block .about_dtl_right .dtl_listing_img .tn-atom { position: relative; display: flex; width: 100%; }
.about_dtl_block .about_dtl_right .dtl_listing_img .tn-atom img { position: absolute; left: 0; top: 0; height: 100%; width: 100%; object-fit: cover; }
.about_dtl_block .about_dtl_right .dtl_list_img1 { top: 44px; left: 44px; width: 300px; }
.about_dtl_block .about_dtl_right .dtl_list_img1 .tn-atom::after { content: ""; display: block; padding: 100% 0 0 100%; }
.about_dtl_block .about_dtl_right .dtl_list_img2 { top: 0; right: 0; width: 400px; }
.about_dtl_block .about_dtl_right .dtl_list_img2 .tn-atom::after { content: ""; display: block; padding: 125% 0 0 100%; }
.about_dtl_block .about_dtl_right .dtl_list_img3 { top: 480px; left: 84px; width: 400px; }
.about_dtl_block .about_dtl_right .dtl_list_img3 .tn-atom::after { content: ""; display: block; padding: 150% 0 0 100%; }
.about_dtl_block .about_dtl_right .dtl_list_img4 { top: 630px; right: 0; width: 300px; }
.about_dtl_block .about_dtl_right .dtl_list_img4 .tn-atom::after { content: ""; display: block; padding: 100% 0 0 100%; }
.about_dtl_block .about_dtl_right .dtl_list_img5 { bottom: 480px; left: 44px; width: 400px; }
.about_dtl_block .about_dtl_right .dtl_list_img5 .tn-atom::after { content: ""; display: block; padding: 150% 0 0 100%; }
.about_dtl_block .about_dtl_right .dtl_list_img6 { bottom: 780px; right: 52px; width: 400px; }
.about_dtl_block .about_dtl_right .dtl_list_img6 .tn-atom::after { content: ""; display: block; padding: 75% 0 0 100%; }
.about_dtl_block .about_dtl_right .dtl_list_img7 { bottom: 44px; left: 0; width: 300px; }
.about_dtl_block .about_dtl_right .dtl_list_img7 .tn-atom::after { content: ""; display: block; padding: 100% 0 0 100%; }
.about_dtl_block .about_dtl_right .dtl_list_img8 { bottom: 90px; right: 0; width: 400px; }
.about_dtl_block .about_dtl_right .dtl_list_img8 .tn-atom::after { content: ""; display: block; padding: 140% 0 0 100%; }

@media (min-width: 1921px) {
	.about_dtl_list_block { padding: 3.123vw 3.123vw 3.123vw 11.452vw; }
	.about_dtl_list_block .about_dtl_title h3 { font-size: 4.373vw; }
	.about_dtl_list { padding-top: 1.666vw; }
	.about_dtl_list ul li:not(:last-child) { border-bottom-width:0.052vw; }
	.about_dtl_list ul li .dtl_list_txt { padding: 1.666vw 0; font-size: 1.353vw; }
	.about_dtl_list ul li .dtl_list_txt:after { left: 0.937vw; width: 0.26vw; height: 0.26vw; }
	.about_dtl_list ul li .dtl_list_txt:hover { padding-left: 2.082vw; }
	.about_dtl_list ul li .dtl_list_txt .arrow_img_btn { width: 1.666vw; }
	.dtl_list_txt .img_on_hover { width: 8.329vw; }
	.about_dtl_block .about_dtl_right { height: 119.729vw; } /* height: 2160px; */
	.about_dtl_block .about_dtl_right .dtl_list_img1 { top: 2.29vw; left: 2.29vw; width: 15.617vw; }
	.about_dtl_block .about_dtl_right .dtl_list_img2 { width: 20.822vw; }
	.about_dtl_block .about_dtl_right .dtl_list_img3 { top: 24.987vw; left: 4.373vw; width: 20.822vw; }
	.about_dtl_block .about_dtl_right .dtl_list_img4 { top: 32.795vw; width: 15.617vw; }
	.about_dtl_block .about_dtl_right .dtl_list_img5 { bottom: 24.987vw; left: 2.29vw; width: 20.822vw; }
	.about_dtl_block .about_dtl_right .dtl_list_img6 { bottom: 40.604vw; right: 2.707vw; width: 20.822vw; }
	.about_dtl_block .about_dtl_right .dtl_list_img7 { bottom: 2.29vw; left: 0; width: 15.617vw; }
	.about_dtl_block .about_dtl_right .dtl_list_img8 { bottom: 4.685vw; right: 0; width: 20.822vw; }
}

.manufacturer_sec { /*min-height: 100vh;*/ height: 1500px; position: relative; display: -ms-flexbox; display: flex; overflow: hidden; }
.manufacturer_sec .manufacturer_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.manufacturer_sec .manufacturer_img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.manufacturer_sec .manufacturer_img::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-color: rgba(0, 0, 0, .5); }
.manufacturer_inner { position: relative; top: 0; z-index: 3; width: 100%; max-width: 1675px; margin: 0 auto; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding: 96px 0 64px; }
.manufacturer_inner .manufacturer_title { width: 100%; position: relative; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; -ms-flex-preferred-size: auto; flex-basis: auto; }
.manufacturer_title h2 { font-size: 96px; font-family: 'Montserrat-Regular'; line-height: normal; color: var(--whitetxt); text-transform: uppercase; }
.manufacturer_title h2 .line-txt { overflow: hidden; }
.manufacturer_title h2 strong { font-weight: normal; font-family: 'Montserrat-Bold'; display: block; width: 100%; }

.manufacturer_bottom { width: 100%; position: relative; padding-top: 64px; -ms-flex-positive: 0;
flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: auto; flex-basis: auto; -ms-flex-item-align: end; align-self: flex-end; }
.manufacturer_bottom p { font-family: 'Montserrat-Medium'; font-size: 20px; line-height: 1.6; color: var(--whitetxt); text-transform: uppercase; }
.manufacturer_bottom .w3n_btn { padding-top: 64px; }
.w3n_btn { display: -ms-flexbox; display: flex; align-items: center; align-content: center; width: 100%; }
.w3n_btn a { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; text-align: center; padding: 10px 40px; background-color: transparent; border: solid 2px var(--whitetxt); font-family: 'Montserrat-Medium'; color: var(--whitetxt); font-size: var(--fz16); min-width: 191px; min-height: 56px; z-index: 2; position: relative; overflow: hidden; }
.w3n_btn a:after { background-color: var(--whitebg); position: absolute; z-index: -1; top: 100%; left: 0; width: 100%; height: 100%; content: ""; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.w3n_btn a:hover { color: var(--blacktxt); }
.w3n_btn a:hover:after { top: 0; }

@media (min-width: 1921px) {
	.manufacturer_sec { height: 78.084vw; }
	.manufacturer_inner { max-width: 87.194vw; padding: 4.997vw 0 3.332vw; }
	.manufacturer_title h2 { font-size: 4.997vw; }
	.manufacturer_bottom { padding-top: 3.332vw; }
	.manufacturer_bottom p { font-size: 1.041vw; }
	.manufacturer_bottom .w3n_btn { padding-top: 3.332vw; }
	.w3n_btn a { padding: 0.521vw 2.082vw; border-width: 0.104vw; min-width: 9.943vw; min-height: 2.915vw; }
}


.simmilar_filters { width: 100%; position: relative; }
.simmilar_filters ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; margin: 0 -12px; }
.simmilar_filters ul li { padding: 12px; }
.simmilar_filters ul li a:after,
.simmilar_filters ul li a { display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; text-align: center; padding: 11px 35px; min-height: 48px; border-radius: 48px; border: solid 1px var(--blackbg300); color: var(--blacktxt300); font-family: 'Montserrat-Regular'; font-size: 16px; line-height: 1.5; flex-direction: column; }
.simmilar_filters ul li a:after { content: attr(data-title); padding: 0; border: none !important; min-height: 1px; height: 1px;overflow: hidden; opacity: 0; visibility: hidden; margin-top: -1px; font-family: 'Montserrat-SemiBold'; }
.simmilar_filters ul li a.active { font-family: 'Montserrat-SemiBold'; }
.simmilar_filters ul li a.active,
.simmilar_filters ul li a:hover { background-color: var(--blackbg); border-color: var(--blackbg); color: var(--whitetxt);  }

.home_wrap .similar_inner_product .simmilar_title h2 span { display: block; }

.simmilar_main_list { width: 100%; position: relative; padding-top: 18px; }
.similar_product.similar_product_v2 { padding-bottom: 62px; }
.similar_product_v2 .similar_inner_product .simmilar_title { margin-bottom: 30px; }
.similar_product_v2 .simmilar_row .simmilar_col { width: 33.33%; }
.similar_product_v2 .simmilar_row .simmilar_col .sim_pro .img_wrap:after{ padding: 37.115% 50%; }
.simmilar_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -34px; justify-content: center; }
.simmilar_row .simmilar_col { width: 20%; padding: 34px; }
.simmilar_row .simmilar_col .sim_pro { display: block; width: 100%; }
.simmilar_row .simmilar_col .sim_pro .img_wrap { overflow: hidden; position: relative; margin-bottom: 16px; } 
.simmilar_row .simmilar_col .sim_pro .img_wrap:after { content: ''; display: block; padding: 67.86% 50%; }
.simmilar_row .simmilar_col .sim_pro .img_wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.simmilar_row .simmilar_col a.sim_pro:hover .img_wrap img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.simmilar_row .simmilar_col .sim_pro span {display: flex; font-family: 'Montserrat-SemiBold'; font-size: var(--fz18); line-height: 1.33; color: var(--blacktxt); margin-bottom: 12px; text-transform: capitalize;}
.simmilar_row .simmilar_col .sim_pro p { font-family: 'Montserrat-Regular'; font-size: var(--fz16); line-height: 1.25; }

.similar_product_back { background-color: var(--blackbg); }
.similar_product_back .simmilar_filters ul li a.active,
.similar_product_back .simmilar_filters ul li a:hover { background-color: var(--whitebg); color: var(--blacktxt); }
.similar_product_back .similar_inner_product .simmilar_title { margin-bottom: 32px; }
.similar_product_back .similar_inner_product .simmilar_title h2 { color: var(--whitetxt); line-height: normal; }
.similar_product_back .similar_inner_product .simmilar_title ul li { color: var(--blacktxt300); }
.similar_product_back .similar_inner_product .simmilar_title ul li span { color: var(--whitetxt); }
.similar_product_back .simmilar_row .simmilar_col .sim_pro span { color: var(--whitetxt); }
.similar_product_back .simmilar_row .simmilar_col .sim_pro p { color: var(--whitetxt); }
.home_wrap .similar_slider { display: none; }

.similar_marquee { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%; overflow: hidden; margin-top: 62px; }
.similar_marquee .similar_main { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; align-items: center; align-content: center; white-space: nowrap; -webkit-animation: marquee 40s linear infinite; animation: marquee 40s linear infinite; }
.similar_marquee .similar_main .similar_marquee_box { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; align-items: center; align-content: center; white-space: nowrap; margin: 0 44px 0 0; font-family: 'DMSerifDisplay-Regular'; font-size: var(--fz32); color: var(--blacktxt); }
.similar_marquee .similar_main .similar_marquee_box i { display: -ms-flexbox; display: flex; width: 26px; height: auto; margin: 0 0 0 44px; }
.similar_marquee .similar_main .similar_marquee_box i svg,
.similar_marquee .similar_main .similar_marquee_box i img { width: 100%; height: auto; }
.similar_marquee .similar_main.similar_main_clone { -webkit-animation: marquee-clone 40s linear infinite; animation: marquee-clone 40s linear infinite; position: absolute; }

.similar_product_back .similar_marquee .similar_main .similar_marquee_box { color: var(--whitetxt); }
@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translate(0)
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translate(-100%)
	}
}
@keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translate(0)
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translate(-100%)
	}
}
@-webkit-keyframes marquee-clone {
	0% {
		-webkit-transform: translateX(100%);
		transform: translate(100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translate(0)
	}
}
@keyframes marquee-clone {
	0% {
		-webkit-transform: translateX(100%);
		transform: translate(100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translate(0)
	}
}


@media (min-width: 1921px) {
	.similar_product.similar_product_v2 { padding-bottom: 3.227vw; }
	.similar_product_v2 .similar_inner_product .simmilar_title { margin-bottom: 1.562vw; }
	.simmilar_filters ul { margin: 0 -0.625vw; }
	.simmilar_filters ul li { padding: 0.625vw; }
	.simmilar_filters ul li a:after,
	.simmilar_filters ul li a { padding: 0.573vw 1.822vw; min-height: 2.499vw; border-radius: 2.499vw; border-width: 0.052vw; font-size: 0.833vw; }
	.simmilar_filters ul li a:after { min-height: 0.052vw; height: 0.052vw;margin-top: -0.052vw; padding: 0 !important; }
	.simmilar_main_list { padding-top: 0.937vw; }
	.simmilar_row { margin: 0 -1.77vw; }
	.simmilar_row .simmilar_col { padding: 1.77vw; }
	.simmilar_row .simmilar_col .sim_pro .img_wrap { margin-bottom: 0.833vw; } 
	.simmilar_row .simmilar_col .sim_pro span { margin-bottom: 0.625vw; }
	.similar_product_back .similar_inner_product .simmilar_title { margin-bottom: 1.666vw; }
	.similar_marquee { margin-top: 3.227vw; }
	.similar_marquee .similar_main .similar_marquee_box { margin: 0 2.29vw 0 0; }
	.similar_marquee .similar_main .similar_marquee_box i { width: 1.353vw; margin: 0 0 0 2.29vw; }
}
.side_scroll_img_sec { width: 100%; position: relative; background-color: var(--blackbg); overflow: hidden; }
.side_scroll_img_sec .side_scroll_img_inner { width: 100%; position: relative;  }
.side_scroll_img_pin { display: -ms-flexbox; display: flex; position: relative; }
.side_scroll_img_pin .side_scroll_img_box { width: 100%; min-width: 100%; position: relative; padding: 0 60px 95px; display: -ms-flexbox; display: flex; height: 100vh; overflow: hidden; -webkit-transition: none; -moz-transition: none; -ms-transition: none;transition: none; }
.side_scroll_img_pin .side_scroll_img_box p { font-family: 'Montserrat-Regular'; color: var(--whitetxt); font-size: 24px; line-height: 1.5; }
.side_scroll_img_box .main_img { position: absolute; top: 0; left: 60px; right: 60px; bottom: 95px; pointer-events: none; }
.side_scroll_img_box .main_img:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); pointer-events: none; }
.side_scroll_img_box .main_img img { width: 100%; height: 100%; object-fit: cover; }
.side_scroll_img_box .side_scroll_img_disc { position: relative; z-index: 3; width: 100%; max-width: 1300px; margin: 0 auto; padding: 64px 0 0 0; text-align: center; }
.side_scroll_img_title { width: 100%; z-index: 3; position: relative; text-align: center; position: absolute; bottom: 0; left: 0; }
.side_scroll_img_title h4 { font-size: 84px; line-height: 1; font-family: 'Montserrat-Regular'; color: var(--whitetxt); text-transform: uppercase; }
.side_scroll_img_title h4 strong { display: block; width: 100%; font-weight: normal; font-family: 'Montserrat-Bold'; }


.mouse_hover { width: 450px; position: absolute; -webkit-transform: translate(-50% ,-50%) scale(0); -moz-transform: translate(-50% ,-50%) scale(0); -ms-transform: translate(-50% ,-50%) scale(0); transform: translate(-50% ,-50%) scale(0); -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; opacity: 0; pointer-events: none; }
.mouse_hover.hover_img { -webkit-transform: translate(-50% ,-50%) scale(1); -moz-transform: translate(-50% ,-50%) scale(1); -ms-transform: translate(-50% ,-50%) scale(1); transform: translate(-50% ,-50%) scale(1); opacity: 1; }
.mouse_hover .image_data_hover { width: 100%; position: relative; overflow: hidden; }
.mouse_hover .image_data_hover img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.mouse_hover .image_data_hover::after { content: ''; display: block; padding: 35.558% 50%; }
.mouse_hover .hover_dattxt { position: absolute; bottom: 0; left: 0; width: 100%; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; text-align: center; background-color: var(--whitebg); padding: 16px; }
.mouse_hover .hover_dattxt { font-family: 'Montserrat-Medium'; font-size: 20px; line-height: 1.2; text-transform: uppercase; color: var(--blacktxt); } 
.mouse_hover .hover_dattxt i { display: -ms-flexbox; display: flex; width: 32px; height: auto; margin: 0 16px 0 0; }
.mouse_hover .hover_dattxt i img { width: 100%; height: auto; }


@media (min-width: 1921px) {
	.side_scroll_img_pin .side_scroll_img_box { padding: 0 3.123vw 4.945vw; }
	.side_scroll_img_pin .side_scroll_img_box p { font-size: 1.249vw; }
	.side_scroll_img_box .main_img { left: 3.123vw; right: 3.123vw; bottom: 4.945vw; }
	.side_scroll_img_box .side_scroll_img_disc { max-width: 67.673vw; padding: 3.332vw 0 0 0; }
	.side_scroll_img_title h4 { font-size: 4.373vw; }

	.mouse_hover { width: 23.425vw; }
	.mouse_hover .hover_dattxt { padding: 0.833vw; }
	.mouse_hover .hover_dattxt { font-size: 1.041vw; } 
	.mouse_hover .hover_dattxt i { width: 1.666vw; margin: 0 0.833vw 0 0; }

}


.black_white_text_separate { padding: 96px 0 0; }
.black_white_text_separate .text_heading { width: 100%; position: relative; text-align: center; }
.black_white_text_separate .text_dtl_bottom { width: 100%; position: relative; text-align: center; max-width: 1000px; margin: 0 auto; padding: 32px 0 0 0; }
.black_white_text_separate .text_dtl_bottom p { color: var(--whitetxt); }
.text_dtl_bottom .w3n_btn { justify-content: center; padding: 32px 0 0 0; }
/* .text_dtl_bottom .w3n_btn a { color: var(--blacktxt); border-color: var(--blackbg); background-color: transparent; }
.text_dtl_bottom .w3n_btn a:hover { color: var(--whitetxt);  }
.text_dtl_bottom .w3n_btn a:after { background-color: var(--blackbg); } */

.black_white_text_separate .center_text_img { border-radius: 0; position: absolute; align-self: flex-start; }
.black_white_text_separate .center_text_img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.black_white_text_separate .center_text_img[data-inner-image] img { opacity: 0 !important; }
.black_white_text_separate .center_text_img::after { content: ''; display: block; padding: 50% 50%; }
.black_white_text_separate .center_text_img.center_text_img_1 { width: 260px; z-index: 3; left: 77px; top: auto; bottom: -162px; }
.black_white_text_separate .active.center_text_img.center_text_img_1 { -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); transform: rotate(-15deg); }
.black_white_text_separate .center_text_img.center_text_img_2 { width: 240px; z-index: 3; top: -187px; right: 287px; }
.black_white_text_separate .active.center_text_img.center_text_img_2 { -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg);  }
.black_white_text_separate .black_white_text { min-height: 100vh; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; position: relative; }
.black_white_text_separate .center_text_img[data-outer-image] { left: auto; top: auto; bottom: auto; right: auto; z-index: 9 !important; }

.black_white_text_separate_pin { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

@media (min-width: 1921px) {
	.black_white_text_separate { padding: 4.997vw 0 0; }
	.black_white_text_separate .text_dtl_bottom { max-width: 52.056vw; padding: 1.666vw 0 0 0; }
	.text_dtl_bottom .w3n_btn { justify-content: center; padding: 1.666vw 0 0 0; }
	.black_white_text_separate .center_text_img.center_text_img_1 { width: 13.535vw; left: 4.008vw; bottom: -8.433vw; }
	.black_white_text_separate .center_text_img.center_text_img_2 { width: 12.493vw; top: -9.735vw; right: 14.94vw; }
}

.broser_sec { width: 100%; position: relative; padding-bottom: 0; }
.broser_sec .broser_inner { width: 100%; position: relative; }
.broser_sec .broser_wrap { width: 100%; position: relative; }
.broser_box { width: 100%; position: relative; min-height: 100vh; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; overflow: hidden; clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 0% 100%); }
.broser_bg_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.broser_bg_img:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .3); }
.broser_bg_img img { width: 100%; height: 100%; object-fit: cover; }

.broser_dtl { position: absolute; top: 0; left: 0; right: 0; z-index: 2; width: 100%; max-width: 1672px; margin: 0 auto; min-height: 100vh; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; }
.broser_wrap.project1 .broser_dtl { position: fixed; }
.broser_wrap.project1.project2 .broser_dtl { position: absolute; }
/* .broser_box.actived .broser_dtl { position: absolute;  } */
.broser_dtl_inner { width: 100%; position: relative; }
.broser_dtl_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; }
.broser_dtl_row .broser_dtl_txt { max-width: 920px; }
.broser_dtl_row .broser_dtl_txt h6 { font-family: 'Montserrat-Medium'; font-size: var(--fz20); text-transform: uppercase; line-height: 1.6; color: var(--whitetxt); padding: 0 0 24px 0; margin: 0; }
.broser_dtl_row .broser_dtl_txt h2 { font-family: 'Montserrat-Bold'; font-size: var(--fz124); text-transform: uppercase; line-height: normal; color: var(--whitetxt); padding: 0 0 24px 0; margin: 0; }
.broser_dtl_row .broser_right_img { width: 500px; }
.broser_dtl_row .broser_right_img .broser_img_blk { width: 100%; position: relative; }
.broser_dtl_row .broser_right_img .broser_img_blk:after { content: ''; display: block; padding: 71.4% 50%; }
.broser_dtl_row .broser_right_img .broser_img_blk img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.broser_dtl_saperate { position: absolute; right: 0; top: 0; height: 100vh; width: 100%;  }
.broser_dtl_saperate .broser_dtl { height: 100vh; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; width: 100%; right: 0; }

@media (min-width: 1921px) {
	.broser_dtl { max-width: 87.038vw; }
	.broser_dtl_row .broser_dtl_txt { max-width: 47.892vw; }
	.broser_dtl_row .broser_dtl_txt h6 { padding: 0 0 1.249vw 0; }
	.broser_dtl_row .broser_dtl_txt h2 { padding: 0 0 1.249vw 0; }
	.broser_dtl_row .broser_right_img { width: 26.028vw; }
}


/* Faq Section Start By Mit */
.faq_sec { width: 100%; position: relative; background-color: var(--blackbg); padding: 96px 0; }
.faq_sec_inner { width: 100%; position: relative; max-width: 1600px; margin: 0 auto; }
.faq_title { width: 100%; position: relative; text-align: center; padding: 0 0 64px 0; }
.faq_title h2 { font-size: 84px; line-height: normal; color: var(--whitetxt); font-family: 'Montserrat-Regular'; text-transform: uppercase; }
.faq_title h2 strong { font-weight: normal; display: block; font-family: 'Montserrat-Bold'; }

.faq_list { width: 100%; position: relative; }
.faq_list .accordion-item { background-color: transparent !important; border: none; }
.faq_list .accordion-item { border-top: 1px solid #161616 !important; }
.faq_list .accordion-item:last-child { border-bottom: 1px solid #161616 !important; }
.faq_list .accordion-item .accordion-button { padding: 24px 44px 24px 0 ; background-color: transparent !important; outline: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; box-shadow: none !important; font-family: 'Montserrat-SemiBold'; font-size: 18px; line-height: 1.333333; color: var(--whitetxt);  }
.faq_list .accordion-button::after { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M8 12H16' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M12 16V8' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e "); width: 32px; height: 32px; background-size: contain; position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.faq_list .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M8 12H16' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e "); }
.faq_list .accordion-body { padding: 5px 50px 5px 25px; border-left: solid 2px #fff; margin-bottom: 24px; }
.faq_list .accordion-body p { font-family: 'Montserrat-Regular'; font-size: var(--fz16); line-height: 1.5; color: var(--whitetxt); }

@media (min-width: 1921px) {
	.faq_sec { padding: 4.997vw 0; }
	.faq_sec_inner { max-width: 83.29vw; }
	.faq_title { padding: 0 0 3.332vw 0; }
	.faq_title h2 { font-size: 4.373vw; }
	.faq_list .accordion-item { border-top-width: 0.052vw !important; }
	.faq_list .accordion-item:last-child { border-bottom-width: 0.052vw !important; }
	.faq_list .accordion-item .accordion-button { padding: 1.249vw 2.29vw 1.249vw 0; font-size: 0.937vw; }
	.faq_list .accordion-button::after { width: 1.666vw; height: 1.666vw; }
	.faq_list .accordion-body { padding: 0.26vw 2.603vw 0.26vw 1.301vw; border-left-width: 0.104vw; margin-bottom: 1.249vw; }
}


/* Faq Section End By Mit */
/* Gallery Section Start By Mit */
.gallery_sec { width: 100%; position: relative; }
.gallery_inner { width: 100%; position: relative; }
.gallery_wrap { width: 100%; position: relative; }
.gallery_slider_wrap { width: 100%; }
.gallery_slider_main_wrps { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.gallery_slider_main_wrps:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); z-index: 2; }
.gallery_row { display: -ms-flexbox; display: flex; align-items: center; align-content: center; }
.gallery_left {width: 50%; position: relative; display: -ms-flexbox; display: flex; align-items: center; }
.gallery_left .gallery_slider_main_wrps { position: absolute; top: 0; left: 0; }
.gallery_left .gallery_slider_txt { min-height: 100vh;  padding: 60px 60px 60px 124px; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; justify-content: center; z-index: 3; }
.gallery_slider_txt h2 { font-size: var(--fz96); line-height: normal; font-family: 'Montserrat-Regular'; color: var(--whitetxt); }
.gallery_slider_txt h2 strong { display: block; width: 100%; font-weight: normal; font-family: 'Montserrat-Bold'; }
.gallery_slider_control { width: 100%; display: -ms-flexbox; display: flex; padding: 32px 0 0 0; }
.gallery_slider_control .left_arrow_gallery_slider ,
.gallery_slider_control .right_arrow_gallery_slider { display: -ms-flexbox; display: flex; }
.gallery_slider_control .right_arrow_gallery_slider { padding-left: 24px; }
.gallery_slider_control .left_arrow_gallery_slider a,
.gallery_slider_control .right_arrow_gallery_slider a { display: -ms-flexbox; display: flex; width: 44px; color: var(--whitetxt); }
.gallery_slider_control .left_arrow_gallery_slider a svg,
.gallery_slider_control .right_arrow_gallery_slider a svg { width: 100%; height: auto; }
.slider_gallery_main_img { width: 100%; height: 100vh; position: relative; overflow: hidden; }
.slider_gallery_main_img img { width: 100%; height: 100%; object-fit: cover; }

.gallery_right { width: 50%; position: relative; z-index: 3; }
.gallery_thumb_wrap { width: calc(100% + 250px); margin-left: -250px; overflow: hidden; }
.gallery_thumb_wrap .gallery_thumb { width: calc((500px + 30px) * 3); overflow: visible; margin: 0; }
/* .gallery_thumb_wrap .swiper-slide { width: 500px; } */
.gallery_thumb_wrap .swiper-slide .gallery_thumb_img { width: 100%; }
.gallery_thumb_wrap .swiper-slide .gallery_thumb_img:after { content: ''; display: block; padding: 40% 50%; overflow: hidden; }
.gallery_thumb_wrap .swiper-slide .gallery_thumb_img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 1921px) {
	.gallery_left .gallery_slider_txt { padding: 3.123vw 3.123vw 3.123vw 6.455vw; }
	.gallery_slider_control { padding: 1.666vw 0 0 0; }
	.gallery_slider_control .right_arrow_gallery_slider { padding-left: 1.249vw; }
	.gallery_slider_control .left_arrow_gallery_slider a,
	.gallery_slider_control .right_arrow_gallery_slider a { width: 2.29vw; }
	.gallery_thumb_wrap { width: calc(100% + 13.014vw); margin-left: -13.014vw; }
	.gallery_thumb_wrap .gallery_thumb { width: calc((26.028vw + 1.562vw) * 3); }
}
/* Gallery Section End By Mit */
/* Home Scroll Section End  by mit*/

/* section 1 css about page hardik */
.about_page {position: relative;}
.about_page .about_section {padding: 224px 0 60px; max-width: 1800px; margin: 0 auto;}
.section_content {display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; padding-bottom: 32px;}
.section_content .section_head {width: 50%; max-width: 695px;}
.section_content .section_head h1 {font-size: var(--fz164); color: var(--blacktxt); line-height: auto; font-family: 'Montserrat-Bold'; text-transform: uppercase; }
.section_content .section_head h1 span{display: inline-block; }
.section_content .section_head h1 span.words {overflow: hidden; transform: translateY(0) rotate(0.001deg);}
.section_content .section_head h1 span.word {position: relative; display: inline-block; translate: none; rotate: none; scale: none; transform: translate(0%, 1%);}
/* .splitting .char {
	animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
	animation-delay: calc(60ms * var(--char-index));
  }
  .whitespace {width:20px;}
  @keyframes slide-in {
	from {
	  transform: translateY(-1em) rotate(-.5turn) scale(0.5);
	  opacity: 0;
	}
  } */
.section_content .sec_dtl {width: 50%; max-width: 840px;}
.section_content .sec_dtl p {font-family: 'Montserrat-Medium';}

.who_img{padding: 32px 0 0 0; position: relative;}
.who_img .img_sec {position: relative; width: 100%; transition: all ease-in-out 0.3s;}
.who_img .img_sec::after{content: ''; display: block; padding-bottom: 45.80%;}
.who_img .img_sec img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover;}

@media (min-width: 1921px) {
	.about_page .about_section {padding: 11.667vw 0 3.123vw;max-width: 93.75vw;}
	.about_page .about_section .section_content {padding-bottom: 1.667vw;}
	.section_content .section_head {max-width: 35.99vw;}
	.section_content .sec_dtl {max-width: 43.75vw;}
	.who_img{padding: 1.667vw 0 0 0;}
	.mouse_hover {width: 23.425vw;} 
	.mouse_hover .hover_dattxt {padding: 0.833vw;}
	.mouse_hover .hover_dattxt {font-size: 1.041vw;}
	.mouse_hover .hover_dattxt i {width: 1.666vw; margin: 0 0.833vw 0 0;}
}
/* section 1 css about page hardik */
/* ===================================================================== */
/* section 2 css about page hardik */
.story_wrap {padding: 96px 0;}
.story_wrap .story_content {max-width: 1800px; margin: 0 auto; display: flex; justify-content: space-between;}
.story_wrap .story_content .story_head {max-width: 570px; width: 35.83%;}
.story_wrap .story_content .story_head h2 {font-size: var(--fz96); font-family: 'Montserrat-Bold'; text-transform: uppercase; line-height: 1; overflow: hidden;}
.story_wrap .story_content .story_head span { font-size: 150px; font-family: 'Hurricane-Regular'; text-transform: capitalize; display: block; text-transform: uppercase;}
.story_wrap .story_content .story_head strong {font-size: var(--fz164);font-family: 'Montserrat-Bold';padding-left: 50px; display: block; line-height: 1.4; text-transform: uppercase;}
.story_img {position: relative; width: 64.17%; transition: all ease-in-out 0.3s; padding-top: 118px;}
.story_img .img_wrap {max-width: 1155px; position: relative; transition: all ease-in-out 0.3s;}
.story_img .img_wrap::after{content: ''; display: block; padding-bottom: 54.55%;}
.story_img .img_wrap img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; transition: all ease-in-out 0.3s; filter: grayscale(1);}
.img_content {padding-top: 44px;}
.img_content p {font-family: 'Montserrat-Medium';}
.story_img .img_wrap:hover img{filter: grayscale(0); }
@media (min-width: 1921px) {
	.story_wrap {padding: 4.997vw 0;}
	.story_wrap .story_content {max-width: 93.75vw;}
	.story_wrap .story_content .story_head {max-width: 28.891vw;}
	.story_wrap .story_content .story_head h2 strong {padding-left: 2.603vw;}
	.story_img {padding-top: 6.143vw;}
	.story_img .img_wrap {max-width: 60.125vw;}
	.img_content {padding-top: 2.29vw;}
	.story_wrap .story_content .story_head span {font-size: 7.808vw;}
	.story_wrap .story_content .story_head strong {padding-left: 2.603vw;}
	.story_img {padding-top: 6.143vw;}
	.story_img .img_wrap {max-width: 60.125vw;}
	.img_content {padding-top: 2.29vw;}
}
/* section 2 css about page hardik */
/* ===================================================================== */
/* section 3 css about page hardik */
.journy_wrap {padding: 96px 0;}
.journy_wrap .journy_sec {max-width: 1800px; margin: 0 auto;}
.journy_wrap .journy_sec .journy_heading {padding-bottom: 64px;}
.journy_wrap .journy_sec .journy_heading h2 {font-size: var(--fz164); text-transform: uppercase; font-family: 'Montserrat-Bold';}
.journy_wrap .journy_sec .journy_heading h2 span {font-size: var(--fz96); display: block;}
.journy_scroll {display: flex; gap: 64px; width: 100%; position: relative;}
.journy_scroll .journy_grp {width: 800px; min-width: 800px; transform: translateX(100%); position: relative;}
.journy_scroll .journy_grp .journy_img {width: 100%; position: relative;}
.journy_scroll .journy_grp .journy_img::after{ content: ''; display: block; padding: 62.5% 0 0 0;}
.journy_scroll .journy_grp .journy_img img {width: 100%; filter: grayscale(1); position: absolute; left: 0; top: 0; height: 100%; object-fit: cover; transition: all ease-in-out 0.3s;}
.journy_scroll_pin {display: -ms-flexbox; display: flex; align-items: center; height: 100vh; position: relative;}
.journy_dtl {padding-top: 111px; text-align: center; opacity: 0; visibility: hidden; transition: all ease-in-out 0.5s; transform: translateY(50px);}
.journy_dtl h6 {font-size: 24px; color: #000000; font-family: 'Montserrat-Bold'; padding-bottom: 24px; }
.journy_dtl p {font-size: 20px; color: #000000; font-family: 'Montserrat-Regular'; line-height:1.6;}
.line_scroll{position: relative; bottom: 0; right: 0;}
.line_scroll::before{position: absolute; border: 1px solid #E2E2E2; width: 100%; content: ''; margin-top: 59px;}
.line_scroll::after{position: absolute; border: 1px solid #E2E2E2; width: 100px; content: ''; margin-top: 59px; right: -64px;}
.journy_grp:last-child .line_scroll::after{display: none;}
.round_wrap  {position: relative; top: 0; left: 0;}
.round_wrap {position: absolute; border: 1px solid #E2E2E2; width: 20px; height: 20px; border-radius: 50%;
 display: flex; justify-content: center; align-items: center; left: 50%; background-color: #FFF; margin-top: 50px; transition: all ease-in-out 0.3;}
.round_wrap::after{position: absolute; content: ''; width: 18px; height: 18px; background-color: #FFF; border-radius: 50%; }
.round_wrap::before{position: absolute; content: ''; width: 6px; height: 6px; background-color: #FFF; border-radius: 50%; z-index: 1;}
.journy_scroll .journy_grp.active .journy_dtl{opacity: 1; visibility: visible; transform: translateY(0);}
.journy_scroll .journy_grp.active .round_wrap{border-color: #000000;}
.journy_scroll .journy_grp.active .round_wrap::before{background-color: #000000;}
.journy_scroll .journy_grp .journy_img img:hover{filter: grayscale(0);}
.journy_slider {display: none;}
/* .round_wrap::after{position: relative; content: ''; border: 1px solid #E2E2E2; width: 100%;} */
@media (min-width: 1921px){
	.journy_wrap {padding: 4.997vw 0;}
	.journy_wrap .journy_sec {max-width: 93.701vw;}
	.journy_wrap .journy_sec .journy_heading {padding-bottom: 3.332vw;}
	.journy_scroll { gap: 3.332vw; }
	.journy_scroll .journy_grp {width: 41.645vw; min-width: 41.645vw; }
	.journy_dtl {padding-top: 5.778vw; }
	.journy_dtl h6 {font-size: 1.249vw; padding-bottom: 1.249vw; }
	.journy_dtl p {font-size: 1.041vw; }
	.line_scroll::after{ width: 5.206vw; content: ''; margin-top: 3.071vw; right: -3.332vw;}
	.round_wrap::after{ width: 0.937vw; height: 0.937vw;  }
	.round_wrap::before{width: 0.312vw; height:0.312vw; }
	.round_wrap {width: 1.041vw; height: 1.041vw; margin-top: 2.603vw;}
	.line_scroll::before {margin-top: 3.071vw;}
	
	}

/* section 3 css about page hardik */
/* ===================================================================== */
/* section 4 css about page hardik */
.how_do_wrap {padding-top: 96px; position: relative;}
.how_do_wrap .how_do {position: relative; max-width: 1800px; margin: 0 auto;}
.how_do_wrap .how_do .how_heading {padding-bottom: 96px;}
.how_do_wrap .how_do .how_heading h2 {font-size: var(--fz164); text-transform: uppercase; font-family: 'Montserrat-Bold'; line-height: 1;}
.how_do_wrap .how_do .how_heading span {display: block; font-size: 150px; font-family: 'Hurricane-Regular'; text-align: center; line-height: 1.2;}
.how_do_img .how_scroll .floor_img {position: relative; height: 100vh; display: flex;}
.how_do_img .how_scroll .floor_img::after{position: absolute; content: ''; left: 0; bottom: 0;background: linear-gradient(to right,  rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%); width: 100%; height: 100%;}
.how_do_img .how_scroll .floor_img img {width: 100%; height: auto; object-fit: cover;}
.floor_content {position: absolute; left: 30%; top: 50%; transform: translate(-50%, -50%); max-width: 900px;}
.floor_content i {display: inline-flex; padding-bottom: 24px;}
.floor_content i img {display: flex;}
.floor_content h2 {font-size: var(--fz96); color: var(--whitetxt); font-family: 'Montserrat-Bold'; text-transform: uppercase; padding-bottom: 24px;}
.floor_content p {font-family: 'Montserrat-Medium'; color: var(--whitetxt);}
.round_dots {position: fixed; right: 60px; bottom: 50%; transform: translate(-50% 50%);}
.round_dots ul {display: flex; position: relative; margin: 0; padding: 0; flex-direction: column; align-items: center;}
.round_dots ul li:not(:last-child) {padding-bottom: 24px;}
.round_dots ul li span {position: relative; width: 6px; height: 6px; background-color: #FFF; border-radius: 50%; display: flex; justify-content: center; align-items: center; top: 0; right: 0; transition: all ease-in-out 0.3s;}
.round_dots ul li span::after{position: absolute; content: ''; width: 0; height: 0; border-radius: 50%; border: 1px solid #FFF; transition: all ease-in-out 0.3s;}
.round_dots ul li.active span{width: 10px; height: 10px;}
.round_dots ul li.active span::after{width: 24px; height: 24px;}

@media (min-width: 1921px){
	.how_do_wrap {padding-top: 4.997vw; }
	.how_do_wrap .how_do {max-width: 93.701vw;}
	.how_do_wrap .how_do .how_heading {padding-bottom: 4.997vw;}
	.how_do_wrap .how_do .how_heading span {font-size: 7.808vw; }
	.floor_content { max-width: 46.851vw;}
	.floor_content i {padding-bottom: 1.249vw;}
	.floor_content h2 {padding-bottom: 1.249vw;}
	.round_dots { right: 3.123vw; }
	.round_dots ul li:not(:last-child) {padding-bottom: 1.249vw;}
	.round_dots ul li span { width: 0.312vw; height: 0.312vw; }
	.round_dots ul li.active span{width: 0.521vw; height: 0.521vw;}
	.round_dots ul li.active span::after{width: 1.249vw; height: 1.249vw;}
}

/* section 4 css about page hardik */
/* ===================================================================== */
/* section 5 css about page hardik */
.trusted_wrap {background-color: var(--blackbg); padding: 96px 0;}
.trusted_wrap .trusted_grp {max-width: 1800px; margin: 0 auto;}
.trusted_wrap .trusted_grp .trust_head {padding-bottom: 96px; text-align: center;}
.trusted_wrap .trusted_grp .trust_head h4 {font-size: 64px; color: var(--whitetxt); text-transform: uppercase; font-family: 'Montserrat-Bold';}
.trust_logo{position: relative;}
.trust_logo ul {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; column-gap: 158px; row-gap: 100px;}
.trust_logo ul li {max-width: 300px; display: block; }
.trust_logo ul li i {display: inline-flex;  justify-content: center;}
.trust_logo ul li i img{object-fit: cover; width: 100%;}
@media (min-width: 1921px) {
	.trusted_wrap {padding: 4.997vw 0;}
	.trusted_wrap .trusted_grp {max-width: 93.75vw;}
	.trusted_wrap .trusted_grp .trust_head {padding-top: 4.997vw;}
	.trusted_wrap .trusted_grp .trust_head h4 {font-size: 3.332vw;}
	.trust_logo ul {column-gap: 8.225vw; row-gap: 5.206vw;}
	.trust_logo ul li {max-width: 15.617vw;}
}
/* section 5 css about page hardik */
/* ===================================================================== */
/* section 6 css about page hardik */
.team_wrap {max-width: 1800px; margin: 0 auto; padding: 128px 0; }
.team_wrap .section_content {padding-bottom: 100px;}
.team_wrap .section_content .section_head {width: 60%; max-width: 775px;}
.team_wrap .section_content .sec_dtl {width: 40%; max-width: 600px;}
.team_wrap .container {max-width: 1800px; width: 100%;}
.team_wrap .our_team {position: relative;}
.team_wrap .our_team .row {row-gap: 64px;}
.team_wrap .our_team .team_dtl {position: relative;}
.team_wrap .our_team .team_dtl .team_img {height: 100%;}
.team_wrap .our_team .team_dtl .team_img img {width: 100%; filter: grayscale(1); transition: all ease-in-out 0.3s;}
.team_wrap .our_team a {display: flex; flex-direction: column;}
.team_wrap .our_team a:hover .team_dtl .team_img img {filter: grayscale(0);}
.team_wrap .our_team .team_dtl .team_content {padding-top: 32px;}
.team_wrap .our_team .team_dtl .team_content h6 {font-size: var(--fz32); color: var(--blacktxt); font-family: 'Montserrat-Bold'; padding-bottom: 16px; text-transform: uppercase;}
.team_wrap .our_team .team_dtl .team_content span {display: block; font-size: var(--fz20);color: var(--blacktxt); font-family: 'Montserrat-Regular';}
@media (min-width: 1921px) {
	.team_wrap {max-width: 93.75vw; padding: 6.663vw 0;}
	.team_wrap .section_content {padding-bottom: 5.206vw;}
	.team_wrap .section_content .section_head {max-width: 40.344vw;}
	.team_wrap .section_content .sec_dtl {max-width: 31.234vw;} 
	.team_wrap .container {max-width: 93.75vw; width: 93.75vw;}
	.team_wrap .our_team .row {row-gap: 3.332vw;}
	.team_wrap .our_team .team_dtl .team_content {padding-top: 1.666vw;}
	.team_wrap .our_team .team_dtl .team_content h6 {padding-bottom: 0.833vw;}
}
/* section 6 css about page hardik */
/* ===================================================================== */
/* section 1 css product page hardik */
.product_banner {background-color: var(--blackbg);}
.product_banner .product_gallery {max-width: 1800px; margin: 0 auto; padding: 224px 0 30px; position: relative;}
.product_gallery .box { height: 1200px; display: block; position: relative; text-align: center; }
.product_gallery .box .desc { z-index: 4; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; }
.product_gallery .box .desc .inn-desc { max-width: 1072px; margin: 0 auto; }
.product_gallery .box .desc .inn-desc .sec-tt { font-size: var(--fz164); color: var(--whitetxt); font-family: 'Montserrat-Bold';line-height: 1.23; text-transform: uppercase; }
.product_gallery .box .desc .inn-desc p { color: var(--whitetxt); margin-top: 32px; }
.product_gallery .box .card_wrap { display: block; position: absolute; }
.product_gallery .box .item0 { bottom: 0; left: 28%; width: 44.445%; }
.product_gallery .box .card_wrap img { width: 100%; height: auto; }
.product_gallery .box .item1 { bottom: 200px; left: 0; width: 22.223%; }
.product_gallery .box .item2 { top: 100px; right: 0; width: 22.223%; }
.product_gallery .box .card_wrap::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 100%; width: 100%; background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(85,85,85,0.01) 1%,rgba(0,0,0,0.02) 2%,rgba(23,23,23,0.04) 4%,rgba(0,0,0,0.05) 5%,rgba(0,0,0,0.06) 6%,rgba(13,13,13,0.07) 7%,rgba(0,0,0,0.08) 8%,rgba(0,0,0,0.09) 9%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.11) 11%,rgba(0,0,0,0.12) 12%,rgba(7,7,7,0.13) 13%,rgba(0,0,0,0.14) 14%,rgba(7,7,7,0.15) 15%,rgba(0,0,0,0.16) 16%,rgba(6,6,6,0.17) 17%,rgba(5,5,5,0.18) 18%,rgba(5,5,5,0.19) 19%,rgba(5,5,5,0.2) 20%,rgba(0,0,0,0.21) 21%,rgba(4,4,4,0.22) 22%,rgba(0,0,0,0.23) 23%,rgba(0,0,0,0.24) 24%,rgba(0,0,0,0.25) 25%,rgba(0,0,0,0.26) 26%,rgba(4,4,4,0.27) 27%,rgba(0,0,0,0.28) 28%,rgba(0,0,0,0.29) 29%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.31) 31%,rgba(3,3,3,0.32) 32%,rgba(3,3,3,0.33) 33%,rgba(0,0,0,0.34) 34%,rgba(3,3,3,0.35) 35%,rgba(0,0,0,0.36) 36%,rgba(0,0,0,0.37) 37%,rgba(3,3,3,0.38) 38%,rgba(0,0,0,0.39) 39%,rgba(0,0,0,0.4) 40%,rgba(2,2,2,0.41) 41%,rgba(2,2,2,0.42) 42%,rgba(2,2,2,0.43) 43%,rgba(2,2,2,0.44) 44%,rgba(0,0,0,0.45) 45%,rgba(2,2,2,0.46) 46%,rgba(2,2,2,0.47) 47%,rgba(2,2,2,0.48) 48%,rgba(0,0,0,0.49) 49%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.51) 51%,rgba(2,2,2,0.52) 52%,rgba(0,0,0,0.53) 53%,rgba(2,2,2,0.54) 54%,rgba(2,2,2,0.55) 55%,rgba(2,2,2,0.56) 56%,rgba(2,2,2,0.57) 57%,rgba(2,2,2,0.58) 58%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.61) 61%,rgba(2,2,2,0.62) 62%,rgba(0,0,0,0.63) 63%,rgba(0,0,0,0.64) 64%,rgba(2,2,2,0.65) 65%,rgba(0,0,0,0.66) 66%,rgba(1,1,1,1) 100%); }


.product_section_one {padding-top: 150px;}
.product_section_one .product_grop {display: flex; justify-content: space-between; width: 100%; align-items: center; max-width: 1800px; margin: 0 auto; column-gap: 56px; }
.product_section_one:nth-child(even) .product_grop{flex-direction: row-reverse;}
.product_section_one:nth-child(even) .product_grop .product_img_sec .product_one {align-items: flex-start;}
.product_section_one:nth-child(even) .product_grop .product_img_sec{flex-direction: row-reverse;}
.product_section_one .product_grop .product_content {width: 40%; max-width: 700px; height: 500px;}
.product_section_one .product_grop .product_img_sec{max-width: 1100px; display: flex; justify-content: space-between; gap: 44px; width: 60%;}
.product_section_one .product_grop .product_img_sec .product_one { display: flex; flex-direction: column; gap: 25px; align-items: flex-end; width: 100%;}
.product_section_one .product_grop .product_img_sec .product_one .small_img {position: relative; width: 300px;}
.product_section_one .product_grop .product_img_sec .product_one .small_img::after{content: ''; display: block; padding: 100% 0 0 0;}
.product_section_one .product_grop .product_img_sec .product_one .small_img img {position: absolute; left: 0; top: 0; height: 100%; object-fit: cover;}
.product_section_one .product_grop .product_img_sec .product_one .smallb_img{position: relative; width: 400px;}
.product_section_one .product_grop .product_img_sec .product_one .smallb_img::after{content: ''; display: block; padding: 125% 0 0 0;}
.smallb_img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.product_section_one .product_grop .product_img_sec .product_two .big_img::after{content: ''; display: block; padding: 100% 0 0 0;}
.product_section_one .product_grop .product_img_sec .product_two{width: 100%;}
.product_section_one .product_grop .product_img_sec .product_two .big_img{position: relative; width: 600px; margin-top: 22px; width: 100%;}
.product_section_one .product_grop .product_img_sec .product_two .big_img img {position: absolute; left: 0; top: 0; height: 133.335%; object-fit: cover; width: 100%;}
@keyframes moving {
    from {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}
.inn-page.loaded .product_gallery .box .desc .inn-desc { opacity: 0; animation: moving 1.2s .3s forwards; }
.inn-page.loaded .product_gallery .box .item0 { opacity: 0; animation: moving 1s forwards; }
.inn-page.loaded .product_gallery .box .item1 { opacity: 0; animation: moving 1s .4s forwards; }
.inn-page.loaded .product_gallery .box .item2 { opacity: 0; animation: moving 1s .6s forwards; }


.product_content h2 {font-size: var(--fz124); color: var(--blacktxt);font-family: 'Montserrat-Bold'; text-transform: uppercase; padding-bottom: 32px;}
.product_content p{font-size: var(--fz20); color: var(--blacktxt); font-family: 'Montserrat-Medium'; padding-bottom: 32px;}
.product_content .btnbox {display: flex; justify-content: flex-start;}
.product_content .btnbox a {font-size: var(--fz16); color: var(--blacktxt); display: flex; justify-content: center; align-items: center; height: 44px; padding: 0 44px; border: 1px solid var(--blackbg); position: relative;overflow: hidden;}
.product_content .btnbox a::after { background-color: var(--blackbg); position: absolute; z-index: -1; top: 100%; left: 0; width: 100%; height: 100%; content: ""; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.product_content .btnbox a:hover::after { top: 0; }
.product_content .btnbox a:hover { color: var(--whitetxt); }
.w3n_btn a:hover:after { top: 0; }


/* .product_section_one.asa_prduct .product_grop{flex-direction: row-reverse;}
.product_section_one.asa_prduct .product_grop .product_img_sec{flex-direction: row-reverse;}
.product_section_one.asa_prduct .product_grop .product_img_sec .product_one {align-items: flex-start;} */

@media (min-width: 1921px){
	/* .product_banner .product_gallery {max-width: 93.701vw; padding: 11.661vw 0 1.562vw; }
	.product_gallery .box { height: 62.467vw; } */
	.product_gallery .box .desc .inn-desc { max-width: 55.804vw; }
	.product_gallery .box .desc .inn-desc p {margin-top: 1.666vw; }
	.product_gallery .box .item1 {bottom: 10.411vw;}
	.product_gallery .box .item2 { top: 5.206vw; }
	.product_section_one {padding: 15.617vw 0; }
	.product_section_one .product_grop { max-width: 93.701vw;column-gap: 2.915vw;}
	.product_section_one .product_grop .product_content { max-width: 36.439vw;}
	.product_section_one .product_grop .product_img_sec{max-width: 57.262vw; gap: 2.29vw;}
	.product_section_one .product_grop .product_img_sec .product_one {  gap: 2.29vw;}
	.product_section_one .product_grop .product_img_sec .product_one .small_img { width: 15.617vw;}
	.product_section_one .product_grop .product_img_sec .product_one .smallb_img{width: 20.822vw;}
	.product_section_one .product_grop .product_img_sec .product_two .big_img{width: 31.234vw; margin-top: 1.145vw; }
	.product_content h2 { padding-bottom: 1.666vw;}
	.product_content .btnbox a { height:2.29vw; padding: 0 2.29vw; }
	.product_content p{ padding-bottom: 1.666vw;}
	@keyframes moving {
		from {
			transform: translateY(5.206vw);
			opacity: 0
		}
	
		to {
			transform: translateY(0);
			opacity: 1
		}
	}
	
}

/* footer update design css */
.f_part_1 {border-bottom: 1px solid var(--black22); position: relative; padding-bottom: 38px;  display: flex; justify-content: space-between; gap: 328px; width: 100%;}
.f_part_1 .ftr_description {max-width: 800px;}
.f_part_1 .ftr_description .f_logo {padding-bottom: 32px; max-width: 176px;}
.f_part_1 .ftr_description .f_logo img {display: flex; width: 100%; height: auto;}
.f_part_1 .ftr_description .f_des .f_descri{padding-bottom: 32px;}
.f_part_1 .ftr_description .social_network .media_wrap {display: flex; gap: 16px;}
.footer-bottom-grid .ftr_detail .contact_detail { position: relative;}
.footer-bottom-grid .ftr_detail .contact_detail span { display: flex; font-family: 'Montserrat-Bold'; font-size: var(--fz24); line-height: 1.5; color: var(--whitetxt); margin-bottom: 24px; }
.footer-bottom-grid .ftr_detail .contact_detail { position: relative; display: block; }
.footer-bottom-grid .ftr_detail .contact_detail .addresh {display: flex; gap: 10px; align-items: center; margin-bottom: 16px;}
.footer-bottom-grid .ftr_detail .contact_detail .addresh i {display: inline-flex; width: 24px; height: 24px;}
.footer-bottom-grid .ftr_detail .contact_detail .addresh i img {width: 100%; height: 100%;}
.footer-bottom-grid .ftr_detail .contact_detail .addresh p{ font-family: 'Montserrat-Regular'; font-size: var(--fz14); line-height: 1.90; color: var(--whitetxt);  }
.footer-bottom-grid .ftr_detail .contact_detail .link { display: flex; gap: 10px; align-items: center;} 
.footer-bottom-grid .copy_social { display: flex; align-items: center; justify-content: space-between;  padding: 24px 0;  }
.f_part_1 .ftr_description .social_network .media_wrap li a {display: flex; width: 32px; height: 32px;}
.f_part_1 .ftr_description .social_network .media_wrap li a img {width: 100%; height: 100%;}
.footer-bottom-grid .ftr_detail .contact_detail .link a {line-height: 1.90; align-items: center;}
.terms_condotion ul {display: flex; align-items: center; gap: 20px;}
.terms_condotion ul li {display: block; margin: 0; padding: 0; position: relative;}
.terms_condotion ul li a::after{position: absolute; content: ''; width: 1px; height: 100%; background-color: var(--whitebg); left: -10px; top: 0;}
.terms_condotion ul li:first-child a::after{display: none;} 
.terms_condotion ul li a {font-size: var(--fz14); color: var(--whitetxt); font-family: 'Montserrat-Regular'; position: relative;}

@media (min-width: 1921px){
.f_part_1 { padding-bottom: 1.978vw;  gap: 17.074vw;}
.f_part_1 .ftr_description {max-width: 41.645vw;}
.f_part_1 .ftr_description .f_logo {padding-bottom: 1.666vw; max-width: 9.162vw;}

.f_part_1 .ftr_description .f_des .f_descri{padding-bottom: 1.666vw;}
.f_part_1 .ftr_description .social_network .media_wrap { gap: 0.833vw;}

.footer-bottom-grid .ftr_detail .contact_detail span {  margin-bottom: 1.249vw; }

.footer-bottom-grid .ftr_detail .contact_detail .addresh { gap: 0.521vw; margin-bottom: 0.833vw;}
.footer-bottom-grid .ftr_detail .contact_detail .addresh i { width: 1.249vw; height: 1.249vw;}
.footer-bottom-grid .ftr_detail .contact_detail .addresh i img {width: 100%; height: 100%;}

.footer-bottom-grid .ftr_detail .contact_detail .link { gap: 0.521vw; } 
.footer-bottom-grid .copy_social { padding: 1.249vw 0;  }
.f_part_1 .ftr_description .social_network .media_wrap li a { width: 1.666vw; height: 1.666vw;}
.f_part_1 .ftr_description .social_network .media_wrap li a img {width: 100%; height: 100%;}
.terms_condotion ul { gap: 1.041vw;}

.terms_condotion ul li a::after{ left: -0.521vw; }

}
/* footer update design css */




