  *,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
body {
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
}
video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html{
  font-size: 10px;
  scroll-behavior: smooth;
}
a{
  transition: .2s ease-in-out;
  text-decoration: none;
  color: #000;
}
ol,
ul {
  list-style: none;
}
.pt-zero{
  padding-top: 0 !important;
}
.pb-zero{
  padding-bottom: 0 !important;
}
.mt-zero{
  margin-top: 0 !important;
}
.mb-zero{
  margin-bottom: 0 !important;
}
.hidden-overflow{
  overflow: hidden;
}
blockquote,
q {
  quotes: none;
}
.show-950, .show-700, .show-1023, .show-767{
  display: none !important;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img,
iframe,
video,
audio,
svg {
  max-width: 100%;
  display: unset;
}
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  pointer-events: none; /* Prevents popup-wrapper from blocking scroll */
}

.popup-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Disable body scroll when popup is active */
body.popup-open {
  overflow: hidden; /* Prevents scrolling of the body */
}

/* Popup Wrapper */
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.popup-wrapper.active {
  opacity: 1;
  visibility: visible;
}

/* Popup Box with Scale Transition */
.popup {
  position: relative;
  background: white;
  max-width: 1435px;
  width: 90%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
  transform: scale(0.8); /* Start with smaller scale */
  transition: transform 0.3s ease; /* Smooth scale transition */
  overflow: hidden;
}

.popup-wrapper.active .popup {
  transform: scale(1); /* Scale to normal size */
}

/* Close Button */
.btn-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  z-index: 10;
}
.timeline-popup-slider .slick-slide > div {
  display: flex;
}
/* Popup Image */
.popup-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-content{
  height: 85vh;
  position: relative;
}
/* Popup Content */
.popup-content-inner {
  position: absolute;
  padding: 6rem;
  width: 50%;
  text-align: left;
  overflow: auto; /* Ensures content doesn't overflow */
  bottom: 0;
  color: #fff;
}
.popup-img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.history-innovat-list-content h6 {
  font-size: 3rem;
  font-weight: 500;
}
.popup-content-inner p {
  color: #fff;
}
.popup-content-inner h2{
  padding: 2rem 0
}
.text-center{
  text-align: center;
}
h1, h2, h5, h6{
  text-transform: uppercase;
}
h1{
  font-size: 15rem;
  font-weight: 500;
  line-height: 1.1;

}
h2{
  font-size: 4rem;
  line-height: 1.25;
}
h3{
  font-size: 3rem;
  line-height: 1.4;
}
h4{
  font-size: 2.5rem;
}
h5{
  font-size: 2rem;
}
h6, p{
  font-size: 1.8rem;
}
p{
  line-height: 1.5;
  color: #111111;
}
.bg-grey{
  background-color: #EEECE4;
}
.bg-black{
  background-color: #202122;
}
.text-white * {
  color: #fff !important;
}
.com-pd-20{
  padding: 20rem 0;
}
.com-pd-15{
  padding: 15rem 0;
}
.com-pd-18{
  padding: 18rem 0;
}
.col-pd-10{
  padding: 10rem 0;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.space-between{
  justify-content: space-between;
}
.justify-center{
  justify-content: center;
}
.align-center{
  align-items: center;
}
.align-end{
  align-items: flex-end;
}
.col-43{
  width: 43rem;
}
.col-70{
  width: 70rem;
}
.col-50{
  width: 50rem;
}
.col-60{
  width: 60rem;
}
.col-90{
  width: 90rem;
}
.container, .collection-feat-list{
  max-width: 1705px;
  width: 90%;
  margin: 0 auto;
}
.header-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  transition: all 0.5s ease;
  right: 0;
  padding: 5rem 0 2rem;
}
.header-left {
  width: 30%;
  margin-right: auto;
  margin-left: 0;
}
.header-menu-box {
  position: fixed;
  width: auto;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #151415;
  z-index: 30;
  transform: translateX(150%);
  transition: transform 0.3s ease-in-out;
  min-width: 50.2rem;
  overflow-y: auto;
}
.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
  opacity: 0; /* Initially hidden */
  visibility: hidden; /* Prevent clicks */
  transition: opacity 0.3s ease; /* Smooth fade effect */
}
.menu-close {
  cursor: pointer;
  position: absolute;
  top: 7rem;
  right: 5rem;
  transition: all 0.5s ease;
}
.menu-close:hover {
  transform: rotate(180deg);
}
.menu-close img {
  width: 1.9rem;
  object-fit: contain;
}
.header-menu-wrapper {
  height: 100%;
  padding: 23rem 5rem;
  counter-reset: setion;
  -ms-overflow-style: none;
    scrollbar-width: none;
}
.header-menu-wrapper ul li::before {
  counter-increment: section;
  content: "0" counter(section) "";
  position: absolute;
  left: 0;
  top: 25px;
  color: #9E9E9E;
  font-size: 1.5rem;
}
.header-menu-wrapper ul.sub-menu li::before {
  content: none;
  counter-increment: none;
}
.header-menu-wrapper ul li a:hover {
  color: #fff;
}
.header-wrapper.active {
  transform: translateY(0rem);
}
.header-menu-box.active, .menu-overlay.active {
  right: 0;
}
.header-logo img {
  width: 20.9rem;
  filter: invert(1);
}
.menu-overlay.active {
  opacity: 1; /* Visible when active */
  visibility: visible;
}

.header-menu-box.active {
  transform: translateX(0); /* Slide into view */
}
body.home .header-logo img, .page-template-marble-commercial .header-logo img,
.page-template-product-collection .header-logo img, .page-template-blogs .header-logo img,
.page-template-contact-us .header-logo img {
  filter: none;
}
body.home .menu-open h5, .page-template-marble-commercial .menu-open h5,
.page-template-product-collection .menu-open h5, .page-template-blogs .menu-open h5,
.page-template-contact-us .menu-open h5 {
  color: #fff;
}
header.main-header.header-stick .header-logo img {
  filter: brightness(1);
}
.header-stick .header-wrapper {
  position: fixed !important;
  background-color: #fff;
  border-bottom: 1px solid #dddd;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  animation: smoothScroll 1s forwards;
  padding: 2.5rem 0;
}
.header-logo .header-logo-black, .header-stick .header-logo .header-logo-white {
  display: none !important;
}
.header-logo .header-logo-black, .header-stick .header-logo .header-logo-black,
body.home .header-logo .header-logo-white, .page-template-marble-commercial .header-logo .header-logo-white,
.page-template-product-collection .header-logo .header-logo-white, .page-template-blogs .header-logo .header-logo-white,
.page-template-contact-us .header-logo .header-logo-white,
body.home .main-header.header-stick .header-logo-black, .page-template-marble-commercial .main-header.header-stick .header-logo-black,
.page-template-product-collection .main-header.header-stick .header-logo-black, .page-template-blogs .main-header.header-stick .header-logo-black,
.page-template-contact-us .main-header.header-stick .header-logo-black{
  display: block !important;
}
.header-logo-white,
body.home .header-logo .header-logo-black, .page-template-marble-commercial .header-logo .header-logo-black,
.page-template-product-collection .header-logo .header-logo-black, .page-template-blogs .header-logo .header-logo-black,
.page-template-contact-us .header-logo .header-logo-black,
body.home .main-header.header-stick .header-logo-white, .page-template-marble-commercial .main-header.header-stick .header-logo-white,
.page-template-product-collection .main-header.header-stick .header-logo-white, .page-template-blogs .main-header.header-stick .header-logo-white,
.page-template-contact-us .main-header.header-stick .header-logo-white {
  display: none !important;
}
.page-template-marble-commercial .menu-toggle,
.page-template-product-collection .menu-toggle,
.page-template-blogs .menu-toggle,
.page-template-contact-us .menu-toggle {
  background-color: #fff;
}
.page-template-marble-commercial .menu-toggle img,
.page-template-product-collection .menu-toggle img,
.page-template-blogs .menu-toggle img,
.page-template-contact-us .menu-toggle img {
  filter: invert(1);
}
.page-template.page-template-index .menu-toggle {
  background-color: #D9D9D9;
}
.page-template.page-template-index .menu-toggle img {
  filter: brightness(0.1);
}
.header-logo .header-logo-black img,
.page-template-marble-commercial header.main-header.header-stick img,
.page-template-product-collection header.main-header.header-stick img,
.page-template-blogs header.main-header.header-stick img,
.page-template-contact-us header.main-header.header-stick img,
.page-template.page-template-index header.main-header.header-stick .menu-toggle img {
  filter: none;
}
.page-template-marble-commercial header.main-header.header-stick .menu-toggle,
.page-template-product-collection header.main-header.header-stick .menu-toggle,
.page-template-blogs header.main-header.header-stick .menu-toggle,
.page-template-contact-us header.main-header.header-stick .menu-toggle,
.page-template.page-template-index header.main-header.header-stick .menu-toggle{
  background-color: #000;
}
.header-stick .header-wrapper .menu-open h5 {
  color: #000;
}
.sub-menu {
  max-height: 0;
  overflow: hidden;
  position: sticky;
  left: 0;
  transition: max-height 0.2s ease-in-out;
  border-radius: .8rem;
  min-width: 30rem;
}
.main-header .menu-item-has-children li:last-child {
  border-bottom: 0;
}
.menu-item-has-children span{
  display: none;
}
.main-header .menu-item-has-children li {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  transition: .2s ease-in-out;
  margin-right: 0;
  padding: 0;
}
.main-header .menu-item-has-children li a {
  padding: 2rem;
  width: 100%;
  display: block;
  font-size: 2rem;
}
.main-header .sub-menu li a::after,
.main-header .menu-item-has-children a::after {
  display: none;
}
.menu-item-has-children.open::after {
  transform: rotate(180deg);
  transition: .2s ease-in-out;
}
.menu-item-has-children {
  outline: none;
  background-color: transparent;
  border: none;
}
.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 0rem;
  background-image: url(../images/chevron-down.png);
  width: 1.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .2s ease-in-out;
  filter: invert(1);
  cursor: pointer;
}
.main-header .sub-menu.dropdown-open {
  padding: 2rem; /* Add padding when opened */
  max-height: 300px; /* Adjust as needed */
}
.main-header .menu-item-has-children li, .main-header .navigation .menu-item-has-children li a {
  color: #fff;
  margin-left: 0;
  font-size: 2rem;
}
.menu-toggle {
  width: 6rem;
  height: 6rem;
  background-color: #000000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
  cursor: pointer;
}
.menu-toggle img {
  width: 1.9rem;
}
.header-menu-wrapper ul li {
  border-bottom: .5px solid #727272;
  padding: 2rem 0 2rem 4rem;
  position: relative;
}
.header-menu-wrapper ul li a {
  font-size: 2.5rem;
  color: #9E9E9E;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: inherit;
  position: relative;
  letter-spacing: 0.5px;
  display: block;
}
.scroll-img {
  position: absolute;
  bottom: -6%;
  left: 6%;
}
.scrolled-img-black img {
  filter: brightness(0);
}
.scroll-img img {
  width: 1.4rem;
}
.bg-style{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hp-banner {
  padding: 20rem 0;
  min-height: 108rem;
  display: flex;
  align-items: center;
}
.banner-content h1 {
  text-transform: inherit;
  -webkit-text-fill-color: #2a2a2a00;
  -webkit-text-stroke: 1px #fff;
  line-height: 1;
}
.banner-content h1 strong, .footer-items h3 strong, .product-collection-detail-content h1,
.policies-sec .entry-header h1, .comm-head h1 {
  display: inline-block;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: transparent;
  background-image: url(../images/white-bg-rect.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.product-collection-detail-content h4.sub-head {
  margin-bottom: 0;
}
.comm-head h1{
  background-image: url(../images/grey-rect-shape-bg.png) !important;
}
.page-template-onyx-collection .comm-head h1 {
  background-image: url(../images/tile-react-shape-bg.png) !important;
  background-size: 56% 100%;
  background-position: 61% center;
}
.page-template-why-us .product-collection-detail-content h1 {
  background-image: url(../images/why-us-head-bg.png) !important;
  background-position: 55% center;
  background-size: 76% 100%;
}
.single-ourproducts .product-collection-detail-content h1 {
  background-position: 60% center;
  background-size: 64% 100%;
}
.page-template-beige-collection .comm-head h1 {
  background-size: 56% 100%;
  background-position: 50% center;
}
.page-template-black-collection .product-collection-detail-content h1,
.page-template-travertine-limestone-collection .product-collection-detail-content h1 {
    background-image: url(../images/black-heading-img.png) !important;
    background-position: 59%;
    background-size: 53% 100%;
}
.page-template-grey-collection .product-collection-detail-content h1{
  background-image: url(../images/grey-rect-bg.webp) !important;
  background-position: 55%;
  background-size: 53% 100%;
}
.page-template-colour-collection .product-collection-detail-content h1{
  background-image: url(../images/color-rect--bg.webp) !important;
  background-position: 53%;
  background-size: 49% 100%;
}
.page-template-exotic-collection .product-collection-detail-content h1{
  background-image: url(../images/exotic-rect-shape-bg.webp) !important;
  background-position: 53%;
  background-size: 49% 100%;
}
.project-comm-banner, .why-us-banner, .product-collection-detail-content {
  min-height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10rem;
}
.comm-head p {
  font-size: 3rem;
  font-weight: 200;
}
.banner-content p {
  font-weight: 200;
  font-size: 3rem;
  margin-top: 1rem;
}
.sub-head {
  letter-spacing: .5px;
  margin-bottom: 2rem;
  font-weight: 300;
}
.about-us-content {
  width: 53rem;
}
.about-us-content p {
  margin: 2rem 0 4rem;
}
.btn-primary {
  display: inline-block;
  border: 1px solid #8E8A81;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.95rem 3rem;
  letter-spacing: .5px;
  min-width: 18rem;
  outline: none;
  background-color: transparent;
  transition: .2s ease-in-out;
  cursor: pointer;
}
.btn-white{
  color: #fff;
  border-color: #fff;
}
.btn-primary:hover, .pr-detail-get-info a:hover, .pdf-cta:hover{
  background-color: #110F12;
  color: #fff;
  border-color: #8E8A81;
}
.btn-black {
  background-color: #0F0F0F;
  color: #fff;
  border-color: #0F0F0F;
}
.btn-black:hover {
  background-color: transparent;
  color: #0F0F0F;
}
.about-us-usps-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 59.5%;
  align-items: flex-start;
  margin-bottom: -4.8rem;
}
.about-us-usps-list-item {
  min-height: 25.3rem;
  border: 0.85px solid #8E8A81;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 3.5rem;
  transition: .2s ease-in-out;
}
.about-us-usps-list-item:nth-child(2n+2) {
  margin-top: -25.1rem;
}
.about-us-usps-list-item h2 {
  font-size: 5rem;
  margin-bottom: 1rem;
}
.about-us-usps-list-item h6 {
  text-transform: inherit;
  color: #212223;
  line-height: 1.6;
}
.about-us-usps-list-item:hover{
  background-color: #110F12;
}
.about-us-usps-list-item:hover *{
  color: #fff;
}
.relative{
  position: relative;
}
.dotted-rounded-border {
  position: absolute;
  top: -5rem;
}
.history-innovat-list-img{
  position: relative;
  cursor: pointer;
}
.history-innovat-list {
  width: 100%;
  margin: 0 -5rem;
}
.history-innovat-list-box{
  align-items: flex-start;
}
.history-innovat-list-box:first-child .history-innovat-list-item:nth-child(1) {
  width: 37%;
}
.history-innovat-list-box:first-child .history-innovat-list-item:nth-child(1),
.history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(1){
  height: 38.2rem;
}
.history-innovat-list-img{
  height: 100%;
}
.history-innovat-list-box:first-child .history-innovat-list-item:nth-child(2),
.history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(2),
.history-innovat-list-box:nth-child(3) .history-innovat-list-item:nth-child(3) {
  width: 17.7%;
  margin-left: 9rem;
}
.history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(2){
  height: 21.0rem;
}
.history-innovat-list-box:first-child .history-innovat-list-item:nth-child(2){
  height: 20.8rem;
}
.history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(2),
.history-innovat-list-box:nth-child(3) .history-innovat-list-item:nth-child(1),
.history-innovat-list-box:nth-child(3) .history-innovat-list-item:nth-child(3){
  margin-left: 0;
}
.history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(1) {
  width: 32.3%;
}
.history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(3) {
  width: 39.5%;
}
.history-innovat-list-box:nth-child(3) .history-innovat-list-item:nth-child(2) {
  width: 19.4%;
  margin: 0 9rem;
  height: 20.8rem;
}
.history-innovat-list-content h2{
  display: none;
}
.history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(1), 
.history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(2) {
  margin-top: 20rem;
}
.history-innovat-list-box:nth-child(3) .history-innovat-list-item:nth-child(1){
  width: 31.6%;
  margin-right: -3rem;
  height: 32.2rem;
}
.history-innovat-list-box:last-child {
  margin-right: 15rem;
  justify-content: flex-end;
}
.history-innovat-list-img img {
  width: 100%;
  transition: .2s ease-in-out;
  object-fit: cover;
  height: 100%;
}
.history-innovat-list-content {
  position: absolute;
  bottom: 0;
  z-index: 99;
  color: #fff;
  width: 100%;
  padding: 4rem 3rem;
  transition: .2s ease-in-out;
  cursor: pointer;
}
.history-innovat-list-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%), transparent);
  opacity: 1;
  transition: all .5s ease;
}
.history-innovat-list-item:hover .history-innovat-list-content {
  visibility: visible;
  max-height: 50rem;
  height: auto;
  opacity: 1;
}
.history-innovat-list-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
.history-innovat-list-content h2 {
  margin-bottom: 1.5rem;
}
.related-products-list {
  margin: 0 -1.7rem;
  grid-row-gap: 10rem;
}
.related-products-list .collection-list-item {
    width: 25%;
    padding: 0px 1.7rem;
}
.our-collection-list {
  grid-column-gap: 4rem;
  margin-bottom: 10rem;
  grid-row-gap: 4rem;
}
.our-collection-list .collection-list-item, .product-category-list-wrapper .product-category-list-item {
    width: 23%;
}
.our-collection-list .collection-list-item a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(2deg, #ffffffe8 -12.32%, rgba(0, 0, 0, 0) 67.16%);
}
.collection-list-item img, .our-project-list-image img, .get-form-image img, .product-category-list-img img {
  width: 100%;
}
.collection-list-item, .collection-list-img, .collection-list-item a,
.product-category-list-item, .product-category-list-img, .product-category-list-item a {
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.collection-list-item img, .product-category-list-img img{
  transition: all 0.7s ease;
  height: auto;
}
.collection-list-item a{
  display: block;
}
.collection-list-item:hover img, .product-category-list-item:hover img{
  transform: scale(1.1);
}
.collection-list-item h4 {
  font-size: 2.2rem;
  margin-top: 2.5rem;
  position: absolute;
  bottom: 3rem;
  right: auto;
  left: 3rem;
  z-index: 9;
}
.rough-refined p {
  padding: 2rem 15rem 4rem;
}
.rough-refined .btn-primary{
  margin-bottom: 5rem;
}
.rough-refined-video {
  height: 76.3rem;
  position: relative;
}
.video-control:not(.playing) .video-control-pause, .video-control.playing .video-control-play {
  display: none;
}
.video-control.playing {
  opacity: 0;
}
.rough-refined-video:hover .video-control.playing,
.get-form-video-sec:hover .video-control.playing,
.innovation-content-video:hover .video-control.playing{
  opacity: 1;
}
.vide-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-control span {
  vertical-align: middle;
}
.video-control-play img {
  width: 2.2rem;
  vertical-align: middle;
}
.video-control {
  outline: none;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #fff;
}
.rough-refined-list {
  width: 35%;
}
.rough-refined-list li:first-child {
  padding-top: 0;
}
.rough-refined-list li {
  border-bottom: 1px solid #5E5E5E;
  padding: 4rem 0 7rem;
}
.rough-refined-list li p {
  font-size: 2rem;
  margin-top: 1rem;
}
.rough-refined-list .btn-primary {
  margin-top: 7rem;
}
.headingbox {
    margin-bottom: 9rem;
}
.main-menu-box{
  counter-reset: section;
}
.main-head p {
  width: 70rem;
  margin: 1.5rem auto 0;
}
.our-project-list {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-column-gap: 5rem;
  margin: 7rem 0;
  grid-row-gap: 5rem;
}
.our-project-list-image {
  display: block;
  width: 100%;
  height: 100%;
}
.our-project-list-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 60%);
  transition: all .5s ease;
  opacity: 0;
}
.our-project-list-info h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.our-project-list-info h6 {
  font-size: 1.6rem;
}
.our-project-list-item:hover .our-project-list-info {
    opacity: 1;
}
.our-projects .btn-primary {
  min-width: 24.5rem;
}
.get-form-content, .hp-get-form{
  width: 45.5%;
}
.hp-get-form .hp-form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
}
.get-form-content p {
  margin-top: 2rem;
}
.get-form-image {
  width: 23%;
  height: 69.4rem;
}
.get-form {
  width: 70%;
}
.get-form-content p strong {
  font-weight: 600;
  text-decoration: underline;
}
.get-form-video-sec .video-control {
  width: 7.7rem;
  height: 7.7rem;
  background-color: #fff;
}
.get-form-video-sec .video-control .video-control-play img {
  width: 1.5rem;
}
.get-form-head {
  margin-bottom: 4rem;
}
.get-form-head p {
  margin-top: 1.5rem;
}
.get-form-head p strong {
  font-weight: 600;
  border-bottom: 1px solid;
}
.form-group {
  margin-bottom: 3rem;
}
.form-group select {
  color: rgb(0 0 0 / 60%);
}
.form-col-group p {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.form-col-group p br {
  display: none;
}
.form-control {
    width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid rgb(49 49 49 / 80%);
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 300;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
.reach-out-form .form-control::placeholder, .hp-get-form .form-control::placeholder,
.get-form .form-control::placeholder {
  color: #000000;
  opacity: .65
}
.reach-form-group select.form-control {
  opacity: .65;
}
.form-submit-btn {
  margin-top: 4.5rem;
}
.form-submit-btn .btn-primary {
  border-color: #000;
  min-width: 27rem;
  color: #000;
}
.form-submit-btn .btn-primary:hover {
  color: #fff !important;
}
.main-footer{
  background-color: #0F0F0F;
}
.main-footer * {
  color: rgb(185 187 176 / 70%);
}
.main-footer * a {
  font-size: 2rem;
}
.footer-main-head h3 {
  -webkit-text-stroke: 1px #B9BBB0;
  font-weight: 500;
  font-size: 10.6rem;
  line-height: .9;
  text-transform: inherit;
  -webkit-text-fill-color: #2a2a2a00;
}
.footer-main-head h3 strong {
  display: block;
  opacity: .8;
  width: max-content;
}
.footer-items li {
  line-height: 1.4;
  margin-bottom: 1rem;
}
.main-footer * a:hover {
  color: #eeece4;
}
.footer-items h4 {
  margin-bottom: 6rem;
  color: rgb(185 187 176 / 100%);
}
.footer-items {
  width: 31%;
}
.footer-items:nth-child(2) {
    width: 12%;
}
.footer-items:nth-child(3) {
    width: 13%;
}
.footer-items:nth-child(4) {
    width: 12%;
}
.footer-items:last-child {
  width: 17%;
}
.footer-items p {
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
}
.footer-items:last-child p:first-child {
  margin-bottom: 4rem;
}
.footer-items:last-child p {
  margin-bottom: 0;
}
.footer-items:last-child p > a {
  margin: 0 0rem 0 0.7rem;
}
.footer-social-links {
  display: flex;
  margin-top: 3rem;
}
.footer-social-links li a {
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #2C2C2C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .15rem;
  margin-right: 1rem;
}
.footer-social-links li a:hover {
  opacity: .6;
}
.footer-social-links li a img {
  opacity: 1;
  color: #fff;
}
.connect-link {
  margin-top: 1rem;
  display: block;
}
.copyrights {
  border-top: 1px solid rgb(217 217 217 / 50%);
  padding: 5rem 0;
  margin-top: 9rem;
}
.copyrights p span {
    margin: 0 2rem;
}
.contact-banner-content h1, .product-collection-detail-content h1, .policies-sec .entry-header h1, .comm-head h1 {
  -webkit-text-stroke: 1px #000;
}
.contact-banner-content h1 strong {
  background-image: url(../images/black-bg-rect.webp);
  background-position: center 54%;
}
.product-collection-detail-content h1, .policies-sec .entry-header h1, .comm-head h1, .page-template-white-collection .comm-head h1 {
  background-image: url(../images/black-rect-shap-bg.png);
  background-size: contain;
  background-position: 50% center;
  text-transform: inherit;
  font-weight: 600;
}
.product-collection-detail-content {
  justify-content: center;
}
.page-template-white-collection .comm-head h1 {
  background-image: url(../images/white-marble-head-border.webp) ! IMPORTANT;
  background-size: 51% 100%;
  background-position: 58% 100%;
}
.policies-sec .scroll-img {
    bottom: -20rem;
}
.policies-sec .entry-header h1 {
  background-image: url(../images/rect-334.webp);
  margin-bottom: 4rem;
  line-height: .9;
}
.page-template-travertine-limestone-collection .product-collection-detail-content h1 {
    background-position: 58% 100%;
    background-size: 43% 50%;
    background-image: url(../images/travertino-react-shape.webp) !important;
}
.luxury-products-heading p {
  width: 52rem;
  margin: 1rem auto 0;
  font-weight: 300;
}
.internal-banner {
    padding: 26.3rem 0 !important;
    min-height: 73.6rem;
}
.contact-form-sec .container {
  max-width: 1440px;
  width: 82%;
}
.submit-talk-us {
  margin-left: 1.5rem;
}
.commercial-banner-content h1 strong{
  background-image: url(../images/white-bg-rect-big.webp);
}
.product-list-banner-content h1 strong {
  background-image: url(../images/rect-white-bg.webp);
  background-size: cover;
}
.brands-list {
  display: grid;
  grid-template: none;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 6rem;
}
.brands-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
  padding: 2.5rem;
  border: 1px solid #BCB9B1;
}
.brands-list li.item {
  padding: 0;
  min-height: auto;
  border: 0;
}
.brands-list img {
  max-height: 6rem;
  object-fit: contain;
}
.project-gallery h2 {
  margin-bottom: 1.5rem;
}
.our-products-headingbox p {
  font-weight: 300;
  margin-top: 1.5rem;
}
.project-category {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.project-category li {
  background-color: #fff;
  min-height: 45.5rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  transition: .2s ease-in-out;
}
.project-category li a {
  padding: 2rem;
  width: 100%;
  height: 100%;
  align-items: center;
}
.project-category li:hover * {
  color: #fff;
}
.project-category li:hover {
  background-color: #000;
}
.project-category.marble-project-category li {
  min-height: 10rem;
  flex-direction: row;
  border: 1px solid #ddd;
}
.project-category.marble-project-category h3 {
  width: 60%;
  margin: 0 0 0 1rem;
  line-height: 1.2;
  text-align: left;
  font-size: 2rem;
}
.project-cat-img {
  min-height: 20rem;
}
.project-category li .project-cat-img img {
  height: 12.3rem;
}
.marble-project-category li .project-cat-img {
  min-height: auto;
  width: 23%;
}
.marble-project-category li .project-cat-img img{
  height: 3.8rem;
  vertical-align: middle;
  object-fit: contain;
}
.project-category li:hover .project-cat-img img {
  filter: invert(1);
}
.cat-arrow {
  position: absolute;
  right: 7%;
  bottom: 7%;
}
.project-category.marble-project-category {
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top:   5rem;
}
.project-category h3 {
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5rem;
}
.FAQ-container {
  counter-reset: section;
}
.FAQ-container li {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  padding: 4rem 0;
  padding-left: 14rem;
}
.FAQ-container li::before {
  counter-increment: section;
  content: "0" counter(section);
  color: #212121;
  font-size: 3.6rem;
  position: absolute;
  left: 0;
  top: 4rem;
  font-weight: 300;
}
.FAQ-container li .answer {
  color: #404040;
  display: none;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding-right: 15rem;
}
.FAQ-container li .answer p {
  font-size: 2rem;
  font-weight: 300;
}
.FAQ-container .question{
  position: relative;
  padding-right: 15rem;
  line-height: 1.3;
}
.FAQ-container .question::before, .FAQ-container .question::after {
  content: '';
  position: absolute;
  width: 2.8rem;
  height: 2px;
  background-color: #000;
  right: 0;
  top: 2rem;
}
.FAQ-container .question::after {
  height: 2.8rem;
  width: 2px;
  right: 1.15rem;
  top: .9rem;
}
.FAQ-container .question.active::after{
  display: none;
}
.product-banner-detail-content h2 {
  margin: 1rem 0 5rem;
}
.product-banner-detail-image {
  width: 64%;
}
.slick-next.slick-arrow {
  left: auto;
  right: 3%;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  font-size: 0;
  outline: none;
  border: 0;
  background: rgb(33 34 35 / 30%);
  border-radius: 100%;
  left: 3%;
  transition: .2s ease-in-out;
  cursor: pointer;
}
.slick-arrow::after {
  content: '';
  position: absolute;
  background: url(../images/arrow-left.png) no-repeat center;
  width: 1.4rem;
  height: .8rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
}
.slick-arrow:hover {
  background: rgb(33 34 35 / 70%);
}
.slick-next.slick-arrow::after {
  transform: rotate(180deg);
}
.product-banner-detail-content {
  width: 32%;
}
.pr-detail-banner-content-list{
  margin-bottom: 4rem;
}
.pr-detail-banner-content-list h6 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111111;
  margin-bottom: 1.2rem;
}
.pr-detail-banner-content-list p {
  font-size: 1.6rem;
  font-weight: 300;
  color: #111111;
}
.pr-detail-banner-content-list ul {
  margin: 0 -2rem;
}
.pr-detail-banner-content-list li {
  margin: 0 2rem;
}
.pr-detail-usps {
  margin: 0 0 4rem;
  justify-content: space-between;
}
.pr-detail-usps li:first-child {
  width: 29%;
}
.pr-detail-usps li {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  width: 33%;
  border-right: 1px solid #CBCBCB;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
}
.pr-detail-usps li img {
  height: 3.5rem;
  margin-right: 1rem;
}
.pr-detail-usps li h6 {
    font-size: inherit;
    width: 60%;
}
.pr-detail-usps li:last-child {
  border-right: 0;
  padding-right: 0;
}
.pr-detail-get-info {
  margin: 0 -1rem;
}
.pr-detail-get-info a:last-child img {
  margin-right: 1rem;
}
.pr-detail-get-info a {
  padding: 2.4rem;
  border: 1px solid #A9A9A9;
  font-size: 2.5rem;
  font-weight: 400;
  color: #0F0F0F;
  margin: 0 1rem;
  display: inline-block;
}
.pr-detail-get-info a:hover *, .pdf-cta:hover * {
  filter: invert(1);
}
.pr-detail-get-info a img {
  width: 3rem;
  vertical-align: middle;
}
.tab-content.active {
    display: block;
}
.tab-content {
    display: none;
}
.detail-desc-tab-list {
    border-bottom: 1px solid #A1A1A1;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
}
.detail-desc-tab-menu h3 {
  font-weight: 400;
  color: #A1A1A1;
  margin-right: 6rem;
  text-transform: capitalize;
}
.detail-desc-tab-menu:last-child h3 {
    margin-right: 0;
}
.detail-desc-tab-menu.active h3 {
  color: #000;
}
.details-tabs-content-text p {
  margin-bottom: 2rem;
  color: #111111;
  font-size: 2.4rem;
  font-weight: 300;
}
.download-pdf{
  margin-top: 8rem;
}
.download-pdf h4 {
  font-weight: 300;
  margin-right: 3rem;
}
.pdf-cta {
  display: flex;
  align-items: center;
  font-size: 2rem;
  border: 1px solid #A9A9A9;
  text-transform: uppercase;
  font-weight: 400;
  color: #0F0F0F;
  padding: 1.55rem 2rem;
}
.pdf-cta img {
  margin-right: 1rem;
  width: 2.8rem;
}
.all-our-pr-icon {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #3F3F3F;
  padding: 2rem;
  position: relative;
  margin-left: 2rem;
  background-color: #FFFFFF;
}
.all-our-pr-icon img {
    height: 3.8rem;
}
.all-our-pr-usps.all-our-pr-right .all-our-pr-icon {
    margin: 0 2rem 0 0;
}
.all-our-pr-usps li h3 {
  width: max-content;
  text-transform: uppercase;
}
.all-our-pr-usps li .all-our-pr-icon::after {
  background: url(../images/line-long.png) no-repeat center;
  background-size: contain;
  width: 24.3rem;
  height: .2rem;
  position: absolute;
  content: '';
  top: 0;
  margin: auto;
  bottom: 0;
  left: auto;
  right: -21rem;
  z-index: -1;
}
.all-our-pr-usps.all-our-pr-right li .all-our-pr-icon::after {
  left: -21rem;
  transform: rotate(180deg);
  right: auto;
}
.all-our-pr-usps.all-our-pr-right h3 {
  order: 2;
}
.all-our-pr-usps {
  margin-top: 45rem;
  z-index: 9;
  position: relative;
}
.all-our-pr-usps.all-our-pr-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10rem;
}
.all-our-pr-usps.all-our-pr-right li h3 {
    padding-left: 1rem;
    padding-right: 0;
}
.all-our-products-img {
  width: 60%;
  margin-left: -12rem;
}
.all-our-pr-usps li {
  margin-top: 8rem;
}
.why-us-banner{
  padding-bottom: 15rem;
}
.why-us {
  min-height: 100rem;
}
.why-us-content .sub-head {
  text-transform: uppercase;
}
.why-us-content p {
  font-weight: 300;
  margin: 3rem 0 7rem;
  line-height: 1.6;
}
.project-category.browse-projects {
  grid-template-columns: repeat(5, 1fr);
}
.marble-proj-showcase-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 27.3%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8rem;
}
.marble-proj-showcase-text h4 {
  font-weight: 300;
  color: #1B1B1B;
  margin-bottom: 3rem;
}
.marble-proj-showcase-tags {
    margin-bottom: 3rem;
}
.marble-proj-showcase-text h6 {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.marble-proj-showcase-tags img {
  border-radius: .8rem;
  width: 5.2rem;
  height: 5.2rem;
  margin-bottom: 1rem;
}
.marble-proj-showcase-tags p {
  color: #9F9F9F;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.marble-proj-showcase-tags h3 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 1rem;
}
.marble-proj-slider-button {
  margin: 1rem -.5rem 0;
}
.marble-proj-slider-arrow {
  width: 6.2rem;
  height: 2.5rem;
  border: 1px solid #000;
  border-radius: 3rem;
  margin: .5rem;
  cursor: pointer;
  transition: .2s ease-in-out;
}
.marble-proj-slider-arrow:hover {
  background-color: #000;
}
.marble-proj-slider-arrow:hover * {
  filter: invert(1);
}
.project-showcase-slide-item {
  height: 80rem;
  width: 77rem !important;
}
.marble-proj-slider-arrow img {
  width: 2.6rem;
}
.marble-proj-prev img {
  transform: rotate(180deg);
}
.marble-project-showcase-main:not(:last-child) {
  margin-bottom: 13rem;
}
.marble-project-showcase-main .category-data {
  margin-bottom: 5rem;
}
.marble-project-showcase, .products-featured-images-list {
  width: 94%;
  max-width: 2600px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 7rem;
}
.marble-project-showcase-list:not(:first-child) .marble-proj-showcase-content .marble-proj-showcase-text:first-child {
  padding-top: 7rem;
}
.project-showcase-slider-wrapper {
  padding: 0 0 2.5rem 2.5rem;
  border-left: 1px solid #D9D9D9;
  margin-left: 2.5rem;
  width: 71%;
}
.project-showcase-slide-item {
  margin: 0 2rem;
}
.project-showcase-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-category-list-item {
  width: 36.5rem !important;
  height: 53.5rem;
  margin: 0 1.5rem;
}
.product-category-list-wrapper{
  grid-column-gap: 3rem;
}
.product-category-list-item a{
  position: relative;
  width: 100%;
  display: block;
}
.product-category-list-item a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/cover-gradient-black.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}
.product-category-list-item h3 {
  position: absolute;
  bottom: 4rem;
  z-index: 9;
  left: 3rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: 300;
  width: 85%;
}
.product-category-list-item img{
  height: 100%;
}
.looking-custom-solution h2 {
    font-size: 5.5rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.product-list {
  grid-row-gap: 7rem;
  margin: 0 -2rem;
}
.product-list-item {
  padding: 0 2rem;
  width: 33.3%;
}
.product-list-content{
  margin-top: 2rem;
}
.product-list-item h3 {
  font-weight: 300;
  text-transform: uppercase;
  width: 85%;
}
.product-list-content img {
    width: 2.4rem;
}
.looking-custom-solution {
  padding: 5.5rem 4rem;
  background-color: #F6F5EF;
}
.product-gallery-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 7rem;
  margin-top: 7rem;
}
.page-template-black-collection .product-gallery-list {
   grid-template-columns: repeat(4, 1fr);
}
.page-template-travertine-limestone-collection .product-gallery-list {
   grid-template-columns: repeat(5, 1fr);
}
.product-gallery-list img {
  width: 100%;
}
.product-gallery-list h5 {
  color: #202122;
  margin-top: 2rem;
}
.product-gallery-list p {
  margin-top: 2rem;
}
.featured-projects-sec {
    padding-bottom: 22rem;
}
.featured-products-main .slick-slide:not(.slick-current):not(.slick-active){
  position: relative;
}
.featured-products-heading p {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.featured-products-main .featured-products-slider-inner:not(:last-child) {
  margin-bottom: 10rem;
  border-bottom: 1px solid rgb(238 236 228 / 20%);
  padding-bottom: 10rem;
}
.mountain-bg {
  position: absolute;
  top: 0;
  height: 100rem;
  width: 100%;
}
.product-featured-heading-main {
  margin-bottom: 13rem;
  display: flex;
  flex-wrap: nowrap;
}
.pr-featured-width {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  z-index: 9;
  position: relative;
}
.product-featured-image {
  max-width: 1160px;
}
.product-featured-image img{
  width: 100%;
}
.product-featured-list-cont {
    width: 32%;
}
.featured-products-details {
    margin-top: 6rem;
}
.products-featured-images-list {
  margin-top: 5rem;
  margin-left: 5vw;
}
.slick-next.slick-arrow {
  left: auto;
  right: 3%;
}
.project-featured-slider .slick-next.slick-arrow{
  right: 22%;
}
.beige-product-image-slider {
  width: 60%;
}
.products-featured-image {
  width: 102.2rem !important;
  margin-right: 2rem;
}
.products-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-products-details li {
  margin-bottom: 4.5rem;
  width: 100%;
}
/*.featured-products-details li:nth-child(1) {
  width: 30%;
}*/
/*.featured-products-details li:nth-child(2) {
  width: 68%;
}*/
.featured-products-details li h6 {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 1rem;
  opacity: .6;
}
.featured-products-details li p {
  font-weight: 500;
  font-size: 1.6rem;
}
.featured-products-details img {
  width: 1.3rem;
  margin-left: 0.5rem;
}
.feat-proj-slider-btn .slick-arrow {
    width: 8rem;
    height: 8rem;
    background-color: #EEECE4;
    position: relative;
    margin: 0 1.5rem;
    left: 0;
    right: 0;
}
.feat-proj-slider-btn .slick-arrow::after {
    background: url(../images/arrow-left-bg.png) no-repeat center;
    width: 2.2rem;
    height: .8rem;
    background-size: contain;
    filter: brightness(0);
}
.feat-proj-slider-btn .feat-proj-next.slick-arrow::after {
    transform: rotate(180deg);
}
.feat-proj-slider-btn::before, .feat-proj-slider-btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35%;
  height: 1px;
  background-color: #EEECE4;
  opacity: .2;
}
.feat-proj-slider-btn {
    z-index: 9;
}
.feat-proj-slider-btn::after {
  right: 0;
  left: auto;
}
.feat-proj-slider-btn::before {
  left: 0;
  right: auto;
}
.feat-proj-slider-btn .slick-arrow::before {
    content: 'Prev Product';
    position: absolute;
    color: #FFFFFF;
    font-size: 1.6rem;
    transform: translate(0%, -50%);
    top: 50%;
    opacity: .4;
    white-space: nowrap;
    background-color: #202122;
}
.feat-proj-slider-btn .feat-proj-prev.slick-arrow::before {
    left: -12rem;
}
.feat-proj-slider-btn .feat-proj-next.slick-arrow::before{
  content: 'Next Product';
  right: -12rem;
}
.next-product-collect-head p {
    font-size: 1.6rem;
}
.next-product-collect-image-main {
  width: 94%;
  margin: auto;
}
.next-product-collect-image {
  margin: 7rem 0 4rem;
  transition: transform .4s;
  overflow: hidden;
}
.next-product-collect-image img {
  width: 100%;
  transition: transform .4s;
  overflow: hidden;
}
.next-product-collect-image-main .next-product-collect-image:hover img {
  transform: scale(1.1);
}
.next-product-collect-content h2, .next-product-collect-content h5 {
  font-weight: 300;
}
.next-product-collect-content h5 {
  font-size: 2.2rem;
  border-bottom: 1px solid;
  padding-bottom: 2.5rem;
  text-transform: capitalize;
}
.next-product-collect-content img {
  margin-left: 3.5rem;
  width: 3.6rem;
  height: 1.8rem;
  object-fit: contain;
  transition: .2s ease-in-out;
}
.next-product-collect-content h5:hover img {
  margin-left: 2rem;
}
.reach-out-form {
  width: 84.5%;
  margin: 7rem auto 0;
}
.reach-form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4.5rem;
  grid-row-gap: 3rem;
  margin-bottom: 3rem;
}
.about-company-wrapper{
  align-items: flex-start;
}
.about-company-content {
  width: 35%;
}
.about-hp-content img {
  margin-top: 7rem;
}
.about-company-content p {
  margin: 2rem 0 8rem;
}
.about-company-content p strong {
  font-weight: 600;
}
.about-hp-content p {
  margin: 1.5rem 0 3rem;
}
.about-company-content img {
  width: 39.5rem;
}
.about-company-usps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.5rem;
  width: 59.5%;
  grid-row-gap: 4.5rem;
}
.about-company-usps li {
  border: 1px solid #8E8A81;
  padding: 5rem 4rem;
}
.about-company-usps li:last-child{
  padding: 0;
  border: 0;
}
.about-company-usps li {
  flex-direction: column;
  max-height: 35rem;
  max-width: 30.9rem;
  align-items: flex-start;
}
.about-company-usps li:nth-child(4), 
.about-company-usps li:nth-child(5), 
.about-company-usps li:nth-child(6) {
  margin-left: -15rem;
}
.about-company-usps li > img {
  height: 5.7rem;
  object-fit: contain;
  margin-bottom: 2.5rem;
}
.about-company-usps li h3 {
  text-transform: uppercase;
  margin-top: 3rem;
  line-height: 100%;
}
.about-company-usps li:nth-child(1) h3, 
.about-company-usps li:nth-child(2) h3, 
.about-company-usps li:nth-child(3) h3 {
  font-size: 5.5rem;
}
.about-company-usps li p {
  font-size: 2rem;
  margin-top: 1.5rem;
}
.about-company-usps li:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}
.marble-style-from-list {
  margin: -7.5rem auto 0;
  width: 93%;
  justify-content: space-between;
}
.marble-style-list-item {
  margin-top: 7.5rem;
  position: absolute;
  top: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.marble-style-list-main-head {
  width: 34%;
  padding-right: 6rem;
  margin-top: 20rem;
  position: relative;
  z-index: 99;
}
.marble-style-list-main-head p {
  margin-top: 2rem;
  font-weight: 300;
  padding: 0 16rem 6rem 0;
}
.marble-style-list-item-line {
    margin-top: -30%;
}
.marble-style-list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease;
}
.marble-style-list-item:hover img {
    transform: scale(1.1);
}
.marble-style-list-item-line > img{
  width: 100%;
  height: 138.3rem;
}
.marble-style-list-item:nth-child(2) {
  width: 31.8rem;
  height: 23rem;
  bottom: 33rem;
  top: auto;
  left: 6rem;
}
.marble-style-list-item:nth-child(3) {
    width: 26rem;
    height: 41.2rem;
    bottom: 33.5rem;
    top: auto;
    left: 39rem;
}
.marble-style-list-item:nth-child(4) {
    width: 23rem;
    height: 44.7rem;
    top: 29.8rem;
    left: 66.2rem;
}
.marble-style-list-item:nth-child(5) {
    width: 37.5rem;
    height: 29.5rem;
    left: auto;
    right: 31rem;
    top: -0.8rem;
}
.marble-style-list-item:nth-child(6) {
    width: 37.4rem;
    height: 44.4rem;
    left: auto;
    right: 31rem;
    top: 30rem;
}
.marble-style-list-item:nth-child(7) {
    width: 30.8rem;
    height: 33.2rem;
    left: auto;
    right: 37.7rem;
    top: auto;
    bottom: 22.3rem;
}
.marble-style-list-item:nth-child(8) {
    width: 26.9rem;
    height: 19.5rem;
    right: 3rem;
    top: 30rem;
}
.our-factories {
  min-height: 110.0rem;
  padding-top: 27rem;
  background-repeat: no-repeat;
  background-position: 54rem bottom;
  background-size: 31%;
  overflow: hidden;
}
.our-factories-wrapper {
  max-width: 1468px;
  margin: auto;
  width: 84.5%;
  justify-content: space-between;
}
.our-factories-heading {
  width: 30%;
}
.our-factories-heading p {
  margin: 2.5rem 0 5rem;
}
.our-factories-address {
  width: 35%;
}
.our-factories-address-list:not(:last-child) {
  margin-bottom: 6rem;
}
.our-factories-address-list {
    align-items: flex-start;
}
.our-factories-address-list img{
  width: 4.8rem;
  margin-top: 1rem;
}
.our-factories-add-content {
  width: 80%;
  margin-left: 4rem;
}
.our-factories-add-content h3 {
  margin-bottom: 1rem;
}
.our-factories-add-content .location-btn {
  font-size: 1.8rem;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  display: inline-block;
}
.our-factories-add-content p b {
  display: block;
  margin-bottom: 1rem;
}
.our-factories-add-content p a:not(:last-child) {
  margin-right: 1.5rem;
}
.our-factories-add-content span {
  display: inline-block;
  padding-right: 1.5rem;
}
.form-queries-heading {
  width: 60%;
}
.form-queries-heading h2 {
  margin-bottom: 1rem;
}
.form-queries-heading p {
  margin-top: 1.5rem;
}
.form-queries-heading p strong {
  font-weight: 600;
}
.form-queries-social-infos {
  width: 25%;
  text-align: right;
}
.form-social-icons {
  justify-content: flex-end;  
  margin-bottom: 2rem;
}
.form-social-icon {
  border: 1px solid #D8D5CA;
  border-radius: 1.2rem;
  width: 4.3rem;
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-left: 1.3rem;
}
.form-social-icons{
  font-weight: 300;
}
.form-queries-social-infos p {
    font-size: 2.5rem;
    font-weight: 300;
}
.form-social-icon img {
  max-height: 2.2rem;
  object-fit: contain;
}
.form-queries-social-infos p a {
  margin-left: 3rem;
}
.form-queries-social-infos p a img {
  vertical-align: middle;
  width: 2.9rem;
  margin-right: 1.5rem;
}
.blog-category-section .category-title {
  font-size: 4rem;
}
.blog-category-section:not(:last-child) {
  margin-bottom: 8rem;
}
.blog-posts-list {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 24rem;
  margin: 4rem 0 0;
  grid-row-gap: 9rem;
  align-items: flex-start;
  padding-top: 8rem;
}
.blog-posts-list .blog-list-item:nth-child(odd) {
  margin-top: -8rem;
}
.blog-listing-main .container {
  max-width: 1440px;
  margin: auto;
  width: 75%;
}
.blog-posts-list .blog-list-item, .blog-item-thumb {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.blog-posts-list .blog-list-item:hover .blog-item-thumb img {
  transform: scale(1.1);
}
.blog-item-detail-box h3 {
   margin: 3rem 0 .5rem;
}
.blog-item-detail-box ul, .blog-item-detail-box ol {
   margin: 2.5rem 0;
}
.blog-item-thumb img {
width: 100%;
height: 72rem;
object-fit: cover;
transition: all 0.7s ease;
}
.blog-item-content {
  margin-top: 2.5rem;
}
.blog-item-content h3 {
  text-transform: uppercase;
  font-weight: 300;
}
.blog-item-content p {
  margin: 1.5rem 0 3.5rem;
}
.cta-arrow {
  transition: .2s ease-in-out;
  width: 4rem;
}
.blog-posts-list .blog-list-item:hover .cta-arrow {
  transform: rotate(45deg);
}
.blog-list-pagination .page-numbers {
    width: 7.6rem;
    height: 7.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #D6D6D6;
    font-size: 1.6rem;
    color: #333333;
    font-weight: 500;
    margin: 0 1rem;
}
.blog-list-pagination .page-numbers.current {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.blog-list-pagination .prev.page-numbers, .blog-list-pagination .next.page-numbers {
    border-color: #000;
}
.blog-list-pagination .page-numbers img {
    height: 1.6rem;
}
.blog-list-pagination .prev.page-numbers img {
    transform: rotate(180deg);
}
.blog-detail-wrapper .container, .blog-browse-dtl-sec .container {
    max-width: 1440px;
    width: 80%;
}
.blog-detail-wrapper .entry-title {
    font-size: 4rem;
    font-weight: 400;
    width: 80rem;
    margin: 0 auto 3rem;
}
.blog-detail-wrapper .entry-header img {
    width: 100%;
    margin-top: 6rem;
    object-fit: cover;
}
.blog-detail-wrapper .entry-content {
    width: 87%;
    margin: 5rem auto 0;
    align-items: flex-start;
}
.projectscategory-commercial .entry-content {
    width: 100%;
}
.blog-item-detail-box {
    width: 61%;
}
.blog-item-detail-box h2 {
    margin-bottom: 2rem;
}
.blog-item-detail-box p {
    font-weight: 300;
    margin-bottom: 3rem;
}
.blog-item-detail-box h4 {
    font-size: 2.2rem;
    margin: 1rem 0;
    font-weight: 500;
}
.blog-right {
    background-color: #EEECE4;
    width: 32%;
    padding: 4rem 3.5rem;
    height: max-content;
    position: sticky;
    top: 6rem;
}
.blog-right p {
    font-size: 1.6rem;
    margin: 1rem 0 2rem;
}
.blog-item-detail-box strong {
    font-weight: 600;
}
.blog-item-detail-box img, .blog-right .btn-primary {
    width: 100%;
}
.blog-item-detail-box ul li, .blog-item-detail-box ol li {
  list-style-type: circle;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}
.blog-item-detail-box ol li {
  list-style: auto;
}
.blog-dtl-browse-bg-wrape {
    width: 85%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column-gap: 7rem;
    grid-row-gap: 8rem;
}
.blog-dtl-browse-bg-wrape .blog-dtl-browse-item:nth-child(2) {
    margin-top: 8rem;
}
.blog-dtl-browse-item a > img {
    width: 100%;
    margin-bottom: 3rem;
}
.blog-dtl-browse-item h2 img {
    width: 2.4rem;
}
.blog-dtl-browse-bg-wrape .blog-dtl-browse-item h2 {
  font-weight: 300;
  font-size: 4rem;
}
.blog-dtl-browse-item a, .blog-dtl-browse-img, .blog-dtl-browse-img img {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.blog-dtl-browse-img img{
  transition: all 0.7s ease;
}
.blog-dtl-browse-item a:hover .blog-dtl-browse-img img{
  transform: scale(1.1);
}
.blog-dtl-browse-img {
  margin-bottom: 2.5rem;
}
.blog-right .wpcf7 form.sent .wpcf7-response-output, 
.blog-right .wpcf7 form.invalid .wpcf7-response-output, 
.blog-right .wpcf7 form.unaccepted .wpcf7-response-output, 
.blog-right .wpcf7 form.payment-required .wpcf7-response-output {
   font-size: 1.8rem;
}
.error-404 {
  height: calc(100vh - 40px);
}
.error-404 h1.page-title {
  font-size: 62.4rem;
  font-weight: 200;
  line-height: .75;
  margin-bottom: 4rem;
}
.error-404 h1.page-title span, .error-404 h1.page-title img {
    width: 46.3rem;
}
.thankyou-content h1 {
    font-weight: 100;
    font-size: 20rem;
    line-height: .8;
    margin-bottom: 1rem;
}
.thankyou-content p {
    font-size: 3rem;
    font-weight: 300;
}
.thank-short-info {
    margin: 8rem 0 8rem;
}
.thank-short-info img {
    width: 3.5rem;
    vertical-align: middle;
    margin: 0 2rem;
}
.policies-sec .content {
  width: 56%;
  margin: 15rem auto 0;
}
.policies-sec h2, .policies-sec h3, .policies-sec h4{
  margin-top: 2rem;
}
.policies-sec .content h5 {
  font-size: 2.2rem;
  margin-top: 3rem;
  font-weight: 500;
  text-transform: inherit;
}
.policies-sec .content p {
  margin-top: 1rem;
  font-weight: 300;
}
.collection-feat-main-head {
  width: 75%;
  margin: 0 auto 15rem;
}
.collection-feat-list:not(:first-child) {
  border-top: 1px solid rgb(238 236 228 / 20%);
  margin-top: 10rem;
  padding-top: 10rem;
}
.collection-feat-list-wrapper:nth-child(even) .collection-feat-list {
    flex-direction: row-reverse;
}
.collection-feat-list-wrapper:nth-child(even) .collection-feat-list .collection-feat-list-img-small {
    right: auto;
    left: -10rem;
}
.collection-feat-list-item-main {
  width: 60%;
  position: relative;
}
.collection-feat-list-img img {
  width: 100%;
}
.collection-feat-list-img-small {
  position: absolute;
  right: -10rem;
  top: -5rem;
}
.collection-feat-list-img-small img {
  width: 30.8rem;
  object-fit: contain;
}
.collection-feat-list-cnt {
  width: 31%;
}
.collection-feat-list-cnt p {
  margin: 2rem 0 4rem;
  font-size:  1.6rem;
}
.map-section h2 {
  width: 60%;
  margin: 0 auto 10rem;
}
.grey-map-bg {
  width: 97%;
}
.map-location-cards {
  grid-row-gap: 32rem;
  position: absolute;
  top: 9.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86%;
}
.map-location-cards-main {
    width: 33.33%;
}
.map-location-cards-item {
  box-shadow: 0px 20px 20px 0px #0000001A;
  background-color: #fff;
  width: 27.5rem;
  padding: 2rem;
  border-radius: 1.2rem;
  margin: 1rem auto;
}
.map-location-cards-item h3 {
  margin-top: 1rem;
}
.nature-bg {
	margin: 10rem auto 0;
	text-align: center;
	display: block;
	width: 100%;
}
.category-details-sec .text-center > h2 {
  width: 80%;
  margin: 0 auto;
}
.category-details-main-head {
  width: 55%;
  margin: 10rem auto 15rem;
}
.category-details-sec .nature-bg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.category-details-main-head p {
  margin-top: 2rem;
}
.category-usage-wrapper h2{
  margin-bottom: 2rem;
}
.category-usage-image {
  width: 61%;
}
.category-usage-content {
  width: 32%;
  margin-left: 8rem;
}
.category-usage-content strong {
  font-weight: 600;
}
.category-usage-content h6 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.category-usage-content li {
    margin-top: 2rem;
}
.category-usage-content .product-catlog{
  margin-top: 6rem;
}
.category-usage-content .product-catlog h6 {
    font-weight: 300;
}
.category-usage-content .product-catlog p {
  font-weight: 600;
}
.category-usage-content .product-catlog p img {
  margin-left: 1rem;
  width: 1.3rem;
}
.category-usage-images-list-main h2{
  margin: 12rem 0 4rem;
}
.category-usage-images-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.country-details {
  width: 62%;
}
.country-details ul {
  margin-bottom: 6rem;
}
.country-details h6 {
  text-transform: capitalize;
}
.country-details li:first-child {
  width: 100%;
}
.country-details li {
  width: 40%;
  margin-bottom: 2rem;
}
.country-details li p {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.country-details ul li h6 strong {
  font-weight: 600;
}
.country-details li:last-child {
  margin-left: 10rem;
}
.country-map-structure {
  width: 35%;
}
.country-details-wraper h2 {
  margin-bottom: 6rem;
}
.rarity-head{
  margin: 0 auto 10rem;
}
.rarity-head p{
  margin-top: 2rem;
}
.rarity-list-item {
  width: 45.5%;
}
.rarity-list-item-content {
  margin-top: 4rem;
}
.rarity-list-item-content h6 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-weight: 600;
}
.category-border {
  border-bottom: 1px solid rgb(238 236 228 / 20%);
  padding-bottom: 15rem;
  margin-bottom: 15rem;
}
.category-border:last-child {
  margin-bottom: 0;
}
.quarry {
  border-radius: 6rem;
  padding: 12rem 10rem;
}
.quarry-content-box {
  width: 29%;
}
.quarry-map {
  width: 69%;
}
.quarry-content-box h3 {
  font-size: 19rem;
  line-height: 85%;
  margin-bottom: 7rem;
}
.quarry-content-box li {
  width: 50%;
}
.quarry-content-box h5 {
    font-size: 5rem;
    margin-bottom: 1rem;
}
.quarry-content-box h3 p {
  font-size: 3rem;
  text-transform: uppercase;
}
.comm-head-width {
  width: 80%;
  margin: 0 auto 10rem;
}
.material-img-bg {
  display: block;
  margin: 0 auto -20rem;
  width: 100%;
}
.sourcing-journey-list {
  border-bottom: 1px solid rgb(238 236 228 / 20%);
  padding-bottom: 13rem;
  margin-bottom: 13rem;
}
.sourcing-journey-image-list {
  width: 52%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.sourcing-journey-list-content {
  width: 33%;
  margin-left: 7rem;
  margin-top: 8rem;
}
.sourcing-journey-list-content p {
  margin: 1rem 0 3rem;
}
.sourcing-journey-list ul {
  counter-reset: section;
}
.sourcing-journey-list-content ul li {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 2rem;
  padding-left: 3rem;
  position: relative;
}
.sourcing-journey-list-content ul li::before {
  counter-increment: section;
  content: "0" counter(section) " ";
  position: absolute;
  left: 0;
  top: 0;
}
.sourcing-journey-list:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.sourcing-journey-list:nth-child(even) .sourcing-journey-list-content {
  margin: 8rem 12rem 0 0;
}
.our-factory-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 10rem;
  margin-top: 6rem;
  counter-reset: section;
}
.our-factory-list-item img {
  width: 100%;
  margin-bottom: 3rem;
}
.our-factory-list-item p {
  position: relative;
  padding-left: 4rem;
}
.our-factory-list-item p::before {
  counter-increment: section;
  content: "0" counter(section) " ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  color: inherit;
}
.process-step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16rem;
  grid-row-gap: 10rem;
  counter-reset: section;
}
.process-step-list-item img {
  width: 100%;
  margin-top: 4rem;
}
.process-step-list-item h3 {
  position: relative;
  padding-top: 5rem;
}
.process-step-list-item h3::before {
  counter-increment: section;
  content: "0" counter(section) " ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.5rem;
  padding-top: 0rem;
}
.product-cate-second .comm-head h1 {
    background-image: url(../images/cate-3.png) !important;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
  font-size: 2rem;
  margin-left: 0;
  position: relative;
  padding: 0.85rem 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 0.85em 1em 0.85em 3em;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  margin: auto;
  background-image: url(../images/thankyou-check.png);
  width: 3.4rem;
  height: 3.4rem;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  background-size: 100%;
}
.innovation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 9rem;
  margin-top: 12rem;
}
.innovation-list .innovation-list-item img {
  margin: 3rem 0;
}
.innovation-list-item p {
  margin: 0.5rem 0 3rem;
}
.innovation-list-item ul li {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 0.6rem;
  list-style: circle;
  margin-left: 2rem;
}
.innovation-head{
  margin: 0 auto;
}
.innovation-head p {
  margin-top: 2rem;
}
.innovation-head p strong {
  font-weight: 600;
}
#brand-sliders .owl-stage{
  display: flex;
  align-items: center;
}
#brand-sliders .owl-item li img {
  object-fit: contain;
  width: 65%;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}
.case-studies-main, .journey-list-main {
  width: 94%;
  max-width: 1870px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 7rem;
}
.products-gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 6rem;
  grid-column-gap: 15rem;
  width: 82%;
  margin: 0 auto;
  align-items: flex-start;
}
.products-gallery-list-item {
  position: relative;
}
.products-gallery-list-imgbox img {
  border: .5rem solid #fff;
  width: 100%;
}
.products-map-img {
  position: absolute;
  right: -8rem;
  bottom: -2rem;
}
.products-map-img img {
  height: 35.6rem;
  object-fit: contain;
}
.products-gallery-list-content {
  margin-top: 2rem;
}
.products-gallery-list-content h5 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
.products-gallery-list-content p {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #131313;
}
.collection-feat-list-wrapper:not(:last-child) {
  margin-bottom: 18rem;
}
.collection-feat-list-wrapper .collection-feat-list {
  margin-bottom: 10rem;
}
.collection-feat-list-wrapper .featured-products-details li p {
  margin-bottom: 0;
}
.beige-product-image-slider .slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.beige-product-image-slider .slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #8E8A81;
  margin: 0 0.3rem;
  cursor: pointer;
}
.beige-product-image-slider .slick-dots li.slick-active{
  background-color: #8E8A81;
}
.beige-product-image-slider .slick-dots li button {
  display: none;
}
.product-category-list {
  max-width: 1900px;
  margin-left: auto;
  padding-left: 4.8vw;
  width: 100%;
}
.hp-main-video {
  height: 108rem;
}
.hp-video-main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  max-width: 1705px;
}
.our-process-tab-link {
  width: 55.7%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  margin: 0 auto;
}
.our-process-tab-link a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  flex-direction: column;
  text-align: center;
  padding: 3rem;
  min-height: 16.5rem;
}
.our-process-tab-link a:hover{
  background-color: #000;
  color: #fff;
}
.line-arrow-dotted {
  position: absolute;
  left: -5rem;
  right: 0;
  margin: auto;
  top: -6.5rem;
  height: 145.5rem;
  object-fit: contain;
  width: 75%;
}
.material-sourcing {
  max-width: 1523px;
  margin: 0 auto;
}
.material-sourcing-list {
  z-index: 9;
  position: relative;
}
.material-sourcing-content {
  width: 27.75%;
  margin-right: 9rem;
}
.material-sourcing-content h3 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.material-sourcing-img {
  width: 31.5%;
}
.material-sourcing-img img {
  width: 100%;
  object-fit: cover;
}
.material-sourcing-usps {
  width: 27%;
  margin-left: auto;
}
.material-sourcing-counter {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  margin-bottom: 8rem;
}
.material-sourcing-counter li h4 {
  font-size: 5.5rem;
}
.material-sourcing-counter li p {
  font-size: 2rem;
  margin-top: 1rem;
}
.material-sourcing-list:nth-child(2) {
  margin-top: 10rem;
  padding-top: 7rem;
  padding-bottom: 5rem;
  margin-bottom: 15rem;
}
.material-sourcing-usps-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 7rem;
}
.material-sourcing-usps-list h5 {
  text-transform: inherit;
  margin-top: 2rem;
  line-height: 1.3;
}
.material-sourcing-list:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.material-sourcing-list:nth-child(even) .material-sourcing-content {
  margin-left: 9rem;
  margin-right: 0;
  text-align: right;
}
.material-sourcing-list:nth-child(even) .material-sourcing-usps {
  margin-left: 0;
  margin-right: 9rem;
}
.material-sourcing-usps-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 7rem;
}
.innovation-accorion-list {
  margin-top: 10rem;
  counter-reset: section;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
}
.innovation-content h3 {
  text-transform: uppercase;
}
.innovation-content p strong {
  font-weight: 600;
}
.innovation-content-video .video-control {
  width: 7.7rem;
  height: 7.7rem;
}
.innovation-content-video span img {
  width: 1.3rem;
}
.innovation-content p {
  font-weight: 300;
  margin: 1rem 0 4rem;
}
.innovation-content ul {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.innovation-content ul li {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.innovation-content ul li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: black;
  right: 5rem;
}
.innovation-content ul li:last-child::after {
  display: none;
}
.innovation-content ul li h5 {
  font-size: 5.5rem;
  line-height: normal;
}
.innovation-content ul li p {
  font-size: 2rem;
  width: 55%;
  margin: 0 0 0 2rem;
  padding-right: 2rem;
}
.our-process-tab-sec {
  margin-bottom: 7rem;
}
.featured-collection-projects{
  position: relative;
}
.why-us-content {
  z-index: 9;
  position: relative;
}
.featured-collection-projects::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(94deg, #0E0904 0.02%, rgba(24, 24, 24, 0) 97.94%);
  right: 0;
}
.image-extract {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}
.image-extract img {
  width: 2.5rem;
}
#form-image-slider {
   margin-top: 3rem;
}
#form-image-slider .slick-dots {
	position: absolute;
	bottom: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#form-image-slider .slick-dots li button {
    display: none;
}
#form-image-slider .slick-dots li {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    border: 1.5px solid #EEECE4;
    margin: 0 .3rem;
    cursor: pointer;
}
#form-image-slider .slick-dots li.slick-active {
    background-color: #EEECE4;
}

/* collection popup start */
.toggle-collection-popup{
  cursor: pointer;
  transition: .2s ease-in-out;
}
.toggle-collection-popup:hover {
  opacity: .9;
}
.close-collec-popup img{
  width: 2.2rem;
}
.close-collec-popup {
  position: absolute;
  right: 4%;
  top: 4%;
  cursor: pointer;
}
.collection-popup-main.is-visible {
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.82);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.collection-popup-main {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  display: none;
}
.collection-popup-main.is-visible .collection-popup-content-wrapper {
  transform: translateY(0);
  opacity: 1;
}
.collection-popup-transition {
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  opacity: 0;
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2));
  justify-content: center;
}
.collection-popup-content-wrapper {
  max-width: 95%;
  margin: 1.75rem auto;
  width: 80rem;
  transform: translateY(-100%);
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.collection-contact-form-box-main {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 7rem 5.5rem;
}
.overflowhidden {
  overflow: hidden;
}
.header-menu-wrapper .footer-social-links li a {
    display: inline-flex !important
}
.header-menu-wrapper .footer-social-links li {
  padding: 0;
  border: 0;
}
.header-menu-wrapper .footer-social-links li::before{
  display: none;
}
/* collection popup end */

@media (min-width: 1025px){
  .innovation-content-video {
    height: 45.9rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1800px) { 
  .material-sourcing {
    width: 90%;
  }
  .innovation-content-video {
    height: 45.9rem;
  }
}
@media (min-width: 2000px){
  .marble-project-showcase, .products-featured-images-list, .product-category-list {
    margin-left: 11.2vw;
  }
  .scroll-img {
    left: 12%;
  }
  .product-category-list{
    padding-left: 0;
  }
  .our-factories {
    background-size: 29%;
  }
}
@media (min-width: 2300px){
  .marble-project-showcase, .products-featured-images-list, .product-category-list {
    margin-left: 14.5vw;
  }
  .scroll-img {
    left: 12%;
  }
}
@media (min-width: 2500px){
  .marble-project-showcase, .products-featured-images-list {
    margin-left: 17.2vw;
  }
  .scroll-img {
    left: 16.5%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1590px) { 
  .marble-style-from-list {
    width: 96.6% !important;
  }
}
@media (max-width: 1600px){
  html {
    font-size: 52%;
  }
  .marble-style-from-list {
    width: 91.6%;
  }
  .material-sourcing-usps-list img {
    width: 35%;
  }
  .line-arrow-dotted {
    width: 77%;
  }
}
@media (max-width: 1440px){
  html {
    font-size: 47%;
  }
  .marble-style-from-list {
    width: 92%;
  }
}
@media (max-width: 1370px){
  html {
    font-size: 44%;
  }
  .marble-style-from-list {
      width: 90.8%;
  }
}
@media (max-width: 1300px){
  html {
    font-size: 41%;
  }
  .marble-style-from-list {
      width: 91.5%;
  }
}
@media (max-width: 1220px){
  html {
    font-size: 38%;
  }
  .all-our-products-img {
      width: 48%;
      margin-left: -12rem;
  }
  .all-our-pr-usps {
    margin-top: 15rem;
  }
  .project-category.marble-project-category {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-company-usps li:nth-child(4), 
  .about-company-usps li:nth-child(5), 
  .about-company-usps li:nth-child(6){
    margin-left: 0;
  }
  .our-factories-add-content {
    width: 75%;
  }
  .marble-style-list-main-head {
    padding-right: 0;
  }
  .feat-proj-slider-btn::before, .feat-proj-slider-btn::after {
      width: 30%;
  }
  .header-menu-wrapper ul li::before {
    top: 15px;
  }
}
@media (max-width: 1030px){
  .marble-style-from-list {
      width: 100%;
  }
  .marble-style-list-item:nth-child(2) {
      width: 29.5rem;
  }
  .marble-style-list-item:nth-child(3) {
      width: 24.5rem;
      left: 36.7rem;
  }
  .marble-style-list-item:nth-child(4) {
      width: 21.5rem;
      left: 62.3rem;
  }
  .marble-style-list-item:nth-child(5) {
      width: 35.5rem;
      right: 29rem;
  }
  .marble-style-list-item:nth-child(6) {
      width: 35.4rem;
      height: 44.4rem;
      right: 29rem;
  }
  .marble-style-list-item:nth-child(7) {
      width: 29.8rem;
      right: 34.7rem;
  }
  .marble-style-list-item:nth-child(8) {
      width: 25rem;
  }
  .map-location-cards {
      grid-row-gap: 24rem;
  }
}
@media (max-width: 1023px){
  .full-width-1023{
    width: 100% !important;
  }
  .product-banner-detail-image, .product-banner-detail-content, .marble-style-from-list, .our-factories-wrapper,
  .about-company-content, .about-company-usps{
    width: 100%;
  }
  .header-stick .header-wrapper {
    padding: .8rem 0;
  }
  .header-stick .header-wrapper .header-left {
    width: 24%;
  }
  .menu-open h5 {
    display: none;
  }
  .about-company-usps li {
    max-height: 47.9rem;
  }
  .about-company-usps {
      margin: 4rem 0 5rem;
  }
  .hide-1023{
    display: none !important;
  }
  .show-1023{
    display: block !important;
  }
  .product-banner-detail-content{
    margin-top: 5rem;
  }
  .our-factories-address {
    width: 55%;
  }
  .about-company-usps li {
    max-width: 100%;
  }
  .marble-style-list-item-line, .marble-style-list-item-main {
      width: 100%;
      margin-top: 0;
  }
  .marble-style-list-item-line {
    display: grid;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: normal;
    grid-column-gap: normal;
    margin-bottom: 8rem;
  }
  .marble-style-list-item {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 250px !important;
    margin: 0;
    scroll-snap-align: start;
    min-height: auto;
    min-width: 55rem;
    margin: 0 2rem;
    width: auto !important;
  }
  .quarry-content-box {
    text-align: center;
    margin-bottom: 10rem;
  }
  .products-gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-map-img {
    right: -2rem;
  }
  .material-sourcing-content {
    margin: 0 0 6rem;
  }
  .material-sourcing-content p, .material-sourcing-counter li p,
  .material-sourcing-usps-list h5 {
    font-size: 2.4rem;
  }
  .material-sourcing-img {
    width: 50%;
    display: inline-block;
  }
  .material-sourcing-usps {
    width: 43%;
    display: inline-block;
  }
  .material-sourcing-list:nth-child(even) .material-sourcing-content {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .material-sourcing-list:nth-child(even) .material-sourcing-usps {
    margin-right: 6rem;
  }
  .material-sourcing-usps-list h5 br {
    display: none;
  }
  .material-sourcing-list:not(:last-child) {
    margin-bottom: 12rem !important;
  }
  .our-process-tab-link {
    width: 100%;
  }
  .material-sourcing-usps-list img {
    width: 25%;
  }
  .material-sourcing-list:nth-child(2){
    margin: 0;
    padding: 0;
  }
  .material-sourcing-usps-list {
    grid-column-gap: 4rem;
  }
}
@media (max-width: 950px){
  h1{
    font-size: 12rem;
  }
  h2{
    font-size: 4.5rem;
  }
  h3{
    font-size: 3.3rem;
  }
  h4, .collection-list-item h4, .blog-item-detail-box h4{
    font-size: 2.7rem;
  }
  p, .blog-item-detail-box ul li, .sourcing-journey-list-content ul li{
    font-size: 2.4rem !important;
  }
  .page-template-colour-collection .featured-products-slider-inner:first-child .product-featured-heading-main .product-featured-image,
  .page-template-onyx-collection .featured-products-slider-inner:first-child .product-featured-heading-main .product-featured-image,
  .page-template-exotic-collection .featured-products-slider-inner:first-child .product-featured-heading-main .product-featured-image,
  .page-template-travertine-limestone-collection .featured-products-slider-inner:first-child .product-featured-heading-main .product-featured-image{
    display: none;
  }
  .innovation-content-video {
    margin: 3rem 0;
  }
  .innovation-content ul{
    margin-bottom: 0;
  }
  .form-queries.headingbox {
	margin-bottom: 4rem;
  }
  .collection-feat-list-wrapper:not(:last-child) {
    border-bottom: 1px solid #dddddd2b;
    padding-bottom: 10rem;
  }
  .our-project-list-info {
    background-color: rgb(0 0 0 / 20%);
    opacity: 1;
  }
  .sourcing-journey-list-content ul li {
    padding-left: 6rem;
  }
  .policies-sec .content {
      width: 100%;
      margin: 11rem auto 0;
  }
  .thankyou-content h1 {
      font-size: 15rem;
  }
  .looking-custom-solution h2 {
      font-size: 4rem;
  }
  .pr-detail-banner-content-list h6 {
    font-size: 2.4rem;
  }
  .pr-detail-usps li {
    font-size: 1.8rem;
  }
  .btn-primary {
      font-size: 2.2rem;
  }
  .form-control {
    font-size: 2.3rem;
  }
  .full-width-950, .footer-items, .collection-feat-main-head, .category-details-sec .text-center > h2{
    width: 100% !important;
  }
  .category-usage-content {
    margin: 7rem 0 0 0;
  }
  .country-map-structure {
    margin-top: 4rem;
  }
  .rarity-list-item:not(:last-child) {
    margin-bottom: 10rem;
  }
  .hide-950{
    display: none !important;
  }
  .show-950{
    display: block !important;
  }
  .footer-main-head h3 {
    font-size: 7.6rem;
  }
  .about-us-usps-list-item:nth-child(2n+2) {
    margin-top: 0;
  }
  .about-us-usps-list {
    margin-bottom: 5rem;
  }
  .about-wrapper{
    justify-content: center;
  }
  .rough-refined-list {
      margin-top: 7rem;
  }
  .blog-posts-list {
    grid-column-gap: 9rem;
  }
  .luxury-products-list, .our-project-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .our-collection-list .collection-list-item, .product-category-list-wrapper .product-category-list-item {
      width: 47%;
  }
  .product-category-list-wrapper .product-category-list-item {
      margin-bottom: 4rem;
  }
  .contact-form-sec .container {
    width: 90%;
  }
  .get-form-content {
    margin-bottom: 5rem;
  }
  .history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(1), 
  .history-innovat-list-box:nth-child(2) .history-innovat-list-item:nth-child(2),
  .history-innovat-list-box:nth-child(3) .history-innovat-list-item:nth-child(1) {
    margin-top: 0;
  }
  .history-innovat-list-img::after{
    opacity: 1;
  }
  .history-innovation-mobile {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }
  .history-innovat-list-img img, .history-innovat-list-img {
      height: 100%;
  }
  .history-innovat-list-img img {
    filter: grayscale(0);
  }
  .history-innovat-list-content {
    opacity: 1;
    padding: 4rem;
  }
  .FAQ-container li {
    padding-left: 8rem;
  }
  .FAQ-container .question, .FAQ-container li .answer {
    padding-right: 5rem;
  }
  .all-our-products-img {
    width: 100%;
    margin: 0 0 -21vw 0;
  }
  .all-our-pr-usps {
    margin: 0 0 8rem !important;
  }
  .all-our-products-are {
      flex-direction: column;
  }
  .all-our-pr-usps.all-our-pr-right {
    align-items: flex-start;
    margin-bottom: 12rem !important;
  }
  
  .all-our-pr-usps.all-our-pr-right li h3 {
    padding-left: 0;
    padding-right: 1rem;
  }
  .all-our-pr-usps li {
    margin-top: 5rem;
  }
  .all-our-pr-usps.all-our-pr-right li h3::after {
    left: auto;
    transform: rotate(0deg);
    right: -33rem;
  }
  .project-category.browse-projects {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-us {
    min-height: 80rem;
  }
  .all-our-pr-usps li .all-our-pr-icon::after{
    display: none;
  }
  .related-products-list .collection-list-item {
    width: 33%;
  }
  .product-list-item {
    width: 50%;
  }
  .product-gallery-list, .page-template-black-collection .product-gallery-list,
  .page-template-travertine-limestone-collection .product-gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .featured-products-details {
    margin: 6rem 0 0 0;
    padding-left: 0;
  }
  .next-product-collect-content h2 {
    font-size: 3rem;
  }
  .marble-style-list-main-head {
    width: 100%;
    margin: 7.5rem 0rem 0;
  }
  .our-factories {
    padding-top: 15rem;
  }
  .our-factories-address {
    margin-bottom: 8rem;
  }
  .blog-detail-wrapper .container, .blog-browse-dtl-sec .container {
      width: 90%;
  }
  .blog-dtl-browse-bg-wrape, .blog-detail-wrapper .entry-content {
      width: 100%;
  }
  .policies-sec .scroll-img {
    bottom: -37%;
    left: 0;
  }
  .product-featured-list-cont {
    margin-top: 6rem;
  }
  .beige-products-wrapper .product-featured-image {
    order: 2;
  }
  .beige-products-wrapper .product-featured-list-cont {
    margin: 0 0 5rem;
    order: 1;
  }
  .sourcing-journey-list-content {
      margin-left: 0;
  }
  .process-step-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
    align-items: flex-end;
  }
  .sourcing-journey-list:nth-child(even) .sourcing-journey-list-content {
      margin-right: 0;
  }
  .sourcing-journey-list:first-child {
    margin-bottom: 0;
  }
  .sourcing-journey-image-list.show-950 {
    display: grid !important;
    margin: 3rem 0;
  }
  .collection-feat-list-item-main {
    margin-bottom: 5rem;
  }
  .product-featured-heading-main{
    flex-wrap: wrap;
  }
  .beige-products-wrapper {
    flex-direction: column-reverse;
  }
  .innovation-accorion-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10rem;
  }
  /*footer css*/
  .get-form-image {
    margin: 3rem 0px 5rem;
  }
  .products-gallery-list {
    width: 100%;
  }
  .footer-main-head h3 strong {
    display: inline-block;
  }
  .footer-main-head {
    margin-bottom: 8rem;
  }
  .footer-links-container {
    display: none;
    margin-bottom: 4rem;
  }
  .footer-items h4 {
    border-top: 1px solid #464646;
    padding: 3rem 0;
    margin: 0;
    position: relative;
  }
  .footer-items h4::before, .footer-items h4::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #B9BBB0;
  }
  .footer-items h4::before {
    width: 15px;
    height: 1px;
  }
  .footer-items h4::after {
    height: 15px;
    width: 1px;
    right: 7px;
  }
  .accordion-header.active::after {
      display: none;
  }
  .main-footer * a {
      font-size: 2.5rem;
  }
  .project-showcase-slider-wrapper {
      padding: 0;
      margin-left: 0;
      border-left: 0;
  }
  .marble-project-showcase{
    padding-left: 0;
  }
  .marble-project-showcase-list {
    padding: 10rem 0;
    border: solid;
    border-width: 0 0px 1px 0px;
    border-color: #D9D9D9;
  }
  .marble-proj-showcase-content {
    flex-direction: row;
    padding: 0 0 5rem 0;
    justify-content: flex-start;
    border-bottom: 0;
  }
  .marble-project-showcase-list:not(:first-child) .marble-proj-showcase-content .marble-proj-showcase-text:first-child {
      padding-top: 0;
  }
  .marble-project-showcase-list .marble-proj-showcase-text{
    width: 50%;
  }
  .marble-project-showcase-list .marble-proj-showcase-text:last-child .marble-proj-showcase-tags {
      width: 33%;
  }
  .marble-project-showcase-list .marble-proj-showcase-text:last-child {
      display: flex;
      width: 43%;
      justify-content: space-between;
  }
  .marble-project-showcase-list .marble-proj-showcase-text:last-child .marble-proj-showcase-tags,
  .marble-proj-showcase-control {
      border-left: 1px solid #D9D9D9;
      margin-bottom: 0;
      padding-left: 4rem;
  }
  .error-404 h1.page-title {
      font-size: 54.4rem;
  }
  .error-404 h1.page-title span, .error-404 h1.page-title img {
      width: 240px;
  }
  .products-featured-image {
    width: 510px !important;
  }
  .map-section h2 {
    width: 100%;
  }
  .map-location-cards {
      grid-row-gap: 17.5rem;
  }
  .map-location-cards-item {
      width: 19.5rem;
  }
  .map-location-cards-item h3 {
    font-size: 2.8rem;
  }
  .collection-feat-list-img-small {
    right: 0;
  }
  .collection-feat-list-wrapper:nth-child(even) .collection-feat-list .collection-feat-list-img-small {
    left: 0;
  }
  .rough-refined-wrapper {
      margin: 5rem 0 2rem;
  }
}
@media (max-width: 830px){
  .contact-form .form-group {
    width: 100%;
  }
  .full-width-830{
    width: 100% !important;
  }
  h2 br{
    display: none;
  }
  .main-head p {
      width: 100%;
  }
  .blog-listing-main .container {
    width: 90%;
  }
  .brands-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .project-category, .project-category.browse-projects, .project-category.marble-project-category{
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-dtl-browse-bg-wrape {
      grid-template-columns: repeat(1, 1fr);
  }
  .blog-dtl-browse-bg-wrape .blog-dtl-browse-item:nth-child(2) {
      margin-top: 0;
  }
  .blog-right {
    margin-top: 7rem;
    position: relative;
    top: 0;
    width: 45%;
  }
}
@media (max-width: 767px){
  .show-767{
    display: block !important;
  }
  .hide-767{
    display: none !important;
  }
  .marble-project-showcase-list .marble-proj-showcase-text,
  .marble-proj-showcase-cat-mob{
    width: 95%;
  }
  .marble-project-showcase-list .marble-proj-showcase-content .marble-proj-showcase-text h3 {
    font-size: 4rem;
  }
  .marble-project-showcase-main .category-data {
    margin-bottom: 0;
  }
  .marble-project-showcase-list .marble-proj-showcase-text.marble-proj-showcase-text-mob {
    width: 100%;
    margin-top: 35px;
  }
  .marble-proj-showcase-text h6 {
    font-size: 2.5rem;
  }
  .marble-proj-showcase-tags h3 {
    font-size: 2.8rem;
  }
  .looking-custom-solution .flex-box {
      text-align: center;
      justify-content: center;
      flex-direction: column;
      padding: 5rem 3rem;
  }
  .hp-main-video {
      height: 80rem;
  }
  .looking-custom-solution a{
    margin-top: 3rem;
  }
  .form-queries-heading, .form-queries-social-infos, .blog-detail-wrapper .entry-title {
      width: 100%;
  }
  .form-queries-social-infos{
    text-align: left;
  }
  .form-social-icons {
    justify-content: flex-start;
    margin: 4rem 0;
  }
  .form-queries-social-infos p a:first-child {
    margin-left: 0;
  }
  /*.featured-products-main .slick-slide:not(.slick-current):not(.slick-active)::before, .feat-proj-slider-btn .slick-arrow::before {
      display: none;
  }*/
  .feat-proj-slider-btn .slick-arrow {
      width: 6.5rem;
      height: 6.5rem;
  }
  .error-404 h1.page-title {
      font-size: 46.4rem;
  }
  .error-404 h1.page-title span, .error-404 h1.page-title img {
      width: 210px;
  }
  .policies-sec .entry-header h1 {
      font-size: 10rem;
  }
  .map-location-cards-item {
      width: 14.5rem;
  }
}
@media (max-width: 700px){
  .map-location-cards {
      grid-row-gap: 14.5rem;
  }
  .our-factory-list, .process-step-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-posts-list {
    grid-column-gap: 4rem;
  }
}
@media (max-width: 639px){
  .com-pd-15 {
      padding: 12rem 0;
  }
  .quarry {
    padding: 12rem 4rem;
  }
  .comm-head-width {
    width: 100%;
  }
  .rough-refined-video {
    height: 300px;
  }
  .marble-project-category li .project-cat-img {
    width: 14%;
  }
  .material-img-bg {
      margin-bottom: 0;
  }
  .process-step-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-factory-list-item {
      display: flex;
      flex-direction: column;
  }
  .our-factory-list-item img {
    order: 2;
    margin-top: 5rem;
  }
  .quarry-content-box h3 {
      font-size: 12rem;
  }
  .country-details li:last-child {
      margin-top: 4rem;
  }
  .country-details li, .country-details li:last-child {
      width: 100%;
      margin-left: 0;
  }
  .office-content-info a {
      font-size: 4.5rem;
  }
  .about-us-usps-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .history-innovation-mobile, .blog-posts-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .copyrights .flex-box {
    justify-content: center;
  }
  .copyrights .flex-box p:last-child {
    display: block;
    margin-top: 2rem;
  }
  .office-list-item, .luxury-products-heading p, .blog-right{
    width: 100%;
  }
  .office-list-item {
    margin-top: 0;
  }
  .office-list-item:nth-child(even) {
      margin-top: 7rem;
  }
  .luxury-products-list, .about-company-usps{
    display: grid;
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: normal;
    grid-column-gap: normal;
  }
  .luxury-products-list li, .about-company-usps li {
    scroll-snap-align: start;
    min-height: auto;
    min-width: 40rem;
    margin: 0 2rem;
  }
  .about-company-usps li{
    min-width: 35rem;
  }
  .brands-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-detail-banner {
    padding-top: 15rem;
  }
  .detail-desc-tab-menu:last-child {
    width: 100%;
    border-top: 0;
  }
  .detail-desc-tab-menu {
    border: 1px solid #A1A1A1;
    text-align: center;
    padding: 1.5rem;
    width: 50%;
  }
  .detail-desc-tab-menu h3 {
    margin-right: 0;
    font-size: 2.3rem;
  }
  .marble-project-showcase, .product-category-list {
      padding-left: 0;
  }
  .marble-project-showcase-list .marble-proj-showcase-text:last-child {
      flex-wrap: wrap;
  }
  .marble-project-showcase-list .marble-proj-showcase-text:last-child .marble-proj-showcase-tags {
    width: 100%;
    margin-bottom: 3rem;
  }
  .project-showcase-slide-item {
    height: 65rem;
    width: 62rem !important;
  }
  .related-products-list {
      justify-content: flex-start;
  }
  .related-products-list .collection-list-item {
    width: 50%;
  }
  .product-list-item {
    width: 100%;
  }
  .single-productcollection h1 {
      background-size: 131%;
      background-position: 50% bottom;
  }
  .about-company-usps {
    grid-template-columns: repeat(2, 1fr);
  }
  .marble-style-list-item {
      min-width: 42rem;
  }
  .blog-posts-list {
    grid-row-gap: 10rem;
    padding-top: 0;
  }
  .error-404 h1.page-title {
      font-size: 31.4rem;
  }
  .error-404 h1.page-title span, .error-404 h1.page-title img {
      width: 150px;
  }
  .thankyou-sec{
    height: 100vh;
  }
  .policies-sec .scroll-img {
      bottom: -7%;
  }
  .products-featured-image {
    width: 280px !important;
  }
  .map-location-cards-main {
    width: 30.33%;
    margin: 0 1rem;
  }
  .map-location-cards {
   width: 100%;
   top: 10.5%;
    grid-row-gap: 21.5rem;
  }
  .map-location-cards-item {
    width: 19.5rem;
    padding: .5rem 1.5rem;
  }
  .map-location-cards-item img {
    display: none;
  }
  .map-location-cards-item h3 {
    margin-top: 0;
  }
  .collection-feat-list-img-small img {
    width: 15.8rem;
  }
  .product-collection-detail-content {
      padding: 18rem 0;
  }
  .category-details-main h6 {
      font-size: 2.7rem;
      font-weight: 800;
  }
  .popup-content {
    height: 66vh;
  }
  .popup-content-inner {
    padding: 6rem 4rem;
    width: 100%;
  }
  .blog-posts-list .blog-list-item:nth-child(odd) {
    margin-top: 0;
  }
  .rough-refined p {
    padding: 2rem 0rem 4rem;
  }
  .product-category-list-item {
    width: 48.5rem !important;
  }
  .product-category-list-item a {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
  }
  .products-map-img {
    bottom: 4rem;
    right: -1rem
  }
  .products-map-img img {
    height: 17.6rem;
  }
  .products-gallery-list {
    grid-column-gap: 4rem;
  }
  .material-sourcing-usps-list img {
    width: 19%;
  }
  .material-sourcing-list:nth-child(even) .material-sourcing-usps {
    margin-right: 0;
  }
  .material-sourcing-img, .material-sourcing-usps {
    width: 100%;
  }
  .material-sourcing-img {
    margin-bottom: 6rem;
  }
  .blog-dtl-browse-bg-wrape .blog-dtl-browse-item h2 {
    font-size: 3.5rem;
  }
  .innovation-content-video span img {
    width: 1.7rem;
  }
  .marble-proj-showcase-cat-mob .marble-proj-showcase-text-mob .marble-proj-showcase-tags {
    width: 48% !important;
  }
  .marble-proj-showcase-cat-mob .marble-proj-showcase-text-mob .marble-proj-showcase-control {
    width: 100%;
  }
  .hp-main-video{
    min-height: 75vh;
  }
  .hp-banner{
    min-height: 80vh;
  }
  #brand-sliders .owl-item li img {
    object-fit: contain;
    width: max-content;
    margin: 0 auto;
    aspect-ratio: unset;
  }
  .innovation-content ul li {
    width: 100%;
    align-items: center;
  }
  .innovation-content ul li {
    border-bottom: 1px solid;
    padding: 2rem 0;
  }
  .innovation-content ul li p{
    width: 70%;
  }
  .innovation-content ul li:last-child {
    border-bottom: 0;
  }
  .innovation-content ul li::after{
    display: none;
  }
  .page-template-why-us h2, .page-template-white-collection .collection-feat-main-head {
    font-size: 3.8rem;
  }
  .page-template-travertine-limestone-collection .product-collection-detail-content h1{
    font-size: 8rem;
  }
  #timeline-slider .slick-arrow {
    top: 25px;
    left: 25px;
  }
  #timeline-slider .slick-arrow.slick-next {
    left: 65px;
  }
}
@media (max-width: 480px){
  .map-location-cards {
      grid-row-gap: 14.5rem;
  }
  h1 {
      font-size: 10rem;
  }
}
@media (max-width: 470px){
  .form-col-group p, .our-project-list, .project-category,
  .project-category.browse-projects, .reach-form-wrapper {
      grid-template-columns: repeat(1, 1fr);
  }
  .related-products-list .collection-list-item, .our-collection-list .collection-list-item, .product-category-list-wrapper .product-category-list-item {
      width: 100%;
  }
  .category-usage-images-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-form .form-group {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 5rem 0;
  }
  .contact-form .form-group .form-control, .submit-talk-us {
    margin-left: 0;
  }
  .brands-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-category li, .project-cat-img{
    min-height: auto;
  }
  .pr-detail-usps li h6 {
    width: 100%;
    margin-top: 1rem;
  }
  .project-showcase-slide-item {
      width: 50rem !important;
      margin: 0 1rem;
  }
  .next-product-collect-content{
    align-items: flex-start;
  }
  .next-product-collect-content h2 {
    width: 50%;
    margin-bottom: 3rem;
  }
  .next-product-collect-content img {
    margin-left: 1.5rem;
  }
  .product-gallery-list, .page-template-black-collection .product-gallery-list,
  .page-template-travertine-limestone-collection .product-gallery-list {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 5rem;
  }
  .form-queries-social-infos p a {
    display: block;
  }
  .form-queries-social-infos p a:last-child{
    margin: 2rem 0 0 0;
  }
  .collection-list-item a {
      display: block;
  }
  .collection-list-img, .collection-list-img > img {
      height: 330px !important;
      object-fit: cover;
      object-position: bottom;
  }
  .product-gallery-list img {
    height: 230px;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 415px){
  .error-404 h1.page-title {
      font-size: 24.4rem;
  }
  .error-404 h1.page-title span, .error-404 h1.page-title img {
      width: 115px;
  }
  .products-featured-image {
    width: 260px !important;
  }
  .map-location-cards-main {
      width: 25.33%;
  }
  .map-location-cards-item {
    width: 14.5rem;
    padding: 1rem 1.5rem;
  }
  .map-location-cards {
    grid-row-gap: 8.5rem;
  }
}