<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&amp;family=Poppins:wght@300;400&amp;display=swap');

*
{	
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#000;

}

html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;	background:rgba(231,231,231,0.3)

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#252324;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
    padding-top: 5px;
    display: inline-block;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-play , .font-play *
{
	font-family: 'Playfair Display', serif;

}
.font-light , .font-light *
{
	 font-weight: 300;
}
.font-medium
{
	 font-weight: 500;
}
.font-semibold
{
	 font-weight: 600;
}
.font-black
{
	 font-weight: 900;
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.2rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-90, .font-90 *
{
	font-size:5.625rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}

.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 0;
    right: 0;
	z-index: 999999999;
	display: none;

}

.trigger &gt; div{
	position: relative;
}

.trigger &gt; div &gt; span{
	position: absolute;
	height: 4px;
	width:60%;
	margin:0 20%;
	background: #FFF;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger &gt; div &gt; span:nth-child(2){
	top:20px;
}

.trigger &gt; div &gt; span:nth-child(3){
	top:28px;
}

.trigger &gt; div.close &gt; span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#FFF
}

.trigger &gt; div.close &gt; span:nth-child(2){
	display: none;
}

.trigger &gt; div.close &gt; span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}
.white
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-100
{
	padding-top:100px;
	padding-bottom:100px
}
.px-100
{
	padding-right: 100px;
	padding-left: 100px
}
.ai-fs
{
	align-items:flex-start
}
.line-height2
{
	line-height:2rem
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
header
{
	background:#252324;
}
header nav li a
{
	color:#E7E7E7;
	text-transform:uppercase;
}
header nav li{
	margin:0 30px;
}
header nav li a:hover
{
	color:#E7E7E7;
}
.search {
    display: inline-block;
    padding-left: 50px;
}
.input_search {
    width: 0 !important;
    height: 0;
    padding: 20px 0!important;
    border: 0 !important;
}
.input_search.active {
    width: 200px !important;
}
.search img {
    cursor: pointer;
}
nav
{
	margin-left:120px;
}
footer
{
	display:inline-block;
	width:100%;
	padding:30px 0;
}
.footer_menu li
{
	margin:0 50px;
}

footer input[type='text'] {
    border-radius: 50px;
    border: 1px solid #252324;
    background-color: transparent;
    height: 50px;
    width: 100%;
    background: transparent;
}

footer button[type='submit'] {
    border-radius: 50px;
    background: transparent;
    color: #FFF;
    font-size: 18px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 25px;
}
footer input[type='text']::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#252324;
  opacity: 1; /* Firefox */
}

footer input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#252324;
}

footer input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
 color: #252324;;
}
.bg_black
{
		background:#252324;
}
.about_us .colw-25
{
	border-right:1px solid #E7E7E7;
}
.about_us .colw-75
{
	padding-left:150px;
}
.white , .white *
{
	color:#FFF
}
.bg_white
{
	background:#FFF
}
.d-inline-flex
{
	display:inline-flex
}
.d-inline-block
{
	display:inline-block
}


input[type=text], input[type=tel], input[type=number], input[type=date], input[type=time], input[type=search], input[type=file], select , textarea {
    border-radius: 15px;
    background-color:transparent;
    border: 1px solid #363636;
    color: #363636;
    font-weight: 300;
    height: 50px;
}
textarea
{
	resize:none;
	height:90px;
}
input[type='text']::placeholder , textarea::placeholder , select::placeholder , input[type='email']::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#363636;
  opacity: 1; /* Firefox */
}

input[type='text']:-ms-input-placeholder , textarea:-ms-input-placeholder , select::ms-input-placeholder , input[type='email']:-ms-input-placeholder   { /* Internet Explorer 10-11 */
 color:#363636;
}

 input[type='text']::-ms-input-placeholder , textarea::-ms-input-placeholder   , select::-ms-input-placeholder ,  input[type='email']::-ms-input-placeholder { /* Microsoft Edge */
 color: #363636;;
}

.send button:hover {
    background: #E7E7E7;
    color: #252324;
	border:1px solid #252324
}
.send button {
    background: #252324;
    border-radius: 15px;
    color: #FFF;
    padding: 10px 40px;
    display: inline-block;border:1px solid #252324
}
.success
{
	color:green
}
.google_map
{
	border-radius:15px;
	overflow:hidden;
	padding-left:100px;
}
.google_map iframe
{
	height:100%
}
.contact_content .colw-25 span
{
	height:32px;
	display:inline-block
}
.search input[type=text]{color:#FFF}
.contact-page input[type=text], .contact-page textarea 
{
	border-color:#FFF;
	color:#FFF
}
.contact-page input[type='text']::placeholder ,.contact-page textarea::placeholder ,.search input[type=text]::placeholder , .search_form input[type=text]::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#FFF;
  opacity: 1; /* Firefox */
}

.contact-page input[type='text']:-ms-input-placeholder , .contact-page textarea:-ms-input-placeholder,.search input[type=text]:-ms-input-placeholder, .search_form  input[type=text]:-ms-input-placeholder  { /* Internet Explorer 10-11 */
 color:#FFF;
}

 .contact-page input[type='text']::-ms-input-placeholder ,.contact-page textarea::-ms-input-placeholder,.search input[type=text]::-ms-input-placeholder, .search_form input[type=text]::-ms-input-placeholder{ /* Microsoft Edge */
 color: #FFF;;
}

.contact-page .send button
{
	background:#FFF;
	color:#252324
}
.ai-fe
{
	align-items:flex-end
}
header li .ddm h2
{
	border-bottom:2px solid #252324;
	display:inline-block
}
header li .ddm li a
{
	color:#252324;
	padding:0;display:inline-block;
	font-size:14px;
	width:auto;
	border-bottom: 1px solid #E7E7E7;
	transition:inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
}

header li .ddm li a:hover
{
	border-bottom: 1px solid #252324;
}
header li .ddm li:hover
{
	/*background:url('../images/right.svg') no-repeat 90% center;*/
}
header li .ddm li{
margin:0;
padding:5px 5px 5px 0;
width:calc(50% - 3px);
display:inline-block
}
header li .ddm-sub , header li .ddm-sub-sub 
{

	top:0;
	left:calc(100% + 1px);
	z-index:60
}
header li .ddm-sub-sub {
border-right:0
}

/*hs*/
header li .ddm-sub li , header li .ddm-sub-sub li
{

	width:100%
}
 header li .ddm-sub ul, header li .ddm-sub-sub ul
 {
	 width:225px;
 }
/**/


.w-100
{
	width:100%
}
.cur
{
	cursor:pointer
}
header li .ddm-sub.ddm-act {
  opacity: 1;
  height: auto;
  visibility:visible
}
header li .ddm-sub.ddm-act li:hover  .ddm-sub-sub
{
  opacity: 1;
  height: auto;
  visibility:visible	
}
.products_listing .colw-33 .bg_hover
{
	max-width:445px;
	height:400px;
	position:relative;
	background:#FFF;
	    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.products_listing .colw-33 .bg_hover img{
max-height:80%;
}
.products_listing .colw-33 .bg_hover:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	z-index:50;
	opacity:0;transition:all 0.5s ease-in-out;
	background:url('../images/plus.png') no-repeat center center rgba(231,231,231,0.75)
}
.products_listing .colw-33:hover .bg_hover:before
{
	opacity:1
}
.brands_logo
{
	position:absolute;
	top:20px;
	left:20px;
	z-index:40	
}

.filter a {
	margin:0 35px;
	display:inline-block
}
.filter a.active {
border-bottom:1px solid #252324;
}
.contact-page  h3
{
	color:#FFF
}
.input_search.active
{
	border:1px solid #FFF !important;
}
.search input[type=text]
{
	height:40px;
	margin-right:20px;
	text-indent:15px;padding-left:15px;
}
.gallery_slick_p img
{
	max-width:100%
}
.gallery_slick_p .slick-slide{
margin: 0 20px;
}
.back-button:hover
{
	transform:translateX(-10px)
}
.categories_slick .bg_hover
{
	max-width:330px;
	position:relative;
}
.categories_slick .bg_hover:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	z-index:50;
	
	background:rgba(37,35,36,0.2)
}

.categories_slick .bg_hover h3
{
	position:absolute;
	bottom:30px;
	left:0;
	content:'';
	z-index:60;
	width:100%;
	text-align:center

}

.leftLst
{
    position: absolute;
    top: -75px;
    right: 75px;
    z-index: 50;
    cursor: pointer;
    border: 0;
    background: none;
}
.rightLst
{
    position: absolute;
    top: -75px;
    right: 15px;
    z-index: 50;
    cursor: pointer;
    border: 0;
    background: none;
}
.services_slick .rightLst , .services_slick .leftLst
{
	top:-60px;
}
.slick-slider
{
	margin-bottom:0 !important
}


.banners {
    margin-bottom: -5px !important;
}
.main_bg {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;background-size:cover;
    background-position: center center;
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  /*  background: rgba(140,153,164,0.44);*/
    z-index: 50;
    content: '';
}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 0;
}


.banners  .slick-dots li
{
	width:50px;
	height:5px;
	border-radius:25px;
}

.banners .slick-dots li 
{
	margin:0 2.5px;
}
 .banners .slick-dots li button
{
	width:50px;
	height:5px;border-radius:25px;
	background:#F2F2F2;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button
{
	background:#252324;
}
.banners .slick-dots {
    bottom: 10vh;
}


#overlay{
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #252324;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
	font-family: 'Roboto', sans-serif !important;
}

#overlay &gt; div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay &gt; div &gt; div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
    display: none;
}
.categories_slick 
{
	margin-top:-7px !important
}
.gallery_slick  , .categories_slick  
{
	margin-bottom:-7px !important
}
.products_details .bg_hover
{
	min-height:560px;
}
@media all and (max-width: 960px){.time_after:after{display:none}.timelinebox .colw-33:last-child{padding-bottom:0 !important}
.products_details .bg_hover{min-height:250px;}
.products_listing .px-10{padding:0}
.banners_text  h2{font-size:1.5rem}
	.header_search input[type='text']{width:100%}
	.space_header{display:none}
	header{position:relative;}
.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}
.trigger{
		display: block;right:35px;
	}
.input_search.active {
    width: 220px !important;
    position: absolute;
    top: 50px;
    right: 0;
    margin-right: 0 !important;
    background: #363636 !important;
    z-index: 500000;
	}
	nav{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #252324;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000
	}

	nav ul{
		margin:0;
		padding-top:0 !important
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}
header li .ddm li a{padding:5px }
	header li .ddm{
		position: relative;
    display: inline-block;
		padding: 10px;
		opacity:1;
		overflow:inherit;
		background:none;
		top:auto;
		left:auto;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 15px;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
	header li .ddm{height:auto}
	nav{margin-left:0}
	nav ul li a{padding:5px 0}
	header li .ddm ul, header li .ddm-sub ul, header li .ddm-sub-sub ul{border-right:0}
	header li .ddm ul{display:block;padding:20px 15px !important}
	header li .ddm h2 {font-size: 1rem;}	
	header li .ddm .pb-30{padding-bottom:5px;}
	header li .ddm-sub, header li .ddm-sub-sub{left:auto;top:auto;display:none;position:relative;}
	header li .ddm-sub.ddm-act{    display: inline-block;width: 100%;}
	header li .ddm-sub-sub{display:none !important}
.flex-row-m{flex-direction:column}
.footer_menu li{margin:0;padding:15px 0}
footer{padding:25px 0}
.about_us .colw-75{padding-left:0}
.contact-form .pr-15{padding-right:0}.contact-form .pl-15{padding-left:0}
.contact-form .colw-80{margin-bottom:25px;}
.contact_content .colw-25{ padding-bottom:50px;text-align:center}.contact_content .colw-25:last-child{padding-bottom:0}
.google_map{padding-left:0;margin-top:50px;}
.about_us .colw-25{border-right:0}
.about_us .py-100.colw-25{padding:50px 0} .about_us .py-100.colw-75{padding: 0 0 50px 0}
.insideImg .img-bg{height:250px;}
.main_bg{height:30vh}
.categories_slick .bg_hover , .categories_slick  a{display:inline-block !important}
.categories_slick {text-align:center}
.filter a{width:100%;margin:0;padding:25px 0}
.font-55, .font-55 * {font-size: 3rem;}
.products_details .pr-50{padding-right:0;padding-bottom:50px;}
h1, h2, h3, h4, h5, h6 {line-height: initial;}
}</pre></body></html>