*{margin: 0px; padding: 0px; box-sizing: border-box;}
img{max-width: 100%;}
a,a:hover,a:visited,a:active,a:focus{text-decoration: none;}
ul,li,p{margin: 0px; padding: 0px;}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #3e4095;}

body{font-family: 'Lora', serif;}

/* header */
header {
    padding: 0px;
    background-color: #ffffff4a;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
header .header-top{background-color: #3e4095; padding: 8px 0;}
header .header-top ul{display: flex; list-style: none; gap: 10px; justify-content: end;}
header .header-top ul li{color: #fff; font-size: 16px;}
header .header-top ul li a{color: #fff; font-size: 15px;}

header .headermn .navbar .navbar-brand{width: 12%;}
header .navbar-nav{gap: 10px;}
header .nav-link{color: #000; font-size: 16px; transition: .5s; font-weight: 500;}
header .nav-link:hover, header .nav-link:focus{color: #3e4095;}

header .offcanvas-title img{width: 50%;}

/* header .sosicalicon li a{background-color: #3e4095; padding: 10px 30px; color: #fff; border-radius: 3px; transition: .5s; font-size: 16px;}
header .sosicalicon li a:hover{background-color: #000000; color: #fff;} */

header .navbar-toggler{border: 10px; color: #3e4095; font-size: 23px;} 
header .navbar-toggler:focus{box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-black);}

header .dropdown-menu{background-color: #fff; border: none; border-radius: 0; box-shadow: 0 0 10px #00000026;}
header .dropdown-menu .dropdown-item{color: #000;}
header .dropdown-menu .dropdown-item:hover{background-color: #3e4095; color: #fff;} 

/*header .dropdown-toggle:hover .dropdown-menu{display: block !important;}*/

header .header-bottom .row{align-items: center; justify-content: space-between;}
header .header-bottom{background-color: #3e4095;}
header .header-bottom .category .dropdown-toggles{background-color: #8d5a17; color: #fff; padding: 12px 80px; display: inline-block; font-weight: 600;}
header .header-bottom form{position: relative;}
header .header-bottom form .form-control{border-radius: 100px; padding: 6px 40px 6px 20px;}
header .header-bottom form .btn{position: absolute; right: 15px; top: 0; font-size: 18px;}
header .headermn .btn{color: #fff; background-color: #3e4095; 
border-radius: 0px; padding: 10px 30px; font-size: 16px; border-radius: 100px;
    border: #ffffff 1px solid; display: inline-block; transition: .5s;}
    
header .headermn .btn:hover {background-color: #d9c179; color: #fff;}

/*  */
header .down{position: relative;}
header .down .drop{display: flex; flex-direction: column; position: absolute;  top: 40px; z-index: 999; background-color: #ffffff; list-style: none; width: 250px; padding: 15px; transition: .5s; transform: scale(0); box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3); border-radius: 20px;}
header .down .drop li a{color: #000; font-size: 15px; padding: 8px 10px; border-radius: 5px; transition: .5s; display: block;}
header .down .drop li a:hover{background-color: #d9c179;}
header .down a i{font-size: 14px; transition: 0.3s;}
header .down:hover a i{transform: rotate(180deg);}
header .down:hover .drop{ transform: scale(1);} 




/* slider */
#slider {margin-top: 38px;}
#slider .owl-theme .owl-dots{display: none;}
#slider .owl-theme .owl-nav{margin-top: 0px;}

#slider .owl-item{position: relative;}
#slider .content{position: absolute; text-align: center; z-index: 99; left: 0; right: 0; top: 40%;}
#slider .content h2{color: #fff; font-size: 44px; font-weight: bold; text-shadow: 0 0 20px #000;}
#slider .content a{display: inline-block; background-color: #d9c179; padding: 10px 30px; border-radius: 100px; color: #000; font-size: 16px; transition: .5s;}
#slider .content a:hover{background-color: #000; color: #fff;}

#slider button.owl-prev span{bottom: 4px; position: relative;}
#slider  button.owl-prev{position: absolute;
    text-align: center;
    padding: 0px;
     color: black;
    top: 50%;
    font-size: 30px;
    left: 15px;
    background-color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#slider  button.owl-next span{bottom: 4px; position: relative;}
#slider  button.owl-next{position: absolute;
    text-align: center;
    padding: 0px;
     color: black;
    top: 50%;
    font-size: 30px;
    right: 15px;
    background-color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}


/* choose */
#choose{padding: 70px 0px;}
#choose .row{row-gap: 25px;}
#choose h2{text-align: center; color: #000; font-weight: 400; font-size: 37px;}
#choose p{color: #000; font-size: 16px; text-align: center; font-weight: 600; margin-bottom: 25px;}
#choose .row{row-gap: 25px; justify-content: center;} 
#choose .img .enquiry{background-color: #3e4095; padding: 10px 30px; color: #fff; border-radius: 100px; transition: .5s; font-size: 16px; display: inline-block; font-weight: 500;}
#choose .img .enquiry:hover{background-color: #000000; color: #fff;}

#choose button.owl-prev span{bottom: 4px; position: relative;}
#choose button.owl-prev{position: absolute;
  text-align: center;
  padding: 0px;
   color: black;
  top: 37%;
  font-size: 30px;
  left: 15px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#choose button.owl-next span{bottom: 4px; position: relative;}
#choose button.owl-next{position: absolute;
  text-align: center;
  padding: 0px;
   color: black;
  top: 37%;
  font-size: 30px;
  right: 15px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}


/* range */
/* #range{padding: 70px 0px; }
#range .row{row-gap: 25px;}
#range .col-md-3{width: 20% !important;}
#range h2{text-align: center; margin-bottom: 25px; color: #000; font-weight: bold; font-size: 33px;}
#range .row{row-gap: 25px; justify-content: center;}
#range .img{text-align: center;}
#range .img img{border-radius: 15px;}
#range .img p{color: #000; font-size: 16px; font-weight: 600; margin-top: 10px;} */


/* about */
#about{padding: 50px 0;}
#about .row{row-gap: 25px;}
#about .content h2 {color: #000; margin-bottom: 20px; font-weight: 300;}
#about .content h2 span{display: block; font-size: 18px; font-weight: 400;}
#about .content .text{color: #000; text-align: justify; font-size: 16px;}
#about .content a{color: #fff; background-color: #3e4095; border-radius: 0px; padding: 10px 30px; font-size: 16px; border-radius: 100px; border: #ffffff 1px solid; display: inline-block; margin-top: 30px; transition: .5s;}
#about .content a i{ transition: .5s; margin-left: 8px;}
#about .content a:hover i{margin-left: 20px;} 
#about .content a:hover{background-color: #000; color: #fff;} 
#about .img img{border-radius: 100px 0;} 



/* best */
#best{padding: 60px 0px; background-color: #f5f5f5;}
#best .row{row-gap: 25px;}
#best h2{text-align: center; margin-bottom: 25px; color: #000; font-weight: bold; font-size: 33px;}
#best .row{row-gap: 25px; justify-content: center;}
#best .img{text-align: center;} 
#best .img p{color: #000; font-size: 18px; font-weight: 600; margin: 10px 0;}
#best .img .enquiry{background-color: #3e4095; padding: 10px 30px; color: #fff; border-radius: 100px; transition: .5s; font-size: 16px; display: inline-block; font-weight: 500;}
#best .img .enquiry:hover{background-color: #000000; color: #fff;}

#best button.owl-prev span{bottom: 4px; position: relative;}
#best button.owl-prev{position: absolute;
  text-align: center;
  padding: 0px;
   color: black;
  top: 50%;
  font-size: 30px;
  left: 15px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#best button.owl-next span{bottom: 4px; position: relative;}
#best button.owl-next{position: absolute;
  text-align: center;
  padding: 0px;
   color: black;
  top: 50%;
  font-size: 30px;
  right: 15px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}


/* arrival */
#arrival{padding: 70px 0px; }
#arrival h2{text-align: center; margin-bottom: 25px; color: #000; font-weight: bold; font-size: 33px;}
#arrival .row{row-gap: 25px; justify-content: center;}
#arrival .img{text-align: center;} 
#arrival .img p{color: #000; font-size: 18px; font-weight: 600; margin: 10px 0;}
#arrival .img .enquiry{background-color: #3e4095; padding: 10px 30px; color: #fff; border-radius: 100px; transition: .5s; font-size: 16px; display: inline-block; font-weight: 500;}
#arrival .img .enquiry:hover{background-color: #000000; color: #fff;}

#arrival button.owl-prev span{bottom: 4px; position: relative;}
#arrival button.owl-prev{position: absolute;
  text-align: center;
  padding: 0px;
   color: black;
  top: 50%;
  font-size: 30px;
  left: 15px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#arrival button.owl-next span{bottom: 4px; position: relative;}
#arrival button.owl-next{position: absolute;
  text-align: center;
  padding: 0px;
   color: black;
  top: 50%;
  font-size: 30px;
  right: 15px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
 
 
/* testimonial */ 
#testimonial {background: linear-gradient(45deg, #c7c3c3, #9f9898), url(../images/god-statue-bg-img.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-blend-mode: screen;}
#testimonial .testimonial-bg{padding: 30px 0;}
/*#testimonial .testimonial-bg{background-color: #f5f5f5; padding: 60px 0;}*/
/*#testimonial .row{row-gap: 20px; justify-content: center;}*/
#testimonial .row{justify-content: center;}

#testimonial .content span{display: block; font-size: 16px; color: #000; text-align: center;}
#testimonial .content{text-align: center;}
#testimonial .content a{background-color: #3e4095; padding: 10px 30px; color: #fff; border-radius: 100px; transition: .5s; font-size: 16px; display: inline-block; font-weight: 500;}
#testimonial .content a:hover{background-color: #000000; color: #fff;}
#testimonial .content h2{color: #3e4095; font-weight: bold; margin: 10px 0 20px; text-align: center; font-size: 33px;} 
#testimonial .owl-stage-outer{padding-top: 15px;}
#testimonial .owl-item img{width: 130px; margin: auto; border-radius: 50%;     box-shadow: 0 0 10px #00000082;}
#testimonial .owl-item h5{color: #000; margin: 0px; font-size: 17px; margin: 10px 0; text-align: center;}
#testimonial .owl-item p{font-size: 14px; color: #000; text-align: center;} 
#testimonial .owl-item .star{justify-content: center;}
#testimonial .owl-item .star li{color: #3e4095; font-size: 16px; text-align: center;} 


  /* footer */
footer .footerbg{background-color: #818181; padding: 60px 0px 20px;}
footer .row{align-items: center;}
footer .footerinr li p{color: white; font-weight: 400; font-size: 16px;} 
footer .footerinr .sosical a img{width: 35px;}
footer .footerinr .imgsc a img{width: 45%; filter: drop-shadow(2px 1px 2px black);}
footer .footerinr .imgsc .imga:hover{padding-left: 0px;}

footer .footerinr .lorem:hover{padding: 0px; color: #fff;}
footer .footerinr li{color: #dfbe5c; text-align: initial; margin-bottom: 16px; line-height: 24px; font-weight: 500; font-size: 18px;}
footer .footerinr li a{ transition: .5s; font-size: 16px; font-weight: 400; color: #fff; }
  footer .footerinr .Contact li a:hover{padding-left: 0px;}
footer .footerinr li a:hover{color: #3e4095; padding-left: 10px;}
footer .iconin li a:hover{color: #3e4095;}
footer .footerbootem{border-top: white 1px solid; margin-top: 35px; }
footer .footerbootem .gdilogo{width: 20%; margin: auto; padding-top: 15px;}


  /* modal */
  .modal .btn-theme {border-radius: 0px; background: #3e4095; color: #fff;}
  .modal .btn-theme:hover{background-color: #000; color: white;} 
  .modal .form-control{border-radius: 0px; box-shadow: none;}
  .modal .form-control:focus{border-color: #000;}



/*  */
.quickcontact {
    width: 40px;
    position: fixed;
    top: 77%;
    right: 15px;
    z-index: 102;
}



/* ======================================================================================
                                         iner page 
=======================================================================================*/ 


/* gallery-banner */

#gallery-banner{text-align: center; background-image: url(../images/pattern_bg.jpg); background-position: center center; background-no-repeat: repeat; background-size: contain;}
#gallery-banner .gallery-bannerbg{padding: 260px 0px 50px;}
#gallery-banner .gallery-bannerbg h2{color: #fff; font-size: 40px; font-weight: bold;}
#gallery-banner .gallery-bannerbg p a, #gallery-banner .gallery-bannerbg p{color: #fff; font-size: 18px; font-weight: 500;}


/* gallery */
#gallery {padding: 50px 0px;}

@media screen and (min-width: 991px) {
  #gallery { 
    padding: 50px 0px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 20px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

#gallery .nav{justify-content: center; gap: 10px;}
#gallery .nav .nav-item .nav-link{color: #3e4095; border: solid 1px #3e4095;}
#gallery .nav-pills .nav-link:hover{background-color:#3e4095; color: #fff;}
#gallery .nav-pills .nav-link.active{background-color: #3e4095; color:#fff; }

 

/* get */
#get{padding: 0px 0px 70px;}
#get .row{row-gap: 20px;}
#get h3{font-size: 35px; margin-bottom: 30px; color: #000; font-weight: bold;}
#get .form-bg{background-image: url(../images/contact-bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: top center; padding: 60px 20px 20px;}
#get .form-control{border-radius: 0px;}
#get .shopnow{border-radius: 0px;}
#get .btn{color: white; font-size: 16px; background-color: #3e4095; padding: 8px 30px; display: inline-block; transition: .5s; margin-top: 25px; width: 100%;}
#get .btn:hover{background-color: #000000; border-color: white; color: #ffffff;}

#get .contact{padding-top: 40px;}
#get .contact li i{background-color: #3e4095; width: 50px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 18px; border-radius: 50%;}
#get .contact ul{align-items: center; gap: 10px; border-bottom: 1px solid #cbcbcb; padding-bottom: 10px; margin-bottom: 20px;}
#get .contact li a{color: #000; font-size: 15px;} 
#get .contact li b{display: block; font-size: 20px;}


/* about-page */ 
#about-page{background-color: #f6f6f8; padding: 50px 0;}
#about-page .row{row-gap: 25px;}
#about-page .content h2 {color: #000; margin-bottom: 20px; font-weight: 300;}
#about-page .content h2 span{display: block; font-size: 18px; font-weight: 400;}
#about-page .content p{text-align: justify; font-size: 16px;}
#about-page .content .text{color: #000; font-size: 16px;}
#about-page .content a{color: #fff; background-color: #3e4095; border-radius: 0px; padding: 10px 30px; font-size: 16px; border-radius: 100px; border: #ffffff 1px solid; display: inline-block; margin-top: 30px; transition: .5s;}
#about-page .content a i{ transition: .5s; margin-left: 8px;}
#about-page .content a:hover i{margin-left: 20px;} 
#about-page .content a:hover{background-color: #000; color: #fff;} 
#about-page .img img{border-radius: 100px 0;} 



/* service */ 
#service .servicebg{background-color: #fff; padding: 80px 0px;}
#service .row{row-gap: 20px;}
#service .serviceinr{text-align: center; transition: .5s;}
#service .serviceinr .icon{font-size: 40px; color: #3e4095;}
#service .serviceinr .p1{font-size: 25px; color: #000000; margin: 6px 0px;}
#service .serviceinr .p2{font-size: 45px; color: #000000;}
#service .serviceinr .icon:hover{animation-name: animation-horizontal;}
 

/* category */
#category{padding: 80px 0px;}
#category .menu{background-color: #3e4095; color: #fff; padding: 8px 20px;}
#category .categoryinr{position: sticky; top: 20px;}
#category #parent{position: sticky; top: 20px;}
#category .categoryinr .btn{display: block; background-color: #3e4095; color: #ffffff; width: 100%; margin-bottom: 5px; border-top: 1px solid #000; border-radius: 0px; transition: .5s;} 
#category .categoryinr .btn:hover, #category .categoryinr .active{background-color: #000; color: #ffffff;}
#category .row{row-gap: 20px;}
#category .categoryinr h3{ background-color: #3e4095; color: #fff; padding: 10px; text-align: center;}

#category .inr{text-align: center;} 
#category .inr p{color: #000; font-size: 18px; font-weight: 600; margin: 10px 0;}
#category .inr .enquiry{background-color: #3e4095; padding: 8px 30px; color: #fff; border-radius: 100px; transition: .5s; font-size: 16px; display: inline-block; font-weight: 500;}
#category .inr .enquiry:hover{background-color: #000000; color: #fff;}



/* gallery */
#gallery {
    padding: 50px 0px;
  }

  #gallery h2{color: #000000; font-size: 35px; margin-bottom: 30px; text-align: center;}

  @media screen and (min-width: 991px) {
    #gallery { 
      padding: 50px 0px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img { border: 1px solid #c4c4c4;
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }
 

/* product-details */
#product-details{padding: 50px 0px 20px;}
#product-details .row{row-gap: 25px;}
#product-details .content h3{color: #000000; margin-bottom: 30px;} 
#product-details .content p{color: #000; font-family: 16px; margin: 15px 0;}
#product-details .content a{background-color: #3e4095; padding: 10px 30px; color: #fff; border-radius: 100px; transition: .5s; font-size: 16px; display: inline-block; font-weight: 500;}
#product-details .content a:hover{background-color: #000000; color: #fff;}
#product-details .zoom-gallery a img {
    width: 80px;
    margin: 1px;
}
 

/* relateds */
#relateds{padding: 70px 0px; }
#relateds h2{text-align: center; margin-bottom: 25px; color: #000; font-weight: bold; font-size: 33px;}
#relateds .row{row-gap: 25px; justify-content: center; align-items: center; padding: 10px; background:#eee;}  
#relateds .img span{color: #000; font-size: 20px; font-weight: bold; margin: 10px 0;}
#relateds .img p{color: #000; font-size: 16px; margin: 10px 0;}
#relateds .img .enquiry{background-color: #3e4095; padding: 10px 30px; color: #fff; border-radius: 100px; transition: .5s; font-size: 16px; display: inline-block; font-weight: 500;}
#relateds .img .enquiry:hover{background-color: #000000; color: #fff;}

#relateds button.owl-prev span{bottom: 4px; position: relative;}
#relateds button.owl-prev{position: absolute;
  text-align: center;
  padding: 0px;
   color: black;
  top: 50%;
  font-size: 30px;
  left: 15px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#relateds button.owl-next span{bottom: 4px; position: relative;}
#relateds button.owl-next{position: absolute;
  text-align: center;
  padding: 0px;
   color: black;
  top: 50%;
  font-size: 30px;
  right: 15px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
 


/* product-page */
#product-page{padding: 10px 0px; }
#product-page h2{text-align: center; margin-bottom: 25px; color: #000; font-weight: bold; font-size: 33px;}
#product-page .row{row-gap: 25px; justify-content: center;}
#product-page .img{text-align: center;} 
#product-page .img p{color: #000; font-size: 18px; font-weight: 600; margin: 10px 0;}
#product-page .img .enquiry{background-color: #3e4095; padding: 8px 30px; color: #fff; border-radius: 100px; transition: .5s; font-size: 16px; display: inline-block; font-weight: 500;}
#product-page .img .enquiry:hover{background-color: #000000; color: #fff;}



/* project-detail */
#project-detail{padding: 70px 0px; } 
#project-detail .img{text-align: center;} 
#project-detail .row{row-gap: 25px; justify-content: center; align-items: center;}  
#project-detail .content h4{color: #000; font-size: 24px; font-weight: bold; margin: 0 0 15px;}
#project-detail .content p{color: #000; font-size: 16px; margin: 10px 0;} 





