<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "aktiv";
	src: url(/wp-content/themes/custom-wordpress-theme-main/fonts/aktiv-grotesk-ex-trial-rg.otf);
}
@font-face {
	font-family: "labgrotesque";
	src: url(/wp-content/themes/custom-wordpress-theme-main/fonts/lab-grotesque-regular.otf);
}
@font-face {
	font-family: "skiff";
	src: url(/wp-content/themes/custom-wordpress-theme-main/fonts/skiff-extralight.otf);
}

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

.skiff, .skiff *,
.skiff.elementor-widget-heading .elementor-heading-title{
	font-family: "skiff" !important;
}

#loading-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

:root {
	--font_primary: aktiv;
	--font_secondary: labgrotesque;
	--color_primary: #222222;
	--container_width: 100%;
	--container_padding: 15px;
	--container_left_space: calc((100% - var(--container_width)) / 2);
}

.gradient_text .elementor-heading-title{
	background: linear-gradient(90deg, #cf977b, #e5d0b8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 60px;
	line-height: 1.1;
	/*     font-style: italic; */
}

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

.secondary_font {
	font-family: var(--font_secondary);
}


h1, h2, h3, h4, h5, h6, .elementor-widget-heading .elementor-heading-title{
	font-family: var(--font_primary) !important;
}
p, button, span, li, a{
	font-family: var(--font_secondary) !important;
}
.f_w_l {
	font-weight: 300;
}

.f_w_r {
	font-weight: 400;
}

.f_w_m {
	font-weight: 500;
}

.f_w_s_b {
	font-weight: 600;
}

.f_w_b {
	font-weight: 700;
}

.f_s_i {
	font-style: italic;
}

/* 	 font family weight end */

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

.l_h_1 {
	line-height: 1.1;
}

.l_h_2 {
	line-height: 1.2;
}

.l_h_3 {
	line-height: 1.3;
}

.l_h_4 {
	line-height: 1.4;
}

.l_h_5 {
	line-height: 1.5;
}

.l_h_6 {
	line-height: 1.6;
}

/* 	 line height end */

/* 	 flex class start */
.d_f {
	display: flex;
}

.f_w {
	display: flex;
	flex-wrap: wrap;
}

.f_w_j {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f_w_a_j_center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.f_j {
	display: flex;
	justify-content: space-between;
}

.f_w_se {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.f_w_a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.f_r_aj_between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.f_r_aj_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_r_a_center {
	display: flex;
	align-items: center;
}

.a_center {
	align-items: center;
}

.f_r_j_center {
	display: flex;
	justify-content: center;
}

.f_c_aj_center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.f_c_a_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.f_c_j_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 	 flex class end */

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

.mb_5 {
	margin-bottom: 5px;
}

.mt_5 {
	margin-top: 5px;
}

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

.mb_10 {
	margin-bottom: 10px;
}

.mt_10 {
	margin-top: 10px;
}

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

.mb_15 {
	margin-bottom: 15px;
}

.mt_15 {
	margin-top: 15px;
}

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

.mb_20 {
	margin-bottom: 20px;
}

.mt_20 {
	margin-top: 20px;
}

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

.mb_30 {
	margin-bottom: 30px;
}

.mt_30 {
	margin-top: 30px;
}

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

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

.mt_80 {
	margin-top: 80px;
}

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

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

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

.mb_100 {
	margin-bottom: 100px;
}

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

.mt_100 {
	margin-top: 100px;
}

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

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

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

.p_t {
	padding-top: 20px;
}

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

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

.pt_20 {
	padding-top: 20px;
}

.pb_20 {
	padding-bottom: 20px;
}

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

.pt_30 {
	padding-top: 30px;
}

.pb_30 {
	padding-bottom: 30px;
}

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

.pt_40 {
	padding-top: 40px;
}

.pb_40 {
	padding-bottom: 40px;
}

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

.pt_50 {
	padding-top: 50px;
}

.pb_50 {
	padding-bottom: 50px;
}

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

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

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

.pt_60 {
	padding-top: 60px;
}

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

.pb_60 {
	padding-bottom: 60px;
}

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

.ptb_80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

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

.pt_80 {
	padding-top: 80px;
}

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

.pb_80 {
	padding-bottom: 80px;
}

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

.ptb_100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

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

.pt_100 {
	padding-top: 100px;
}

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

.pb_100 {
	padding-bottom: 100px;
}

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

/* 	 spacing end */

/* 	typography start */
.text_xxxl {
	font-family: var(--font_primary);
	font-size: 140px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 15px;
	letter-spacing: -7px;
}

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

.text_xl {
	font-family: var(--font_primary);
	font-size: 80px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 15px;
}

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

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

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

.text_xs {
	font-family: var(--font_primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 15px;
}

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

/* 	typography end */

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

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

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

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

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

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

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



/* 	container end */

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


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

/* logo animation */
#logo_svg *{
	transition: 0.3s
}
#logo_svg:hover path:not(.letter), #logo_svg:hover rect:not(.letter) {
	fill: transparent;
}
#logo_svg:hover .letter {
	fill: #F9593A;
}
#logo_svg  {
	border-radius: 50%;
	border: 2px solid red;
}

/* header */


@media(min-width: 992px){
	header .hfe-nav-menu {
		column-gap: 30px;
	}
}

/* Home page Masonry */

.grid {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item {
	width: calc(33.333% - 0px);
	padding: 15px;
	margin-bottom: 10px;
	background-color: transparent;
	text-align: left;
	box-sizing: border-box;
}

.grid-item img{
	width: 100%
}
.grid-item.tall, .grid-item.short {
	height: auto;
}



.button-group {
	margin-bottom: 20px;	
}

.button-group button {
	margin-right: 10px;
	padding-bottom: 10px;
	background-color: unset;
	color: #333;
	border: none;
	cursor: pointer;
	font-size: 16px
}

.button-group button.active {
	border-bottom: 1px solid #444444 !important;
	font-weight: 600;
}
.button-group button:focus-visible{
	outline: unset
}
.category{
	font-size: 15px;
	line-height:1.3;
	color: #444444;
	padding-top: 10px
}
.right_zero{
	padding-left: var(--container_left_space); 
	max-width: 100% !important;
	margin-right: 0;
	padding-right: 0;
}
.experience_slider .slick-track {
    display: flex;
}

.experience_slider .slick-slide{
	width:370px;
	height: inherit  !important;
}
.exp_item{

	border-right:1px solid #DB9E75 !important;
}
@media (max-width: 1023px){
	.grid-item {
		width: calc(50% - 0px);
	}
}
@media (max-width: 767px){
	.grid-item {
		width: calc(100% - 0px);
	}

	.button-group {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
}
/* Home page Masonry */



nav.hfe-dropdown-expandible.hfe-nav-menu__layout-expandible.hfe-nav-menu__submenu-arrow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw !important;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.hfe-nav-menu-icon{
	z-index:99;
	padding: 0
}
/* footer */
.footer_social li{
	background-color: #fff;
	padding: 8px 0px 8px 8px !important;
	border-radius: 50%;
	transition: 0.3s;
}
.footer_social li:hover{
	background-color: #000;
	transition: 0.3s;
}
/* sticky icon */
.sticky-icon{
	position:fixed;
	width:60px;
	height:60px;
	top: 50%;
	right: 0;
	padding: 0px 0 22px 0;
	z-index: 9999;
	text-align: center;
}
/* inner page css*/

.three-image .three-image-one .elementor-widget-image{
	height: 100%
}
.three-image .three-image-one .elementor-widget-image img{
	object-fit: cover;
	height: 100%;
}
.product_content{
	display: block;
	position: sticky;
	top: 200px;
	height: fit-content;
}

@media (max-width: 767px){
	.product_content {
		position: relative;
		top: 0;
	}
}
.growe-with-sec a {    
	position: relative;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #c6a977;
	text-decoration: none;
	color: inherit;
	cursor: pointer
}


.growe-with-sec a::after {
	content: "";    
	position: absolute;    
	left: 1%;    
	top: 23px;    
	width: 0px;    
	height: 1px;    
	background: #c6a977;    
	transition: width 0.3s ease;
}

.growe-with-sec a:hover {
	border-bottom: none;
}
.growe-with-sec a:hover::after {
	width: 100%;
}
/* home-2 */
.main-header {
	position: absolute;
}
.product_slider_wrap {
	overflow: hidden;
}
.our-mission-sec p {
	width: 50%;
	margin: 0 auto;
}
.product-right-img {
	position: relative;
}

.product-right-txt {
	position: absolute;
	z-index: 9;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%)
}

.product_left{
	margin-bottom: 0 !important;
	display: flex !important;
	justify-content: center;
}
.product_left .slick-dots{
	top: 50%;
	display: flex;
	left: 50px;
	flex-direction: column;
	transform: translate(0%, -50%);
	bottom: auto;
	width: fit-content;
}
.product_left .slick-dots li button:before{
	font-size: 10px;
	opacity: 1;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
	content: '';
}
.product_left .slick-dots li.slick-active button:before{
	color: #f7d15d !important
}
.ring-img img {
	transform: translateY(60px);
}
.right_ol.product_left .slick-dots{ 
	right: 50px;
	left: auto;		
}
.enquiry-form{
	display: none;
	position: fixed;
	z-index: 9999;
	inset: 0;
	margin: auto;
	background: #0b0f0ea6;
	margin-bottom: 0 !important;
}
.showPopup .enquiry-form{
	display: block;
	animation: popup 0.3s forwards;
}
.removePopup .enquiry-form{
	animation: popupclose 0.3s forwards !important;
}
.showPopup::after{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0b0f0ea6;
	top: 0;
	left: 0;
	z-index: 999;
}
.removePopup::after{
	animation: fadeOut 0.3s forwards !important;
}

.enquiry-form &gt; .e-con-inner{
	display: flex;
	justify-content: center !important;
}
.nameinput{
	display: flex;
	width: 100%;
	flex-direction: row;
	gap: 40px;
}
.nameinput p{
	width: 100%;
}
.nameinput input{
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	padding: 15px 0;
	outline: none;
} 
.popup_container form input, .nameinput input::placeholder, .wpcf7-list-item-label{ 
	font-size: 15px;
	font-family: var(--font_secondary) !important;
	color: #000 !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.popup_container form input.wpcf7-submit{
	border: 1px solid #000;
	background-color: transparent;
	padding: 10px 30px;
	float: right;
	margin-top: 30px;
}
.popup_container form{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.popup_container form .wpcf7-list-item{
	margin: 0
}
.close-btn {
	position: absolute;
	right: 50px;
	top: 20px;
	z-index:1;
}

.message-close-btn.elementor-widget {
	top: 30px;
	position: absolute;
	right: 30px;
}
.popup_container .e-con-inner{
	max-height: 90vh;
	overflow: hidden;
}
@media(max-width: 1600px){

}
@media(max-width: 1200px){
	.popup_container .e-con-inner{
		height: auto;
	}
}
/* @media(max-width: 1919px){
.content-side{
padding: 30px 50px;
}

.popup_container form input.wpcf7-submit{
margin-top: 0px;
}
} */
@media(max-width: 1200px){
	.content-side{
		padding: 25px 50px;
	}
}
@media(max-width: 1023px){
	.product-right-txt{
		bottom: 30px;
	}
	.image-side{
		display: none;
	}
	.content-side{
		padding: 50px;
	}

}
@media(max-width: 767px){
	.message-close-btn.elementor-widget {
		top: 0px;
		right: 0px;
	}
	.close-btn{
		right: 20px;
	}
	.content-side{
		padding: 30px;
	}
	.product_slider_wrap &gt; .product_left{
		height: 90vh;
		display: block !important;
	}
	.right_ol.product_left .slick-dots{ 
		right: 10px;
	}
	.product_left .slick-dots{
		left: 10px;
	}
	.pages_list ul{
		display: flex;
		gap: 10px;
		flex-direction: column;
	}
	.product_left .slick-list{
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) !important;
	}
	.our-mission-sec p {
		width: 80%;
	}

}</pre></body></html>