body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  overflow-x: hidden !important;
}

.main-title {
  font-family: "Frank Ruhl Libre", sans-serif;
}

.ml-auto {
  margin-left: auto !important;
}

.navbar-nav .nav-item .nav-link {
  color: #06268b;
  font-size: 15px;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #1b99fe;
}

.navbar-nav .nav-item .nav-link.active {
  color: #1b99fe;
}

.logo-img img {
  width: 200px;
}

.mobile-menu {
  display: none;
}

.header {
  /* background: #fff; */
  /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
  border-bottom: 1px solid #ffffff3f;
  position: absolute;
  z-index: 999;
  width: 100%;
}

.dropdown {
  /* padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #c06162;
  background: #34495e; */
  position: relative;
  /* font-size: 18px; */
  perspective: 1000px;
  z-index: 100;
}

.dropdown:hover {
  /* background: #2980b9; */
  cursor: pointer;
}



.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  width: 250px;
  perspective: 1000px;
  z-index: -1;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.dropdown_menu li {
  display: none;
  color: #fff;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
}

.dropdown_menu li a {
  /* background-color: ; */
  color: #06268b;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}

.dropdown_menu li {
  transition: all 0.5s ease-in-out;
}

.dropdown_menu li:hover a {
  /* background-color: ; */
  color: #1b99fe;
  /* padding-left: 18px !important; */
}

.dropdown_menu li:hover {
  /* background-color: ; */
  /* color: #1b99fe; */
  padding-left: 30px !important;
}



.dropdown_menu--animated {
  display: none;
}

.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}

.dropdown_menu-6 {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  border-top: 3px solid #1b99fe;
}

@-moz-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@-o-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

.nav-item {
  padding: 0 5px;
}

.nav-link {
  color: #06268b;
}

a {
  text-decoration: none;
}

.book-btn a {
  background: #a9cf44;
  color: #fff !important;
  padding: 12px 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.book-btn a:hover {
  background: #06268b;
  color: #fff !important;
  padding: 12px 14px;
  font-weight: 500;
}

.book-btn {
  margin-right: 20px;
}


.mob-display {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.mobile-menu {
  padding: 0.5rem 0;
}

.fa-bars {
  color: #06268b;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  padding: 0 !important;
  z-index: 100;
  background: #ffffff !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  margin-top: 0 !important;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.book-btn {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  color: #fff;
}

.book-btn span {
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.book-btn svg {
  width: 35px;
}

.navbar-collapse {
  justify-content: center;
}

.hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.bar {
  height: 3px;
  width: 100%;
  background-color: #252525;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.nav-links ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin-bottom: 0;
}

.nav-links a {
  /* color: #252525; */
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

/* .nav-links a:hover {
    color: #3498db;
} */

.layer-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: -1;
}

/* Mobile styles */
@media (max-width: 991px) {
  .hamburger {
    display: flex;
    z-index: 1001;
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    transition: all 0.5s ease;
    padding-top: 25px;
    padding-left: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .nav-links.active {
    left: 0;
  }

  .nav-links ul {
    flex-direction: column;
    padding: 0 20px 0 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .layer-window.active {
    display: block;
  }
}

.navbar {
  background-color: transparent;
  color: #252525;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #ffffff6b;
}

@media (max-width: 991px) {
  .book-btn {
    display: none;
  }

  .mobile-logo {
    display: block !important;
  }
}

.header .bar {
  background-color: #ffffff;
}

.sticky .bar {
  background-color: #252525;
}

.sticky {
  background-color: #fff !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sticky .navbar {
  background-color: #fff !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.header .logo-dark {
  display: none;
}

.sticky .logo-dark {
  display: block !important;
}

.sticky .logo {
  display: none;
}

.mobile-logo {
  padding-bottom: 50px;
  display: none !important;
}

@media (max-width: 991px) {
  .book-btn {
    display: none;
  }

  .mobile-logo {
    display: block !important;
  }

  .header .nav-links a {
    color: #222222 !important;
  }

  .nav-links a:hover {
    color: #deb668 !important;
  }
}

@media (max-width: 1289px) {
  .book-btn {
    display: none;
  }
}

.banner-area {
  position: relative;
}

.all-banner-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.header .nav-links a {
  color: #fff;
  font-weight: 600;
}

.sticky .nav-links a {
  color: #222222;
}

.sticky .book-btn {
  color: #222222;
}

.nav-links a:hover {
  color: #deb668;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border: none;
  padding: 10px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: none !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1000;
}

.owl-prev {
  left: 30px;
}

.owl-next {
  right: 30px;
}

.all-banner-slide:hover .owl-prev,
.all-banner-slide:hover .owl-next {
  display: flex !important;
}

.single-collection-slide figure {
  position: relative;
  /* width: 270px;
  height: 280px; */
  padding: 5px 5px;
  border-radius: 0px 50% 50% 50%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.single-collection-slide figure::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  right: 5px;
  bottom: -15px;
  border-radius: 0px 50% 50% 50%;
  border: 2px dashed #1a1719;
}

.single-collection-slide figure img {
  position: relative;
  border-radius: 0px 50% 50% 50% !important;
}

.diamont-collection {
  padding: 70px 0;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
}

.heading-section h4 {
  color: #876657;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.heading-section h2 {
  color: #000000;
  font-family: "Frank Ruhl Libre", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-section {
  margin-bottom: 30px;
}

.diamont-collection-slide .owl-prev,
.diamont-collection-slide .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border: none;
  padding: 10px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1000;
}

.owl-prev {
  left: 30px;
}

.owl-next {
  right: 30px;
}

.fancy-collection {
  padding: 70px 0;
}

.celebrating-century {
  padding: 70px 0;
  background: url(../img/100-yr-celeb3.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.celebrating-century:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.747);
  z-index: 0;
}

.celebrating-inner {
  position: relative;
  z-index: 1;
}

.celebrate-img {
  padding-bottom: 20px;
}

.celebrate-text {
  color: #fff;
}

.celebrate-text h2 {
  color: #FFFFFF;
  font-family: "Frank Ruhl Libre", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.celebrate-text p {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}

.happy-customer {
  padding: 40px 0;
}

.happy-customer img {
  width: 100%;
  max-width: 100%;
}

.saving-scheme {
  padding: 70px 0 20px;
}

.saving-scheme .heading-section h1 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.saving-scheme .heading-section h2 {
  color: #000000;
  font-family: "Frank Ruhl Libre", Sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.our-scheme.santhosam {
  background: #deb668;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.scheme-img img {
  width: 95%;
}

.scheme-content-wrap {
  padding: 20px;
}

.our-scheme.santhosam .scheme_content {
  padding: 20px;
  background: #eec370;
  height: 100%;
  border-radius: 20px;
}

.our-scheme .scheme_content h3 {
  font-size: 20px;
  padding: 0;
  border: 0;
  color: #000;
}

.our-scheme .scheme_content p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
  column-gap: 15px;
}

.our-scheme .scheme_content p strong {
  margin-bottom: 6px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  flex: 2;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.06rem;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.our-scheme .scheme_content p span {
  flex: 60%;
  font-weight: 500;
}

.santhosam-1 {
  background: #876657 !important;
}

.contBgCol-1 {
  background: #9B715E !important;
}

.contBgCol-1 h3 {
  color: #fff !important;
}

.contBgCol-1 p {
  color: #fff;
}

.contBgCol-1 p strong {
  color: #fff !important;
}

.santhosam-2 {
  background: #b5aea5 !important;
}

.contBgCol-2 {
  background: #C5BEB4 !important;
}

.jwel-colections {
  padding: 70px 0 100px;
}

.heading-section h5 {
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-text-stroke-width: 0px;
  stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  color: #876657;
}

.jwel-colections p {
  color: #232429;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
}

.rightCont {
  position: relative;
}

.rightCont:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.rightCont .rightContInfo {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  z-index: 9;
}

.rightCont .rightContInfo h3 {
  color: #fff;
  border: 0;
  padding: 0;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.rightCont .rightContInfo p {
  color: #fff;
  font-size: 14px;
}

.rightCont,
.leftImg {
  overflow: hidden;
  border-radius: 15px;
  flex: 1;
}

.rightCont img {
  border-radius: 15px;
}

.jwel-colections-slide .owl-prev,
.jwel-colections-slide .owl-next {
  position: absolute;
  bottom: -80px !important;
  top: unset !important;
  transform: translateY(-50%);
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  border: none;
  padding: 10px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1000;
}

.jwel-colections-slide .owl-prev {
  left: 0px;
}

.jwel-colections-slide .owl-next {
  left: 60px;
}

/* .jwel-colections-slide .owl-nav {
  display: flex;
  margin-top: 20px;
  align-items: center;
} */
.g-review-section {
  padding: 70px 0;
  position: relative;
  background: #3F2107;
}

.g-review-section:before {
  position: absolute;
  content: "";
  background: url(../img/testimonial_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: 0;
  bottom: 0;
  opacity: 0.04;
  width: 100%;
  height: 100%;
}

.testi-title h2 {
  color: #FFFFFF;
  font-family: "Frank Ruhl Libre", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.grev-cont h2 {
  font-size: 24px !important;
  display: block;
  margin-bottom: 6px;
  font-family: "Frank Ruhl Libre", sans-serif;
  color: #fff;
  text-align: center;
}

.review-grid {
  position: relative;
  z-index: 10;
}

.ti-stars {
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
}

.ti-star.f {
  background-image: url(../img/f.svg);
  background-repeat: no-repeat;
}

.ti-star {
  width: 30px !important;
  height: 30px !important;
  overflow: hidden;
}

.grev-cont span {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.ti-rating-text {
  text-align: center;
}

.g-logo img {
  width: 110px !important;
  height: 35px !important;
}

.g-logo {
  text-align: center;
}

.testi-title {
  margin-bottom: 30px;
}

.review-box {
  border-style: solid !important;
  border-color: #222222 !important;
  background: #222222 !important;
  border-radius: 4px !important;
  padding: 20px !important;
  margin: 0 !important;
  display: block;
  position: relative;

}

.ti-review-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.ti-profile-img {
  margin: 0 15px 0 0 !important;
}

.ti-profile-img img {
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important;
  display: block;
  border-radius: 30px;
  min-width: initial !important;
  max-width: initial !important;
  object-fit: cover;
  object-position: top;
}

.ti-profile-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ti-name {
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  margin-bottom: 2px;
}

.ti-date {
  color: #ffffff;
  opacity: 0.5;
  font-size: 11.2px !important;
}

.ti-review-header:after {
  background: url(../img/icon.svg);
  background-size: 100% 100%;
}

.ti-review-header:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}

.review-box .ti-stars {
  margin-bottom: 8px;
  margin-top: 15px;
  text-align: left;
  height: 17px;
  justify-content: left !important;
}

.review-box .ti-star {
  width: 17px !important;
  height: 17px !important;
  display: inline-block;
  margin: 0 !important;
  margin-right: 1px !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.rev-text-g {
  height: 87px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 21.75px;
  font-size: 15px;
  text-align: left;
  font-style: normal;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  padding-right: 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.rev-text-g.expanded {
  height: 200px !important;
  /* large enough to show full content */
  -webkit-line-clamp: unset;
  line-clamp: unset;
  display: block;
}

.ti-read-more {
  display: block;
  padding: 5px 0 0;
  text-align: left;
}

.ti-read-more span {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  font-size: 13.5px;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none !important;
  transition: color 300ms ease-out;
  cursor: pointer;
}

.review-grid-slide .owl-prev,
.review-grid-slide .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent !important;
  border: none !important;
  padding: 10px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  cursor: pointer;
  z-index: 1000;
}

.review-grid-slide .owl-prev {
  left: -20px;
}

.review-grid-slide .owl-next {
  right: -20px;
}

.war {
  font-weight: 500;
  fill: #453C3C;
  color: #453C3C;
  background-color: #fff;
  border-style: none;
  border-radius: 3px;
  transition: 0.5s;
  padding: 8px 13px;
}

.war:hover {
  color: #FFFFFF;
  background-color: #1E1616;
}

.contact-sec {
  padding: 70px 0;
}

.contact-sec h2 {
  color: #000000;
  font-family: "Frank Ruhl Libre", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.input-field {
  margin-bottom: 10px;
}

.form-control {
  background: rgb(234 234 234);
  box-shadow: none !important;
  height: 50px;
  font-size: 15px;

}

.form-control:focus {
  border: 1px solid #692808;
}

textarea.form-control {
  height: 200px;
}

.sent-btn {
  background: #103a45;
  color: #fff;
  padding: 10px 13px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  transition: 0.5s;
  float: right;
}

.sent-btn:hover {
  background: #111111;
}

footer {
  background: #103a45;
  padding: 25px 0;
  /* margin-top: 100px; */
}

footer .footer_shape {
  position: absolute;
  content: '';
  margin-top: -80px;
  display: block;
  background: url(../img/footer_shape_left.png);
  width: 302px;
  height: 57px;
}

footer .footer_shape.left {
  left: 0;
}

footer .footer_shape.right {
  right: 0;
  background: url(../img/footer_shape_right.png);
}

footer .foot_logo {
  margin: 0px 0 50px;
  text-align: center;
}

.foot_widget h4 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  letter-spacing: 0.05rem;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.foot_widget .foot_widget_content {
  font-size: 13px;
}

.foot_widget .foot_widget_content p {
  color: #fff;
}

.foot_widget .foot_widget_content {
  font-size: 13px;
}

.foot_widget .foot_widget_content .contact_info {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul {
  list-style: none;
  padding: 0;
}

.foot_widget .foot_widget_content .contact_info i {
  width: 20px;
}

.foot_widget .foot_widget_content .quickLinks {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.foot_widget .foot_widget_content .quickLinks li a {
  color: #fff;
  position: relative;
  padding-left: 12px;
}

.foot_widget .foot_widget_content .quickLinks li a:before {
  color: #fff;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  left: 0;
  font-weight: 700;
}

footer .copyright {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.float {
  position: fixed;
  bottom: 45px;
  right: 30px;
  z-index: 100;
}

.float img {
  width: 55px;
}

.banner-area figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}

.banner-area figure figcaption {
  color: #FFFFFF;
  font-family: "The Nautigal", Sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-shadow: 0px 0px 15px #000000;
}

.leftHalfImg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 48%;
}

.abt-kota {
  position: relative;
  padding: 70px 0;
}

.leftHalfImg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-top-right-radius: 500px !important;
  border-bottom-right-radius: 500px !important;
  position: relative;
  z-index: 1;
}

.leftHalfImg:after {
  position: absolute;
  content: '';
  background: #eee;
  width: 100%;
  height: 100%;
  left: 25px;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.section-title {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-title h4 {
  color: #876657;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.contentBlock p {
  font-size: 14px;
}

.gsic {
  padding: 100px 0;
}

.gic-title h1 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.gic-title h3 {
  color: #876657;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.gic-title h2 {
  color: #000000;
  font-family: "Frank Ruhl Libre", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gsic-inner {
  position: relative;
  padding-bottom: 60px;
  padding-left: 40px;
}

.business-one_pattern-one {
  position: absolute;
  left: 0px;
  top: 50px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}

.business-one_experiance {
  position: absolute;
  right: 0px;
  bottom: 200px;
  z-index: 1;
  width: 240px;
  height: 210px;
  text-align: center;
  padding: 20px 5px 0px;
  background-color: #6c5144;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.business-one_counter {
  position: relative;
  font-weight: 800;
  line-height: 1.3em;
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
}

.business-one_counter {
  position: relative;
  font-weight: 800;
  line-height: 1.3em;
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
}

.business-one_experiance i {
  position: relative;
  display: block;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

.business-one_image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 0px 80px 0px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.business-one_image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 0px 80px 0px 0px;
}

.business-one_image-two {
  position: absolute;
  left: 140px;
  bottom: 0px;
  right: -140px;
  border: 5px solid #fff;
}

.Bespoke {
  padding: 70px 0;
  background: url(../img/kota-banner-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.Bespoke::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.603);
  z-index: 0;
  top: 0;
  left: 0;
}

.Bespoke-contant h2 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.Bespoke-contant p {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}

.Bespoke-contant {
  position: relative;
  z-index: 10;
}

.legecy {
  padding: 70px 0 100px;
  background: #f4f3f1;
}

.legacy-inner h2 {
  color: var(--e-global-color-secondary);
  font-family: "Frank Ruhl Libre", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.legacy-inner {
  text-align: center;
}

.trust-box {
  background-color: #7F3323;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.legacy-inner {
  padding-bottom: 20px;
}

.trust-box-img img {
  width: 100%;
  margin-bottom: 10px;
}

.trust-box h2 {
  color: #fff;
  font-family: "Frank Ruhl Libre", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.trust-box-1 {
  background-color: #5B2C15 !important;
}

.trust-box-2 {
  background-color: #4B412C !important;
}

.trust-box-3 {
  background-color: #4B412C !important;
}

.truste {
  position: relative;
}

.trust-shape {
  position: absolute;
  top: 50px;
  z-index: 0;
}

.trust-shape-left {
  left: -200px;
}

.trust-shape-right {
  right: -200px;
}

.truste-inner-wrap {
  position: relative;
  z-index: 2;
}

.breadcrump {
  position: relative;
  padding: 300px 0px 120px;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.breadcrump::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.80;
  z-index: 1;
  background: url(../img/bg-overlay.jpg) no-repeat;
}

.breadcrump-title h2 {
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  max-width: 850px;
}

.testimonials {
  padding: 70px 0 100px;
}

.inner-testi {
  background-color: #151515;
  padding: 10px;
}

.review-grid a {
  display: inline-block;
}

.tw-gold {
  padding: 70px 0;
}

.gold-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 7px;
  background: #975739;
  margin-bottom: 30px;
}

.gold-item h3 {
  color: #fff;
  border: none;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 24px;

}

.gold-item p {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0;
}

.today-price-gold {
  padding-bottom: 100px;
}

.today-price-gold h2 {
  margin-bottom: 30px !important;
  color: #000000;
  line-height: 1.3;
  margin: 0px;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 26px;
}

.today-price-gold th {
  padding: 17px;
  vertical-align: middle;
  text-align: center;
  background: #975739;
  color: #ffff;
}

.today-price-gold td {
  padding: 17px;
  text-align: center;
}

.blog-grid {
  padding: 70px 0 100px;
}

.blog-inner-box {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 7px;
  height: 420px;
}

.blog-thump img {
  width: 100%;
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
}

.blog-thump {
  border-radius: 7px;
  height: 230px;
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-list-title h2 a {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.blog-list-title h2 {
  line-height: 25px;
  margin-bottom: 10px;
}

.blog-list-title {
  padding: 20px;
}

.blog-list-btn {
  padding: 8px 13px;
  background: #772a06;
  color: #fff !important;
  margin-bottom: 15px !important;
  display: inline-block;
}

.contact-sec h1 {
  color: #000000;
  font-family: "Frank Ruhl Libre", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact_infos {
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_infos .form-control {
  background: #fff;
}

.address-detail h4 {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.address-sec {
  padding: 35px 40px 35px 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
}

.address-detail i {
  width: 1em;
  height: 1em;
  position: absolute;
  display: block;
  font-size: 40px;
  color: #876657;
  left: 0;
  top: 0;
}

.address-detail p a {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.address-detail {
  position: relative;
  padding-left: 45px;
}

.map-sec {
  padding-bottom: 70px;
}

.single-blog-details {
  padding: 70px 0;
}

.blogcontent h1 {
  font-size: 35px;
  font-family: "Frank Ruhl Libre", sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
}

.blogcontent h2 {
  margin-bottom: 15px;
  display: block;
  font-size: 26px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.styling-diamond-blog h3 {
  padding-left: 0px;
  display: block;
  /* color: #222222; */
  font-size: 20px;
  border-left: none;
  font-weight: 600;
}

.blogcontent h3 {
  padding-left: 0px;
  display: block;
  /* color: #222222; */
  font-size: 20px;
  border-left: none;
  font-weight: 600;
}

.blogcontent ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 30px;
}

.blogcontent ul li {
  margin-bottom: 10px;
}

.blogcontent img {
  width: 100%;
}

.styling-diamond-blog h4 {
  font-size: 18px;
}

.blogcontent h4 {
  font-size: 18px;
  font-weight: 600;
}

.styling-diamond-blog h2 {
  color: #826253;
}

.blogcontent h2 {
  color: #826253;
}

.gold-list-table {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 8px;
  padding-bottom: 5px;
}

.head-pad {
  background: #0e3038;
  color: #fff;
  text-align: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 15px;
}

.head-pad h3 {
  color: #fff !important;
  font-size: 16px !important;
  margin: 0;
  line-height: 20px;
  font-weight: 700;
}

.insta-sec {
  background: #FCFCFC;
  padding: 70px 0;
}

.eapps-instagram-feed-header-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between !important;
  align-items: center;
  /* margin: 0 auto; */
  max-width: 100% !important;
  margin-bottom: 30px !important;
}

.heading-section.text-center h4 {
  color: #DEB668;
}