@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
:root {
    --bg-dark: #2f2f2f;
    --bg-btn-color: #000000;
    --red-bg: #fe0000;
    --icon-gradient: linear-gradient(to right, #fe0e0d, #ff6869);
    --heading-color: #000000;
    --bg-helper:#f1f1f1;
    --red-helper:#fe0000;
    --pera-text: #2a2a2a;
    --nav-color:#252525;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none;
}


/******************************************************** product page breadcrumb **********************************/


.our-gallery-hero-section .banner-title {
    padding-top: 120px;
    color: #fff;
    font-size: 4rem;
}
.our-gallery-hero-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.our-gallery-hero-section .breadcrumb-item a {
    color: red;
}


/*****************************************************  Secound breadcrumb ***************************************  */


.bread-section .banner-title {
      
    padding-top: 153px;
    color: #fff;
    font-size: 4rem;
   }

.bread-section .breadcrumb-item a {
        color: white;
}

.bread-section .breadcrumb .bread-current {
    color: #fff;
}

/**/

.grid-three-colum{
    grid-template-columns: repeat(3, 1fr);
}
/* common css heading */
/* Our Product */
.heading-section {
    margin-top: 4%;
}
.heading-section h5 {
    color: var(--heading-color);
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.heading-section p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--pera-text);
}

/* back tp top btn */

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 2px 15px 9px 15px;
  }
/* fix icon */

.top_icon_banner {
    position: fixed;
    top: 50%;
    right: 0.5%;
    bottom: 50%;
}
.whatapp.common-icon-fix {
    background-color: #2db642;
    margin-bottom: 15px;
    font-size: 29px;
    color: #fff;
    border-radius: 50px;
    width: 45px;
    padding-top: 2px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    height: 45px;
    text-align: center;
}
.whatapp.common-icon-fix a{
    color: #fff;
}

/*  */





/*  */




.top-header {
    background-color: var(--bg-dark);
    padding: 10px;
}

.top-header .th-contacts a {
    color: #fff;
    font-size: 16px;
    padding-right: 13px;
}
.th-offer-text p {
     font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.top-header .top-info .top-info-icon {
    color: #fff;
    font-size: 14px;
}
span.top-info-icon a {
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}
span.top-info-icon a:hover {
     color: var(--red-bg);
}
span.top-info-border {
    border-right: 3px solid#b5b3b3;
    margin: 0px 16px 0px 11px;
    font-size: 10px;
}

.top-header .top-info-right ul {
    list-style: none;
    display: grid;
    color: #fff;
    grid: 9px /auto auto auto auto;
    grid-gap: 28px;
    font-size: 21px;
    margin-top: -1%;
    justify-content: flex-end;
}


.top-header .top-info-right ul li a {
    color: #fff;
}

.top-header .top-info-right ul li a:hover {
    color: var(--red-bg);
}


/**/

/* navbar */
.header-section .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--nav-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.header-section .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
       color:var(--red-helper);
}
.header-section .nav-link:focus, .nav-link:hover {
    color: var(--red-helper);
}
.header-section .navbar-expand-lg .navbar-nav {
    grid-gap: 8px;
}
.header-section li.nav-item {
    font-size: 15px;
    text-transform: uppercase;
}

.header-section .navbar {
    padding: 13px 0px 13px 0px;
    margin: 0;
}
/*  */

/***********************************************************************corusel section css ************************************************************* */



.carousel-animate .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: 0.7;
}
.carousel-animate .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.carousel-animate .hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 2em;
  }
}
/********************************/
/*          Fade Effect         */
/********************************/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
/************************************/
/*       BS bacground Images       */
/**********************************/
.carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 480px;
}




/*************************************************************************** end **********************/


.hero-slider {
    top: 38%;
}

.hero-slider h5 {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 4px;
}
.hero-slider p {
    color: #fff;
}

.hero-slider .GetInTouchBtn {
    color: #fff;
    border: 1px solid#fff;
    padding: 10px;
}
.hero-slider .GetInTouchBtn:hover {
    color: #fe0000;
    border: 1px solid #fe0000;
    padding: 10px;
}
.hero-section .carousel-control-prev {
    background-color: #faf9f7;
    border-radius: 50%;
    width: 4%;
    height: 9%;
    left: 13.5%;
    top: 44%;
    border: 5px solid#918e8e
}

.hero-section button span.carousel-control-prev-icon1 i.fa.fa-angle-left {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}
.hero-section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
    z-index: 999;
}

.hero-section .carousel-control-next {
    background-color: #faf9f7;
    border-radius: 50%;
    width: 4%;
    height: 9%;
    right: 13.4%;
    top: 44%;
    border: 5px solid#918e8e;
}

.hero-section button span.carousel-control-next-icon1 i.fa.fa-angle-right {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}
.hero-section .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
    width: 5px;
    height:5px;
}

/* HeroSection pera */
.HeroSectionPera{
    background-color: var(--bg-helper);
    padding: 48px 0px 0px 0px;
}

.HeroSectionPera .heading h5 {
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 8px;
}
.HeroSectionPera .heading p {
    font-weight: 400;
    color: var(--pera-text);
    padding-bottom: 8px;
}

.HeroSectionPera .common-btn {
    background-color: var(--red-bg);
    color: #fff;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
    display: inline-block;
    margin-top: 3%;
}

.HeroSectionPera .common-btn:hover {
    background-color: #000;
    color: #fff;
    transition: color 0.3s linear;
}

.herosectionpera-img img {
    border: 4px solid#fff;
    width: 90%;
    margin-top: 1%;
}

.HeroSectionPera-grids .left-img {
   /* width: 44%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;*/
    width: 100px;
    height: 75px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.HeroSectionPera-grids {
   /* display: flex;
    grid-gap: 16px 20px;*/
    display: grid;
    grid-template-columns: auto auto;
}
.right-text h6 {
    font-weight: 800;
    font-size: 20px;
}
.HeroSectionPera .right-text p {
    font-weight: 400;
    color: var(--pera-text);
    padding-bottom: 8px;
}

/* Our Product */
.OurProduct-heading {
    margin-top: 6%;
}
.OurProduct-heading h5 {
    color: var(--heading-color);
    font-size: 2.5rem;
    font-weight: 600;
}
.OurProduct-heading p {
    font-size: 1rem;
    font-weight: 600;
    color: var(--pera-text);
}
.ourproductgallery a{
    text-decoration: none;
}

.ourproductgallery img {
    display: block;
    margin: 0px auto;
    height: 313px;
    margin-bottom: 2%;
    max-width: 100%;
    transition: all 1.5s;
    display: block;
    width: 100%;
    /* height: auto; */
    transform: scale(1);
}



.ourproductgallery .image-box a {
    position: relative;
    margin: auto;
    overflow: hidden;
    /* width: 540px; */
}
/* .ourproductgallery .image-box img {
    max-width: 100%;
    transition: all 1.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
} */

.ourproductgallery:hover img{
    transform: scale(1.1);
}



.img-heading h6 {
    text-align: center;
    /* padding-right: 90px; */
    font-size: 19px;
    font-weight: 600;
       margin-top: 5%;
    margin-bottom: 5%;
    color: var(--pera-text);
}


.img-heading2 h6 {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 2%;
    color: var(--pera-text);
}

.img-heading3 h6 {
    text-align: center;
    /* padding-left: 90px; */
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 2%;
    color: var(--pera-text);
}
.ourproductgallery hr {
    border: 1px solid#000;
    float: left;
    width: 100%;
    margin-top: 1px;

}

/*  */

.counter-bg{
    background-image: url(./../img/counter.jpg);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    margin-top: 4%;
    height: 399px;
}
.counter-bg .heading-counter h6{
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 40px 0px 27px 0px;
}

.counter-section {
    text-align: center;
    position: relative;
    margin: 0px auto;
}

.inner-border {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inner-border p {
    margin: 0;
}
/* gallery */

.Inspirational-Gallery
.images-gallery.item{
    transition: .5s ease-in-out;
}
.Inspirational-Gallery
.images-gallery.item:hover{
    filter: brightness(80%);
   
    
}
/* .images-gallery.item a .fancybox:hover{
    background-color: var(--red-bg);
} */

/*  */

.Inspirational-Gallery
.images-gallery .images-gallery-hover {
    position: relative;
    width: 50%;

  }
  
  .Inspirational-Gallery
  .images-gallery .image2 {
    display: block;
    width: 100%;
    height: auto;
    
  }
  
  .Inspirational-Gallery .images-gallery .overlay3 {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fe000040;
  }
  
  .Inspirational-Gallery .images-gallery.images-gallery-hover:hover .overlay3 {
    opacity: 1;
  }
  
  .images-gallery .text-c {
    color: white;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
/**/

.Inspirational-Gallery figure .wp-container-2 .wp-block-image .size-large {
    margin: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  
  .Inspirational-Gallery figure .wp-container-2 .wp-block-image .size-large:hover {
    border: 1px solid #777;
    box-shadow: 1px 1px 17px 0.5px #e5e5e5;
  }
  
  .Inspirational-Gallery figure .wp-container-2 .wp-block-image .size-large img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    transition: 2s all ease-in-out;
  }
  .Inspirational-Gallery figure .wp-container-2 .wp-block-image .size-large:hover img {
    transform: scale(1.5);
    }

/*new gallery img*/

/*.Inspirational-Gallery figure.wp-block-image {

}*/


/**/








/**/
/*********************************************  inner page gallery ******************************************/



.product-page-gallery
.gallery.item{
    transition: .5s ease-in-out;
}
.product-page-gallery
.gallery.item:hover{
    filter: brightness(80%);
   
    
}

.product-page-gallery
.gallery .images-gallery-hover {
    position: relative;
    width: 50%;

  }
  
  .product-page-gallery
  .gallery .image2 {
    display: block;
    width: 100%;
    height: auto;
    
  }
  
  .product-page-gallery .gallery .overlay3 {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fe000040;
  }
  
  .product-page-gallery .gallery.images-gallery-hover:hover .overlay3 {
    opacity: 1;
  }
  
  .product-page-gallery .gallery .text-c {
    color: white;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

.product-page-gallery .gallery img {
    display: block;
    margin: 0px auto;
    height: 313px;
    margin-bottom: 2%;
    max-width: 100%;
    transition: all 1.5s;
    display: block;
    width: 100%;
    /* height: auto; */
    transform: scale(1);
}


.product-page-gallery .gallery .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    /* width: 540px; */
}
/* .ourproductgallery .image-box img {
    max-width: 100%;
    transition: all 1.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
} */

.product-page-gallery .gallery:hover img {
    transform: scale(1.1);
}




/*****************************************   end **********************/



/*  */

/* .stone-needs */

.stone-needs{
    background-color: var(--red-bg);
    margin-top: 4%;
}
.stone-needs-inner-text{
    padding: 40px 0px 27px 0px;
}
.stone-needs-inner-text a {
    color: #fff;
    text-decoration: none;
}
.stone-needs-inner-text h6 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.stone-needs-inner-text p {
    color: #fff;
    font-size: 14px;
}
.stone-needs-inner-text h5 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 600;
}


/* Our clint say */

.clints-say .item {
    align-items: center;
    /* background-color: tomato; */
    color: white;
    display: flex;
    height: 240px;
    justify-content: center;
  }
  .clints-say .clints-say-inner{
    position: relative;
    width: 100%;
  }
  .clints-say .clints-say-inner p {
    position: absolute;
    top: 38%;
    width: 87%;
    left: 7%;
    line-height: 27px;
    font-weight: 300;
}

.clints-say .samll-img img {
    width: 13% !important;
    position: absolute;
    top: 68%;
    left: 7%;
    border-radius: 50px;
    height: 20%;
    border: 2px solid#fff;
}
.clints-say .ditail {
    position: absolute;
    color: #fff;
    top: 72%;
    left: 23%;
}
.clints-say button.owl-prev {
    position: absolute;
    left: 0;
    top: 22%;
    font-size: 4rem !important;
    color: #fff !important;
}
.clints-say button.owl-next {
    position: absolute;
    right: 0;
    top: 22%;
    font-size: 4rem !important;
    color: #fff !important;
}
.clints-say .owl-item.active {
    height: 342px;
}
.clints-say .owl-dots {
    display: none;
}

/*  */

.f-intro-sec {
    background-color: #dc3545;
    margin-top: 4%;
    padding: 31px 0px 20px 0px;
}

.f-intro-sec .phone-sec .ico-bg {
    background-color: #fff;
    padding: 27px;
    font-size: 25px;
    color: #dc3545;
    border-radius: 50%;
}

.common-sec1 a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}

.phone-sec{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 14px;
    margin-bottom: 5%;
}
.page-template-template-contact-us .f-intro-sec {
    margin-top: 0;
}


/* footer css */
.footer-bg{
    background-color: var(--bg-helper);
}
.footer-bg .info_footer{
    padding-top: 54px;
}
.footer-bg .info_footer h6 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #272727;
    margin-bottom: 4%;
}
.info_footer a {
    color: #000;
    text-decoration: none;
}

.footer-bg .info_footer p {
    display: inline-block;
    margin: 9px 0px 0px 0px;
}
.info_footer h2 {
    font-size: 24px;
    padding-bottom: 10px;
}
/*.footer-bg .info_footer p {
    display: flex;
    margin: 9px 4px 6px 1px;
    grid-gap: 7px;
}*/
.footer-bg address {
    line-height: 30px;
}

.info_footer ul{
    list-style: none;
    text-decoration: none;
    color: var(--nav-color);
    padding: 0;
}
.info_footer ul li{
    padding: 5px;
}
.info_footer ul li a{
    list-style: none;
    text-decoration: none;
    color: var(--nav-color);
}

.info_footer ul li a:hover{
    
    color:var(--red-bg);
}

.info_footer.footer-mt {
    margin-top: 20%;
    margin-left: -30%;
}

.DesignBy a {
    color: #000;
    text-decoration: none;
}

.info_footer .ContactFormBox.AjaxBox .contact-form .col-md-6 {
    width: 100%;
    margin-bottom: 5%;
}

.info_footer .ContactFormBox.AjaxBox .contact-form .form-group {
    margin-bottom: 5%;
}



.info_footer .ContactFormBox.AjaxBox .contact-form .form-group input {
    background: transparent;
    border: 1px solid#00000069;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

.info_footer .ContactFormBox.AjaxBox .contact-form .form-group textarea
{
    background: transparent;
    border: 1px solid#00000069;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
        height: 60px;
}

.info_footer .ContactFormBox.AjaxBox .contact-form .form-group input.AjaxSubmitBtn.btn {
   background-color: #000;
    color: #fff;
    padding: 6px 20px 6px 20px;
    width: 100px;
    margin: 0px auto;
    display: block;
    text-transform: capitalize;
}

.info_footer.footer-info-one ul li a {
    text-transform: uppercase;
}
.info_footer .ContactFormBox.AjaxBox .contact-form .form-group input.AjaxSubmitBtn.btn:hover {
    background-color:#dc3545;
    color: #fff;
    border:1px solid#dc3545;
}
.info_footer .ContactFormBox.AjaxBox .contact-form .form-group input.required.blank.invalid {
    border: 1px solid#dc3545;
}



.info_footer.info-icon1 ul {
    display: flex;
    grid-gap: 11px;
    margin-top: 5%;
}
.info_footer.info-icon1 ul li a {
    border: 1px solid#000;
    /*background-color: #dc3545;*/
    padding: 6px 10px 6px 11px;
    border-radius: 6px;
    color: #000;
    font-size: 20px;
}

.info_footer.info-icon1 ul li a:hover {
    /*border: 1px solid#dc3545;
    padding: 6px 10px 6px 11px;
    border-radius: 6px;
    color: #dc3545;
    font-size: 20px;*/
    background-color: #dc3545;
    color: #fff;
    border: 1px solid#dc3545;
}

/* packaging banner*/
.page-template-template-packaging .our-gallery-hero-section{
     background-image: url(../img/packaging-banner.png); 
    background-blend-mode: multiply;
    background-color: #00000054;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}



/* *********************************  About Us page  *************************************************** */

.page-template-template-about-us .our-gallery-hero-section{
     background-image: url(../img/about-us-banner.jpg); 
    background-blend-mode: multiply;
    background-color: #00000054;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
.about-page{
    background-color:#fff;
}

.about-page .heading h5 {
    color: red;
    font-size: 2rem;
    font-weight: 600;
    padding: 60px 0px 18px 0px;
}

.about-img img {
    width: 100%;
    height: 385px;
    margin-top: 16%;
}

.about-img video {
    margin: -3% 0% 0% 0%;
    width: 26%;
    float: right;
}

/* **********************************  end *************************************** */



/* *********************************** Gallery Page Css Start ******************************************** */

.our-gallery-hero-section{

    /*background-image: url(../img/marble-all-page-backgroun.jpg);*/
    background-blend-mode: multiply;
    background-color: #00000054;
    background-position: center;
    height: 300px;
}
.our-gallery-heading h4 {
    /*text-align: center; */
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding: 100px 33px 100px 0px;
}

.item{
    transition: .5s ease-in-out;
}
.item:hover{
    filter: brightness(80%);
   
    
}

.our-gallery
.images-gallery .images-gallery-hover {
    position: relative;
    width: 50%;

  }
  
  .our-gallery
  .images-gallery .image2 {
    display: block;
    width: 100%;
    height: 300px;
    
  }
  
  .our-gallery .images-gallery .overlay3 {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fe000040;
  }
  
  .our-gallery .images-gallery.images-gallery-hover:hover .overlay3 {
    opacity: 1;
  }
/* end */


/* *************************************************************   Our PRODUCT PAGE GALLERY css start  ************************* */


.product-page-gallery .gallery {
    overflow: hidden;
  }
  
  
   .product-page-gallery .gallery img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    transition: 2s all ease-in-out;
  }
  .product-page-gallery .gallery:hover img {
    transform: scale(1.5);
    }
  
  .product-page-gallery .desc {
     padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-top: none;
    display: block;

   
  }
.product-page-gallery .main-border1 {
    border: 1px solid #ccc;
}
/*.product-page-gallery .dec-contant {
     padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid#e3e3e3;
    border-top: none;
    width: 630px;
    display: block;
    margin: -5px 8px 8px 5px;

   
  }*/

  .product-page-gallery .desc a
  {
    color: #000;
  }
  .product-page-gallery .gallery a .desc {
    color: #000;
  }
  .product-page-gallery .gallery .desc:hover {
    color:#fe0000;
  }

  /* gallery page and index page hover animation css  */

.wp-block-image{
    overflow: hidden;
}

.wp-block-image .glg-a-custom-wrap img{
    width: 100%;
    height: 215px;
    object-fit: cover;
    transition: 2s all ease-in-out;
}

.wp-block-image .glg-a-custom-wrap:hover img{
    transform: scale(1.5);
}

/* gallery page and index page hover animation css  */


.archive .product-page-gallery .gallery img {
    width: 100%;
    height: 314px;
    object-fit: cover;
    transition: 2s all ease-in-out;
}




  /*.product-page-gallery .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.product-page-gallery:hover img {
    transform: scale(1.1);
}*/

  /* marble page */

  .btn.stone-btnall {
    background-color: #000;
    color: #fff;
    padding: 13px 20px 13px 20px;
    margin: 4% 0% 3% 0%;
}
.btn.stone-btnall:hover {
    background-color: #fe0000;
}

.marble-page ul {
    padding: 0px 0px 0px 14px;
    list-style: disc;
}
 
/* marble img gallery page css */

.stone-title h6 {
    text-align: center;
    padding: 22px 0px 6px 0px;
    text-transform: uppercase;
}
.stone-gallery-border {
    border: 1px solid#b7b7b7;
}
  /*  */

/* *************************************************************   packaging page css start ************************************ */
.packaging-img {
    padding-bottom: 14px;
}
.packaging-img img {
    display: block;
    margin: 0px auto;
    margin-bottom: 2%;
    max-width: 100%;
    transition: all 1.5s;
    display: block;
    width: 100%;
    transform: scale(1);
}


.packaging-img .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.packaging-img:hover img {
    transform: scale(1.1);
}



/* **********************************************************  end ************************************** */

/* *************************************************************     Contact Us page css  **************************************** */
.contact-page-map{
    background-color:#fff;
}

.contact-page-map .heading h5 {
    color: red;
    font-size: 2rem;
    font-weight: 600;
    padding: 25px 0px 18px 0px;
}
.contact-page-address {
    display: flex;
    gap: 15px;
}

.contact-page-map .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(108, 107, 107, 0.07);
}


.contact-page-map .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.virgos-contact-form {
    /* width: 62%; */
    margin: 0px auto;
}

.contact-heading h6 {
    color: red;
    font-size: 2rem;
    font-weight: 600;
    padding: 25px 0px 18px 0px;
    text-align: center;
}

.contact_box {
    box-shadow: 0 0 4px 4px #f9f9f9;
    padding: 30px;
    margin: 49px 0;
}

.contact_sec a, .contact_sec label {
    font-family: 'Open Sans', sans-serif;
    display: block;
    color: #676363;
    font-size: 18px;
}
.contact_sec input, .contact_sec textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid#f7f7f7;
}

.contact_sec .form-group {
    margin-bottom: 1rem;
}
.contact_sec h3, .contact_sec h2 {
    color: #060f36;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 9px;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
}

.contact_sec .btn {
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 0;
    font-size: 20px;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
}

.contact_sec .btn:hover {
    background: #fe0000;
    color: #fff;
}


.contact-thard-section{
    background-color:var(--bg-dark);
}
.contact-thard-section-inner-text h6 {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    padding: 76px;
    width: 97%;
}


.contact-icon {
    font-size: 52px;
    padding-bottom: 20px;
    color: #dc3545;
}

.contact_box.left span {
    text-align: center;
    display: block;
}

.contact_box.left h2 {
    text-align: center;
}
/* ***********************************************************    end  ********************************************************** */


/**************************************************  product page bg image ********************************************************/


.post-type-archive-product .bread-section {
    background-image: url(./../img/product-page-bg.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
     background-blend-mode: multiply;
    background-color: #00000054;
    height: 300px;
    background-size: cover;
}

.post-type-archive-portfolio .bread-section {
     background-image: url(./../img/portfolio-page-bg-img.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
     background-blend-mode: multiply;
    background-color: #00000054;
    height: 300px;
    background-size: cover;
}


/*gallery custome */

.InnerPageSect{
    margin-top: 5%;
}

/*blog page css*/




.blog .bread-section {
     background-image: url(./../img/blog-img-bg.jpg);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
     background-blend-mode: multiply;
    background-color: #00000054;
    height: 300px;
    background-size: cover;
        margin-bottom: 5%;
}
.blog .breadcrumb {
    color: #fff;
}
.blog-img-res {
    max-width: 100%;
    margin: auto;
    height: auto;
}

.blog-sec.card {
    border: none;
    box-shadow: 0px 0px 8px 0.5px #d7d7d796;
}
/*.blog-sec.card:hover {
    border: none;
    box-shadow: 0px 0px 8px 0.5px #9e9c9c;
}*/
.blog-sec a {
    text-decoration: none;
    color: #000;
}

.blog-sec .btn-blog-btn {
    border: 1px solid#000;
    color: #000;
    margin-top: 2%;
    padding: 10px;
    margin: 1% 0% 1% 0%;
    display: inline-block;
}
.blog-sec .btn-blog-btn:hover {
    border: 1px solid#dc3545;
    color: #dc3545;
}

.blog-card-img h3 {
    font-size: 1.5rem;
    padding: 10px;
}

/**/




/*right Sidebar blog*/
 .RightSidebar h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid#00000014;
    padding-bottom: 10px;
}
 ul.wp-block-categories {
    list-style: circle;
    color: red;
}

 ul.wp-block-categories li a {
    
    color: #000;
}
.RightSidebar .card{
    border: none;
    box-shadow: 0px 0px 8px 0.5px #d7d7d796;

}

 .RightSidebar .wp-block-group__inner-container ul.wp-block-latest-posts li a {
    color: #000;
    text-decoration: none;
    padding: 10px 4px 3px 6px;
    display: inline-block;
}
 .RightSidebar .wp-block-group__inner-container ul.wp-block-latest-posts li {
    border-bottom: 1px solid#0000001c;
    padding: 2px 0px 6px 0px;
}
.RightSidebar .main-event-image{
    float: left;
    margin-right: 20px;  
    width: 30%;
}



/*blog view more page css*/
.BlogContet img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2%;
}
.BlogContet h1 {
    padding: 30px 0px 24px 0px;
}

.BlogContet #footer_nav_container .left a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding-bottom: 6px;
        font-weight: 600;
}
.BlogContet #footer_nav_container .right a {
    text-decoration: none;
    color: #000;
    display: inline-block;
        font-weight: 600;

}


.ContentMeta {
    font-weight: bold;
    padding-bottom: 9px;
}


/*blog dital page*/
.post-template-default .blog-detail-page {
    margin-top: 1%;
    background-color: #aeaeae05;
    padding-top: 52px;
}
.blog-detail-page{

}

.blog-detail-page .wp-block-group__inner-container ul.wp-block-latest-posts li a {
    color: #000;
    text-decoration: none;
    padding: 10px 4px 3px 6px;
    display: inline-block;
}

.blog-detail-page .RightSidebar h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid#00000014;
    padding-bottom: 10px;
}
.blog-detail-page ul.wp-block-categories {
    list-style: circle;
    color: red;
}

.blog-detail-page ul.wp-block-categories li a {
    
    color: #000;
}
.blog-detail-page .wp-block-group__inner-container ul.wp-block-latest-posts li {
    border-bottom: 1px solid#0000001c;
    padding: 2px 0px 6px 0px;
}

.post-template-default .BlogContet .ContentMeta .written-by a {
    color: red;
}
/*.main-event-image{
    float: left;
    margin-right: 20px;  
    width: 30%;
}*/

/**/

.archive .wp-block-group__inner-container ul.wp-block-latest-posts li a {
    color: #000;
    text-decoration: none;
    padding: 10px 4px 3px 6px;
    display: inline-block;
}

.archive .RightSidebar h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid#00000014;
    padding-bottom: 10px;
}
.archive ul.wp-block-categories {
    list-style: circle;
    color: red;
}

.archive ul.wp-block-categories li a {
    
    color: #000;
}
.archive .wp-block-group__inner-container ul.wp-block-latest-posts li {
    border-bottom: 1px solid#0000001c;
    padding: 2px 0px 6px 0px;
}
.category  .bread-section{
     background-image: url(./../img/blog-img-bg.jpg);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
     background-blend-mode: multiply;
    background-color: #00000054;
    height: 300px;
    background-size: cover;
        margin-bottom: 5%;
}

.archive .main-pagination .page-numbers {
    display: flex;
    grid-gap: 19px;
    list-style: none;
}

 .main-pagination .page-numbers .current {
    color: red;
}

/*.main-pagination .page-numbers .current {
    color: #fff;
    background-color: red;
    border-radius: 100px;
    padding: 4px;
    width: 33px;
    text-align: center;
    margin: 0px auto;
    display: block;
}*/

 .main-pagination .page-numbers {
    display: flex;
    grid-gap: 19px;
    list-style: none;
    color: #000;
}
/**/
.video-gallery iframe {
    width: 100%;
}


/*faq section*/

div#accordionExample .accordion-item {
    margin-bottom: 15px;
    border: none;
}

.content-section .accordion .accordion-header .accordion-button {
    color: #000;
    background-color: #00000008;
}
.content-section .accordion .accordion-header .accordion-button:focus {
    box-shadow: none;
}
.content-section .accordion .accordion-header .accordion-button:not(.collapsed)::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform);
}


.iso-logo-img {
    width: 171px;
    margin-top: 23%;
}
.iso-logo-img1{
        width: 246px;
    margin-top: 8%;
}