z * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

/* h1, h2, h3, h4, h5, h6{font-family: "EB Garamond";} */

body {
  font-family: 'Playfair Display', serif;
}

.headertop {
  padding: 5px 0px;
  background-color: #013b2f;
}

.headertop .icon li a {
  color: #fff;
}

.headertop p {
  color: #fff;
  font-size: 14px;
}

.headertop .top-ul {
  gap: 14px;
}

.headertop .top-ul li {
  position: relative;
  gap: 14px;
}

.headertop .top-ul li::before {
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: #fff;
  content: '';
  right: -7px;
  bottom: 0px;
}

.headertop .top-ul li:last-child:before {
  display: none;
}

.headertop .top-ul li a {
  color: #fff;
  font-size: 14px;
}


header .header-med {
  padding: 5px 0px;
  background-color: #f1f1f1;
}

header .header-med .row {
  align-items: center;
}

header .header-med .med-logo {
  text-align: center;
}

header .header-med .iner {
  text-align: end;
  display: none;
}

header .header-med .med-ul-ingo li h5 {
  font-size: 26px;
  color: #000;
}

header .header-med .med-ul-ingo li h6 {
  margin-bottom: 0;
}

header .header-med .med-ul-ingo li h6 a {
  font-size: 14px;
  color: #000;
}

header .header-med .med-icon li a {
  color: #000;
  font-size: 20px;
}




header .header-med .top-logo img {
  width: 110px;
}

header .header-med .search-from {
  position: relative;
}

header .header-med .search-from .form-control {
  width: 350px;
  border-radius: 40px;
  padding: 8px 20px;
  border: 1px solid #003851;
  color: #003851;
  box-shadow: none;
}

header .header-med .search-from .btn {
  position: absolute;
  right: 7px;
  border-radius: 40px;
  background-color: #2f564d;
  padding: 8px 13px;
  color: #fff;
  border: 1px solid #2f564d;
  transition: .5s;
}

header .header-med .search-from .btn:hover {
  background-color: transparent;
  color: #003851;
}

header .header-med .enquiry-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2f564d;
  border-radius: 3px;
  color: #fff;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 9;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

/* header */
header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .headermn {
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

header .headermn .navbar .navbar-brand {
  width: 8%;
}

header .navbar .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
}

header .navbar-nav {
  gap: 3px;
}

header .navbar-toggler {
  border: none;
  color: #2f564d;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

.headermn .navbar-nav {
  align-items: center;
}

header .navbar .offcanvas {
  width: 300px;
}

header .navbar-nav .dropdown-menu {
  width: 100%;
  padding: 19px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #0000002d;
  top: 36px;
  border: transparent;
  border-radius: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu h3 {
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #7e112c;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul li {
  margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul li a {
  font-size: 14px;
  color: #000;
  transition: .5s;
}


.headermn .navbar .navbar-brand {
  display: none;
}

.sticky .headermn .navbar .navbar-nav {
  justify-content: end !important;
}

.sticky .headermn .navbar .navbar-brand {
  display: block;
}

.sticky .headermn .navbar .navbar-brand {
  width: 15%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}


header .headermn .headericon {
  display: none !important;
}

header .headermn .headericon li a {
  color: #020202;
  font-size: 15px;
  transition: .5s;
}

header.headermn .headericon {
  gap: 14px;
}

header .headermn .headericon li a:hover {
  color: #000;
}


#slider .owl-theme .owl-dots{display:none}
#slider .owl-theme .owl-nav{margin-top:0}
#slider button.owl-prev{position:absolute;top:50%;left:20px;transform:translateY(-50%);width:46px;height:46px;padding:0;font-size:22px;line-height:46px;text-align:center;color:#ffffff;background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.35);border-radius:50%;transition:background .3s ease,border-color .3s ease}
#slider button.owl-prev:hover{background:rgb(13 62 59 / 38%);border-color:#013b2f;color:#013b2f}
#slider button.owl-prev span{position:relative;bottom:2px}
#slider button.owl-next{position:absolute;top:50%;right:20px;transform:translateY(-50%);width:46px;height:46px;padding:0;font-size:22px;line-height:46px;text-align:center;color:#ffffff;background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.35);border-radius:50%;transition:background .3s ease,border-color .3s ease}
#slider button.owl-next:hover{background:rgb(13 62 59 / 38%);border-color:#013b2f;color:#013b2f}
#slider button.owl-next span{position:relative;bottom:4px}

/* slider */

#slider .owl-carousel button.owl-dot {
  display: none;
}

/* slider-b */

#slider-b .owl-theme .owl-dots .owl-dot {
  display: none;
}

#slider-b {
  display: none;
}

#slider-b .owl-carousel .owl-nav button.owl-next,
#slider-b .owl-carousel .owl-nav button.owl-prev {
  display: none;
}

/*  */

/* product-categories */

#product-categories {
  padding: 20px 0px 60px;
}

#product-categories h2 {
  text-align: center;
  color: #000000;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
}

#product-categories h2 span {
  background: #2f564d;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#product-categories .row {
  row-gap: 30px;
}

#product-categories .owl-carousel .owl-stage-outer {
  padding: 1px;
}

#product-categories .iner {
  box-shadow: 0 2px 8px #00000029;
  border-radius: 16px;
  margin: 12px 10px;
  overflow: hidden;
}

#product-categories .imgs {
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}

#product-categories .iner .imgs img {
background: #013f33;
    height: 250px;
    transition: .5s;
    object-fit: contain;
}

#product-categories .imgs:hover img {
  transform: scale(1.1);
}

#product-categories .content {
  text-align: center;
  background: #013f33;
  padding: 30px 20px 20px;
}

#product-categories .content h3 {
  line-height: 23px;
}

#product-categories .content h3 a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: .5s;
}

#product-categories .content h3 a:hover {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#product-categories .content .text-a {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
}

#product-categories .content .explore {
  background-color: #2f564d;
  padding: 12px 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 35px;
  transition: .5s;
  display: inline-block;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
}

#product-categories .content .explore:hover {
  filter: brightness(1.3);
  background: #fff;
  color:#013f33;
}


/* about */

#about {
  padding: 40px 0;
  background: #013f33;
  position: relative;
  overflow: hidden;
}

#about::before {
  content: 'ABOUT';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 180px;
  font-weight: 900;
  color: rgba(255,255,255,0.03);
  letter-spacing: 0.2em;
  white-space: nowrap;
  pointer-events: none;
}

#about .about-img-wrap {
  position: relative;
  height: 100%;
}

#about .about-img-wrap img {
  width: 100%;
  height: 700px;
    object-fit: contain;
  border-radius: 0;
  display: block;
}

#about .about-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background:linear-gradient(to right, transparent 60%, #1a6f5ebd);
}

#about .about-content {
  position: relative;
  z-index: 2;
  padding: 50px 40px;
  border-left: 3px solid #c8a96e;
}

#about .about-content h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}

#about .about-content h1 span {
  color: #c8a96e;
}

#about .about-content .text {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.7);
  margin-bottom: 30px;
}

#about .read-btn {
  display: inline-block;
  padding: 12px 32px;
  background-color: rgb(47, 86, 77);
  filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 2px 8px);
  color: #ffffff;
  border-radius: 35px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

#about .read-btn:hover {
  background: #fff;
  color:#013f33;
  filter: brightness(1.3);
}

@media (max-width: 991px) {
  #about .about-img-wrap img {
    height: 300px;
  }

  #about .about-img-wrap::after {
    background: linear-gradient(to bottom, transparent 60%, #1a1a1a);
  }

  #about .about-content {
    padding: 30px 20px;
    border-left: none;
    border-top: 3px solid #c8a96e;
  }

  #about .about-content h1 {
    font-size: 24px;
  }

  #about::before {
    font-size: 80px;
  }
}


/* marble-statues */
#marble-statues {
  padding: 50px 0px;
}
#marble-statues .marble-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
#marble-statues .marble-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
#marble-statues .read-btn {
  display: inline-block;
  padding: 8px 19px;
  background-color: #013f33;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
#marble-statues .marble-view-all {
  display: inline-block;
  padding: 8px 20px;
  background-color: #013f33;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
#marble-statues .iner {
  text-align: center;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 0.2s;
  margin: 5px;
}
#marble-statues .iner:hover {
  box-shadow: 0 4px 18px rgba(1,63,51,0.10);
}
#marble-statues .imgsc {
  overflow: hidden;
  border-radius: 6px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}
#marble-statues .imgsc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
#marble-statues .iner:hover .imgsc img {
  transform: scale(1.05);
}
#marble-statues h5 {
  margin: 15px 0px 5px;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#marble-statues .owl-carousel {
  position: relative;
  padding: 0 20px;
}
#marble-statues .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #013f33 !important;
  color: #fff !important;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  font-size: 20px !important;
  line-height: 36px !important;
  outline: none !important;
  border: none !important;
}
#marble-statues .owl-nav button.owl-prev { left: -5px; }
#marble-statues .owl-nav button.owl-next { right: -5px; }
#marble-statues .owl-dots {
  text-align: center;
  margin-top: 15px;
}
#marble-statues .owl-dots .owl-dot span {
  background: #ccc !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 3px;
}
#marble-statues .owl-dots .owl-dot.active span {
  background: #013f33 !important;
}
#section-a-bg .imgs img {
  width: 100%;
  display: block;
}
.owl-carousel {
    display: block !Important;}

/* section-a-bg */

#section-a-bg {
  overflow: hidden;
}

/* you-tube-sec */

#you-tube-sec {
  padding: 50px 0px;
}

#you-tube-sec h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}


/* new-arrivals */

#new-arrivals {
  padding: 50px 0px;
  background-color: #f5f5f5;
}
#new-arrivals .new-arrivals-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
#new-arrivals .new-arrivals-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
#new-arrivals .new-arrivals-view-all {
  display: inline-block;
  padding: 8px 20px;
  background-color: #013f33;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
#new-arrivals .new-arrivals-view-all:hover {
  background-color: #025c4a;
}
#new-arrivals .iner {
  text-align: center;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 0.2s;
  margin: 5px;
}
#new-arrivals .iner:hover {
  box-shadow: 0 4px 18px rgba(1,63,51,0.10);
}
#new-arrivals .imgsc {
  overflow: hidden;
  border-radius: 6px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}
#new-arrivals .imgsc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
#new-arrivals .iner:hover .imgsc img {
  transform: scale(1.05);
}
#new-arrivals h5 {
  margin: 15px 0px 5px;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-arrivals .read-btn {
  display: inline-block;
  padding: 8px 19px;
  background-color: #013f33;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
#new-arrivals .read-btn:hover {
  background-color: #025c4a;
}
#new-arrivals .owl-carousel {
  position: relative;
  padding: 0 15px;
}
#new-arrivals .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #013f33 !important;
  color: #fff !important;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  font-size: 20px !important;
  line-height: 36px !important;
  outline: none !important;
  border: none !important;
}
#new-arrivals .owl-nav button.owl-prev { left: -5px; }
#new-arrivals .owl-nav button.owl-next { right: -5px; }
#new-arrivals .owl-nav button:hover { background: #025c4a !important; }
#new-arrivals .owl-dots {
  text-align: center;
  margin-top: 15px;
}
#new-arrivals .owl-dots .owl-dot span {
  background: #ccc !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 3px;
  transition: background 0.3s;
}
#new-arrivals .owl-dots .owl-dot.active span {
  background: #013f33 !important;
}

/* contact-sec */
#contact-sec { padding: 50px 0; }
#contact-sec .inr { background: linear-gradient(to bottom, #013f33, #1c3a32); border-radius: 12px; overflow: hidden; }

#contact-sec .map-col { min-height: 450px; position: relative; }
#contact-sec .map-wrapper { position: absolute; inset: 0; }
#contact-sec .map-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(1,63,51,0.85));
  padding: 20px 24px; pointer-events: none;
}
#contact-sec .map-overlay .map-label { color: #a7f3d0; font-size: 13px; font-weight: 500; display: block; margin-bottom: 4px; }
#contact-sec .map-overlay p { color: rgba(255,255,255,0.8); font-size: 12px; margin: 0; }

#contact-sec .iner { padding: 50px 40px; }
#contact-sec .iner h3 { font-size: 22px; color: #fff; font-weight: 600; margin-bottom: 8px; }
#contact-sec .iner p { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 24px; }

#contact-sec .field-wrap { margin-bottom: 16px; }
#contact-sec .form-label { color: rgba(255,255,255,0.75); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
#contact-sec .form-control {
  padding: 11px 14px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08); color: #fff; font-size: 14px; width: 100%; margin-bottom: 0;
}
#contact-sec .form-control::placeholder { color: rgba(255,255,255,0.35); }
#contact-sec .form-control:focus { outline: none; border-color: rgba(167,243,208,0.6); background: rgba(255,255,255,0.12); box-shadow: none; }

#contact-sec .submit-btn {
  padding: 13px 36px; background: #fff; color: #013f33;
  font-size: 13px; font-weight: 700; border: none; border-radius: 6px; cursor: pointer;
}
#contact-sec .submit-btn:hover { background: #a7f3d0; }



#our-feature {
  padding: 40px 0;
  background:linear-gradient(135deg, #013f33 0%, #013f33 100%);
  position: relative;
  overflow: hidden;
}
#our-feature::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background:rgb(21 148 123 / 16%);
}
#our-feature::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgb(21 148 123 / 16%);
}
#our-feature .feature-head {
  text-align: center;
  margin-bottom: 50px;
}
#our-feature .feature-head .feature-badge {
  display: inline-block;
  background: rgba(1,63,51,0.08);
  color: #013f33;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  border: 1px solid rgba(1,63,51,0.15);
}
#our-feature .feature-head h2 {
 color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
}
#our-feature .feature-head p {
  font-size: 15px;
  color: #777;
  margin: 0 auto;
  max-width: 500px;
}
#our-feature .row {
  row-gap: 28px;
}
#our-feature .iner {
  background: #fff;
  padding: 35px 28px;
  border-radius: 20px;
  border: 1px solid rgba(1,63,51,0.08);
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  z-index:1;
}
#our-feature .iner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #013f33, #013f33);
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
#our-feature .iner:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(1,63,51,0.12);
  border-color: rgba(1,63,51,0.15);
}
#our-feature .iner:hover::after {
  transform: scaleX(1);
}
#our-feature .iner .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background:linear-gradient(135deg, #013f33, #013f33);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
  box-shadow: 0 8px 20px rgba(1,63,51,0.2);
}
#our-feature .iner:hover .icon-wrap {
  transform: scale(1.1) rotate(5deg);
}
#our-feature .iner .icon-wrap img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
#our-feature .iner h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #111;
}
#our-feature .iner p {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  margin: 0;
}
#our-feature .iner .feature-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 42px;
  font-weight: 800;
  color: rgba(1,63,51,0.05);
  line-height: 1;
}
/* counter  */

#counter {
  background-color: #fff;
  padding: 50px 0px;
}

#counter .row {
  row-gap: 30px;
}

#counter .item .imgs {
  height: 90px;
  width: 90px;
  padding: 15px;
  background-color:#013f33;
  border-radius: 10px;
}

#counter .item h2 {
  color: #000000;
  margin-bottom: 2px;
  font-size: 35px;
  font-weight: 600;
}

#counter .item h3 {
  font-size: 17px;
  color: #000000;
}

/* faqs */

#faqs {
  padding: 50px 0px;
}

#faqs h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 45px;
}

#faqs .accordion-button:not(.collapsed) {
  background-color: #013f33;
  color: #fff;
  box-shadow: none;
}

#faqs .accordion-button:focus {
  background-color: #013f33;
  color: #fff;
  box-shadow: none;
}

.faqs-sec .row {
  justify-content: center;
}

.faqs-sec .iner {
  background-color: #d6cfbe;
  padding: 50px;
}

/* blog */
#blog {
  padding: 60px 0;
  background: #f5f5f5;
}

/* header */
#blog .blog-header h2 {
font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

#blog .blog-header p {
  color: #666;
  font-size: 14px;
  margin-bottom: 40px;
}

/* card */
#blog .blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

#blog .blog-card:hover {
  transform: translateY(-8px);
}

/* image */
#blog .blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* content */
#blog .blog-content {
  padding: 20px;
}

#blog .blog-date {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 10px;
}

#blog .blog-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #013f33;
  margin-bottom: 10px;
}

#blog .blog-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* button */
#blog .read-more {
  font-size: 14px;
  font-weight: 600;
  color: #013f33;
  text-decoration: none;
  transition: 0.3s;
}

#blog .read-more i {
  margin-left: 5px;
  transition: 0.3s;
}

#blog .read-more:hover i {
  margin-left: 10px;
}

/* owl spacing */
#blog .blog-slider .item {
  padding: 10px;
}

#blog .owl-dots {
  text-align: center;
  margin-top: 15px;
}
#blog .owl-dots .owl-dot span {
  background: #ccc !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 3px;
}
#blog .owl-dots .owl-dot.active span {
  background: #013f33 !important;
}

/* testimonaiol-bg */

#testimonaiol-bg {
  padding: 60px 0px;
  border-bottom: 1px solid #c5c5c5;
  background-color: #ddddcc;
}

#testimonaiol-bg .row {
  justify-content: center;
}

#testimonaiol-bg h2 {
  font-family: 'Roboto Slab', serif;
  color: #000000;
  font-size: 35px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

#testimonaiol-bg .iner {
  text-align: center;
}

#testimonaiol-bg .iner .text {
  font-size: 15px;
  margin-bottom: 15px;
}

#testimonaiol-bg .iner h3 {
  font-size: 16px;
  position: relative;
  font-weight: bold;
}

/* #testimonaiol-bg .iner h3::before{position: absolute; content: ''; width: 17px; height: 1px; top: 8px; background-color: #000; left: 343px;} */
#testimonaiol-bg .iner h5 a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

/* gallery */

#gallery {
  padding: 50px 0;
}

#gallery h2 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #00000033;
}

#gallery .img-wrapper img {
  width: 100%;
}

#gallery .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;
}

#gallery .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%;
  }
}

#overlay img {
  width: 50%;
}

#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 1;
}

#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}


/* seaction-b */

#seaction-b {
  padding: 60px 0px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}

#seaction-b .row{
    row-gap:20px;
}

#seaction-b .iner {
  text-align: center;
}

#seaction-b .imgs img{width:70px;}

#seaction-b .iner h5 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  color:#013f33;
}

/* footer */
.footer-area {
  background-color: #013f33;
  padding: 50px 0;
  border-bottom: 1px dashed #fff;
}

footer .row {
  row-gap: 25px;
}

.footerinr h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.footerinr p {
  color: #fff;
  font-size: 14px;
}

.footerinr ul li {
    
    color: #ffffff;
  margin-bottom: 8px;
}

.footerinr ul li a {
  color: #fff;
  font-size: 14px;
  transition: .3s;
}

.footerinr ul li a:hover {
  padding-left: 5px;
}

footer .social-icon li a{
    color:#013f33 !important;
}

.footerinr .logo img {
  width: 120px;
  background: #fff;
  padding: 10px;
  border-radius: 30%;
}

.footer-icon li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #013f33;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.footer-bottom {
  background: #013f33;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}
/* quickcontact */

.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}

/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .btn-theme {
  border-radius: 0px;
  background: #000;
  color: #fff;
}

.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #000;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
}

/* about-slider */

#about-slider {
  padding: 60px 0px;
  background-color: #013f33;
}

#about-slider .content h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

#about-slider .content .text,
#about-slider .content .text a {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* about-a */

#about-a {
  padding: 50px 0px;
}

#about-a .content h2 span {
  font-size: 50px;
}

#about-a .content h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

#about-a .content p {
  margin-bottom: 25px;
}

#about-a .content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

#about-a .content ul {
  margin-left: 25px;
}

#about-a .content ul li i {
  font-size: 6px;
}

#about-a .content ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* blog-det */

#blog-det {
  padding: 50px 0px;
}

#blog-det .row {
  justify-content: center;
}

#blog-det .content h2 {
  text-align: center;
  font-size: 33px;
  margin-bottom: 15px;
  font-weight: 600;
}

#blog-det .content h6 {
  text-align: center;
  margin-bottom: 20px;
}

#blog-det .content-a h3 span {
  font-size: 50px;
}

#blog-det .content-a h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin: 20px 0px;
}

#blog-det .content-a .text {
  margin-bottom: 25px;
}


/* refund-policy */

#refund-policy {
  padding: 30px 0px;
}

/* #refund-policy h2{font-size: 40px; color: #7e112c; text-align: center; margin-bottom: 30px; letter-spacing: .05em;} */
#refund-policy .text span {
  font-size: 30px;
}

#refund-policy .text {
  font-size: 15px;
  margin-bottom: 20px;
}

#refund-policy h4 {
  font-size: 18px;
  margin: 10px 0px;
  color: #013f33;
  font-weight: 600;
}

#refund-policy h6 {
  font-weight: 600;
}

#refund-policy ul li {
  margin-bottom: 10px;
}

#refund-policy ul li i {
  font-size: 8px;
}


/* shop */

#shop {
  padding: 50px 0px;
}

#shop .inr {
  position: sticky;
  top: 50px;
}

#shop .row {
  row-gap: 25px;
}

#shop h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

#shop h5 {
  margin: 15px 0px 5px;
  font-size: 14px;
  color: #000;
}

#shop .read-btn {
  display: inline-block;
  padding: 8px 19px;
  background-color: #013f33;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

#shop .imgsc {
  margin-top: 20px;
}

#shop .accordion-button {
  box-shadow: none;
  color: #000;
}

#shop .accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}


/* latest-update */

#latest-update {
  padding: 50px 0px;
  background-color: #c9c9c97a;
}

#latest-update .row {
  row-gap: 25px;
}

#latest-update h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

#latest-update h5 {
  margin: 15px 0px 5px;
  font-size: 14px;
  color: #000;
}

#latest-update .read-btn {
  display: inline-block;
  padding: 8px 19px;
  background-color: #013f33;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

/* zoomproduct */


#zoomp {
  padding: 50px 40px;
}

#zoomp .row {
  row-gap: 15px;
}

#zoomp .zoom-gallery {
  position: sticky;
  top: 10px;
}

#zoomp .owl-carousel {
  max-width: 320px;

  .owl-nav {
    padding-top: .4em;
    font-family: sans-serif;
    font-size: .8em;

    >div {
      padding: .4em 1.4em;
      border: 1px solid #333;
      background: #000;
      color: white;
      border-radius: .4em;
      background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(0, 0, 0, .2));
      box-shadow: .1em .1em .4em rgba(0, 0, 0, .5);

      &:hover {
        background-color: #333;
      }
    }

    #zoomp .owl-prev {
      float: left;
    }

    #zoomp .owl-next {
      float: right;
    }
  }
}

.slick-prev,
.slick-next {
  background: none;
  border: none;
  color: #333;
  font-size: 20px;
  cursor: pointer;
  margin: 5px auto;
  display: block;
}

#zoomp .zoom-gallery .selectors {
  max-width: 100px;
  overflow: hidden;
}

#zoomp .content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

#zoomp .content h5 a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #013f33;
  color: #000;
  border-radius: 5px;
  margin: 10px 0px;
  font-size: 16px;
}

#zoomp .content .text {
  font-weight: 600;
  color: #000;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 10px 0px;
}

#zoomp .content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px 10px;
}

#zoomp .content .text-a {
  font-size: 14px;
  margin-bottom: 10px;
}

#zoomp .content .text-b {
  font-size: 15px;
  font-weight: 600;
}

#zoomp .content .text-b a {
  color: #000;
}

/* zooomtab */

#zooomtab{padding: 50px 0px;}

#zooomtab .nav-pills {
  margin-bottom: 30px;
}

#zooomtab .nav-pills .nav-item:hover {
  background-color: #000;
}

#zooomtab .nav-pills .nav-item {
  background-color: #004033;
  margin-left: 2px;
  transition: .5s;
}

#zooomtab .nav-pills .nav-item .nav-link {
  color: #fff;
  padding: 10px 13px;
  font-size: 16px;
}

#zooomtab .nav-pills .nav-link.active {
  background-color: #004033;
}

#zooomtab .nav-pills .nav-link.active:hover {
  background-color: #000;
}

#zooomtab .comment-reply {
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 15px;
}

#zooomtab .comment-reply h4 {
  color: #000;
  font-weight: bold;
  margin: 30px 0 20px;
}

#zooomtab .comment-reply .row {
  row-gap: 10px;
}

#zooomtab .comment-reply h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

#zooomtab .comment-reply .form-control {
  border-radius: 0px;
}

#zooomtab .comment-reply .btn {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
}

#zooomtab .reviews-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

#zooomtab .reviews-header .btn {background-color: #004033; color: #fff; font-weight: 500; padding: 10px 20px;}
#zooomtab .profile {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dddddd; align-items: center;}
#zooomtab .profile .user {list-style: none; display: flex; gap: 20px;}
#zooomtab .profile .user li:first-child {width: 20%;}
#zooomtab .profile .user li:last-child {width: 80%;}
#zooomtab .profile .user li h6 {font-size: 18px; color: #000;}
#zooomtab .profile .user li span {display: block; font-size: 18px; color: #fdb23a;}
#zooomtab .profile .user li p {font-size: 14px; color: grey;}
#zooomtab .profile .date {text-align: end;}
#zooomtab .profile .date span {color: #000; display: inline-block; padding: 10px; border: 1px solid #dddddd; border-radius: 5px;}
#zooomtab .content-a h4{font-size: 22px; font-weight: 600; margin: 15px 0px;}

#zooomtab .content-b h3{font-size: 30px; font-weight: 600; margin: 15px 0px; color: #013f33;}
#zooomtab .content-b h5{font-size: 21px; font-weight: 600; margin: 15px 0px; color: #000;}



/* Insta Reel Section */
#insta-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #fff 100%);
}
#insta-section .insta-head {
    text-align: center;
    margin-bottom: 20px;
}
#insta-section .insta-head .insta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}
#insta-section .insta-head .insta-badge svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}
#insta-section .insta-head h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}
#insta-section .insta-head p {
    font-size: 15px;
    color: #777;
    margin: 0;
}
#insta-section .insta-card {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border: 1px solid #f0e6ff;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 8px;
}
#insta-section .insta-card:hover {
    transform: translateY(-6px);
}
#insta-section .insta-card iframe {
    width: 100%;
    height: 480px;
    border: none;
    border-radius: 16px;
    display: block;
}
#insta-section .owl-carousel {
    position: relative;
    padding: 0 10px;
}
#insta-section .owl-stage-outer {
    padding: 10px 0 20px;
}
#insta-section .owl-dots {
  text-align: center;
  margin-top: 15px;
}
#insta-section .owl-dots .owl-dot span {
  background: #ccc !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 3px;
}
#insta-section .owl-dots .owl-dot.active span {
  background: #013f33 !important;
}
#insta-section .insta-follow {
    text-align: center;
    margin-top: 35px;
}
#insta-section .insta-follow a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity 0.2s;
    box-shadow: 0 4px 15px rgba(131,58,180,0.3);
}
#insta-section .insta-follow a:hover {
    opacity: 0.88;
}


/* Box */
/* CSS */
/* testimonial */
#testimonial{padding:40px 0;overflow:hidden;background:#013f33;position:relative}
#testimonial .container{position:relative;z-index:1}
#testimonial .testi-header{text-align:center;margin-bottom:50px}
#testimonial .testi-eyebrow{display:inline-block;font-family:'Lato',sans-serif;font-size:11px;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:#d7aa5b;border:1.5px solid #d7aa5b;border-radius:50px;padding:6px 20px;margin-bottom:18px}
#testimonial h2{font-family:'Playfair Display',serif;color:#fff;font-size:40px;font-weight:700;margin-bottom:12px}
/*#testimonial h2 span{color:#C5A059}*/
#testimonial .testi-sub{font-family:'Lato',sans-serif;font-size:15px;color:#d7aa5b;font-weight:300;margin:0}
#testimonial .iner{background:#37221d;border-radius:12px 0 0 12px;padding:38px 28px 34px;height: 340px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}
#testimonial .iner-topimg-wrap{width:75px;height:75px;border-radius:50%;overflow:hidden;border:2.5px solid rgba(212,131,44,.5);flex-shrink:0}
#testimonial .iner-topimg{width:100%;height:100%;object-fit:cover;display:block}
#testimonial .iner .google{width:90px;display:block;filter:brightness(0) invert(1);opacity:.85}
#testimonial .testi-stars-main li{font-size:22px;color:#C5A059}
#testimonial .iner-score{font-family:'Playfair Display',serif;font-size:60px;font-weight:700;color:#ffffff;line-height:1;margin:4px 0 0}
#testimonial .iner-label{font-family:'Lato',sans-serif;font-size:10px;font-weight:700;letter-spacing:4px;color:#C5A059;margin:0}
#testimonial .iner-count{font-family:'Lato',sans-serif;font-size:13px;color:rgba(255,255,255,.45);margin:0}
#testimonial .iner-count strong{color:rgba(255,255,255,.80)}
#testimonial .review-btn{font-family:'Lato',sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-decoration:none;color:#37221d;background:#ffffff;padding:11px 22px;border-radius:50px;display:inline-flex;align-items:center;gap:8px;margin-top:6px;transition:background .3s ease,color .3s ease;-webkit-transition:background .3s ease,color .3s ease}
#testimonial .review-btn:hover{background:#C5A059;color:#fff}
#testimonial .review-btn i{font-size:13px}
#testimonial .testi-slider-wrap{background:transparent;display:flex;align-items:center}
#testimonial .testi-slider-wrap .owl-carousel,#testimonial .testi-slider-wrap .owl-stage-outer,#testimonial .testi-slider-wrap .owl-stage{height:100%}
#testimonial .testi-card{background:#ffffff;border:1.5px solid rgb(1 63 51 / 47%);padding:26px 22px 22px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 20px rgba(0,0,0,.07);transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease;-webkit-transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease;}
#testimonial .testi-card:hover{box-shadow:0 10px 32px rgba(212,131,44,.16);transform:translateY(-4px);border-color:rgba(212,131,44,.45)}
#testimonial .testi-card-top{display:flex;align-items:center;justify-content:space-between}
#testimonial .testi-card .star li{color:#ffd500;font-size:15px}
#testimonial .testi-quote-icon{font-size:48px;line-height:1;color:rgb(1 63 51 / 47%);font-family:'Playfair Display',serif;font-weight:700}
#testimonial .testi-msg{font-family:'Lato',sans-serif;font-size:14px;font-weight:400;color:#4a3f30;line-height:1.80;margin:0;height:150px;overflow-y:auto;padding-right:6px}
#testimonial .testi-msg::-webkit-scrollbar{width:3px}
#testimonial .testi-msg::-webkit-scrollbar-track{background:rgb(1 63 51 / 47%);border-radius:2px}
#testimonial .testi-msg::-webkit-scrollbar-thumb{background:rgb(1 63 51 / 47%);border-radius:2px}
#testimonial .testi-msg::-webkit-scrollbar-thumb:hover{background:#C5A059}
#testimonial .testi-foot{display:flex;align-items:center;gap:12px;border-top:1px solid rgba(212,131,44,.12);padding-top:14px;margin-top:auto}
#testimonial .testi-card .avatar{width:42px;height:42px;border-radius:50%;background:#013f33;color:#fff;font-family:'Playfair Display',serif;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
#testimonial .testi-foot-info h5{font-family:'Lato',sans-serif;color:#37221d;margin:0 0 3px;font-size:14px;font-weight:700}
#testimonial .testi-foot-info span{font-family:'Lato',sans-serif;font-size:12px;color:#C5A059;display:flex;align-items:center;gap:5px}
#testimonial .testi-foot-info span i{font-size:12px}
#testimonial .owl-theme .owl-dots{margin-top:20px;text-align:left;padding-left:28px}
#testimonial .owl-theme .owl-dots .owl-dot span{background:rgba(26,21,7,.18);width:8px;height:8px;border-radius:50%;transition:all .3s ease;-webkit-transition:all .3s ease}
#testimonial .owl-theme .owl-dots .owl-dot.active span,#testimonial .owl-theme .owl-dots .owl-dot:hover span{background:#C5A059;width:24px;border-radius:4px}




    /* about-info */

#about-info{background-image: url(../images/hero-banner-new.webp); background-size: cover; background-repeat: no-repeat; padding: 120px 0px; background-position: center center;}
#about-info .content{text-align: center;}
#about-info .content h6{color: #2f564d; font-size: 20px; font-weight: 600;}
#about-info .content h1{color: #2f564d; font-size: 40px; font-weight: 700;}
#about-info h2 {
    font-size: 40px;
    font-weight: 600;
    color: #2f564d;
}



/* bhawana-art */

#bhawana-art{padding: 50px 0px;}
#bhawana-art .row{row-gap: 25px; align-items: center;}
#bhawana-art h2{ color: #2f564d; font-size:45px; font-weight: 700;  margin-bottom: 15px;}
#bhawana-art h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#bhawana-art .text{color: #515151; font-size: 16px; font-weight: 400; margin-bottom: 20px; text-align: justify;}
#bhawana-art .imgs{text-align: end;}

/* bhawana-art-why */

#bhawana-art-why{padding: 30px 0px; background-color: #ebe9e5ab;}
#bhawana-art-why h2 {
    color: #000;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
}
#bhawana-art-why h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#bhawana-art-why .text{color: #515151; font-size: 16px; font-weight: 400; margin-bottom: 20px; text-align: justify;}
#bhawana-art-why ul li{margin-bottom: 10px;}


/* team-bhawana */

#team-bhawana{padding: 60px 0px;}
#team-bhawana .row{row-gap: 30px;}
#team-bhawana h2{ color: #2f564d; font-size:45px; font-weight: 700;  margin-bottom: 15px; text-align: center;}
#team-bhawana h2 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#team-bhawana .text{color: #515151; font-size: 16px; font-weight: 400; margin-bottom: 60px; text-align: center;}
#team-bhawana .iner{padding: 10px; border: 1px solid #949494; height: 100%;}
#team-bhawana .imgs{width: 14%;}
#team-bhawana .imgs.imgs-a{width: 38%;}
#team-bhawana .imgs img{width: 150px; height: 150px; object-fit: cover;}
#team-bhawana .iner .content{width: 86%;}
#team-bhawana .iner .content h3{background-color: #2f564d; color: #FFF; font-size: 18px; padding-block: 7px; font-weight: 600; padding: 10px 15px;}
#team-bhawana .iner .content h4 {background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; font-size: 19px; font-weight: 600;}
#team-bhawana .iner .content h5{color: #515151; font-size: 16px; font-weight: 400;}
#team-bhawana .iner .content-a h4{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; font-size: 19px; margin: 15px 0px; font-weight: 600;} 
#team-bhawana .iner .content-a .taxt-a{color: #515151; text-align: justify; font-size: 16px; font-weight: 400; margin: 5px 0px 30px;}

/* ceritficates */

#ceritficates{padding: 60px 0px; background-color: #faebd7;}
#ceritficates .row{row-gap: 25px;}
#ceritficates .iner{text-align: center;}
#ceritficates .iner h4{color: #2f564d; margin: 20px 0px; font-size: 22px; font-weight: 600;}

/* testimonials-sec */

#testimonials-sec{padding: 60px 0px;}
#testimonials-sec .row{row-gap: 80px;}
#testimonials-sec h2{ color:#000 ; font-size:45px; font-weight: 700;  margin-bottom: 65px; text-align: center;}
#testimonials-sec h2 span{background: #2f564d; background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#testimonials-sec .imgs{width: 165px; height: 165px; border: 1px solid #ffe380;}
#testimonials-sec .imgs img{width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;}
#testimonials-sec .text{color: #515151; text-align: justify; font-size: 16px; font-weight: 400; width: 80%; margin-bottom: 20px; position: relative;}
#testimonials-sec .text::before{content: url(../images/left-quote.svg); position: absolute; top: -25px; left: -25px; width: 25px;
height: 25px;}
#testimonials-sec .text:after {content: url(../images/right-quote.svg); position: absolute; bottom: -25px; right: -25px; width: 25px; height: 25px;}
#testimonials-sec h3{color: #2f564d; font-size: 20px; font-weight: 600;}


/* manufacturing-process */

#manufacturing-process{padding: 50px 0px;}
#manufacturing-process .row{row-gap: 70px;}
#manufacturing-process h2{ color:#000 ; font-size:45px; font-weight: 700;  margin: 0px auto 15px; text-align: center; width: 70%;}
#manufacturing-process h2 span{background: #2f564d; background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#manufacturing-process .text{color: #515151; font-size: 16px; font-weight: 400; text-align: center; width: 90%; margin: 0px auto 60px;}
#manufacturing-process .imgs img{width: 100%; height: 250px; object-fit: cover; border-radius: 5px;}
#manufacturing-process .content h5 {background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 16px; font-weight: 600; letter-spacing: 4.16px; text-decoration: 1px solid underline var(--golden);
text-transform: uppercase;}
#manufacturing-process .content h3{font-size: 34px; font-weight: 600; color: #2f564d; line-height: 54px;}
#manufacturing-process .content h3 span{background: linear-gradient(180deg, #FFE380 0%, #C8C430 100%); background-clip: text;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  #manufacturing-process .text-a{color: #515151; font-size: 16px; font-weight: 400; text-align: justify;}
  
  
  /* how-to-place */

#how-to-place{padding: 50px 0px;}
#how-to-place h2{ color: #000; font-size:45px; font-weight: 700;  margin: 0px auto 15px; text-align: center; width: 70%;}
#how-to-place h2 span{background: #2f564d; background-clip: text;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#how-to-place .text{color: #515151; font-size: 16px; font-weight: 400; text-align: center; width: 60%; margin: 0px auto 100px;}
#how-to-place .row {background-image: url(../images/place-order-bg.svg); background-size: cover; background-position: center;
padding: 50px; border-radius: 16px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);}
#how-to-place .iner {border-radius: 12px; border: 1px solid #2f564d; background: rgba(217, 217, 217, 0.30); padding: 25px 20px; margin-bottom: 25px;}
#how-to-place .iner h3 {color: #2f564d; font-size: 24px; font-weight: 600; padding-block-end: 10px;}
#how-to-place .iner ul li {border-radius: 5px; border: 1px solid #FFC107; background: #FFF; margin-block-start: 10px; padding: 7px 20px;}
#how-to-place .content h3 {color: #2f564d; font-size: 24px; font-weight: 600; padding-block-end: 10px;}
#how-to-place .content .text-a {color: #515151; text-align: justify; font-size: 16px; font-weight: 400; margin-block-end: 10px;}