<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,900;1,9..40,800&amp;family=Gloock&amp;display=swap");

* {
    padding: 0;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    text-wrap: wrap;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--brown) rgba(0, 0, 0, 0.2);
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.prese-btn {
    padding-bottom: 30px;
}

header button {
    outline: none !important;
}

header.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

header .btn-close {
    position: relative;
    left: -168px;
}

header .modal-header i {
    font-size: 30px;
}

header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: 0;
}

header .navbar-brand img {
    height: 108px;
    position: absolute;
    z-index: 1000;
    top: -40px !important;
    left: 0px;
    background: #000;
    max-width: 30%;
    object-fit: contain;
    height: auto;
}

header .navbar-brand {
    width: 30%;
    height: 30%;
}

header .navbar-nav {
    margin-left: 90px;
}

.fltright {
    float: right;
}

.fltleft {
    float: left;
}

.clear {
    clear: both;
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

a {
    text-decoration: none;
}

button {
    background: transparent !important;
    border: 0 !important;
}

.responsive {
    display: none;
}

body {
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 18px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4 {
    font-family: "Gloock", serif;
    font-style: normal;
    font-weight: 400;
}

h3 {
    font-size: 37px;
}

.fltLeft {
    float: left;
}

.fltRight {
    float: right;
}

.clear {
    clear: both;
}

:root {
    --white: #fff;
    --black: #000;
    --brown: #ad6844;
    ---gray: #757575;
}

.top-bar {
    width: 100%;
    height: 52px;
    line-height: 60px;
    background: var(--black);
    border-bottom: 1px solid rgba(225, 225, 225, 0.19);
}

header .bg-light {
    background-color: #000 !important;
}

/*19-07-024*/
/* header  .navbar-expand-lg .navbar-nav .dropdown-menu {  height: auto;  overflow: auto; } */
/*19-07-024*/

header .navbar-expand-lg .navbar-nav .dropdown-menu .ulright,
header .navbar-expand-lg .navbar-nav .dropdown-menu .ulleft,
header .navbar-expand-lg .navbar-nav .dropdown-menu .list-unstyled {
    height: 300px;
    overflow: auto;
    /* width: 175px; */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .list-unstyled::-webkit-scrollbar {
    display: none;
}

.top-icon {
    list-style-type: none;
}

.top-bar .btns {
    color: #eca783 !important;
    border: 1px solid #eca783;
}

.top-icon li {
    display: inline;
}

.top-icon li a {
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 100%;
    margin-left: 10px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
}

.btns {
    background: transparent;
    color: var(--brown) !important;
    text-align: center;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    border: 1px solid var(--brown);
    border-radius: 50px;
    padding: 14px 45px;
    text-decoration: none;
}

.log-btn i {
    margin-right: 8px;
}

.top-bar button {
    border: 0 !important;
    background: transparent !important;
}

.top-bar .btns {
    padding: 8px 21px;
    font-size: 14px;
}

header .navbar-light .navbar-nav .nav-link {
    color: var(--white) !important;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-left: 20px;
}

.search-div input {
    position: relative;
    background: transparent !important;
    border: 0;
}

.fa-search {
    color: var(---gray);
    font-size: 22px !important;
    margin-right: 7px;
}

.ham-icon {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    right: 102px;
    top: 69px;
}

.btn-mrg {
    margin-top: 23px;
}

section {
    position: relative;
}

.container {
    max-width: 1338px !important;
}

/* .slider::before{
    position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background: linear-gradient(40deg, rgb(255, 255, 255) 50%, #fff 100%);
  -webkit-transform: skewY(5deg);
      -ms-transform: skewY(5deg);
          transform: skewY(5deg);
  z-index: 200;
  bottom: 830px;

  }
  .slider::after{
    position: absolute;
    content: " ";
    width: 50%;
    height: 1px;
    background: linear-gradient(40deg, rgb(255, 255, 255) 50%, #fff 100%);
    -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
            transform: skewY(-5deg);
    z-index: 200;
    bottom: 830px;
    right: 0;
  } */

/* #about-bg::before {
  position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background: -o-linear-gradient(50deg, rgba(250, 250, 250, 0), rgb(173, 104, 68));
  background: linear-gradient(40deg, rgba(250, 250, 250, 0), rgb(173, 104, 68));
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
  z-index: 150;
  bottom: 35px;

} */

/* #about-bg::after {
  position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background: -o-linear-gradient(50deg, rgb(189, 134, 105)50%, rgb(248, 248, 248) 100%);
  background: linear-gradient(40deg, rgb(189, 134, 105)50%, rgb(248, 248, 248) 100%);
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  z-index: 150;
  bottom: 35px;
  right: 0;
} */

#slider-1 .row {
    --bs-gutter-x: 0.5rem !important;
}

.top-bar .col-md-2 {
    text-align: right;
}

section#sliderbg::after {
    background: #f8f8f8;
    bottom: -58px;
}

section#sliderbg::before {
    background: #f8f8f8;
    bottom: -58px;
}

/* section::before {
  position: absolute;
  content: " ";
  width: 50%;
  height: 85px;
  background: #fff;
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
  z-index: 100;
  bottom: -36px;
} */

/* section::after{
    position: absolute;
    content: " ";
    width: 50%;
    height: 85px;
    background: #fff;
    -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
            transform: skewY(-5deg);
    z-index: 100;
    bottom: -36px;
    right: 1px;
  } */
.slider .carousel-inner::after {
    content: " ";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
}

.slider-bg {
    background: url(../images/pattern.png?v=1234);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

/* .pat-bg{
  background: url(../images/pattern.png?v=1234?v=2);

  width: 100%;
  height: 600px;
  position: absolute;
  top: 45%;
  } */
.slider {
    /* -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
  clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0); */
    clip-path: polygon(100% 0%, 100% 87%, 50% 97%, 50% 97%, 0 87%, 0 0);
    -webkit-clip-path: polygon(100% 0%, 100% 87%, 50% 97%, 50% 97%, 0 87%, 0 0);
    height: auto;
}

/* .slider #carouselExampleIndicators{
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);

  } */
.slider .carousel-indicators {
    bottom: 202px;
}

.slider .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;

    border: 1px solid var(--white) !important;
}

.carousel-indicators .active {
    background-color: var(--white) !important;
}

.slider .carousel-caption {
    bottom: 0;
    z-index: 1;
    top: 200px;
}

.btns-white {
    color: var(--white) !important;
    border-color: var(--white) !important;
}

.slider-text {
    font-size: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider .carousel-control-next-icon,
.slider .carousel-control-prev-icon {
    top: -330px;
}

.floor-text {
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 3px;
    font-weight: lighter !important;
    font-family: "DM Sans", sans-serif;
}

.slider button {
    margin: 35px 0;
}

.slider .carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 50px !important;
    height: 224px !important;
}

.slider .carousel-inner {
    height: auto !important;
}

.slider .carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.carousel-caption {
    right: 0;
    left: 0;
}

/* ================== About Us ============================== */

/* .slick-list{
  overflow: hidden;
} */

#about-bg {
    padding: 40px 0;
    position: relative;
    /* height: 800px; */
    /* height: 600px;
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0); */
}

.about-sui h3 {
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    /* 36.72px */
    letter-spacing: 0.54px;
}

.about-sui button {
    margin-top: 30px;
}

.lea-text {
    text-transform: capitalize;
    font-size: 27px;
}

.num-24 {
    color: var(--brown);
    font-family: "DM Sans", sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    float: left;
    margin-right: 20px;
}

.years-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-top: 21px;
    line-height: 24px;
}

.best-seller {
    position: relative;
}

.best-seller-section {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    height: 690px;
    margin: 24px 0 0 0;
}

.best1 { padding: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 12px; background: #f5f5f5; border: 1px solid rgba(117,117,117,0.3); border-radius: 10px; height: 268px; margin: 0; width: 100% !important; box-sizing: border-box; }

.text-bst1 { float: left; margin: 0 0 0 8px; font-size: 20px; }

.img-bst1 {
    float: left;
}

.pro-bg {
    background: url(../images/pattern.png?v=1234);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    max-width: 100%;
    height: auto;
}

.product-bg {
    background: url(../images/pattern.png?v=1234);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    max-width: 100%;
    height: auto;
    padding-bottom: 40px;
}

#product-bg {
    background: #f8f8f8;
    padding: 10px 0;
    /* padding: 96px 0 0 0; */
}

#product-bg .probox1,
#product-bg .probox2,
#product-bg .probox3 {
    width: 415px;
    height: 415px;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

#product-bg .probox1 img:hover,
#product-bg .probox2 img:hover,
#product-bg .probox3 img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.product-div {
    padding: 40px 0;
}

.text-box {
    margin: 25px 0;
}

.text-box h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.52px;
}

.text-box p {
    line-height: 23px;
    margin-bottom: 28px !important;
    font-size: 16px;
}

.text-box .btns {
    padding: 12px 43px;
}

.btn-style {
    border-color: var(--brown);
    color: var(--brown);
    margin-right: 56px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.btn-style:hover {
    color: var(--white) !important;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-animation: ani 0.6s forwards;
    animation: ani 0.6s forwards;
    background: var(--brown);
}

@-webkit-keyframes ani {
    100% {
        background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}

@keyframes ani {
    100% {
        background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}

#gallery {
    padding: 80px 0;
    margin-top: -160px;
}

#gallery h2 {
    text-align: right;
    font-size: 115px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.3px;
    text-transform: uppercase;
}

.ga-sec img {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.ga-sec img:nth-child(1) {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 466px;
    width: 429px;
    /* border: 3px solid black; */
}

.ga-sec img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 800;
    border: 5px solid #fff;

}

.ga-sec img:nth-child(2),
.ga-sec img:nth-child(3) {
    width: 246px;
    height: 275px;
    top: 95px;
    /* border: 3px solid black; */
}

.ga-sec img:nth-child(4) {
    top: 227px;
    width: 419px;
    /* border: 3px solid black; */
}

.gall-text {
    text-align: right !important;
    position: relative;
    top: 130px;
    left: -21px;
}



.ga-sec img:nth-child(5) {
    top: 5px;
    width: 22%;
    height: 267px;
    /* border: 3px solid black; */
}

.ga-sec img:nth-child(6) {
    top: 5px;
    left: 3px;
    width: 22%;
    height: 268px;
    /* border: 3px solid black; */
}

.ga-sec img:nth-child(7) {
    top: 5px;
    left: 3px;
    width: 22.6%;
    height: 268px;
    /* border: 3px solid black; */
}

.ga-sec img:nth-child(8) {
    left: 3px;
    top: -29px;
    border: 3px solid black;
}

#gallery button {
    margin: 40px auto;
}

/* ==================== Product Catlog =========================== */

#pro-catlog {
    width: 100%;
    background: url(../images/pro-catlog.jpg?v=1234);
    height: auto;
    padding: 62px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 100px !important;
}

#pro-catlog h3 {
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
}

#pro-catlog {
    font-size: 37px;

    line-height: normal;
    letter-spacing: 0.74px;
}

.procat-text {
    padding: 50px 0;
}

.procat-text .btns {
    padding: 11px 50px;
    background: var(--brown);
    margin: 36px 0 0 0;
    display: block;
    color: #fff !important;
}

.procat-text .btns:hover {
    background: #ca855f;
    border-color: #ca855f;
}

#pro-catlog .container {
    max-width: 1180px !important;
}

/* ================ Our Presence ======================== */
#our-presence {
    padding: 80px 0 0 0;
    height: auto;
}

.prese-btn p {
    margin: 20px 0 30px 0;
}

.prese-btn .prs-btns {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.prese-btn .prs-btns li {
    float: left;
}

.prese-btn {
    position: relative;
}

.prese-btn .prs-btns li a {
    display: block;
    border-radius: 35px;
    background: -o-linear-gradient(top, #f2f2f3 0%, #e1e1e3 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f2f2f3),
        to(#e1e1e3)
    );
    background: linear-gradient(180deg, #f2f2f3 0%, #e1e1e3 100%);
    width: 90px;
    height: 35px;
    font-size: 10px;
    line-height: 35px;
    text-align: center;
    color: var(--black);
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    margin: 5px 5px 5px 0;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.32);
    border-bottom: 1px solid #a2a2a4;
}

.prese-btn .prs-btns li a:hover {
    border-color: var(--brown);
    color: var(--brown);
}

.find .btns {
    padding: 14px 42px;
    display: block;
    margin: 20px 0;
}

/* ============================ Product Display ============================ */

#pro-display {
    background: url(../images/pro-display.png?v=1234);
    padding: 90px 0 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
}

#pro-display1 {
    background: url(../images/pro-display1.png?v=1234);
    height: 535px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ================================== Blog ==================================== */
#blog-bg {
    /* padding: 80px 0; */
    padding: 90px 0;
    margin-top: -100px;
}

#blog-bg .text-blog {
    margin-left: 0;
}

.sep-text {
    font-size: 14px;
    color: var(--brown);
}

.more-text {
    font-size: 22px;
    margin-bottom: 8px !important;
    line-height: 25px;
    font-weight: 400;
}

.sign-text {
    font-family: "Gloock", serif;
    letter-spacing: 1px;
}

.sign-text1 {
    margin-right: 68px;
}

.blog-img {
    float: left;
}

.text-blog {
    float: left;
    margin-left: 20px;
}

.blog-b2,
.blog-b1,
.blog-b3 {
    overflow: hidden;
}

/* #blog-bg .col-md-3 {
  width: 23% !important;
} */

#blog-bg .col-md-4 {
    width: 100% !important;
}

/*
#blog-bg .col-md-5 {
  width: 37.667% !important;
} */

.blog-b3 {
    margin-bottom: 30px;
}

#blog-bg .btns {
    padding: 11px 32px !important;
    position: relative;
    top: 0px;
    width: 186px;
    display: block;
    margin: 0 auto;
    /* margin-top: 50px; */
    margin-top: 13%;
}

#blog-bg h3 {
    margin-bottom: 30px;
}

footer {
    height: 300px;
}

.head-text {
    color: var(--black);
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: 0.54px;
}

.head-text1 {
    font-size: 37px !important;
    letter-spacing: 0.74px;
    text-transform: uppercase;
}

.slick-slider {
    overflow: hidden;
}

/* .divarrow {
          top: 466px;
  position: absolute;
  right: -4rem;
        }
        .divarrow i{
            font-size: 40px;
            color: var(--brown);
        } */
.divarrow {
    position: absolute;
    right: 0px;
    /* Place the arrows on the right side */
    top: 90%;
    /* Center the arrows vertically */
    transform: translateY(-50%);
    /* Adjust vertical alignment */
    z-index: 10;
    /* Ensure it is above other elements */
}

.divarrow i {
    /* rotate: 270deg; */
    font-size: 40px;
    color: var(--brown);
    /* Adjust the color */
    cursor: pointer;
    /* margin-bottom: 10px; */
    /* Add space between the up and down arrows */
}

.view-btn {
    margin-top: 5rem;
}

.footer-top::before {
    position: absolute;
    content: " ";
    width: 50%;
    height: 75px;
    background: #000;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
    z-index: 100;
    top: -38px;
}

.footer-top::after {
    position: absolute;
    content: " ";
    width: 50%;
    height: 75px;
    background: #000;
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    z-index: 100;
    top: -38px;
    right: 1px;
}

.footer-top {
    border-bottom: 1px solid;
    position: relative;
    z-index: 200;
}

.footer-bottom {
    padding: 10px 0;
    position: relative;
    z-index: 200;
}

.footer-top .bottom-icon {
    margin-top: 63px !important;
}

.footer-top button .btn-ftr {
    padding: 11px 60px;
    margin: 10px 0 0 0 !important;
    display: block;
}

.footer-logo {
    float: right;
    width: auto;
    /* margin-top: 30px; */
    /* margin-right: 71px; */
}

@media (max-width: 1065px) and (min-width: 768px) {
    .footer-logo {
        float: right;
        width: 70%;
    }
}

@media (max-width: 395px) and (min-width: 320px) {
    .footer-logo {
        float: right;
        width: 30%;
    }
}

footer {
    position: relative;
    height: auto;
}

footer {
    background: url(../images/footerbackground1.png?v=1234);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top .container {
    padding-top: 64px;
}

.giv-text {
    color: var(--white);
    font-size: 20px;
    line-height: 140%;
    /* 28px */
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

footer ul {
    padding: 0 !important;
    list-style-type: none;
}

footer .text-ul li a,
.popup-btn {
    margin: 15px 0 0 0 !important;
    display: block;
    font-size: 12px;
    text-decoration: none;
    /* color: var(---gray); */
    color: #fafafa;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

.sub-text {
    margin: 20px 0 15px 0;
}

.form-bg {
    width: 250px;
    border: 1px solid var(--brown);
    padding: 14px 16px;
}

/* .sub-btn {
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background: var(--brown);
  padding: 16px 14px;
  text-decoration: none;
  color: #fff !important;
  border: 2px solid var(--brown);
  margin-left: -3px;

} */

footer input {
    outline: 0;
    border: 0;
}

.footer-text {
    color: var(---gray);
    font-family: "Poppins", sans-serif !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

.footer-text1 {
    color: var(---gray);
    font-family: "Poppins", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

.footer-ul {
    list-style-type: none;
}

.footer-ul li {
    display: inline;
}

.footer-ul li a {
    font-family: "Poppins", sans-serif !important;
    display: inline;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: var(---gray);
    margin-left: 10px;
    text-decoration: none;
}

.footer-ul li .m-a {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 5px;
}

/* ---------------------- Footer ----------------- */

#carouselExampleCaptionso {
    height: 597px;
    background: #f8f8f8;
    width: 100%;
    padding: 40px 0;
}

.box1,
.box2,
.box3,
.box4 {
    background: var(--black);
    background: url(../images/s1.png?v=1234);
    background-repeat: no-repeat !important;
    color: var(--white);
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    overflow: hidden;
    height: 338px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    position: relative;
}

.box1::after,
.box2::after,
.box3::after,
.box4::after {
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.box2 {
    background: url(../images/s2.png?v=1234);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.box3 {
    background: url(../images/s3.png?v=1234);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.box4 {
    background: url(../images/s4.png?v=1234);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-right: 10px;
}

#slider-1 .carousel-indicators {
    display: none;
}

/* #slider-1::before{
  position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background: -o-linear-gradient(50deg, rgba(250, 250, 250, 0), rgb(173, 104, 68));
  background: linear-gradient(40deg, rgba(250, 250, 250, 0), rgb(173, 104, 68));
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  transform: skewY(4deg);
  z-index: 200;
  bottom: 87px;

} */
/* #slider-1::after{
  position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background: -o-linear-gradient(50deg, rgb(173, 104, 68), rgba(250, 250, 250, 0));
  background: linear-gradient(40deg, rgb(173, 104, 68), rgba(250, 250, 250, 0));
  -webkit-transform: skewY(-4deg);
      -ms-transform: skewY(-4deg);
          transform: skewY(-4deg);
  z-index: 200;
  bottom: 87px;
  right: 0;

} */
#slider-1 {
    position: relative;
    height: auto;
    padding: 62px 0;
    background: #f8f8f8;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    height: auto;
    padding-bottom: 8rem;
}

#slider-1 .adiv i {
    color: var(--white);
    margin: 0 5px;
}

#slider-1 .adiv .fa-chevron-left,
#slider-1 .adiv .fa-chevron-right {
    position: absolute;
    color: #000;
    left: -14px;
    top: -5px;
}

#slider-1 .adiv .fa-chevron-right {
    left: 125px;
}

#slider-1 span {
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}

.adiv {
    position: relative;
    margin: 0 auto;
    bottom: -2rem;
    width: 90%;
}

/* .prel::after{
    content: "&lt; Previous";
    position: absolute;
    font-family: 'DM Sans', sans-serif;
    color: var(---gray);
    display: block ruby;
    left: 0;
  top: -22px;
  width: 100px;

 } */

.prel::after {
    content: "&lt;";
    position: absolute;
    font-family: "DM Sans", sans-serif;
    color: black;
    display: block ruby;
    left: -90px;
    top: -280px;
    width: 100px;
    font-size: 60px;
    padding-top: 75px;
    padding-bottom: 86px;
    opacity: 0.5;
    background: white;
}

/* .nexr::before{
  content: "&gt;";
    position: absolute;
    display: block ruby;
    font-family: 'DM Sans', sans-serif;
    color: var(---gray);
    right: 0;
    top: -22px;
    width: 100px;
 } */

.nexr::before {
    content: "&gt;";
    position: absolute;
    display: block ruby;
    font-family: "DM Sans", sans-serif;
    color: black;
    right: -90px;
    top: -285px;
    width: 100px;
    padding-top: 75px;
    font-size: 60px;
    padding-bottom: 87px;
    opacity: 0.5;
    background: white;
}

.insipirational.prel::after {
    content: "&lt;";
    position: absolute;
    font-family: "DM Sans", sans-serif;
    color: black;
    display: block ruby;
    left: -90px;
    top: -253px;
    width: 100px;
    font-size: 60px;
    padding-top: 75px;
    padding-bottom: 70px;
}

.insipirational.nexr::before {
    content: "&gt;";
    position: absolute;
    display: block ruby;
    font-family: "DM Sans", sans-serif;
    color: black;
    right: -90px;
    top: -253px;
    width: 100px;
    padding-top: 75px;
    font-size: 60px;
    padding-bottom: 70px;
}

.prelbtn::after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 88%;
    top: -9px;
    left: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: var(---gray);
    font-family: "DM Sans", sans-serif;
}

.box1 h4 {
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    font-family: "Gloock", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    color: #fff !important;
}

.box1 .btnsb {
    padding: 8px 30px;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
}

.btnsb a {
    color: #fff !important;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    font-family: "DM Sans", sans-serif;
}

.slick-track {
    height: auto !important;
    padding: 59px 0 !important;
}

.map-bg {
    position: relative;
    height: 520px;
}

.map-text,
.map-text1,
.map-text2,
.map-text3,
.map-text4,
.map-text5 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.26px;
    position: relative;
    bottom: 82px;
    left: 60px;
}

.map-text1 {
    bottom: 480px;
}

.map-text4 {
    left: 345px;
    bottom: 115px;
}

.map-text5 {
    left: -35px;
    bottom: 134px;
}

.map-text2 {
    bottom: 450px;
    left: 530px;
}

.map-text3 {
    position: relative;
    bottom: 300px;
    left: 642px;
}

.maptext-bg {
    position: absolute;
    top: 377px;
    right: 90px;
    z-index: 100;
}

.yellow {
    width: 10px;
    height: 10px;
    background: #fbc02c;
    border-radius: 50%;
    float: left;
    margin: 11px 20px;
}

.img-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: "DM Sans", sans-serif;
}

.yellow-text {
    float: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: "DM Sans", sans-serif;
}

.point {
    width: 40px;
    height: 40px;
    background: rgb(248, 190, 45);
    border-radius: 50%;
    -webkit-animation: blink 1s ease-in-out infinite none;
    animation: blink 1s ease-in-out infinite none;
}

@-webkit-keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(251, 195, 45, 0.4);
        box-shadow: 0 0 0 0 rgba(251, 195, 45, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 16px rgba(249, 201, 77, 0.3);
        box-shadow: 0 0 0 16px rgba(249, 201, 77, 0.3);
    }
}

@keyframes blink {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(251, 195, 45, 0.4);
        box-shadow: 0 0 0 0 rgba(251, 195, 45, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 16px rgba(249, 201, 77, 0.3);
        box-shadow: 0 0 0 16px rgba(249, 201, 77, 0.3);
    }
}

.map-box1,
.map-box2,
.map-box3,
.map-box4,
.map-box5,
.map-box6 {
    position: absolute;
    top: 211px;
    left: 24px;
    z-index: 1;
}

.mapimg1 {
    position: absolute;
    bottom: -9px;
    left: -10px;
}

.map-box2 {
    position: absolute;
    top: 250px;
    left: 81px;
    z-index: 1;
}

.map-box3 {
    position: absolute;
    top: 206px;
    left: 79px;
    z-index: 1;
}

.map-box3 {
    position: absolute;
    top: 324px;
    left: 258px;
    z-index: 1;
}

.map-box4 {
    position: absolute;
    top: 133px;
    left: 468px;
    z-index: 1;
}

.map-box5 {
    position: absolute;
    top: 74px;
    left: 35px;
    z-index: 1;
}

.map-box6 {
    position: absolute;
    top: 127px;
    left: 363px;
    z-index: 1;
}

.map-box7 {
    position: absolute;
    top: 188px;
    left: 437px;
    z-index: 1;
}

.preline {
    width: 85%;
    background: #938d8d;
    margin: 0 79px;
    text-align: center;
    height: 1px;
}

.swiper {
    width: 100%;
    height: 200px;
    overflow: visible;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 0 0 100px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    &amp;.swiper-slide-active {
        color: #fff;
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        z-index: 2;
    }
}

/* ARROWS */
.swiper-button-prev,
.swiper-button-next {
    color: rgb(246, 146, 89);
}

/* PAGINATION */

.container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
}

.section1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
    -webkit-transition: -webkit-box-flex 0.4s ease;
    transition: -webkit-box-flex 0.4s ease;
    -o-transition: flex 0.4s ease;
    transition: flex 0.4s ease;
    transition: flex 0.4s ease, -webkit-box-flex 0.4s ease, -ms-flex 0.4s ease;
    position: relative;
    margin-right: 10px;
}

/* #carouselExampleControls .section1 a{color: #fff;} */

.section1 .overlay {
    background-color: #000;
    height: 400px;
    position: absolute;
    -webkit-transition: background-color 0.8s ease;
    -o-transition: background-color 0.8s ease;
    transition: background-color 0.8s ease;
}

.section1 .content {
    height: 400px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.prenext-line {
    margin: 0 auto;
    width: 85%;
}

/* .section1:hover {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
} */

.section1:hover .overlay {
    background-color: rgba(0, 0, 0);
}

.url-link {
    font-family: "DM Sans", sans-serif;
    color: var(---gray);
    text-decoration: none;
}

.url-link:hover {
    color: var(---gray) !important;
}

.serch-div {
    padding: 5px 20px;
    border: 0;
    margin-right: 10px;
    border-radius: 10px;
}

/* #blog-bg::before {
  position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background: -o-linear-gradient(50deg, rgba(255, 255, 255, 0), rgb(183, 178, 175));
  background: linear-gradient(40deg, rgba(255, 255, 255, 0), rgb(183, 178, 175));
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
  top: 3px;
}

#blog-bg::after {
  position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background: -o-linear-gradient(50deg, rgba(183, 178, 175, 1), rgba(255, 255, 255, 0));
  background: linear-gradient(40deg, rgba(183, 178, 175, 1), rgba(255, 255, 255, 0));
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  top: 3px;
} */

#our-presence::before,
#our-presence::after {
    border-bottom: 1px solid;
    -o-border-image: -o-linear-gradient(
            left,
            rgba(183, 178, 175, 1),
            rgba(255, 255, 255, 0)
        )
        1;
    border-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(183, 178, 175, 1)),
            to(rgba(255, 255, 255, 0))
        )
        1;
    border-image: linear-gradient(
            to right,
            rgba(183, 178, 175, 1),
            rgba(255, 255, 255, 0)
        )
        1;
    bottom: -42px;
}

.top-bar .top-bar-v2 {
    width: 100%;
}

.search-box {
    background: transparent;
    position: absolute;
    /* right: 99px; */
    right: 85px;
    /* top: 64px; */
    top: 3px;
}

.search-btn {
    margin-right: 10px;
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #fff;
    font-size: 12px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 26px;
    position: absolute;
    right: 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 40px 0 10px;
    border-radius: 1.5rem;
}

/* .search-box:hover &gt; .search-txt
{
  width: 194px;
  padding: 0 6px;
  margin-left: -200px;
} */

/* ============================== About US Page ==================================== */
.vide-bg1 {
    position: relative;
    height: 360px;
}

.vide-bg1 .vpop {
    position: absolute;

    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
    text-align: center;
}

#vide-bg {
    background: url(../images/about.png?v=1234);
    /*box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);*/
    background-repeat: repeat;
    background-size: auto;
    height: 411px;
    overflow: hidden;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.video-content {
    margin: 0 auto;
}

.video-content h2 {
    font-size: 48px;
}

.yout-btn {
    padding: 10px 31px;
    border: 1px solid var(--white);
    border-radius: 30px;
    display: block;
    margin: 48px 0;
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    text-decoration: none;
}

.yout-btn:hover {
    color: var(--white);
}

.yout-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: red;
    color: var(--white);
    margin-right: 10px;
    border-radius: 50%;
}

#player {
    position: relative;
    width: 100%;
}

.breadcrumb-menu {
    height: 100px;
    font-weight: 800;
}

.breadcrumb-menu .golden-border::after,
.breadcrumb-menu .golden-border::before {
    bottom: 22px;
    bottom: 50px;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
}

.breadcrumb-menu .golden-border::after {
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
}

section#breadcrumb-menu::before,
section#breadcrumb-menu::after {
    bottom: -8px;
    background: #f4f4f4 !important;
    height: 58px;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
}

section#breadcrumb-menu::after {
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
}

.gray-bg {
    height: auto;
    padding: 27px 0 87px 0;
    background: #f4f4f4;
    margin-top: -26px;
    position: relative;
    z-index: 100;
}

.gray-bg .golden-border::after,
.gray-bg .golden-border::before {
    bottom: 48px;
}

.para2 {
    height: auto;
    padding: 65px 0;
    position: relative;
    z-index: 1000;
}

.icon-hamburger1 {
    display: none;
}

.para2 h4 {
    color: var(--black);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.44px;
}

.para2 .golden-border::after,
.para2 .golden-border::before {
    bottom: -36px;
}

.left-box p,
.right-box p {
    padding: 0 50px 0 0;
}

section#para1::after,
section#para1::before,
section#para2::after,
section#para2::before,
section#gray-bg1::after,
section#gray-bg1::before,
section#app-bg::before,
section#app-bg::after {
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
}

section#para1::after,
section#para2::after,
section#gray-bg1::after,
section#app-bg::after {
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

#gray-bg1 {
    height: auto;
    padding: 100px 0 150px 0;
    position: relative;
    background: #f6f6f6 url(../images/usamap-black.png?v=1234);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

#gray-bg1 .golden-border::after,
#gray-bg1 .golden-border::before {
    bottom: 48px;
}

#app-bg .golden-border::after,
#app-bg .golden-border::before {
    bottom: 20px;
}

#sui-probg .golden-border::after,
#sui-probg .golden-border::before {
    bottom: -37px;
}

#why-bg .golden-border::after,
#why-bg .golden-border::before {
    bottom: 48px;
}

.arrow_btn {
    position: relative;
    background: var(--black);
    width: 214px;
    padding: 10px;
    color: var(--white);
    font-family: "Gloock", serif !important;
}

.arrow_btn:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
}

.arrow_btn:after {
    border-left-color: var(--black);
    border-width: 22px;
    top: 0;
}

#gray-bg1 .col-md-2 {
    width: 24% !important;
    max-width: 31.667% !important;
    flex: 19%;
}

#gray-bg1 .year-box1 {
    position: relative;
}

#gray-bg1 .line-bg {
    height: 90%;
    width: 2px;
    background: var(--black);
    position: absolute;
    top: 23%;
}

#gray-bg1 .line-bg::after,
#gray-bg1 .line-bg::before {
    content: " ";
    position: absolute;
    background: var(--black);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: -4px;
}

#gray-bg1 .line-bg::before {
    bottom: 0%;
}

#gray-bg1 .year-box1 p {
    margin-left: 12px;
}

#gray-bg1 .year-box1::before {
    content: url(../images/Vector\ 10.png?v=1234);
    position: absolute;
    z-index: 100;
    top: -41%;
    left: 32%;
}

#gray-bg1 .year-box2::before {
    top: -58%;
    left: 35%;
}

#gray-bg1 .year-box3::before {
    top: -55%;
    left: 38%;
}

#gray-bg1 .year-box4::before {
    top: -43%;
    left: 42%;
}

/* .margin-div {
  padding-top: 50px !important;
} */

#gray-bg1 .year-box1 {
    margin-top: 300px;
}

#gray-bg1 .year-box2 {
    margin-top: 250px;
}

#gray-bg1 .year-box3 {
    margin-top: 200px;
}

#gray-bg1 .year-box4 {
    margin-top: 150px;
}

#gray-bg1 .year-box5 {
    margin-top: 100px;
}

#gray-bg1 .year-box5::before {
    content: none;
}

.usa-mapbg {
    position: relative;
}

#app-bg {
    height: auto;
    padding: 100px 0;
}

#app-bg .img-box {
    list-style-type: none;
    height: auto;
    padding: 50px 0;
}

#app-bg .img-box li {
    width: 20%;
    float: left;
    height: 100px;
}

#app-bg .img-box li a {
    text-decoration: none;
}

#app-bg .img-box li:hover span {
    color: var(--brown);
}

#app-bg .img-box li:hover img {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

#app-bg .img-box li:hover span {
    color: var(--brown);
}

#app-bg .img-box li:hover a {
    border-color: var(--brown);
}

#app-bg .img-box li a span {
    color: var(--black);
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-left: 20px;
}

#app-bg .img-box li a img {
    padding: 10px;
    border: 1px solid var(--black);
    border-radius: 50%;
}

header .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transform: none;
    left: 77%;
    top: 98px;
    position: absolute;
}

.modal-header {
    background: #000;
}

button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

header .modal-header {
    padding: 1rem 1rem;
    border-bottom: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

header .btn-close {
    position: relative;
    left: -141px;
}

.modal-content .top-icon li {
    display: inline;
}

.modal-content .top-icon li a {
    color: var(--black);
    border: 1px solid var(--black);
}

.popup-nav {
    list-style-type: none;
}

.popup-nav li a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
}

.popup-nav li {
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 20px 0 5px 0;
}

#sui-probg {
    padding: 100px 0;
    height: auto;
}

#sui-probg .card-body-bottom img {
    height: auto;
    max-width: 100%;
}

#sui-probg .card {
    border: 0 !important;
    text-align: center;
    width: 80%;
}

.box-shadow {
    position: absolute;
    height: 90%;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 12px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 2px 4px #9f9898;
    box-shadow: 1px 2px 4px #9f9898;
}

#sui-probg .card-body-top {
    position: relative;
}

#sui-probg .card-body-bottom {
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: 2px dashed var(---gray);
    border-left: 2px dashed var(---gray);
    border-bottom: 2px dashed var(---gray);
}

#sui-probg .card-body-top {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-right: 2px solid var(---gray);
    border-left: 2px solid var(---gray);
    border-top: 2px solid var(---gray);
    display: inline-block;
}

.card-body-top::after {
    position: absolute;
    content: url(../images/Arrow.png?v=1234);
    right: -70px;
    bottom: -18px;
}

.wooden-text li {
    font-family: "DM Sans", sans-serif;
    color: var(---gray);
}

.woodent-bg {
    margin-top: -146px !important;
    border-bottom: 2px dashed var(---gray);
    border-right: 2px dashed var(---gray);
    display: inline-block;
    padding-top: 174px;
}

.circle-bg {
    background: #d7e7f2;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    text-align: center;
}

.circle-bg h4 {
    padding-top: 20px;
}

.each-text {
    font-size: 12px;
    text-align: center !important;
    margin-top: 15px;
}

.dashed-line {
    border-left: 2px dashed #757575;
    height: 131px;
    margin: 0;
    padding: 0;
    border-bottom: 2px dashed #757575;
    position: relative;
    top: -19px;
}

#why-bg {
    padding: 80px 0;
    background: #f4f4f4;
}

#why-bg .card h4 {
    font-size: 18px;
    margin: 10px 0;
}

#why-bg .card {
    height: 220px;
    margin-bottom: 20px;
    text-align: center;
    border-color: #7a7a7a;
    border-radius: 0;
    width: 90%;
}

#why-bg .card:hover {
    border-color: var(--brown);
}

#why-bg .card:hover img {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

#why-bg .card p {
    font-size: 16px;
}

#misvis-bg {
    padding: 100px 0;
}

#misvis-bg img {
    height: auto;
    max-width: 100%;
}

.vision-text {
    padding: 0 54px 0 0;
}

#sui-probg li {
    color: var(---gray);
}

.golden-border::before {
    position: absolute;
    content: " ";
    width: 50%;
    height: 1px;
    background: -o-linear-gradient(
        50deg,
        rgba(250, 250, 250, 0),
        rgb(173, 104, 68)
    );
    background: linear-gradient(
        40deg,
        rgba(250, 250, 250, 0),
        rgb(173, 104, 68)
    );
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: 200;
    bottom: 95px;
}

.golden-border::after {
    position: absolute;
    content: " ";
    width: 50%;
    height: 1px;
    background: -o-linear-gradient(
        50deg,
        rgb(173, 104, 68),
        rgba(250, 250, 250, 0)
    );
    background: linear-gradient(
        40deg,
        rgb(173, 104, 68),
        rgba(250, 250, 250, 0)
    );
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: 200;
    bottom: 95px;
    right: 0;
}

#para2 p,
#gray-bg1 p,
#sui-probg p,
#misvis-bg p,
#sui-probg li {
    text-align: justify;
}

#gray-bg1 p {
    font-size: 15px !important;
}

#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 50%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    top: 25%;
    background-color: #fff;
    height: 50%;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 2px;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
}

/* .myDIV {
  position:absolute;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #fff;
  display: none;
}
.myDIV:hover + .hide {
  display: block;
  color: red;

} */

/* header .dropdown-menu[data-bs-popper] {
  top: 46px;
  right: 0;
  left: -984px;
  margin: 0 auto;
}
header .dropdown-menu {
  min-width: 100% ;
  padding: 20px;
  width: 1600px !important;
} */
header .dropdown {
    position: static !important;
}

header .dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin-top: 0px !important;
    width: 100% !important;
    height: 570px;
}

header .dropdown-menu ul li {
    padding: 0;
}

header .dropdown-menu ul li a:hover {
    background: transparent;
}

header .dropdown-menu ul li a:hover {
    color: var(--brown);
}

header .dropdown-menu ul li a {
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    color: #424242;
    text-transform: uppercase;
}

header .dropdown-menu h6 {
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
    color: var(--brown);
    text-transform: uppercase;
}

header .dropdown-item {
    padding: 5px 0;
}

.ul-text {
    padding: 0;
}

.ul-text li {
    text-align: justify;
    padding: 0 68px 0 0;
    font-family: "DM Sans", sans-serif;
}

header .menuimg {
    width: 100%;
    height: auto;
}

.list-unstyled img {
    border-radius: 100%;
}

.list-unstyled .menuimg1 {
    margin-right: 10px;
}

.list-unstyled .menuimg1,
.list-unstyled .circle {
    width: 44px;
}

.star-icon {
    list-style-type: none;
    margin-top: -20px;
    margin-left: 20px;
}

.star-icon li {
    display: inline;
}

.list-unstyled {
    position: absolute;
}

.ulright {
    width: 50%;
}

.viewbtn {
    color: var(--brown) !important;
    border-top: 1px solid var(--brown);
    border-bottom: 1px solid var(--brown);
    text-decoration: none;
    position: relative;
    top: 385px;
    padding: 10px 0;
    position: absolute;
    width: 200px;
    padding: 10px 0;
    font-family: "DM Sans", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    height: 42px;
}

.viewbtn1 {
    color: var(--brown) !important;
    border-top: 1px solid var(--brown);
    border-bottom: 1px solid var(--brown);
    text-decoration: none;
    margin-top: 50px !important;
    font-family: "DM Sans", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 351px;
}

.arrowicon-1 {
    margin-left: 240px !important;
    margin-top: 5px;
}

.arrowicon-2 {
    margin-left: 118px !important;
    margin-top: 5px;
}

header .dropdown-toggle::after {
    display: none;
}

header .dropdown-menu::after {
    content: url(../images/Polygon2.png?v=1234);
    position: absolute;
    top: -10px;
    left: 51%;
}

.footer-arrow::after {
    width: 100%;
    height: 100px;
    background-color: #000;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    position: absolute;
    content: " ";
}

/* ------------------------ Sui Stone Page ------------------------------- */

.gray-back {
    background: rgba(244, 244, 244, 0.8);
}

.sutonetype,
.granite-bg,
.bullno-gallbg,
.e-catlogbg,
.pri-bg,
.sitemap-bg {
    background: url(../images/suistone.png) center no-repeat;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: cover !important;
    padding: 140px 0;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    position: relative;
}

.sitemap-bg {
    background: url(../images/sitemapbg.png);
    padding-bottom: 220px !important;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
}

.pri-bg {
    background: url(../images/privacy-bg.png);
    padding-bottom: 220px !important;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
}

.e-catlogbg {
    background: url(../images/ecatalog-bg.png);
    padding-bottom: 220px !important;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
}

.bullno-gallbg {
    background: url(../images/bullgral-bg.png);
    padding-bottom: 160px;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
}

.granite-bg {
    background: url(../images/granite-bg.png) center no-repeat;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
}

.stone-type {
    padding: 0 0 100px 0;
    height: auto;
}

/* #nav-profile .table.product-details td, #nav-profile .table.product-details th {
  width: inherit;
} */

/* .sutonetype::before,
.granite-bg::before,
.bullno-gallbg::before,
.e-catlogbg::before,
.sitemap-bg::before,
.pri-bg::before,
.colorpalette::before,
.fresh-blogbg::before,
.natural-stone::before,
.blog-sec::before,
.blogs-sec::before,
.inpiragry-bg::before,
.Bullnose::before,
.map-bg1::before,
.career-bg::before,
.disclaimer-bg::before {
  position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background: -o-linear-gradient(10deg, rgb(255, 255, 255, 0), rgba(255, 255, 255));
  background: linear-gradient(80deg, rgb(255, 255, 255, 0), rgba(255, 255, 255));
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
  z-index: 200;
  top: 70%;
}

.sutonetype::after,
.granite-bg::after,
.bullno-gallbg::after,
.e-catlogbg::after,
.sitemap-bg::after,
.pri-bg::after,
.colorpalette::after,
.fresh-blogbg::after,
.natural-stone::after,
.blog-sec::after,
.blogs-sec::after,
.inpiragry-bg::after,
.Bullnose::after,
.map-bg1::after,
.career-bg::after,
.disclaimer-bg::after {
  position: absolute;
  content: " ";
  width: 50%;
  height: 1px;
  background: -o-linear-gradient(170deg, rgb(255, 255, 255, 0), rgba(255, 255, 255));
  background: linear-gradient(-80deg, rgb(255, 255, 255, 0), rgba(255, 255, 255));
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  z-index: 200;
  top: 70%;
  right: 0;
} */

.stone-bg1-img {
    background: url(../images/basalt.jpg);
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.colorpalette,
.fresh-blogbg,
.natural-stone,
.blog-sec,
.blogs-sec,
.inpiragry-bg,
.Bullnose,
.map-bg1,
.career-bg,
.disclaimer-bg {
    background: url(../images/bannercolorpalette.png) center no-repeat;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: cover !important;
    padding: 140px 0;
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    clip-path: polygon(100% 0%, 100% 80%, 50% 90%, 50% 90%, 0 80%, 0 0);
    position: relative;
    height: 400px;
}

.disclaimer-bg {
    background: url(../images/disclaimer-bg.png) center no-repeat !important;
    background-size: cover !important;
    height: 420px;
}

.career-bg {
    background: url(../images/career-bg.png) center no-repeat !important;
    background-size: cover !important;
    height: 488px;
}

.map-bg1 {
    background: url(../images/map-bg.png) center no-repeat !important;
    background-size: cover !important;
    height: 420px;
}

.inpiragry-bg {
    background: url(../images/inpiragry-bg.png) center no-repeat !important;
    background-size: cover !important;
    height: 420px;
}

.natural-stone {
    background: url(../images/natural-stone.png) center no-repeat !important;
    background-size: cover !important;
}

.blogs-sec {
    background: url(../images/blog-bg.png) center no-repeat !important;
    background-size: cover !important;
    height: 400px;
}

.stone-bg1-img:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg1 h4 {
    color: var(--white);
    font-size: 26px;
    text-transform: uppercase;
}

.text-lite {
    color: #fff;
}

.stone-bg2-img {
    background: url(../images/granitequarry.jpg);
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg2-img:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;
    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg3-img {
    background: url(../images/limestone.jpg);
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg3-img:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg4-img {
    background: url(../images/sandstone.jpg);
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg4-img:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg5-img {
    background: url(../images/quartzite.jpg);
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg5-img:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg6-img {
    background: url(../images/slatestone.jpg);
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg6-img:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg7-img {
    background: url(../images/travertine.png);
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg7-img:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* ------------------------ Bullnose Page ------------------------------- */

.gray-back {
    background: rgba(244, 244, 244, 0.8);
}

.Bullnose {
    background: url(../images/productdetails.png) center no-repeat;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: cover;
    padding: 140px 0;
}

.Bullnose1 {
    background: url(../images/productdetails.png) center no-repeat !important;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-size: cover;
    padding: 160px 0;
}

.stone-type {
    padding: 50px 25px 100px 25px;
    height: auto;
}

.stone-bg1 {
    background: var(---gray);
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 200px;
}

.stone-bg1 h4 {
    color: var(--white);
    font-size: 26px;
    text-transform: uppercase;
}

.productdetailsmain {
    color: var(--Primary-Black, #000);
    font-family: Gloock;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}

.productdetails {
    color: var(--Primary-Gray-100, #0a0a0a);
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.36px;
    text-align: left;
}

.btn btn-dark {
    background-color: #000;
    height: 40px;
}

.img-scroll {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 80px 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px;
    margin: 20px;
}

.compare-container {
    position: relative;
}

.compare-container::before {
    content: "";
    position: absolute;
    top: 80px;
    bottom: 10px;
    left: 50%;
    border-left: 3px solid #ddd;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.stone-bg1-img {
    position: relative;
}

.stone-bg2-img {
    position: relative;
}

.stone-bg3-img {
    position: relative;
}

.stone-bg4-img {
    position: relative;
}

.stone-bg5-img {
    position: relative;
}

.stone-bg6-img {
    position: relative;
}

.stone-bg7-img {
    position: relative;
}

.hover-button {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    /* padding: 5px 10px; */
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.stone-bg1-img:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.hover-button i {
    margin-left: 5px;
}

.stone-bg2-img:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg3-img:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg4-img:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg5-img:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg6-img:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg7-img:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

/* color palatte */

.stone-bg1-colorimg {
    background: url(../images/col1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 80%;
}

.stone-bg1-colorimg:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg1 h4 {
    color: var(--white);
    font-size: 26px;
    text-transform: uppercase;
}

.text-lite {
    color: #fff;
}

.stone-bg2-colorimg {
    background: url(../images/col2.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg2-colorimg:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;
    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg3-colorimg {
    background: url(../images/col3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg3-colorimg:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg4-colorimg {
    background: url(../images/col4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg4-colorimg:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg5-colorimg {
    background: url(../images/col5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg5-colorimg:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg6-colorimg {
    background: url(../images/col6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg6-colorimg:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg7-colorimg {
    background: url(../images/col7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg7-colorimg:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg8-colorimg {
    background: url(../images/col8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 280px;
    width: 280px;
}

.stone-bg8-colorimg:hover {
    -webkit-box-shadow: 0px 2px 0px 10px #dadada;

    box-shadow: 0px 2px 0px 10px #dadada;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.stone-bg1-colorimg:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.hover-button i {
    margin-left: 5px;
}

.stone-bg2-colorimg:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg3-colorimg:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg4-colorimg:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg5-colorimg:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg6-colorimg:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg7-colorimg:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg8-colorimg:hover .hover-button {
    opacity: 1;
    z-index: 1;
}

.stone-bg1-colorimg {
    position: relative;
}

.stone-bg2-colorimg {
    position: relative;
}

.stone-bg3-colorimg {
    position: relative;
}

.stone-bg4-colorimg {
    position: relative;
}

.stone-bg5-colorimg {
    position: relative;
}

.stone-bg6-colorimg {
    position: relative;
}

.stone-bg7-colorimg {
    position: relative;
}

.stone-bg8-colorimg {
    position: relative;
}

.filterby {
    color: var(--Primary-Black, #000);
    font-family: Gloock;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.breadcrumb {
    background: transparent !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ad6844 !important;
}

nav .breadcrumb-item a {
    color: black;
}

.rtr-arrow {
    color: var(---gray);
    font-family: "DM Sans", sans-serif;
    margin-left: 15px;
}

.rtr-arrow i {
    margin-right: 20px;
}

.stone-type .carousel-inner {
    text-align: center;
    /*  border: 1px solid #757575;*/
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    place-content: center;
    /*  height: 622px;*/
}

/* 19-07-24
     .stone-type .carousel-item img{
        max-width: 400px;
        margin: 200px 0 0 0;

     }

     .stone-type .carousel{
      height: 800px;
     }
     19-07-24*/

.btn-black {
    background: var(--black);
    height: 40px;
    padding: 5px 20px;
}

.btn-sheet {
    list-style-type: none;
    margin-top: 38px !important;
}

.btn-sheet li {
    display: inline-block;
    margin-right: 30px;
}

.btn-sheet li button {
    background: var(--black);
    border-radius: 0;
    height: 40px;
}

.custom-btn {
    color: #fff;
    background-color: #1d2124 !important;
    border-color: #171a1d !important;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.btn-brown {
    background: var(--brown) !important;
}

.product-tab,
.packaging-tab {
    width: 50%;
    height: 100%;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: black;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.tab-1 {
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: Gloock;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0.36px;
    word-wrap: break-word;
}

.table-star {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.table-star li {
    display: inline-block;
}

.tabs-bg td,
.tabs-bg th {
    font-family: "DM Sans", sans-serif;
    color: var(---gray);
}

.tabs-bg .nav-link {
    width: 50%;
    color: var(---gray);
    background: #e1e1e1 !important;
    margin-bottom: 70px !important;
    border-radius: 0 !important;
}

.tabs-bg .nav-link button {
    color: var(---gray) !important;
}

.tabs-bg .nav-tabs .nav-link:focus,
.tabs-bg .nav-tabs .nav-link:hover {
    color: var(---gray);
}

.tabs-bg .nav-tabs .nav-link.active {
    background: var(--black) !important;
    color: var(--white);
}

.head-box th {
    font-family: "Gloock", serif;
    color: var(--white);
    height: 70px;
    background: var(--black) !important;
}

.tabs-bg .nav-tabs .nav-link {
    position: relative;
}

.tabs-bg .nav-tabs .nav-link.active::after {
    content: url(../images/Polygon2.png?v=1234);
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 100;
    right: 0;
}

.rld-box1 {
    padding: 10px;
    background: var(--white);
}

.rld-box1 img {
    width: 100%;
}

.rld-box1 h6 {
    color: #424242;
    font-size: 16px;
    margin: 20px 0;
    position: relative;
}

/* .rld-box1 h6::after{
  content: url(../images/icons/arrowvector.png);
  position: absolute;
  color: var(--black);
  left: 95%;
} */

.rld-box1 .form-check label {
    font-family: "DM Sans", sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
}

.rele-bg1 {
    position: relative;
}

/* .rele-bg1::before{
  position: absolute;
  content: " ";
  width: 50%;
  height: 160px;
  background: #efefef;
  -webkit-transform: skewY(5deg);
      -ms-transform: skewY(5deg);
          transform: skewY(5deg);
  z-index: -1;
  bottom: -65px;
}
.rele-bg1::after{
  position: absolute;
  content: " ";
  width: 50%;
  height: 160px;
  background: #efefef;
  -webkit-transform: skewY(-5deg);
      -ms-transform: skewY(-5deg);
          transform: skewY(-5deg);
  z-index: -1;
  bottom: -65px;
  right: 1px;
} */
.rele-bg2 {
    position: relative;
    margin: 200px 0 200px 0;
}

.bullo-bg .btn-action {
    bottom: -50px !important;
}

.bullo-bg h3 {
    font-size: 22px;
    text-transform: uppercase;
}

.bullo-border::after {
    content: " ";
    position: absolute;
    height: 448px;
    width: 1px;
    background: var(---gray);
    right: 0;
    top: 0;
}

.bullo-bg1 {
    position: relative;
}

.rele-bg2 .adiv {
    bottom: -50px;
}

.rele-bg2 .prelbtn::after {
    width: 66%;
    right: -25px;
}

.mar-right {
    margin-left: 10px;
}

.sidebar {
    padding: 50px;
    /* background: var(--white); */
    position: relative;
    height: 100%;
}

/* .sidebar::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 85px;
  background: #fff;
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(5deg);
  z-index: 100;
  top: -52px;
  right: 1px;
} */
.sidebar .accordion-item {
    border-radius: 0 !important;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}

.star-bg .star-icon {
    margin-top: 0;
    margin-left: 0;
}

.star-bg ul {
    padding: 0;
    margin: 0;
}

.clr-btn {
    /* margin-left: -17px !important; */
    display: block;
    width: 100%;
    border: 1px solid var(--brown);
    color: var(--brown);
    border-radius: 30px;
    padding: 5px 30px;
    display: block;
    width: 100%;
    border: 1px solid var(--brown);
    color: var(--brown);
    border-radius: 30px;
    padding: 5px 105px;
    margin: 20px 0;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
}

.clr-btn:hover {
    color: var(--brown) !important;
}

.show-btn:hover {
    color: var(--black);
}

.show-btn {
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    color: var(---gray);
    margin-top: 1rem;
}

.sidebar .accordion-button:not(.collapsed) {
    color: var(--black);
}

.breadcrumb-menu ol {
    list-style-type: none;
}

.nav-line {
    height: 80px !important;
}

.name-star {
    list-style-type: none;
}

.name-star li {
    display: inline;
}

.Palettename {
    text-align: center;
    margin: 20px 0 30px 0;
    width: 80%;
}

.stone-bg1-colorbg {
    width: 100%;
}

.wid td {
    width: 400px;
}

.note {
    margin: 100px 0 150px 0;
    background: var(--brown);
    padding: 10px 20px;
    color: #fff;
    width: 80%;
}

.stone-bg1-colorbg a:hover {
    color: #fff;
}

.stone-star {
    list-style-type: none;
    padding: 0;
}

.stone-star li {
    display: inline-block;
}

.arribtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 31px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white) !important;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid var(--white);
    margin: 0 auto;
    width: 100%;
}

.imgbg {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.menuimg2 {
    position: relative;
}

.imgbg img {
    width: 44px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.menuimg2 i {
    position: absolute;
    font-size: 20px;
    color: var(--white);
    z-index: 100;
    margin: 0 auto;
    inset: 13px 7px 6px 14px;
    cursor: pointer;
}

.rld-box2 {
    position: relative;
    margin-bottom: 1rem;
}

.rld-box2 p {
    color: #3f3f3f;
    font-size: 16px;
}

.rld-box2 h6 {
    font-family: "DM Sans", sans-serif;
    color: #3f3f3f;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.rld-box2 h6::after {
    right: 90%;
}

.right-arrow {
    position: absolute;
    inset: 300px auto;
    width: 230px;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid rgba(0, 0, 0, 0.8);
    border-left: 0 solid transparent;
    color: var(--white);
    display: block;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
}

.paddi-200 {
    padding: 100px 0;
}

.nrt-stonebg h4 {
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.nrt-stonebg p {
    margin: 20px 0 !important;
}

.nrt-stonebg .row {
    margin-bottom: 20px;
}

.btb-bg {
    margin: 20px 0;
}

.btb-bg button {
    margin-right: 20px;
}

.btn2 {
    background: var(--brown);
}

.product-bg .accordion-button1::after {
    display: none !important;
}

.product-bg .accordion-item h2 {
    font-family: "DM Sans", sans-serif;
}

.why-chbg {
    /* padding: 100px 0; */
    padding: 25px 0;
    background: var(--white);
    margin-bottom: 50px;
}

.why-chbg ul li {
    font-family: "DM Sans", sans-serif;
}

.why-chbg ul {
    padding: 0;
    margin-left: 22px;
}

.why-chbg h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    color: var(--black) !important;
    font-weight: bold;
}

section.why-chbg::after,
section.why-chbg::before {
    top: -53px;
}

.whyimg-box {
    overflow: hidden;
    height: 531px;
}

.whytext-box button {
    margin: 50px 0;
}

/* .whytext-box h2 {
  margin-left: -40px;
} */

.whytext-box p,
.whytext-box ul li {
    text-align: justify;
}

.more-text {
    color: var(--brown);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.whytext-box b {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.faq-bg {
    padding: 100px 0;
    background: #f4f4f4;
}

section.faq-bg::after,
section.faq-bg::before {
    top: -46px;
}

.faqtext {
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    font-size: 25px;
}

.faq-bg .accordion-item {
    background: transparent;
    border: 0;
}

.faq-bg .accordion-button,
.faq-bg .accordion-body {
    padding: 1rem 0;
    font-family: "DM Sans", sans-serif;
}

.faq-bg .accordion-button {
    font-weight: 600;
}

.black-bg {
    background: #000 !important;
    color: #fff !important;
}

.sidebar .accordion-body ul {
    padding: 0;
}

.sidebar .accordion-body ul li {
    list-style-type: none !important;
}

.sidebar .accordion-body ul li a {
    font-family: "DM Sans", sans-serif;
    padding: 16px 0 16px 16px;
    color: var(--black);
    display: block;
    margin-bottom: 5px;
}

.sidebar-bullone .accordion-body ul li a {
    padding: 16px 0 16px 16px !important;
    margin-bottom: 0;
}

.sidebar .accordion-body ul li a:hover {
    color: var(--white);
    background: var(--black);
}

.sidebar .accordion-button:not(.collapsed) {
    color: var(--black);
}

.accordion-button:not(.collapsed)::after {
    -webkit-filter: invert(100%) grayscale(100%);
    filter: invert(100%) grayscale(100%);
}

.faq-bg .accordion-button:not(.collapsed) {
    color: var(--black) !important;
}

.rembtn {
    color: var(--black) !important;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
}

.cop-btn {
    background: var(--brown) !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    font-family: "DM Sans", sans-serif !important;
}

.cop-btn span {
    font-family: "DM Sans", sans-serif !important;
}

.for-num {
    background: #825138;
    border-radius: 10px;
    padding: 5px 10px;
}

.bullnose-bg .modal-footer {
    border-top: 0 !important;
}

.imgbox1 {
    position: relative;
}

.bullnose-bg i {
    background: transparent;
    color: var(--black);
    position: absolute;
    top: -22px;
    right: 0;
    font-size: 20px;
}

.bullnose-bg .modal-body {
    padding: 34px 0 13px 0;
}

.granite-bg .rld-box3 h6 {
    color: #3f3f3f;
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: "DM Sans", sans-serif !important;
}

.serch-box input {
    margin: 20px 0;
    padding: 10px;
    border-radius: 30px;
    outline: 0;
    border: 0;
    border: 1px solid rgba(63, 63, 63, 0.2);
    font-family: "DM Sans", sans-serif !important;
    position: relative;
    width: 100%;
}

.serch-box {
    position: relative;
}

.serch-box i {
    position: absolute;
    top: 32px;
    right: 4px;
    font-size: 18px !important;
}

.all-menu {
    list-style-type: none;
    padding: 0;
}

.all-menu li a {
    font-family: "DM Sans", sans-serif;
    color: var(--black);
    display: block;
    width: 100%;
    /* margin-bottom: 10px; */
    padding: 10px;
    padding-block: 20px;
    /* border-top: 1px solid rgba(0, 0, 0, 0.20);
  border-bottom: 1px solid rgba(0, 0, 0, 0.20); */
}

.all-menu:first-child li a {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.all-menu:last-child li a {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.all-menu li a:hover {
    background: var(--black);
    color: var(--white);
}

.tag-text {
    font-family: "Gloock", serif;
    font-size: 20px;
}

.bg-brown {
    text-align: right;
    font-family: "DM Sans", sans-serif;
    background: var(--brown) !important;
    border-color: var(--brown) !important;
    border-radius: 5px !important;
}

.why-text {
    font-family: "DM Sans", sans-serif;

    font-style: normal;
    font-weight: 700;
    margin: 10px 0 !important;
}

.brown {
    color: var(--brown);
}

.blog-bg {
    margin-bottom: 100px;
}

.blog-bg p span {
    font-family: "DM Sans", sans-serif;
}

.img-bg {
    width: 98%;
    background: url(../images/whynatura-1.png);
    background-repeat: no-repeat;
    height: 460px;
    background-size: cover !important;
    margin-bottom: 20px;
    border-radius: 20px;
}

.img-bg img {
    border-radius: 10px;
}

.serch-text {
    width: 80%;
    background: url(../images/serch-bg.png);
    background-repeat: no-repeat;
    height: auto;
    background-size: cover !important;
    padding: 65px !important;
}

.serch-text h2 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    font-family: "DM Sans", sans-serif;
}

.cont-btn {
    color: var(--white) !important;
    text-transform: uppercase;
    background: var(--brown) !important;
    border-radius: 40px !important;
    border: 1px solid var(--white) !important;
    margin-top: 30px;
}

.b-box1,
.b-box2 .b-box3,
.b-box4 .b-box5,
.b-box6 {
    background: url(../images/bullimg1.png);
    height: 240px;
    background-repeat: no-repeat !important;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.b-box2 {
    background: url(../images/bullimg2.png);
}

.b-box3 {
    height: 500px !important;
    background: url(../images/bullimg3.png);
}

.b-box4 {
    background: url(../images/bullimg4.png);
}

.b-box5 {
    background: url(../images/bullimg5.png);
}

.b-box6 {
    height: 500px !important;
    background: url(../images/bullimg6.png);
}

.gry-bg1 .btm-img {
    width: 80%;
    height: 115px;
    margin: 0 auto 10px auto;
}

.bullnose-gallery {
    padding-bottom: 100px;
    padding-inline: 15px;
}

.b-box1::after {
    background: rgba(0, 0, 0, 0.4);
    height: auto;
    content: " ";
    position: absolute;
    width: 100%;
    z-index: 100 !important;
    inset: 0;
}

#exampleModal5 {
    padding-top: 2rem;
    overflow: hidden;
}

/* .b-box1:hover .inside-box{
  display: block;
  transition: 0.80s;
} */
.inside-box {
    height: 200px;
    width: 80%;
    margin: 0 auto;
    top: 10%;
    position: absolute;
    left: 7%;
    border: 2px dashed rgb(255, 255, 255);
    z-index: 200;
    line-height: 200px;
    text-align: center;
    display: none;
}

.inside-box i {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
}

.slider3 {
    background: #fff !important;
}

div.slider3::before,
div.slider3::after {
    display: none;
}

div.slider3 {
    -webkit-clip-path: none !important;
    clip-path: none !important;
}

.slider3 .box1 h4 {
    text-align: left;
    font-size: 18px;
    margin-left: 20px !important;
    margin-top: 276px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 21px;
}

.content img {
    margin-left: 30%;
    max-width: 30px;
    margin-right: 10px;
}

.slider3 h2,
.search-bg h2 {
    font-family: "DM Sans", sans-serif;
}

.search-bg {
    background: rgba(244, 244, 244, 0.8);
    padding: 62px 0;
}

.search-text {
    text-align: center;
    width: 64%;
    margin: 0 auto;
}

.bullnose-slider {
    padding: 50px 0;
    height: 800px;
    position: relative;
}

.bullnose-slider .carousel-indicators [data-bs-target] {
    width: 125px !important;
    height: 85px !important;
    opacity: 1 !important;
    margin-top: 10px;
    border-top: 0;
    border-bottom: 0;
    border: 2px solid transparent;
}

.bullnose-slider .carousel-indicators .active {
    background-color: transparent !important;
    border-color: var(--black);
}

.bullnose-slider .carousel-inner {
    position: relative;
    width: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bullnose-slider .carousel-indicators {
    right: 0 !important;
    height: 100%;
    overflow: hidden;
    left: unset;
    width: 20%;
    display: block;
}

.bullnose-slider .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0%;
    top: 60%;
    text-align: left;
    margin-left: 28px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 2rem !important;
}

.bullnose-slider .carousel-control-prev,
.bullnose-slider .carousel-control-next {
    left: 22%;
    height: 100px;
    top: 64%;
    width: 8rem !important;
}

.bullnose-slider .carousel-control-next {
    right: 22% !important;
    left: unset;
}

.gallery-btn {
    padding: 50px 0;
    width: 100%;
    text-align: center;
}

.gallery-btn .modal-dialog {
    max-width: 100%;
}

.gallery-btn .modal-content {
    background: rgba(225, 225, 225, 0.8);
    border-radius: 0;
}

.gallery-btn .modal-header {
    background: transparent;
    border-bottom: 0;
}

.gallery-btn button {
    text-align: center;
    margin: 0 auto;
}

.popup-icon {
    list-style-type: none;
    position: absolute;
    right: 448px;
    top: 40px;
    display: flex;
    gap: 5px;
}

#exampleModal5 .carousel-item {
    height: auto;
}

.pop-imgbox {
    height: 400px;
    overflow: hidden;
}

.pop-imgbox img {
    height: auto;
    max-width: 100%;
}

.popup-icon li {
    display: inline-block;
}

.popup-icon li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    text-align: center;
    margin-left: -5px;
    cursor: pointer;
    display: grid;
    place-content: center;
}

.gallery-btn .btn-close {
    height: 34px;
    width: 40px;
    background: #000 !important;
    border-radius: 0 !important;
    right: 400px !important;
    position: absolute;
    top: 48px;
    z-index: 2000;
}

.gallery-btn .carousel-indicators {
    /* bottom: 65px;
  right: -168px !important; */
    bottom: -8px;
    right: -66px !important;
}

.bullnose-slider .carousel-indicators div:nth-child(1) {
    background: url(../images/icons/thum1.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(2) {
    background: url(../images/icons/thum2.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(3) {
    background: url(../images/icons/thum3.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(4) {
    background: url(../images/icons/thum4.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(5) {
    background: url(../images/icons/thum5.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(6) {
    background: url(../images/icons/thum6.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(7) {
    background: url(../images/icons/thum7.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(8) {
    background: url(../images/icons/thum8.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(9) {
    background: url(../images/icons/thum9.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(10) {
    background: url(../images/icons/thum10.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(11) {
    background: url(../images/icons/thum11.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(12) {
    background: url(../images/icons/thum12.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(13) {
    background: url(../images/icons/thum13.png);
    background-repeat: no-repeat;
}

.bullnose-slider .carousel-indicators div:nth-child(14) {
    background: url(../images/icons/thum14.png);
    background-repeat: no-repeat;
}

.blgbox1,
.blgbox2,
.blgbox3,
.blgbox4 {
    background: url(../images/blgbox1.png) no-repeat;
    height: 600px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.blgbox2 {
    background: url(../images/blgbox2.png) no-repeat;
    height: 358px;
}

.blgbox3 {
    background: url(../images/blgbox3.png) no-repeat;
    height: 358px;
}

.blgbox4 {
    background: url(../images/blgbox4.png) no-repeat;
    height: 358px;
}

.blgbox1::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    inset: 0;
}

.blgbox1 .text-white {
    position: relative;
    z-index: 200;
}

.blgimg1 {
    width: 220px;
    height: 300px;
    overflow: hidden;
}

.blgbox-2 {
    width: 100%;
    height: 400px;
}

.blgimg1 h4 {
    margin: 5px 0;
    font-size: 16px !important;
    line-height: 23px;
}

.blog-bg1 h3 {
    font-size: 22px !important;
}

.blog-bg1 button {
    margin: 50px 0 !important;
}

.blgtext-bg p {
    text-align: justify;
}

.ingrybg {
    width: 100%;
    height: auto;
}

.ingry1,
.ingry2,
.ingry3,
.ingry4,
.ingry-2 {
    width: 100%;
    height: 200px;
    background: url(../images/bullnose.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-bottom: 10px;
    border-radius: 20px;
    background-position: center;
}

.ingry-2 {
    background: url(../images/circle.jpg) no-repeat;
    background-size: cover !important;
}

.ingry2 {
    background: url(../images/gry2.jpg) no-repeat;
    background-size: cover !important;
}

.ingry3 {
    background: url(../images/gry3.jpg) no-repeat;
    background-size: cover !important;
}

.ingry4 {
    background: url(../images/gry4.jpg) no-repeat !important;
    background-size: cover !important;
}

.ingry5,
.ingry6,
.ingry7,
.ingry8,
.ingry9,
.ingry10,
.ingry11,
.ingry12,
.ingry13,
.ingry14,
.ingry15,
.ingry16,
.ingry17,
.ingry18,
.ingry19,
.ingry20 {
    background: #000;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px;
    background-position: center;
}

.ingry5 {
    background: url(../images/gry5.jpg) no-repeat;
    background-size: cover !important;
}

.ingry6 {
    background: url(../images/gry6.jpg) no-repeat;
    background-size: cover !important;
}

.ingry7 {
    background: url(../images/gry7.png) no-repeat !important;
    background-size: cover !important;
}

.ingry8 {
    background: url(../images/ledge-stone.jpg) no-repeat;
    background-size: cover !important;
    background-position: center;
}

.ingry9 {
    background: url(../images/paver-ashlar-8-size-pattern.jpg) no-repeat !important;
    background-size: cover !important;
}

.ingry10 {
    background: url(../images/gry10.png) no-repeat;
    background-size: cover !important;
}

.ingry11 {
    background: url(../images/gry11.jpg) no-repeat;
    background-size: cover !important;
}

.ingry12 {
    background: url(../images/gry12.png) no-repeat !important;
    background-size: cover !important;
}

.ingry13 {
    background: url(../images/gry13.png) no-repeat;
    background-size: cover !important;
}

.ingry14 {
    background: url(../images/gry14.jpg) no-repeat;
    background-size: cover !important;
}

.ingry15 {
    background: url(../images/gry15.jpg) no-repeat !important;
    background-size: cover !important;
}

.ingry16 {
    background: url(../images/gry16.png) no-repeat;
    background-size: cover !important;
}

.ingry17 {
    background: url(../images/gry17.jpg) no-repeat;
    background-size: cover !important;
}

.ingry18 {
    background: url(../images/gry18.jpg) no-repeat !important;
    background-size: cover !important;
}

.ingry19 {
    background: url(../images/gry19.png) no-repeat;
    background-size: cover !important;
}

.ingry20 {
    background: url(../images/gry20.jpg) no-repeat;
    background-size: cover !important;
}

.ingry21,
.ingry22,
.ingry23,
.ingry24 {
    width: 100%;
    height: 200px;
    background: url(../images/gry1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 20px;
    background-position: center;
}

.ingry21 {
    background: url(../images/gry21.png) no-repeat !important;
    background-size: cover !important;
}

.ingry22 {
    background: url(../images/gry22.jpg) no-repeat;
    background-size: cover !important;
}

.ingry23 {
    background: url(../images/gry23.png) no-repeat;
    background-size: cover !important;
}

.ingry24 {
    background: url(../images/gry24.jpg) no-repeat !important;
    background-size: cover !important;
}

.ingry1:hover .overlay,
.ingry2:hover .overlay,
.ingry3:hover .overlay,
.ingry4:hover .overlay,
.ingry5:hover .overlay,
.ingry6:hover .overlay,
.ingry7:hover .overlay,
.ingry8:hover .overlay,
.ingry9:hover .overlay,
.ingry10:hover .overlay,
.ingry11:hover .overlay,
.ingry12:hover .overlay,
.ingry13:hover .overlay,
.ingry14:hover .overlay,
.ingry15:hover .overlay,
.ingry16:hover .overlay,
.ingry17:hover .overlay,
.ingry18:hover .overlay,
.ingry19:hover .overlay,
.ingry20:hover .overlay,
.ingry21:hover .overlay,
.ingry22:hover .overlay,
.ingry23:hover .overlay,
.ingry24:hover .overlay {
    display: block;
    -webkit-animation: block 0.4s forwards;
    animation: block 0.4s forwards;
}

.galler-bg .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    color: #fff;
    padding: 100px 2px;
    border-radius: 20px;
}

.overlay p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center !important;
    color: rgba(225, 225, 225, 0.9);
}

@-webkit-keyframes block {
    0% {
        width: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0;
    }

    100% {
        width: 100%;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes block {
    0% {
        width: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0;
    }

    100% {
        width: 100%;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.btm-img {
    background: #000;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}

.galler-bg {
    padding: 0 0 100px 0;
}

.gry-bg1 {
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 510px;
}

.gry-bg1::before,
.gry-bg1::after {
    position: absolute;
    content: " ";
    width: 50%;
    height: 75px;
    background: #fff;
    -webkit-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    z-index: 100;
    top: -38px;
}

.gry-bg1::after {
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
    left: 0;
}

.gry-bg1 .col-md-2 {
    width: 19.667%;
}

.gry-bg1 h3 {
    font-size: 22px;
    margin: 50px 0 0 0 !important;
}

.ista-icon {
    color: var(--black);
    text-align: center;
    margin: 0 auto;
    width: 100px;
}

.ista-icon:hover {
    color: var(--brown);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

/* The Modal (background) */
#myModal.modal {
    top: 30% !important;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

/* Modal Content */
#myModal .modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 30px;
    width: 100%;
    border: 0;
    background: rgba(0, 0, 0, 0.7);
    border: 5px solid #ad6844;
}

/* The Close Button */
#myModal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1000;
}

#myModal .close:hover,
#myModal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

/* Next &amp; previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 24px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

#myModal img {
    margin-bottom: -4px;
    cursor: pointer;
}

.upcoming {
    position: absolute;
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    /* margin-right: 50px; */
    /* height: 68px; */
    /* width:80%  ; */
    /* top: 70%; */
    z-index: 1000;
    text-align: center;
}

.upcoming:hover {
    color: var(--brown);
}

.upcoming span {
    position: absolute;
    display: block;
}

.upcoming span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff),
        to(#fff)
    );
    background: -o-linear-gradient(left, #fff, #fff);
    background: linear-gradient(90deg, #fff, #fff);
    -webkit-animation: animate1 1s linear infinite;
    animation: animate1 1s linear infinite;
}

@-webkit-keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.upcoming span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(#fff)
    );
    background: -o-linear-gradient(top, transparent, #fff);
    background: linear-gradient(180deg, transparent, #fff);
    -webkit-animation: animate2 1s linear infinite;
    animation: animate2 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@-webkit-keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.upcoming span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(transparent),
        to(#fff)
    );
    background: -o-linear-gradient(right, transparent, #fff);
    background: linear-gradient(270deg, transparent, #fff);
    -webkit-animation: animate3 1s linear infinite;
    animation: animate3 1s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.upcoming span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(transparent),
        to(#fff)
    );
    background: -o-linear-gradient(bottom, transparent, #fff);
    background: linear-gradient(360deg, transparent, #fff);
    -webkit-animation: animate4 1s linear infinite;
    animation: animate4 1s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 22%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: scroll;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#sidebar::-webkit-scrollbar {
    display: none;
}

#sidebar.active {
    margin-left: -355px;
}

/* #content {
  padding: 20px;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
scrollbar-width: none;
} */
#content {
    /* min-height: 100vh; */
    min-height: 75vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#content::-webkit-scrollbar {
    display: none;
}

#sidebarCollapse .fa-bars {
    font-size: 18px;
    border: 1px solid #ad6844;
    padding: 8px;
    border-radius: 5px;
    color: #ad6844;
}

/* .wrapper1 {
  height: 2000px;
} */

.wrapper1 {
    min-height: 239px;
}

.rele-bg2 {
    position: relative;
}

.rld-line::after {
    content: " ";
    position: absolute;
    height: 480px;
    width: 1px;
    background: var(---gray);
    inset: 0 0 0 0;
    margin: 0 auto;
}

.left-box {
    background-image: url(../images/teakwood-1.jpg);
    overflow: hidden !important;
    border-radius: 4px;
    border: 4px solid #eee;
    height: 300px;
    background-position: center;
    background-size: cover;
}

.catlog-1 {
    overflow: hidden;
    width: 560px;
    padding: 20px 0;
}

.catlog-1 img {
    width: 600px;
}

.catlo-text {
    font-size: 25px;
    padding: 2px;
    text-align: center;
    background: var(--black);
    width: 52%;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
}

.catlo-text::after {
    content: url(../images/arrow-text.png);
    position: absolute;
    bottom: -13px;
    right: -51px;
}

.slider-slide {
    height: 250px;
}

/* slider-cards */
.slide-card {
    width: 400px;
}

/* slider-arrows */
.arrow {
    width: 40px;
    height: 40px;
}

/* disabled button */

/* slider and slide transitions */
.slider-move-left {
    /* -webkit-transform: translate(-220px, 0px);
        -ms-transform: translate(-220px, 0px);
            transform: translate(-220px, 0px); */
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.move-left {
    -webkit-transform: translate(-220px, 0px);
    -ms-transform: translate(-220px, 0px);
    transform: translate(-220px, 0px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.move-right {
    -webkit-transform: translate(220px, 0px);
    -ms-transform: translate(220px, 0px);
    transform: translate(220px, 0px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ecalog-sec {
    width: 100%;
    padding: 50px 0 100px 0;
}

.flip-book {
    margin: 50px 0;
}

.accordionExample3 {
    height: 10px;
    width: 10%;
    border: 0;
    margin: 50px auto;
}

.moretext {
    display: none;
    height: 500px;
}

.moreless-button {
    display: block;
    margin: 0 auto 30px auto;
    color: #ad6844;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    top: -40px;
}

.bullnose-bg .rld-box2 h6 {
    font-size: 14px;
}

.oth-dealer {
    padding: 0 0 100px 0;
}

.dis-racks,
.sample-box {
    width: 100%;
    background-image: url(../images/e-racks.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.sample-box {
    background-image: url(../images/e-box.jpg);
}

.col-bg.col-md-4 {
    background: #e2e1df;
    height: 400px;
}

.oth-dealer h3 {
    margin-bottom: 20px;
}

.oth-dealer h5 {
    margin-top: 20px;
}

.bull-nosebg .rld-box2 h6 {
    font-size: 14px;
}

.contact-bg,
.career-box,
.disclaimer-box {
    padding: 100px 0;
}

.cntform-bg {
    background-color: #f4f1e9;
}

.desc h4 {
    color: #ad6844;
    margin: 14px 0 0 0;
}

.contact-bg .form-control {
    margin-bottom: 1.2rem;
    background: #f5f5f5 !important;
    border-color: var(--brown);
    outline: 0 !important;
    border-radius: 2rem;
    padding: 0.5rem 0.75rem;
}

.contact-bg textarea {
    border-radius: 1rem !important;
}

.contact-bg .form-control::-webkit-input-placeholder {
    color: var(--black);
}

.contact-bg .form-control::-moz-placeholder {
    color: var(--black);
}

.contact-bg .form-control:-ms-input-placeholder {
    color: var(--black);
}

.contact-bg .form-control::-ms-input-placeholder {
    color: var(--black);
}

.contact-bg .form-control::placeholder {
    color: var(--black);
}

.btn-bgbrowm {
    border: 0 !important;
    border: 1px solid rgba(173, 104, 68, 0.8) !important;
    background: transparent !important;
    color: var(--brown) !important;
    text-transform: uppercase;
}

.cnt-button {
    padding: 10px;
    border: 1px solid #ad6844;
    color: #ad6844;
    border-radius: 5px;
    font-size: 14px;
}

.cnt-button:hover {
    border-color: var(--black);
    color: var(--black);
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 40px;
    line-height: 45px;
    position: relative;
    margin-bottom: 20px;
    color: #333333;
    text-transform: capitalize;
}

.services-area {
    margin-bottom: 200px;
}

.serviecs-block .single-serviecs-block {
    margin: 30px 0;
}

.single-serviecs-block {
    padding: 1px 40px;
    background-color: #f5f5f5;
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
    position: relative;
    display: block;
    height: 457px;
    margin-bottom: 80px;
    border-radius: 2rem;
}

.single-serviecs-block:hover {
    background: #f4f1e9;
    color: var(--brown);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-serviecs-block:hover h3 a {
    color: var(--brown);
}

.single-serviecs-block:hover i a {
    background: var(--brown);
}

.single-serviecs-block h3 a {
    color: #333333;
    margin-bottom: 15px;
    margin-top: 80px;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline !important;
}

.single-serviecs-block i a {
    color: var(--black);
    height: 98px;
    width: 98px;
    line-height: 98px;
    text-align: center;
    background: var(--brown);
    border-radius: 50%;
    position: absolute;
    top: -11%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-transform: uppercase;
    font-size: 37px;
}

.single-serviecs-block h5 {
    color: var(---gray);
    font-size: 16px !important;
    text-transform: uppercase;
}

/*
.career-fombg{background-image: url(../images/paver-ashlar-8-size-pattern.jpg);
  height: auto;
  background-position: center;
  background-size: cover;
  position: relative;
  border: 4px solid #ddbcab;
  border-radius: 5px;}
.career-fombg::after{content: " "; position: absolute;height: 100%; width: 100%; left: 0;
  right: 0; margin: 0 auto; background: rgba(0, 0, 0, .80); top: 0; bottom: 0; display: grid;
  place-content: center;}
  .career-fombg img{
    position: relative; z-index: 1000; top: 30%;
  }
 .career-box .wrap-appointment{
  border-radius: 10px !important;
  border: 1px solid #ddbcab;
  padding: 20px;
  box-shadow: 3px 7px 20px #dfdedd;
  }
  .carform-bg .form-control, .carform-bg .form-select{
    margin-bottom: 10px;
    border: 0;
      border-bottom-width: 0px;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    background: transparent;
    border-bottom: 1px solid #ddbcab;
    border-radius: 0;
    position: relative;
  }
 .carform-bg .form-select{
   background: url(../images/Polygon3.png);
   background-repeat: no-repeat;
   background-position: right .75rem center;
   color: #6c757d;
  }
  .carform-bg label{color: #6c757d;}
  .carform-bg .form-control:not(:disabled):not([readonly])::file-selector-button {
    background-color: #ddbcab !important;
    border-right: #825138;
    color: #6c757d !important;
  }
  .carform-bg #formFile{border: 1px solid #ddbcab !important;}
  .btn-career{border-radius: 30px !important; background: transparent !important; color: var(--black) !important;
    border: 1px solid #ddbcab !important; color: #6c757d !important;}
    .btn-career:hover{background-color:#ddbcab !important; color: var(--black) !important;}
  .distext{text-align: justify; position: relative;}

  .distext h2{
    color: var(--brown) !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
  }
  .distext .dis-box1{
    border: 1px solid var(--white);
    padding: 20px;
    margin: 10px;
    color: #fff;
    border-radius: 2px;
  }
 .dis-box1{
  position: relative;
 }
 .dis-box2{
  top: 50px;
 }
 .dis-box5{
  top: -100px;
 }
 .dis-box8{
  top: -316px;
 }
 .dis-box7{
  top: -88px;
 }
 .dis-box9{
 top: -310px;
 left: 670px;
}
.img-back{
  background: url(../images/disclaimer-bg.jpg) center no-repeat !important;
background-size: auto;
background-size: cover !important;
height: 100%;
background-attachment: fixed !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;

} */
.privacy-bg,
.site-bg {
    padding: 0 0 200px 0;
}

.site-bg .blogs p,
.site-bg .products p {
    margin-bottom: 20px !important;
    position: relative;
}

.site-bg .products p {
    height: 50px;
}

.site-bg .blogs p::after,
.site-bg .products p::after {
    content: "\003e";
    position: absolute;
    color: #959292;
    z-index: 100;
    font-size: 25px;
    left: -19px;
    top: 18px;
    padding-right: 17px;
}

.site-bg .products p::after {
    top: -5px;
}

.site-bg .products p::before {
    content: url(../images/pro-before.png);
    position: absolute;
    height: 30px;
    width: 30px;
    right: 58px;
}

.site-bg ul li a {
    color: var(--black) !important;
}

section.career-box::after,
section.career-box::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(-96.15%, #f4f4f4),
        color-stop(-59.78%, #fff),
        color-stop(72.01%, #fff),
        to(#f4f4f4)
    );
    background: -o-linear-gradient(
        top,
        #f4f4f4 -96.15%,
        #fff -59.78%,
        #fff 72.01%,
        #f4f4f4 100%
    );
    background: linear-gradient(
        180deg,
        #f4f4f4 -96.15%,
        #fff -59.78%,
        #fff 72.01%,
        #f4f4f4 100%
    );
    top: -40px;
    height: 60px;
}

.career-box .wrap-appointment {
    width: 60% !important;
    margin: 100px auto 0 auto !important;
}

.career-box .wrap-appointment .form-control,
.wrap-appointment .form-select {
    margin-bottom: 1rem;
    width: 48rem !important;
    border-radius: 8rem;
    border-color: #ad6844;
    background: #f5f5f5;
}

.career-box input[type="file"] {
    opacity: 0;
    height: 0;
}

.career-box .form-label {
    border-radius: 2rem;
    border: 1px solid #ad6844;
    width: 100%;
    padding: 10px;
    position: relative;
}

/* new css line */
.img {
    max-width: 100%;
    height: auto;
}

.career-box .form-label::after {
    content: " Upload Resume";
    width: 8rem;
    position: absolute;
    right: 0;
    background: #ad6844;
    height: 2.8rem;
    top: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    line-height: 2.88rem;
    text-align: center;
}

.career-box .wrap-appointment textarea {
    border-radius: 1rem !important;
    background: #f5f5f5;
}

.career-box .btn-career {
    border-radius: 30px !important;
    background: transparent !important;
    color: var(--black) !important;
    border: 1px solid #ad6844 !important;
    color: #ad6844 !important;
    text-transform: uppercase;
}

.career-box .btn-career:hover {
    background-color: #ad6844 !important;
    color: var(--black) !important;
}

/*========= 19-07-24 ===================*/
#product-bg {
    position: relative;
}

#product-bg::before {
    position: absolute;
    content: " ";
    width: 50%;
    height: 85px;
    background: #f8f8f8;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -100;
    top: -25px;
}

#product-bg::after {
    position: absolute;
    content: " ";
    width: 50%;
    height: 85px;
    background: #f8f8f8;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -100;
    top: -25px;
    right: 1px;
}

.table.product-details td,
.table.product-details th {
    width: 50%;
}

.table.product-details1 td,
.table.product-details1 th {
    width: inherit;
}

.stone-type .slibul {
    height: auto;
    overflow: hidden;
    padding-bottom: 20%;
}

.stone-type .slibul #carouselExampleIndicators {
    border: 1px solid #757575;
    height: 630px;
}

.stone-type .slibul .carousel-indicators {
    bottom: -186px;
    height: 179px;
    background: #f6f6f6;
    width: 100%;
    margin: 0;
}

body::-webkit-scrollbar {
    display: none !important;
}

body {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

/* ================== Natural Stone Disclaimer Popup  ==================== */
.popup {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2000;
}

.popup:target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-content {
    background: #262626;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 500px;
    width: 90%;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
}

.popup img {
    max-width: 100%;
    height: auto;
}

.image-background {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

.stone-type .btn-secondary {
    width: 100% !important;
}

#container {
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    background: teal;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

#slider-container {
    height: 300px;
    width: 85vw;
    max-width: 1400px;
    background: #54d5e4;
    -webkit-box-shadow: 5px 5px 8px gray inset;
    box-shadow: 5px 5px 8px gray inset;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

#slider-container .btn {
    position: absolute;
    top: calc(50% - 30px);
    height: 30px;
    width: 30px;
    border-left: 8px solid pink;
    border-top: 8px solid pink;
}

#slider-container .btn:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#slider-container .btn.inactive {
    border-color: rgb(153, 121, 126);
}

#slider-container .btn:first-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 10px;
}

#slider-container .btn:last-of-type {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
}

#slider-container #slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#slider-container #slider .slide {
    height: 90%;
    margin: auto 10px;
    background-color: #a847a4;
    -webkit-box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
    box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

#slider-container #slider .slide span {
    color: white;
    font-size: 150px;
}

@media only screen and (min-width: 1100px) {
    #slider-container #slider .slide {
        width: calc(2.5% - 20px);
    }
}

@media only screen and (max-width: 1100px) {
    #slider-container #slider .slide {
        width: calc(3.3333333% - 20px);
    }
}

@media only screen and (max-width: 900px) {
    #slider-container #slider .slide {
        width: calc(5% - 20px);
    }
}

@media only screen and (max-width: 550px) {
    #slider-container #slider .slide {
        width: calc(10% - 20px);
    }
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
}

.popup.show {
    display: block;
}

.popup-close {
    position: absolute;
    right: 12px;
    top: 94px;
    width: 16px;
    height: 16px;
    font-size: 28px;
    z-index: 999;
}

.popup-content {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    padding: 1rem;
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.section4 {
    position: relative;
    margin: 10px;
    overflow: hidden;
    flex: 1;
}

.section4:hover {
    flex: 1;
}

.content1 {
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.container3 {
    height: 350px;
}

#product-bg .product-div .probox1 img {
    max-width: 100%;
    height: auto;
}

#enquireModal .modal-dialog,
#size-modal .modal-dialog {
    top: 10%;
}

.gallery-slider .slider-wrap .section4 {
    width: auto auto !important;
}

.gallery-slider {
    position: relative;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.gallery-slider .adiv {
    inset: 0;
}

.bg-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* custom css */

.search-box-v2 {
    top: 11px !important;
}

nav.navbar-v2 {
    height: 50px;
}

.product-grid-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 1rem;
}

.stone-type-grid-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.stone-type-grid-card-v2 {
    width: 100%;
}

.nursery-products-grid-v2 {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    /* padding: 1rem; */
}

.nursery-product-card-v2 {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s ease;
    /* Set a minimum height for uniformity */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-grid-v2 .hidden-class-v2 {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
    min-height: 300px;
    /* Set a minimum height for uniformity */
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.product-grid-v2 a,
.product-grid-v2 label {
    color: rgb(236, 167, 131);
}

.blog-container-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    /* Adjust spacing between grid items */
}

.blog-container-v2 .blgbox1 {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.blog-wrapper-v2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* @media query v2 */

@media only screen and (min-width: 550px) and (max-width: 729px) {
    .gall-text {
        position: absolute;
        top: calc(90px + (16 - 24) * ((100vw - 730px) / (1024 - 730))) !important;
        width: 95%;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    .gall-text p{
    width: 60%;
    margin-left: auto;

}
    .ga-sec img:nth-child(6),
    .ga-sec img:nth-child(7) {
        width: 49% !important;
        height: auto !important;
        top: 0px !important;
    }
}

/* @media screen and (max-width: 1400px) {

    /*new CSS*/
    .ga-sec img:nth-child(1) {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 466px;
    width: 429px;
    /* border: 3px solid black; */
}

.ga-sec img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 800;
    border: 5px solid #fff;

}

.ga-sec img:nth-child(2),
.ga-sec img:nth-child(3) {
    width: 246px;
    height: 275px;
    top: 95px;
    /* border: 3px solid black; */
}

.ga-sec img:nth-child(4) {
    top: 227px;
    width: 419px;
    /* border: 3px solid black; */
}

.gall-text {
    text-align: right !important;
    position: relative;
    top: 130px;
    left: -21px;
}



.ga-sec img:nth-child(5) {
    top: 5px;
    width: 22%;
    height: 267px;
    /* border: 3px solid black; */
}

.ga-sec img:nth-child(6) {
    top: 5px;
    left: 3px;
    width: 22%;
    height: 268px;
    /* border: 3px solid black; */
}

.ga-sec img:nth-child(7) {
    top: 5px;
    left: 3px;
    width: 22.6%;
    height: 268px;
    /* border: 3px solid black; */
}

.ga-sec img:nth-child(8) {
    left: 3px;
    top: -29px;
    border: 3px solid black;
}
    /*.ga-sec img:nth-child(1) {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        height: 357px;
        width: 429px;
    }

    .ga-sec img:nth-child(2),
    .ga-sec img:nth-child(3) {
        width: 244px;
        height: 220px;
        top: 67px;
    }

    .ga-sec img:nth-child(4) {
        top: 187px;
        width: 358px;
    }

    .ga-sec img:nth-child(5) {
        top: -51px;
        width: 22%;
        height: 267px;
    }

    .ga-sec img:nth-child(6) {
        top: -50px;
        left: 3px;
        width: 24.9%;
        height: 268px;
    }

    .ga-sec img:nth-child(7) {
        top: -50px;
        left: 3px;
        width: 22.6%;
        height: 268px;
    }
}

@media screen and (max-width: 1370px) {
    header .navbar-light .navbar-nav .nav-link {
        margin-left: 5px;
    }
} */
 @media (min-width: 1024px) and (max-width:1200px) {
.ga-sec img:nth-child(1) {
    height: 375px;
    }

    .ga-sec img:nth-child(2),
    .ga-sec img:nth-child(3) {
        height: 240px;
        top: 67px;
    }


 }
 @media (min-width: 1200px) and (max-width:1300px) {
.ga-sec img:nth-child(1) {
        height: 400px;
    }
    .ga-sec img:nth-child(2),
    .ga-sec img:nth-child(3) {
        height: 249px;
        top: 73px;
    }
 }
 @media (min-width: 1300px) and (max-width:1440px) {
.ga-sec img:nth-child(1) {
        height: 450px;
    }

   .ga-sec img:nth-child(2),
    .ga-sec img:nth-child(3) {
    height: 280px;
    top: 85px;
    }
 }
  @media (min-width: 1024px) and (max-width:1440px) {
    .ga-sec img:nth-child(1) {
        width: 29%;
    }

    .ga-sec img:nth-child(2),
    .ga-sec img:nth-child(3) {
    width: 17%;
    }

    .ga-sec img:nth-child(4) {
    top: 191px;
    width: 35%;
    /* border: 3px solid black; */
    height: 330px;
}

    .ga-sec img:nth-child(5) {
        top:4px;
        height: 227px;
        width: 21%;
    }

    .ga-sec img:nth-child(6) {
        top: 4px;
        width: 21%;
        left: 0px;
        height: 227px;
    }

    .ga-sec img:nth-child(7) {
        top: 4px;
        left: 0px;
        width: 21%;
        height: 227px;
    }
}

@media screen and (max-width: 1168px) {
    .top-icon li a {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .vision-text {
        padding: 0px;
    }

    .product-grid-v2 {
        gap: 1rem;
    }

    .insipirational.prel::after {
        content: "&lt;";
        position: absolute;
        font-family: "DM Sans", sans-serif;
        color: black;
        display: block ruby;
        left: -0px;
        top: -253px;
        width: 100px;
        font-size: 60px;
        padding-top: 75px;
        padding-bottom: 70px;
    }

    .insipirational.nexr::before {
        content: "&gt;";
        position: absolute;
        display: block ruby;
        font-family: "DM Sans", sans-serif;
        color: black;
        right: -0px;
        top: -258px;
        width: 100px;
        padding-top: 75px;
        font-size: 60px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .search-box-v2 {
        top: 79px !important;
    }

    .card-body-top::after {
        display: none;
    }

    #sui-probg .card {
        width: 95%;
    }

    .circle-bg {
        margin: 0 auto;
    }

    .mision-img {
        margin-top: 10px;
    }

    /* .best-seller {
        margin-inline: 55px;
    } */

    .best1.best1_v2 {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .best1.best1_v2 &gt; img {
        width: 100%;
    }
}

@media (max-width: 853px) {
    .product-grid-v2,
    .stone-type-grid-v2,
    .nursery-products-grid-v2 {
        grid-template-columns: 1fr;
    }

    .filter-wrapper-v2 {
        position: relative;
    }

    .filter-wrapper-v2 div.sidebar-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: max-content !important;
        background-color: white;
        z-index: 101;
    }

    #sidebar {
        max-width: 37% !important;
    }
}

/* for product grid */
/* Responsive adjustments */

@media screen and (min-width: 768px) {
    .blog-container-v2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .product-grid-v2,
    .stone-type-grid-v2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1199px) and (min-width: 900px) {
    .product-grid-v2,
    .stone-type-grid-v2 {
        grid-template-columns: repeat(3, 1fr);
    }

    .nursery-products-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 899px) and (min-width: 600px) {
    .product-grid-v2,
    .stone-type-grid-v2,
    .nursery-products-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .nursery-products-grid-v2 {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px !important;
    }
}

#breadcrumb-v3 {
    /* display: -ms-flexbox; */
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0px !important;
    list-style: none !important;
    border-radius: 0.25rem !important;
    color: var(---gray) !important;
    color: black !important;
}

#active-text.active{
  color: black !important;
}

.breadcrumb-item{
  color: black !important;
}

#result-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}


/* New changes */

 @media (min-width: 683px) and (max-width: 1288px) {
.ham-icon-first{
                display:none !important;
            }
        }

        @media (min-width: 683px) and (max-width: 1288px) {
      .viewbtn {
     width: 25% !important;
      }

  }

  .slide {
    height: 90% !important;
}


@media screen and (max-width:500px) {
   header .navbar-brand {
    width: 50%;
}
}
@media screen and (min-width:992px) {
      .navbar-collapse .mobile-header-row .navbar-brand .logo-v2 {
        display: block !important;
    }
}
</pre></body></html>