/* Bwlow code in style.css */
/* Common CSS for All components : Start */
:root {
	--white:#fff;
	--black:#000; 
	--footerbg:#231f20;
	 --gray-text:#92989f;
	 --font18:18px;
	 --font20:20px;
	 --font32:32px;
	 --font40:40px;
   scroll-behavior: auto;
	
	}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html { margin: 0; padding: 0; }
body { margin: 0; padding: 0;  font-size:var(--font18); background:var(--white);
	letter-spacing: 0; line-height: normal;
 
	font-family: 'Forma DJR Txt';
	color: var(--black);
	font-weight: normal;
	letter-spacing: 0.02rem;
  scroll-behavior: auto;
	
	}


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 */

 


.container { padding: 0 15px; display: block; margin: 0 auto; width: 100%; max-width: 100%; }
@media (min-width:576px){
.container {
width:100%;
max-width:100%;
}
}
@media (min-width: 768px) {
  .container {
    width:100%;
    max-width:100%;
    padding: 0 55px;
  }
}
@media (min-width: 992px) {
  .container {
    width:100%;
    max-width:100%;
    padding: 0 55px;
  }
}
@media (min-width: 1200px) {
  .container {
    width:100%;
    max-width:100%;
    padding: 0 55px;
  }
}
@media (min-width: 1500px) {
	.container {
    width:100%;
    max-width:100%;
    padding: 0 55px;
  }
	}
@media (min-width: 1700px) {
.container {
  width:100%;
  max-width:100%;
  padding: 0 55px;
}
}


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: var(--font32);
 
}
h6 {
	font-size: var(--font20);
	 
}
p{margin: 0; font-family: 'Forma DJR Txt'; padding: 0; color: var(--black); font-weight: 400;font-size: var(--font18);line-height: 150%;}
p + p{ padding-top: var(--font32);; }
ul{ margin: 0px; padding: 0px; }
ul li{ list-style: none; }
.row { margin-left: -15px !important; margin-right: -15px !important;}
.row>* { padding-left: 15px !important; padding-right: 15px !important;}

.main-wapper{ padding: 122px 0 0 0; overflow:hidden; }
#header{     transition: all 0.3s ease-in-out; position: fixed; left: 0; top: 0; width: 100%; background: var(--white); z-index: 100; }
#header.fixed  {box-shadow: 0 6px 32px rgba(0, 0, 0, .1);}
.header-top{ display: flex ; align-items: center; justify-content: space-between; min-height: 122px; position: relative;   }
.header-top .site-logo{ margin: -6px 0 0 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.header-top .site-logo a{ display: flex; align-items: center;}
.header-top .site-logo a img{  width: 190px; height: auto;  }
.header-left-main { }
.mian-nav {display: flex ; align-items: center;}
.mian-nav >ul{ gap: var(--font32); display: flex ; align-items: center;}
.mian-nav >ul >li {display: flex ; align-items: center ; position: relative;}
.mian-nav >ul >li::before{content: '/';  display: flex; padding: 0 4px 0 0;  }
.mian-nav >ul >li >a{ padding: 2px 0; font-size: var(--font18);border-bottom: transparent solid 1px; color: var(--black); display: flex ; align-items: center;}
.mian-nav >ul >li >a:hover{  border-color: var(--black); }

.mian-nav >ul >li .sub-menu{ opacity: 0; pointer-events: none; transition: all 0.3s ease-in-out; visibility: hidden; padding:26px 12px ; position: absolute; left:0 ; top: 100%; background: var(--white); }
.mian-nav >ul >li .sub-menu li a{  font-family: 'Forma DJR Txt'; font-size: var(--font18); border-bottom: transparent solid 1px;  white-space: nowrap; color: var(--black); }
.mian-nav >ul >li .sub-menu li a:hover{ border-color: var(--black); }
.mian-nav >ul >li .sub-menu li  + li{ padding: 20px 0 0 0; }
.mian-nav >ul >li:hover>a{ border-color: var(--black);  }
.mian-nav >ul >li:hover .sub-menu{ opacity: 1; visibility: visible; pointer-events: all; }

.mian-nav {display: flex ; align-items: center;}
.header-right { display: flex; align-items: center;}
.search-icon{ display: flex ;align-items: center; position: relative;}
.search-icon a{ display: flex ;align-items: center;}
.search-icon a img{ width: 20px; height: auto;}
.lang-box ul{ padding: 0 0 0 20px; gap: 5px; display: flex; align-items: center;}
.lang-box ul li{ display: flex; align-items: center;}
.lang-box ul li + li::before{content: '/';  display: flex; padding: 0 4px 0 0;  }
.lang-box ul li a  { font-size: var(--font18); color: var(--black); display: flex ; align-items: center;}
.lang-box ul li.active a,
.lang-box ul li a:hover{ opacity: 0.5; }
.contain-wapper{ position: relative; z-index: 2; }
.home-banner-slider{ padding: 0 0 80px; max-width: 100%; margin: 0 auto; display: block; display: block; width: 100%; }
.banner-slide{  display: block; width: 100%; height: calc(100vh - 122px - 80px); position: relative;  }
.banner-slide img {width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover;}
.home-banner-slider .slick-arrow{ position: absolute; left: 20px; top: calc(50% - 57px); z-index: 10; border: 0;  outline: none; font-size: 0; width: 18px; height: 38px; margin: -19px 0 0 0;  background: url(../images/left-arrow.svg) no-repeat center center; }
.home-banner-slider .slick-arrow.slick-next{ left: auto; right: 20px; background: url(../images/right-arrow.svg) no-repeat center center;  }
.home-banner-slider .slick-dots { gap: 24px; width: 100%; position: absolute; left: 0; bottom: 50px; width: 100%; display: flex ;align-items: center ;justify-content: center;}
.home-banner-slider .slick-dots li button{ width: 12px; height: 12px;  font-size: 0; border: 0; outline: none; border-radius: 100px; background: #d9d9d9; padding: 0;   }
.home-banner-slider .slick-dots li.slick-active button{ background: #adadad; }


#footer{ background: var(--footerbg); }
.footer-top{ justify-content: space-between; padding: 60px 0; display: flex ; align-items: flex-start; }
.footer-left{ width: 400px; max-width: 400px; display: block; }
.footer-left .f-news{ padding: 0 0 var(--font32); width: 100%; display: block; }
.footer-left .f-news h6{ padding: 0 0 12px; font-family: 'Forma DJR Txt'; letter-spacing: 0.02rem; font-size: var(--font18); font-weight: 500; color: var(--gray-text); }
.footer-left .f-news p{  font-family: 'Forma DJR Txt'; color: var(--white); letter-spacing: 0.02rem;font-size: var(--font18); }
.footer-from .input-row-main{ display: flex ;align-items: center;}
.footer-from .input-row{ gap: 8px;  display: flex; align-items: center;}
.footer-from .input-row .input-text{ font-family: 'Forma DJR Txt'; width: 262px; padding: 0 var(--font18); font-size: var(--font18);  letter-spacing: 0.02rem; display: flex ; align-items: center; height:44px; background: var(--white); border: 0; color: var(--gray-text);  }
.footer-from .input-row button{font-family: 'Forma DJR Txt'; transition: all 0.3s ease-in-out; min-width:115px ; color: var(--white); letter-spacing: 1px; display: flex; align-items: center; background: #bdbdbd; justify-content: center; height: 44px; border: 0; padding: 0 var(--font32);}
.footer-from .input-row button:hover{ background: rgba(255,255,255,0.8); }
.footer-links-main{ padding: 0 0 0 0px; display: flex; align-items: flex-start; }
.footer-links-main .footer-box {width: 200px;}
.footer-links-main .footer-box h5{ padding: 0 0 16px; font-family: 'Forma DJR Txt'; letter-spacing: 0.02rem; font-size: var(--font18); font-weight: 500; color: var(--gray-text);}
.footer-links-main .footer-box ul{ gap: var(--font18); display: flex ; flex-direction: column;}
.footer-links-main .footer-box ul li a{ font-family: 'Forma DJR Txt'; color: var(--white); letter-spacing: 0.02rem;font-size: var(--font18);  }
.f-social span a:hover,
.footer-links-main .footer-box ul li a:hover{  opacity: 0.5; }
.footer-top-right { display: flex ; flex-direction: column;  align-items: center; justify-content: center;  }
.footer-top-right .f-logo{ display: flex ;align-items: center; padding: 0 0 30px; }
.footer-top-right .f-logo img {width: 160px; height: auto; filter: brightness(0) invert(1);}
.f-social{ gap: 30px; display: flex ;align-items: center; justify-content: center;}
.f-social span{ display: flex ;align-items: center; justify-content: center;}
.f-social span a{ display: flex ;align-items: center; justify-content: center;}
.f-social span a img { width: 30px; height: auto;}
.footer-bottom{ border-top: #e4e8ec solid 1px; }
  .copyright{ padding: 30px 0 0 0;   font-family: 'Forma DJR Txt';  text-align: center; color: var(--gray-text); font-size: var(--font18); }


.Stones-category-block{ padding: 40px 0 118px 0; width: 100%; display: block; }
.Stones-category-text{ padding: 0 0 20px; max-width:640px; margin: 0 auto; display: block;width: 100%; text-align: center; }
.Stones-category-text h1{ padding: 0 0 var(--font32);  font-size: 40px; font-weight: 300; }
.Stones-category-text h1 strong{ font-weight: 500;   }
.Stones-box-main{ position: relative; display: flex; align-items: center; justify-content: center; width: 100%; }
.Stones-box-main a{ position: relative; display: flex; align-items: center; justify-content: center; width: 100%; }
.Stones-box-main .img{ overflow: hidden; padding: 100% 0 0 0; position: relative; display: flex; align-items: center; justify-content: center; width: 100%; }
.Stones-box-main .img img{ transition: all 0.3s ease-in-out ; position: absolute; left: 0; top: 0; object-fit: cover;  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.Stones-box-main .over-box{background: rgba(0, 0, 0, .8); opacity: 0; transition: all 0.3s ease-in-out ;  position: absolute; left: 0; top: 0; height: 100%; display: flex; align-items: center; justify-content: center; width: 100%; }
.Stones-box-main .over-box .over-box-sub{  padding: 0 var(--font32);  position: relative; display: flex; align-items: center; justify-content: center; width: 100%; }
.Stones-box-main .over-box .over-box-sub h5{font-weight: 500; font-style: italic;  color: var(--white); font-size: 24px; width: 100%; text-align: center;  }
.Stones-category-listing .row{ gap: 0; row-gap: 24px;  margin: 0 -12px !important; }
.Stones-category-listing .row>*{ padding: 0 12px !important; }
.products-details-section-1{ padding: 15px 0 0 0; }
.releted-listing .row{ gap: 0; row-gap: 24px;  margin: 0 -12px !important; }
.releted-listing  .row>*{ padding: 0 12px !important; }
.Stones-box-main a:hover  .over-box{ opacity: 1; } 
.Stones-box-main a:hover .img img{ transform: scale(1.1); }

.catlog-box{ background: #e5e1da; position: relative; display: flex; width: 100%; }
.catlog-box a{ font-size: var(--font18); font-family: 'Forma DJR Txt'; color: var(--black); text-decoration: underline; padding: 100% 0 0 0;    position: relative; display: flex; align-items: center; justify-content: center; width: 100%; }
/* .catlog-box a  .text-cat{ text-decoration: underline; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;   } */

.search-frm {
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    margin: 10px 0 0 0;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    right: -15px;
    top: 100%;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 300px;
    z-index: 100;
}
.search-frm .input-text-search {
    -webkit-appearance: none;
    background-color: #fff;
    border: 0 solid #bdbdbd;
    border-radius: 4px;
    box-shadow: none;
    color: #010101;
    color: var(--TextcolorPrimary);
    display: block;
    font-weight: 400;
    height: 36px;
    letter-spacing: .42px;
    line-height: 1;
    margin: 0;
    padding: 8px 50px 10px var(--font18);
    transition: all .2s ease-in-out;
    width: 100%;
}
.search-frm button {
    background: url(../images/search.svg) no-repeat center center;
    border: 0;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
	background-size: 20px auto;
}
.search-frm.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.custom-made-page{ padding: 46px 0 120px;	}
.custom-made-title { padding: 0 0 80px; }
.custom-made-title h1{ font-size: var(--font40); text-align: center; font-family: 'Forma DJR Txt'; text-transform: uppercase; }
.custom-made-listing{ display: flex ; flex-direction: column; align-items: flex-start; width: 100%; justify-content: space-between;}
.about-text-row{ display: flex; align-items: flex-start; width: 100%; justify-content: space-between;}
.about-text-row .image{   max-width:48%; width: 48%; display: flex; flex-direction: column;}
.about-text-row .image.left-col-stone .img{ min-height: 500px; height: 100%; position: relative; width: 100%; display: flex;}
.about-text-row .image .img img {   height: auto; width: 100%; display: flex;}
.about-text-row .text-block{ max-width: 48%; width: 48%; align-items: center; justify-content: center; display: flex; flex-direction: column }
.about-text-row .text-block > .text{ max-width: 80%;  width: 600px;  }
.about-text-row .text-block > .text p{ text-align: justify; }
.about-text-row .text-block > .text h2{ text-transform: capitalize; padding-bottom: 24px; }
.text p{}
.text h1{ padding: 36px 0;font-size: 32px;line-height: 1.2;  font-weight: 600; letter-spacing: 0.25px; color: var(--black);   }
.text h2{ padding: 36px 0;font-size: var(--font40);;line-height: 1.2; font-weight: 500;letter-spacing: 0.25px; color: var(--black);  } 
.text h3{ padding: 36px 0;font-size: 28px;line-height: 1.2; font-weight: 500;letter-spacing: 0.25px; color: var(--black);   }
.text h4{ padding: 36px 0;font-size: 26px;line-height: 1.2; font-weight: 500;letter-spacing: 0.25px; color: var(--black);  } 
.text h5{ padding: 36px 0;font-size: var(--font32);line-height: 1.2; font-weight: 500;letter-spacing: 0.25px; color: var(--black);   } 
.text h6{ padding: 36px 0;font-size: var(--font20);line-height: 1.2; font-weight: 500;letter-spacing: 0.25px; color: var(--black);  }
 
.heading-tag + .heading-tag{ padding-top: 0px; }
.text>*:first-child{ padding-top: 0px; }
.text  p{ margin: 0; font-family: 'Forma DJR Txt'; padding: 0; color: var(--black); font-weight: 400;font-size: var(--font18);line-height: 150%;  }
.text  ul li strong,
.text  ol li strong,
.text  p strong{ font-weight: bold; font-style: italic; }
.text  p img{ max-width: 100%; display: block; margin: 16px  auto; }
.text  p + p{ padding-top: var(--font32); }
.text  ul li a,
.text  ol li a,
.text  p a{margin: 0; font-family: 'Forma DJR Txt'; padding: 0; color: var(--black); font-weight: 400;font-size: var(--font18);line-height: 150%;   text-decoration: underline; }
.text  ol li a:hover,
.text  ul li a:hover,
.text  p a:hover{  text-decoration: none; }
.text  ul{ margin: 0px; padding: var(--font32) 0 0px  18px;  }
.text  ul li{margin: 0; font-family: 'Forma DJR Txt'; padding: 0; color: var(--black); font-weight: 400;font-size: var(--font18);line-height: 150%; display: list-item; list-style-type: disc; list-style-position: outside; } 
.text  ul li + li{ margin-top:8px; }
.text  ol{ margin: 0px; 	font-family: 'HK Grotesk'; padding: var(--font32) 0 0px  18px;  }
.text  ol li{margin: 0; font-family: 'Forma DJR Txt'; padding: 0; color: var(--black); font-weight: 400;font-size: var(--font18);line-height: 150%; display: list-item; list-style-type: decimal; list-style-position: outside; } 
.text  ol li + li{ margin-top:8px; }
.text blockquote{	  margin: var(--font32) 0; padding: 0 0 0 var(--font32);  margin: 0; padding: 0; color: var(--black);  letter-spacing: 0.25px;  font-weight: 600; line-height: 150%;   font-size: var(--font20);    border: 0px; border-left: #fff solid 6px; }
.text blockquote p{ font-size: 18px; font-style: italic; 	 font-weight: bold; }
.text .heading-tag:first-child{ padding-top: 0px;; }
.text  ol + p,
.text  ul + p,
.text   p + ul,
.text   p + ol,
.text   ol + ul,
.text   ul + ol{ padding-top: var(--font32); }
.max-width-1100 { max-width: 100%; margin: 0 auto; display: block; width: 100%; } 
.about-text-row + .about-text-row{ padding-top: 90px; }
.about-text-row:nth-child(2n+0){  flex-direction: row-reverse; }

.Stones-same-category-page{ padding: 40px 0 120px; }
.custom-breadcumb ul{ display: flex ;align-items: center; }
.custom-breadcumb ul li{ display: flex ; align-items: center; }
.custom-breadcumb ul li + li::before{ color: var(--gray-text); margin: 0 4px; content: '/'; }
.custom-breadcumb ul li{font-size: var(--font18); color: var(--black);}
.custom-breadcumb ul li a{ color: var(--gray-text); font-size: var(--font18);  } 
.custom-breadcumb ul li a:hover{ color: var(--black); }
.stone-block-inner{ padding: 80px 0 0 0; display: block;  width: 100%; }
.stone-block-inner .stone-block-title h2{ padding: 0 0 44px; font-weight: 500; color: var(--black); font-size: var(--font40);; display: block ;width: 100%; text-align: center; }
.stone-block-listing-sub .row{ gap: 0; row-gap: 40px; margin: 0 -12px !important;  }
.stone-block-listing-sub .row >*{  padding: 0 12px !important; }
.stone-box-2{ width: 100%; display: flex ;flex-direction: column;}
.stone-box-2 a {  width: 100%; display: flex ;flex-direction: column;}
.stone-box-2 .img{ overflow: hidden; padding: 100% 0 0 0; position: relative; display: flex; align-items: center; justify-content: center; width: 100%; }
.stone-box-2 .img img{ transition: all 0.3s ease-in-out ; position: absolute; left: 0; top: 0; object-fit: cover;  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.stone-box-2 h5{ padding: 20px 0 0 0; font-size: var(--font20); color: var(--black);   width: 100%; display: block; text-align: center; }
.stone-box-2:hover  .img img  { transform: scale(1.1);}


.category-download-page{ padding: 46px 0 120px; width: 100%; display: block; }

.about-text-row .text-block .arrow-link{ max-width: 80%; width: 600px; padding: 40px 0 0 0; }
.arrow-link{ display: flex ;align-items: center;}
.arrow-link a{text-underline-offset: 3px;  display: flex; align-items: center; gap: 4px; font-size: var(--font20); text-decoration: underline; color: var(--black);} 
.arrow-link a i{  display: flex ;align-items: center; transition: all 0.3s ease-in-out; width: 16px; height: 12px; background: url(../images/link-arrow.svg) no-repeat center center;}
.arrow-link a:hover{ opacity: 0.5; }
.arrow-link a:hover i{ transform: translateX(10px);}
.about-text-row .text-block .text h4{ margin: -24px 0 15px 0; font-size: 14px; padding: 0; }
 

.contact-banner{display: flex; align-items: center; width: 100%; }
.contact-banner span{ background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 635px;  display: flex; align-items: center; width: 100%; }
.contact-section-1{ padding: 40px 0; background: #211f20; }
.contact-data-block { gap: 100px; display: flex ;align-items: flex-start; justify-content: center;}
.contact-box{ text-align: center; color: var(--white); width: 300px;}
.contact-box h2{ padding: 0 0 13px; font-family: 'Forma DJR Txt'; font-size: 26px; font-weight: 500;  color: var(--white); text-transform: uppercase;  }
.contact-box p{ font-size: var(--font18); color: var(--white); }
.contact-box p a{color: var(--white); }
.contact-box p a:hover{  opacity: 0.5; }

.contact-section-2{display: block; width: 100%; padding: 90px 0 150px; }
.contact-form-block{ max-width: 676px; margin: 0 auto; display: block; width: 100%; }
.contact-form-block .row{ margin: 0 -16px !important; }
.contact-form-block .row>*{ padding: 0 16px !important; }
.contact-form-block .contact-from-title h3{ text-align: center; font-size: var(--font32); font-weight: 500; }
.contact-from{ padding: 38px 0 0 0; display: block; width: 100%;}
.input-box-main{ padding: 19px 0; display: block; width: 100%;}
.input-box-main .input-title{ padding: 0 0 4px; width: 100%; display: block; color: #8c8c8c; font-size: var(--font18); font-weight: 500;   }
.input-box-main  .input-box .input-text{ padding: 0 0 7px; font-size: var(--font18);color: var(--black); font-weight: 500; width: 100%; display: block; border: 0; border-bottom: #a8a8a8 solid 1px;}
.input-box-main  .input-box textarea.input-text{ padding-top: 10px; height: 100px; resize: none; }
.input-checkbox-main { padding: 20px 0 16px 0; }
.input-checkbox-main .checkbox-title{ padding: 0 0 15px; display: block ;width: 100%; font-size: var(--font18); font-weight: bold; color: var(--black); }
.checkbox-list{ display: flex ;flex-wrap: wrap; gap: 28px;}
.checkbox-main label{ display: flex ; align-items: center;}
.checkbox-main label input {display: none;}
.checkbox-main label span{ min-height: 18px; position: relative;  padding: 0 0 0 34px; display: block; font-size: 18px;color: #8c8c8c; cursor: pointer; }
.checkbox-main label span::after{ transition: all 0.3s ease-in-out; width: 18px; height: 18px; background: #8c8c8c; border-radius: 100px; content: ''; position: absolute; left: 0; top:1px; }
.checkbox-main label span::before{ opacity: 0;  transition: all 0.3s ease-in-out; width: 18px; height: 18px; background:url(../images/checkmark.svg) no-repeat center center; background-size: cover; border-radius: 100px; content: ''; position: absolute; left: 0; top:1px;}
.checkbox-main label input:checked + span::after{ opacity: 0; }
.checkbox-main label input:checked + span::before{ opacity: 1; }
.checkbox-main label input:checked + span{color: var(--black); }
.input-box-main.submit-btn-row{ padding:30px 0 0  0; display: flex ;align-items: center; justify-content: center; }
.submit-btn-row button { font-size: var(--font18); font-weight: 500; letter-spacing: 1px; width: auto; height: auto ;display: flex ; align-items: center ;border: 0px; border-radius: 0; height: 60px; padding: 0 46px; background: var(--footerbg); transition:  all 0.3s ease-in-out; color: var(--white);    } 
.submit-btn-row button:hover{  background: var(--gray-text); }

.max-witdh-1040{ max-width: 1200px; margin: 0 auto; display: block ;width: 100%; }
.products-block-1 { padding: 50px 0 200px; display: flex ; align-items: center; justify-content: space-between; }
.products-block-1 .left-col-pro{ width: auto; max-width: 46%;}
.products-block-1 .left-col-pro .img{ display: flex ;align-items: center; max-width: 100%;}
.products-block-1 .left-col-pro .img img{ width: auto; height: auto; max-width: 100%;}
.products-block-1 .right-col-pro{ max-width: 666px; }
.products-block-1 .right-col-pro .arrow-link{ padding: 40px 0 0 0 ; }
.products-details-section-2{ overflow: hidden; }
.products-details-section-2 .slider-img {width: auto; display: flex; padding: 0 15px;  }
.products-details-section-2 .slider-img img{ width: auto;  height: 550px; display: flex; }
.products-details-section-2 .slick-arrow{ position: absolute; right:25px; top: 50%; width: 30px; height: 30px; background: url(../images/left-arrow-w.svg) no-repeat center center; font-size: 0; border: 0; opacity: 1; z-index: 100; margin: -15px 0 0 0; }

.products-details-section-2 .slick-arrow.slick-prev{ right: auto; left: 25px; background: url(../images/right-arrow-w.svg) no-repeat center center; }
.products-details-section-4{ padding: 120px 0; }
.releted-title h4 {font-size: var(--font32); font-weight: 500; color: var(--black);}
.releted-title{ padding: 0 0 40px; }
.products-box{width: 100%; display: block;}
.products-box .img{ background: #000 ; padding: 82% 0 0 0; display: block; position: relative; overflow: hidden;  width: 100%;}
.products-box .img img {width: 100%; transition: all 0.3s ease-in-out; position: absolute; left: 0; top: 0; height: 100%; object-fit: cover; display: flex;  }
.products-box h5{ padding: var(--font32) 0 0 0; font-size: var(--font20); font-weight: 500; text-align: center; color: var(--black);   }
.products-box a:hover .img img{ opacity: 0.5; transform: scale(1.1); }
.Stones-single-page{ padding: 0px 0 0 0; }
.Stones-single-page .custom-breadcumb{ padding:  0 0 22px; }
#hubble-container {
    width:100%;
    font-size: 0;
    border: 0px solid #111;
    overflow: hidden;
    margin:0;
    margin-top: 0rem;
  }
  
  #hubble-container{ height: calc(100vh - 86px - 182px - 20px); }
  #hubblepic {
    width: 100%;
  }
  
  #zoomer {
    display: block;
    width: 18px;
    height: 100%; 
    margin: 0 auto;
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: slider-vertical; /* For WebKit browsers */
    transform: rotate(180deg);
  }
  
  @media all and (max-width: 500px) {
    #zoomer, #hubble-container {
      width: 85%;
    }
  }

  .Stones-single-section-1{ width: 100%; display: block; overflow: hidden;}
.image-zoom-outer{ display: flex ;align-items: center; justify-content: center; position: relative;}
.handle-bar-left{ position: absolute; left:34px ; top: 56px; width: 18px; bottom: 56px; }


.products-details-section-4.version-2{ padding: 90px 0 95px; }
.image-zoom-outer .over-title{ position: absolute; right: 50px; bottom: 50px;  }
.image-zoom-outer .over-title h2{ color: var(--white) ; font-size: 36px; font-weight: bold;}

.Stones-single-section-2{ padding: 46px 0 0 0; }
.Stones-single-block{ display: flex; align-items: flex-start ; justify-content: space-between; }
.Stones-single-block  .left-colum{ padding: 0 0 60px; width: 25%;}
.Stones-single-block .right-colum{width: 71%; padding: 0 0 80px; }
.left-col-box{ padding: 0 0 44px; }
.left-col-box  h5{ padding: 0 0 22px; font-size: 24px; color: var(--black); font-weight: 500;  }
.left-col-box .icon-set{ padding: 0 0 19px; display: flex ;flex-wrap: wrap; gap: 14px;}
.left-col-box .icon-set span{ width: auto; display: flex ;align-items: center ;}
.left-col-box .icon-set span img{ width: 54px; height: auto;}
.left-col-box .text p{ color: var(--gray-text); }
.left-col-box .text p strong{ font-style: normal;}
.ct-btn{ width: 100%; display: flex; align-items: center; justify-content: flex-start;}
.ct-btn a{width: 100%; height: 64px; color: var(--white); font-size: var(--font20); font-weight: 500; font-style: italic; background: #bebebe; display: flex; align-items: center; justify-content: center; padding: 0 20px; }
.ct-btn a:hover{ background: var(--black); }

.feature-img-slider{ padding: 40px 0 0 0; }
.feature-img-slider .slick-dots { gap: 24px; width: 100%; position: absolute; left: 0; bottom: -40px; width: 100%; display: flex ;align-items: center ;justify-content: flex-end;}
.feature-img-slider .slick-dots li button{ width: 12px; height: 12px;  font-size: 0; border: 0; outline: none; border-radius: 100px; background: #d9d9d9; padding: 0;   }
.feature-img-slider .slick-dots li.slick-active button{ background: #adadad; }
.feature-img-slider .img{ width: 100%; display: flex;}
.feature-img-slider .img img{ height: auto; width: 100%; display: flex;}


.sitemap-link{ display: block; width: 100%;  padding: 100px 0;}
.sitemap-link ul{ display: flex; flex-direction: column; gap: 16px;}
.sitemap-link ul li a{ font-size: var(--font20);  font-style: italic; color: var(--black);}

.home-banner{ position: relative; }
.home-banner-slider .slick-slider{ position: static; }

.menu-icon{ display: none;}
.mobile-show{ display: none;}
.mobile-nav-main{ display: none;}



.handle-bar-left #slider-vertical{  border-radius:5px; background: #d9d9d9; border: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.handle-bar-left  .ui-slider-vertical .ui-slider-handle{ outline: none !important; left: 0; width: 18px; height: 18px; border: #fff solid 2px; border-radius: 5px; background: #d9d9d9; margin: 0 0 0px ; margin: 0 0 -9px; }
.handle-bar-left .ui-slider .ui-slider-range { border-radius:   5px 5px 0 0; background: #fff; }  
.image-zoom-outer .over-title{ z-index: 10; }

#hubble-container  img{ position: absolute; left: 0;   top: 0;      }

.cms-page-data h1 { font-size: 40px; }
.cms-page-data h1 + h2,
.cms-page-data h1 + h3,
.cms-page-data h1 + h4,
.cms-page-data h1 + h5,
.cms-page-data h1 + h6 { padding-top: 0; }
.cms-page-data { padding: 46px 0 120px; }
.cms-page-data { max-width: 1470px; margin: 0 auto; }

/*404 page start*/
section.not-found { display:inline-block; vertical-align:top; width:100%; }
.four_zero_page {  padding: 153px 0 100px 0;width: 100%;text-align: center;}
.four_zero_page .big_title {width: 100%;display: inline-block;vertical-align: top;position: relative;text-align: center;}
.four_zero_page .big_title span {display: inline-block;width: 100%;font-weight: bold;font-size: 22px;line-height: 35px;letter-spacing: 0.03em;color: #000;text-transform: uppercase;}
.four_zero_page .big_title h1 {font-weight: 500;color: #000000;text-transform: uppercase;padding: 0 0 12px 0; margin:0;}
.four_zero_page .big_title:after {content: '';background: #000000;width: 60px;height: 2px;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);display: block;}
.four_zero_page .fore_text {padding: 29px 0 0 0;margin-bottom: -5px;font-size: 16px;display: inline-block;width: 100%;color: #000000;}
.four_zero_page .read_more {padding: 32px 0 0 0;display: inline-block;width: 100%;text-align: center; display: -ms-flexbox; display: flex; justify-content: center; }
.four_zero_page .read_more a {font-size: var(--font18);
  font-weight: 500;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  border: 0px;
  border-radius: 0;
  height: 60px;
  padding: 0 46px;
  background: var(--black);
  transition: all 0.3s ease-in-out;
  color: var(--white); }
.read_more a:hover {background: var(--gray-text);}
body.error404 .site-main { padding:0 !important; }
/*404 page end*/
.black-line{ margin: 40px 0 20px; display: flex; align-items: center; justify-content: center;}
.black-line span {width: 100px; height: 1px; display: flex; background: var(--black); }
.catlog-box .blank-image{ z-index: 1; width: 100%; height: auto; display: flex; position: relative;  }
.catlog-box .blank-image img{ opacity: 0; width: 100%; height: auto;}
.catlog-box  .catlog-box-sub{ z-index: 4;  position: absolute; left: 0; top: 0; width: 100%; height: 100%; max-height: 100%; overflow: auto; }
.catlog-box  .catlog-box-sub a{ text-decoration: none; height:100%; padding: 0; }

.catlog-box .catlog-box-sub a .text-cat{ max-width: 75%; padding: 20px; width: 100%; text-align: center;}
.catlog-box .catlog-box-sub a .text-cat p{ text-decoration: none; }
.catlog-box .catlog-box-sub a .text-cat h4{ padding: 0 0 20px; }
.catlog-box .catlog-box-sub a .text-cat > span{ display: block; padding: 30px 0 0 0; text-decoration: underline; }
.stoncat_layout .about-text-row { align-items: stretch;}
.stoncat_layout .about-text-row .text-block{  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.stoncat_layout .about-text-row .text-block > .text { max-width: 100%;  width: 100%;}
.stoncat_layout .about-text-row .image .img img{  height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; width: 100%; display: flex;}
.cat_product_lists-top{ padding: 30px 0 0 0;   display: block; width: 100%; }
.cat_product_lists_main{ width: 100%; display: block;  padding: 0px 0 0 0; }
.cat_product_lists_main ul{ align-items: flex-start;  gap: 20px; width: 100%; display: flex; flex-wrap: wrap; }
.cat_product_lists_main ul li { display: block; width: calc(25% - 15px);}
.pr-box-main{ width: 100%; display: block; }
.pr-box-main .pr_img{ width: 100%; padding: 100% 0 0 0; display: flex; position: relative;   }
.pr-box-main .pr_img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.pr-box-main .pr_name h5{ color: var(--black); padding: 10px 0 0 0;   font-size: 12px; min-height: 0px; width: 100%; text-align: left;}
.about-text-row:nth-child(2n+0) .cat_product_lists_main ul{ justify-content: flex-start; }

.cls-accordion-item{ border: 0px;   padding: 0px 0;  border-radius: 0px; }
.cls-accordion-item .acc-title h5{ position: relative; display: block; width: 100%; padding: 0 100px 0 0;  cursor: pointer; margin: 0px; padding: 6px 0px; border: 0px; background: none; box-shadow: none ; outline: none; line-height: 1.78;letter-spacing: 0.56px;font-size: 18px;font-weight: 500; font-family: 'Forma DJR Txt';color: var(--black); font-weight: bold; text-transform: uppercase;}
.cls-accordion-item .acc-title h5::after{ position: absolute;
right: 8px; top: 50%; margin: -8px 0 0 0; width:16px; height:16px; background: url(../images/plus.svg) no-repeat center center;position: absolute;top: 50%;content: ''; background-size: 100% auto;}
.cls-accordion-item.active .acc-title h5::after {background: url(../images/minus.svg) no-repeat center center; background-size: 100% auto;}
.cla-acc-body{display: block;width: 100%;position: relative;overflow: hidden;opacity: 0;height: 0px;-webkit-transition: opacity .25s ease 0s, height .5s cubic-bezier(.85,0,.15,1) .1s;transition: opacity .25s ease 0s, height .5s cubic-bezier(.85,0,.15,1) .1s;}
.cls-accordion-body{display: block;width: 100%;padding: 10px 40px 20px 0; pointer-events: none; }
.cls-accordion-item.active .cla-acc-body{ opacity: 1; }
.cls-accordion-item.active .cls-accordion-body{ pointer-events: all; }

.ct-link{ padding: 40px 0 0 0; }
.ct-link a{ text-decoration: underline; color: var(--black); }
.cls-accordion-body .text ul{ padding: 0 0 0 20px; }
.cls-accordion-body .text ul li{ position: relative; list-style: none; padding: 0 0 0 14px;   }
.cls-accordion-body .text ul li::before{ position: absolute; left: 0; top: 0; content: '/'; }

.products-block-1 .right-col-pro p{ text-align: justify; }
.products-block-1 .right-col-pro .text h2{ padding-bottom: 24px; }
.down-arrow-mobile{ display: none;}

.mobile-banner-arrow-block{ display: none;}
.f-mobile-nav{ display: none;}


.search-result-main{ padding: 20px 0; text-align: center; }
.search-result-main h1{ padding:  0 0 18px; font-weight: 300;}
.search-result-main h1 span{ font-weight: 500; font-style: italic;}


.search-post{ display: block; border-bottom: rgba(0, 0, 0, .2) solid 1px; padding: 24px 0;   }
.search-post  h2 { padding: 0 0 20px; }
.search-post  h2 a{ font-weight: bold; color: var(--black);}
.search-post  .entry-content p a{ color: #000; font-weight: bold;}
.search-post-inner{ display: flex ;align-items: flex-start; width: 100%; gap: 40px;}
.search-post-inner .post-thumbnail{ min-width: 300px; margin: 0; }
.search-post-inner .entry-content{ width: 100%;}
.contain-wapper{ min-height: calc(100vh - 286px - 122px); }

.navigation.pagination .nav-links{ gap: 20px; width: 100%; display: flex; padding: 20px 0; align-items: center ;justify-content: center;}
.navigation.pagination .nav-links a{ color: #000; font-family: 20px;  }
.navigation.pagination .nav-links .current{ font-weight: bold;}

.checkbox-main .wpcf7-list-item{ margin: 0 20px 0 0; }
.input-box-main .input-box textarea.input-text::placeholder{ opacity: 0.5; }
.input-box-main .input-box .input-text.wpcf7-not-valid{  border-color: #f66;}
.input-box-main .input-box  .wpcf7-not-valid-tip { display: block; padding: 4px 0 0 0;  line-height: 1.43;letter-spacing: 0.22px;font-weight: 500;color: #f66; font-size: 14px; }
.input-box-main .input-box  .captcha-img .wpcf7-not-valid-tip	 {  }
 

.contact-from .wpcf7 form .wpcf7-response-output{ border-radius: 4px;border: solid 2px #ff6b6b !important; padding: 10px 24px 12px 42px; background: url(../images/error-icon-1.svg) no-repeat 16px 12px #ffc3c3;
	color: var(--dark191919);
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 15px;
	
	font-weight: 600;
	margin: 32px 0 0 0;
}
.contact-from .wpcf7 form.sent .wpcf7-response-output{ 
	border-radius: 4px;border: solid 2px #00ba83 !important; padding: 10px 24px 12px 42px; background: url(../images/error-icon-3.svg) no-repeat 16px 12px rgba(3, 227, 161, 0.6);
	color: var(--dark191919);
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 15px;
	
	font-weight: 600;
	margin: 32px 0 0 0;
 
	 
}

.mobile-page-tital{  width: 100%; display: block;}
.mobile-page-tital .center-text-title{ display: none; width: 100%; text-align: center; color: var(--white);}
.image-zoom-outer .over-title{ display: none;}

.about-text-row .image{ position: relative; }
.about-text-row .image .img{ width: 100%; display: block; position: relative; padding: 65.5% 0 0 0;  }
.about-text-row .image .img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.about-text-row .image.left-col-stone .img{ max-height: 652px; }

.Subscribe-btn {display: flex; align-items: center;}
.Subscribe-btn a{font-family: 'Forma DJR Txt'; transition: all 0.3s ease-in-out; min-width:115px ; color: var(--white); letter-spacing: 1px; display: flex; align-items: center; background: #bdbdbd; justify-content: center; height: 44px; border: 0; padding: 0 var(--font32);}
.Subscribe-btn a:hover{ background: rgba(255,255,255,0.8); }
.footer-links-main .footer-box:last-child{ width: auto;}
.footer-links-main .footer-box p{font-family: 'Forma DJR Txt'; color: var(--white); letter-spacing: 0.02rem;font-size: var(--font18);}

.newsletter-page{ padding: 40px 0 80px; }

.newslatter-form-new{ max-width: 820px; width: 100%; padding: 44px; margin: 0 auto; display: block; background: var(--footerbg);}
.form-blk .news-input-box{ padding: 0 0 32px; width: 100%; display: block; }
.form-blk .news-input-box .input-title{ color: #fff; font-size: 16px; display: block; padding: 0 0 4px; font-weight: 500;}
.form-blk .news-input-box .input-text{ display: block; width: 100%; border: 0; padding: 0 16px; height: 40px; color: #000; font-size: 16px; }
.news-input-box .nice-select{ border-radius: 0; display: block; width: 100%; border: 0; padding: 0 16px; height: 40px; color: #000; font-size: 16px; float: none;}


.news-input-box.submit-btn{ padding: 0; display: flex;}
.news-input-box.submit-btn button{ border: 0; font-family: 'Forma DJR Txt'; transition: all 0.3s ease-in-out; min-width:115px ; color: var(--white); letter-spacing: 1px; display: flex; align-items: center; background: #bdbdbd; justify-content: center; height: 44px; border: 0; padding: 0 var(--font32);}
.news-input-box.submit-btn button:hover{ background: rgba(255,255,255,0.8); }
.news-input-box .nice-select .list{ max-height: 200px; overflow: auto; width: 100%; border-radius: 0; }
.news-input-box .nice-select:after{ width: 10px; margin-top: -7px; height: 10px; border-color: #000;}
.checkrow .lable
.checkrow .lable > span{ display: block; cursor: pointer;}

.desktop-satus { min-height: 84px; }
.status-box { min-height: 48px;  display: flex; align-items: center;}
.status-box-sub{ font-size: 16px; color: #fff; gap: 8px; display: flex; align-items: center; background: #000; padding: 8px 12px;  }
.status-box i{ width: 12px; height: 12px; background: #2fac66 ;display: block; border-radius: 100px;}
.status-box.red-box i{ background: #e30613; }
.desktop-satus{ display: flex; flex-direction: column;}
.mobile-satus{ display: none;}
.title-head-mobile{}
.footer-links-main .footer-box p + p{ padding-top: 20px; }

.form-blk .news-input-box.checkrow{  display: block; width: 100%;}
.form-blk .news-input-box.checkbox-main label span{ font-size: 16px; color: #fff; }
.form-blk .news-input-box.checkbox-main .checkrow + .checkrow{ margin-top: 12px; }
.form-blk .news-input-box.checkbox-main .checkrow label span::after{ border: #fff solid 1px; background: #fff; border-radius: 4px; width: 20px; height: 20px; top: -2px;   }
.form-blk .news-input-box.checkbox-main .checkrow label span::before{ background: url(../images/checkmark-2.svg) no-repeat center center #fff; background-size: 16px auto;  top: -2px;border-radius: 4px; width: 20px; height: 20px; }

 
.form-blk .news-input-box .wpcf7-not-valid-tip { display: block; padding: 4px 0 0 0;  line-height: 1.43;letter-spacing: 0.22px; font-weight: 500;color: #f66; font-size: 14px; }
.form-blk .news-input-box  .captcha-img .wpcf7-not-valid-tip	 {  }
 

.form-blk .wpcf7 form .wpcf7-response-output{ border-radius: 4px;border: solid 2px #ff6b6b !important; padding: 10px 24px 12px 16px; background:   #ffc3c3;
	color:#000;
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 16px;
	 
	font-weight: 600;
	margin: 32px 0 0 0;
}
.form-blk .wpcf7 form.sent .wpcf7-response-output{ 
	border-radius: 4px;border: solid 2px #00ba83 !important; padding: 10px 24px 12px 16px; background:  rgba(3, 227, 161, 0.6);
	color:#000;
	line-height: 1.4;
	letter-spacing: 1px;
	font-size: 16px;
 
	font-weight: 600;
	margin: 32px 0 0 0;
 
	 
}


.contact-from .input-box-main{ padding:20px 0 0  0; }
.contact-from .input-box-main .checkrow + .checkrow{ margin-top: 12px; }  
.contact-from .input-box-main .checkrow  label input {display: none;}
.contact-from .input-box-main .checkrow label span{ min-height: 18px; position: relative;  padding: 0 0 0 34px; display: block; font-size: 18px;color: #8c8c8c; cursor: pointer; }
.contact-from .input-box-main .checkrow label span::after{ transition: all 0.3s ease-in-out; width: 20px; height: 20px; background: #8c8c8c; border-radius: 4px; content: ''; position: absolute; left: 0; top:1px; }
.contact-from .input-box-main .checkrow label span::before{ opacity: 0;  transition: all 0.3s ease-in-out; width: 20px; height: 20px; background:url(../images/checkmark-3.svg) no-repeat center center #000; background-size: 14px auto; border-radius: 4px; content: ''; position: absolute; left: 0; top:1px;}
.contact-from .input-box-main .checkrow label input:checked + span::after{ opacity: 0; }
.contact-from .input-box-main .checkrow label input:checked + span::before{ opacity: 1; }
.contact-from .input-box-main .wpcf7-list-item{ margin: 0; }


.stoncat_layout .about-text-row .text-block > .text{ min-height: 153px; }