/* ========= [ * page-home_22 Dynamic ]  =========*/
/* --------------- navbar style36 --------------- */
.navbar.style37 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
}

.navbar.style37 .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  -webkit-margin-start: 50px;
  margin-inline-start: 50px;
  color: #000;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.navbar.style37 .navbar-nav .nav-item .nav-link:hover,
.navbar.style37 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-brown4);
}

.navbar.style37 .opening-card {
  position: absolute;
  top: 0;
  right: 0;
  padding: 32px;
  background-color: var(--color-darkBrown1);
  color: #fff;
}

.navbar.style37 .opening-card .clock {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  width: 50%;
}

.navbar.style37 .opening-card p {
  color: #d4b97c;
  margin-bottom: 30px;
}

.navbar.style37 .opening-card .line {
  width: 100%;
}

.navbar.style37 .opening-card .arrow {
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff2;
}

.navbar.style37 .opening-card .arrow:hover {
  background-color: var(--color-brown4);
}

@media screen and (max-width: 991px) {
  .navbar.style37 {
    position: relative;
  }

  .navbar.style37 .navbar-nav {
    margin-top: 30px;
  }

  .navbar.style37 .navbar-nav .nav-item .nav-link {
    margin: 0;
  }
}

/* --------------- tc-header-style37 --------------- */
.tc-header-style37 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 150px;
  background-image: url(../img/header_back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.tc-header-style37 .head-shap {
  position: absolute;
  right: 0;
  bottom: -50px;
  max-width: 25%;
}

.tc-header-style37 .info {
  padding-top: 16%;
}

.tc-header-style37 .info .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-header-style37 .info .btns .social-icons a {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.tc-header-style37 .info .btns .social-icons a:hover {
  color: var(--color-brown4);
}

.tc-header-style37 .img {
  text-align: center;
  position: relative;
}

/* .tc-header-style37 .img::before {
  position: absolute;
  content: "";
  right: 0;
  top: 56%;
  width: 340px;
  height: 340px;
  background-color: #fff;
  border-radius: 50%;
} */
.tc-header-style37 .img img {
  position: relative;
  z-index: 10;
  top: 186px;
}

@media screen and (max-width: 991px) {
  .tc-header-style37 .info {
    padding-top: 50px;
  }

  .tc-header-style37 .info .btns {
    display: block;
  }

  .tc-header-style37 .info .btns .btn_squar2 {
    margin-bottom: 30px;
  }

  .card.custom_card,
  .card.custom_card-1 {
    min-height: auto !important;
  }
}

/* --------------- tc-services-style37 --------------- */
.tc-services-style37 {
  padding: 80px 0 120px;
}

.tc-services-style37 .service-card {
  position: relative;
  text-align: center;
  padding: 0 40px;
  margin-top: 100px;
}

.tc-services-style37 .service-card::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
}

.tc-services-style37 .service-card .icon {
  position: relative;
  z-index: 5;
  height: 60px;
  margin-bottom: 40px;
}

.tc-services-style37 .service-card .info {
  position: relative;
  z-index: 5;
}

.tc-services-style37 .service-card .info h6 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  min-height: 80px;
}

.tc-services-style37 .service-card .info a {
  font-size: 14px;
  color: #c9c9c9;
  text-transform: capitalize;
  margin-top: 40px;
  font-weight: 600;
}

.tc-services-style37 .service-card .info a:hover {
  color: var(--color-brown4);
}

/* --------------- tc-video-style37 --------------- */
.tc-video-style37 {
  position: relative;
  padding-top: 120px;
}

.tc-video-style37 .float-back {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
}

.tc-video-style37 .numbers .numb-item {
  position: relative;
  position: relative;
  margin-bottom: 50px;
}

.tc-video-style37 .vid-img {
  position: relative;
  height: 550px;
  margin-top: 80px;
}

.tc-video-style37 .vid-img .play-btn {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}

.tc-video-style37 .vid-img .play-btn:hover {
  background-color: var(--color-darkBrown1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-video-style37 {
    overflow: hidden;
  }
}

/* --------------- tc-products-style37 --------------- */
.tc-products-style37 {
  padding: 120px 0;
  overflow-x: hidden;
}

.tc-products-style37 .nav-pills {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.tc-products-style37 .nav-pills .nav-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #9993;
  border-radius: 0;
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  margin: 10px;
  color: var(--color-darkBrown1);
  padding: 12px 30px;
}

.tc-products-style37 .nav-pills .nav-link:hover,
.tc-products-style37 .nav-pills .nav-link.active {
  background-color: var(--color-brown4);
  color: #fff;
}

.tc-products-style37 .product-card {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.tc-products-style37 .product-card .img {
  height: 310px;
  padding-bottom: 30px;
  position: relative;
}

.tc-products-style37 .product-card .img::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--color-brown4);
}

.tc-products-style37 .product-card .info {
  padding-top: 20px;
}

.tc-products-style37 .product-card .info h6 {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-brown4);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.tc-products-style37 .product-card .info h5 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

/* --------------- tc-testimonials-style37 --------------- */
.tc-testimonials-style37 {
  position: relative;
  padding: 0 4vw 85px;
}

.tc-testimonials-style37 .float-back {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
}

.tc-testimonials-style37 .tc-testimonials-slider37 {
  position: relative;
  overflow: hidden;
}

.tc-testimonials-style37 .testi-content {
  position: relative;
  padding: 30px 5vw 40px;
  background-color: var(--color-darkBrown1);
  color: #fff;
  overflow: hidden;
}

.tc-testimonials-style37 .testi-content::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  z-index: 15;
}

.tc-testimonials-style37 .testi-content .swiper-prev,
.tc-testimonials-style37 .testi-content .swiper-next {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #d4b97c;
  color: #fff;
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}

.tc-testimonials-style37 .testi-content .swiper-prev:hover,
.tc-testimonials-style37 .testi-content .swiper-next:hover {
  background-color: #293039;
}

.tc-testimonials-style37 .testi-content .swiper-prev {
  bottom: 0;
  right: 60px;
  z-index: 20;
}

.tc-testimonials-style37 .testi-content .swiper-next {
  bottom: 60px;
  right: 0;
  z-index: 20;
}

.tc-testimonials-style37 .testi-content .testi-card .float-icon {
  position: absolute;
  top: 0;
  right: 70px;
  max-width: 15%;
  pointer-events: none;
}

.tc-testimonials-style37 .testi-content .testi-card .img {
  position: relative;
  height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.tc-testimonials-style37 .testi-content .testi-card .img .user-img {
  height: 475px;
  width: 475px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  position: relative;
  z-index: 10;
}

.tc-testimonials-style37 .testi-content .testi-card .img .lines-img {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
}

.tc-testimonials-style37 .testi-content .testi-card .img .icon {
  position: absolute;
  top: 30%;
  right: 15%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
  z-index: 11;
}

.tc-testimonials-style37 .testi-content .testi-card .info {
  position: relative;
  z-index: 10;
}

.tc-testimonials-style37 .testi-content .testi-card .info .stars i {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.tc-testimonials-style37 .testi-content .testi-card .info .user-det {
  position: relative;
  -webkit-padding-start: 180px;
  padding-inline-start: 180px;
}

.tc-testimonials-style37 .testi-content .testi-card .info .user-det::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 150px;
  height: 1px;
  background-color: var(--color-brown4);
  opacity: 0.5;
}

.tc-testimonials-style37 .testi-content .testi-card .info .user-det h6 {
  font-size: 14px;
  color: #8e7371;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.tc-testimonials-style37 .testi-content .testi-card .info .user-det h5 {
  font-size: 22px;
  text-transform: uppercase;
}

.tc-testimonials-style37 .logos {
  margin-top: 120px;
}

.tc-testimonials-style37 .logos .logos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-testimonials-style37 .logos .logos-content .logo {
  height: 100px;
  max-width: 20%;
}

@media screen and (max-width: 991px) {

  .tc-testimonials-style37 .testi-content .testi-card .img .lines-img,
  .tc-testimonials-style37 .testi-content .testi-card .img .icon {
    display: none;
  }

  .tc-testimonials-style37 .testi-content .testi-card .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 50px;
  }

  .tc-testimonials-style37 .testi-content .testi-card .img .user-img {
    height: auto;
  }
}

/* --------------- tc-footer-style37 --------------- */
.tc-features-style37 {
  padding: 120px 0;
}

.tc-features-style37 .feat-card {
  margin-top: 50px;
  text-align: center;
}

.tc-features-style37 .feat-card .icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  background-color: #293039;
}

.tc-features-style37 .feat-card .icon img {
  height: 82px;
}

.tc-features-style37 .feat-card .info {
  position: relative;
  padding: 110px 22px 0 22px;
}

.tc-features-style37 .feat-card .info h6 {
  min-height: 48px;
}

.tc-features-style37 .feat-card .info::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 40px;
  width: 1px;
  height: 40px;
  background-color: var(--color-brown4);
}

/* --------------- tc-opening-hours-style37 --------------- */
.tc-opening-hours-style37 .imgs {
  position: relative;
  background-image: url(../img/hr_back-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 120px 0;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tc-opening-hours-style37 .imgs img {
  width: 440px;
  height: 440px;
  max-width: 25vw;
  max-height: 25vw;
  border-radius: 50%;
  border: 8px solid #f1ece8;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 5;
  margin: -48px;
}

.tc-opening-hours-style37 .info {
  position: relative;
  padding: 90px;
  padding-top: 70px;
  background-color: var(--color-darkBrown1);
  color: #fff;
  min-height: 100%;
}

.para-record {
  color: white;
}

.para-record-black {
  color: rgb(0, 0, 0);
}

.tc-opening-hours-style37 .info .float-img {
  position: absolute;
  top: 50px;
  right: 50px;
  max-width: 25%;
  pointer-events: none;
}

.tc-opening-hours-style37 .info h6 {
  position: relative;
  font-size: 16px;
  color: var(--color-brown4);
  padding-bottom: 80px;
  text-transform: uppercase;
}

.tc-opening-hours-style37 .info h6::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 20px;
  width: 1px;
  height: 40px;
  background-color: var(--color-brown4);
}

.tc-opening-hours-style37 .info h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.tc-opening-hours-style37 .info .opening-times {
  font-size: 18px;
  color: #bb9e9c;
}

.tc-opening-hours-style37 .info .opening-times p,
.tc-opening-hours-style37 .info .opening-times strong {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .tc-opening-hours-style37 .imgs img {
    max-width: 60vw;
    max-height: 60vw;
  }

  .tc-opening-hours-style37 .info {
    padding: 30px;
  }
}

/* --------------- tc-gallery-style37 --------------- */
.tc-gallery-style37 .img {
  position: relative;
  height: 30vw;
}

.tc-gallery-style37 .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-darkBrown1);
  z-index: 1;
  opacity: 0;
}

.tc-gallery-style37 .img:hover::after {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-gallery-style37 .img:hover .icon {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.tc-gallery-style37 .img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff3;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-gallery-style37 .img {
    height: 300px;
  }
}

/* --------------- tc-footer-style37 --------------- */
.tc-blog-style37 {
  padding: 120px 0;
}

.tc-blog-style37 .blog-card {
  position: relative;
  padding: 15px;
  border: 1px solid #9993;
  margin-top: 50px;
}

.tc-blog-style37 .blog-card .date {
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 5px 15px;
  background-color: var(--color-brown4);
  z-index: 5;
  color: #fff;
}

.tc-blog-style37 .blog-card .img {
  height: 220px;
}

.tc-blog-style37 .blog-card .info {
  padding: 30px 20px 15px;
}

.tc-blog-style37 .blog-card .info h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-brown4);
  margin-bottom: 15px;
}

.tc-blog-style37 .blog-card .info h5 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tc-blog-style37 .blog-card .info h5 a:hover {
  color: var(--color-brown4);
}

/* --------------- tc-footer-style37 --------------- */
.tc-footer-style37 {
  padding: 120px 0 33px 0;
  color: #fff;
  background-image: url(../img/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.tc-footer-style37 .content {
  text-align: center;
}

.tc-footer-style37 .content .logo {
  position: relative;
  padding-bottom: 100px;
}

.tc-footer-style37 .content .logo::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 20px;
  width: 1px;
  height: 60px;
  background-color: var(--color-brown4);
}

.tc-footer-style37 .content .text {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}

.tc-footer-style37 .content .foot-social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #293039;
  background-color: #F6EEEA;
  margin: 0 5px;
}

.tc-footer-style37 .content .foot-social a:hover {
  background-color: var(--color-brown4);
}

.content input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  height: 50px;
  border: 1px solid #d4b97c;
}

.tc-footer-style37 .content .form-group,
.tc-footer-style37 .content textarea {
  text-align: left;
  position: relative;
}

.content .form-group .icon {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-footer-style37 .content .form-group input {
  width: 100%;
  background-color: transparent;
  color: white;
  border-radius: 0;
}

.tc-footer-style37 .content .form-group button {
  padding: 15px 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  background-color: var(--color-brown4);
  color: #fff;
  border: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border: 1px solid var(--color-brown4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.tc-footer-style37 .content .form-group button:hover {
  background-color: var(--color-darkBrown1);
}

.tc-footer-style37 .content .copy {
  margin-top: 50px;
  color: #ffffff;
}

.home-style22 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--color-darkBrown1);
}

.home-style22 h1,
.home-style22 h2,
.home-style22 h3,
.home-style22 h4,
.home-style22 h5,
.home-style22 h6,
.home-style22 .btn_squar2,
.home-style22 .fm_oswald {
  font-family: "Oswald", sans-serif;
}

.home-style22 .section-head-style37 {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  z-index: 10;
}

.home-style22 .section-head-style37 .float-text {
  font-size: 120px;
  font-family: "Oswald", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #9992;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  line-height: 1;
}

.home-style22 .section-head-style37 h6 {
  position: relative;
  font-size: 16px;
  color: var(--color-brown4);
  text-transform: uppercase;
  padding-bottom: 70px;
}

.home-style22 .section-head-style37 h6::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 10px;
  width: 1px;
  height: 50px;
  background-color: var(--color-brown4);
}

.home-style22 .section-head-style37 h2 {
  font-size: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .info.wow.fadeInUp.slow {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .home-style22 br {
    display: none;
  }

  .home-style22 .fsz-60 {
    font-size: 40px !important;
  }

  .home-style22 .fsz-50 {
    font-size: 30px !important;
  }

  .home-style22 .fsz-30 {
    font-size: 20px !important;
  }

  .home-style22 .fsz-40 {
    font-size: 25px !important;
  }

  .home-style22 .mb-100 {
    margin-bottom: 50px !important;
  }

  .home-style22 .fsz-35 {
    font-size: 20px !important;
  }

  .home-style22 .fsz-18 {
    font-size: 15px !important;
  }

  .home-style22 .fsz-80 {
    font-size: 50px !important;
  }

  .home-style22 .section-head-style37 .float-text {
    font-size: 80px;
    bottom: 20px;
  }

  .home-style22 .section-head-style37 h2 {
    font-size: 30px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 65%;
  color: black;
}

/* .vid-img-back{
  background-color: rgb(255, 243, 221);
} */

/* custom css */
.margin-bottom {
  margin-bottom: 7%;
}

h6.wow.fadeInUp.slow.text-center.service::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 20px;
  width: 1px;
  height: 40px;
  background-color: var(--color-brown4);
}

.qa_service li {
  list-style-type: circle;
  padding: 20px;
  color: white;
  font-size: 16px;
  line-height: 1.8;
}

.mb-10 {
  margin-bottom: 15px;
}

.card.custom_card {
  padding: 20px;
  margin-bottom: 30px;
  min-height: 200px;
  background-color: #ffffff;
  transition: .2s ease all;
}

.card.custom_card:hover {
  border-color: #d4b97c;
  transition: .2s ease all;
  background-color: #f3f3f3;
}

.card.custom_card .info h6 {
  margin-bottom: 10px;
  font-size: 20px;
}

.card.custom_card-1 {
  padding: 20px;
  margin-bottom: 30px;
  min-height: 300px;
  background-color: #ffffff;
  transition: .2s ease all;
}

.card.custom_card-1:hover {
  border-color: #d4b97c;
  transition: .2s ease all;
  background-color: #f3f3f3;
}

.card.custom_card-1 .info h6 {
  margin-bottom: 10px;
  font-size: 22px;
  min-height: 48px;
}

@media (min-width: 1400px) {
  .tc-header-style37 .info {
    padding-top: 23%;
  }
}

@media (min-width: 1600px) {
  .card.custom_card-1 .info div {
    min-height: 345px;
  }

}

.card.custom_card-1 .info div {
  min-height: 275px;
}

@media (max-width: 991px) {
  .card.custom_card-1 .info div {
    min-height: auto;
  }

}

.counter-clr {
  color: #d4b97c;
}

/* .tc-services-style37 .service-card:hover::after {
  content: 'testing';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000de;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  z-index: 99;
  border: 1px solid #ddd;
  color: #ffffff;
  transition: 1s ease-in-out all;
  display:flex;
  justify-content:center;
  align-items: center;
} */
.para {
  font-size: 16px;
  color: white;
  margin-bottom: 29px;
}

.why-us h2.wow.fadeInUp.slow.text-center {
  text-align: left !important;
  color: white;
  margin-bottom: 14px;
  font-size: 24px;
  margin-top: 65px;
}

.info_testimonial {
  padding: 50px;
  text-align: center;
}

textarea {
  resize: vertical;
  width: 100%;
  background: no-repeat;
  border: 1px solid #d4b97c;
  color: white;
  padding: 15px;
}

.text {
  text-align: justify;
}

.service_ul {
  column-count: 2;
}

@media screen and (max-width: 991px) {
  .service_ul {
    column-count: 1;
  }
}

input.form-control {
  font-size: 14px;
  padding-left: 0;
  background: transparent;
  padding-left: 15px;
  border-radius: 0;
  color: #ffffff !important;
}

input.form-control:focus,
input.form-control:focus-visible {
  background: transparent;
  border-color: #d4b97c;
}

.logo-circle {
  border: 2px solid #d4b97c;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #293039;
  text-align: center;
}

.logo-circle:hover {
  outline: 3px solid transparent;
  outline-offset: 20px;
  background: #d4b97c;
  color: white;
  transition: all ease-in-out 0.8s;
}

.logoMarqueeSection {
  padding-top: 20px;
  padding-bottom: 20px;
}

#logoMarqueeSection {
  max-width: 1920px !important;
  margin: 0 auto;
}

.default-content-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

div.marquee>a>img {
  height: 120px;
}

.logoMarqueeSection>div>div {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}

.marquee-wrapper {
  display: inline-block;
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.marquee a {
  display: inline-block;
  white-space: nowrap;
  padding-right: 20px;
}

.marquee-wrapper:hover .marquee {
  animation-play-state: paused !important;
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

/* custom css added by arpit */
.contact_form {
  padding: 30px;
  background: #293039;
  margin-top: -180px;
  border: solid 1.5px #d4b97c;
  filter: drop-shadow(-12px -12px 0px #00000020);
}

.modal_contact_form {
  padding: 30px;
  background: #293039;
  border: solid 1.5px #d4b97c;
  filter: drop-shadow(-12px -12px 0px #00000020);
}

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background-color: #293039;
  border: 1px solid #fff2;
  color: white;
  cursor: pointer;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#backToTopBtn:hover {
  background-color: #d4b97c;
}

.bnr-img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .swap-col {
    display: flex;
    flex-direction: column-reverse;
  }

  .content.contact_form {
    margin-bottom: 60px;
  }

  .bnr-img {
    width: 70%;
  }

  .tc-header-style37 .img::before {
    top: 202px;
    right: 34%;
  }

  .tc-header-style37 .img img {
    position: relative;
    z-index: 10;
    top: 35px;
    left: 0px;
  }

  .info.wow.fadeInUp.slow {
    text-align: center;
  }

  .tc-opening-hours-style37 .info .btns {
    text-align: center;
  }

  .info_testimonial {
    padding: 50px 0px 100px;
  }

  .btn-header {
    gap: 8px;
    font-size: 12px;
    width: 197px;
    border: solid 2px;
    padding: 4px;
    display: flex;
    align-items: center;
    line-height: 20px;
  }

  .tc-video-style37 .vid-img {
    position: relative;
    height: auto;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .tc-header-style37 .img::before {
    top: 111px;
    right: 20%;
  }

}

@media screen and (max-width: 530px) {
  .tc-header-style37 .img::before {
    top: 94px;
    right: 22%;
    width: 240px;
    height: 240px;
  }

  .btn-header {
    gap: 4px;
    font-size: 12px;
    width: 130px;
    border: solid 2px;
    padding: 4px;
    display: flex;
    align-items: center;
    line-height: 17px;
    font-weight: 800;
  }

  img.logo {
    width: 180px;
  }

}

@media screen and (max-width: 380px) {
  .tc-header-style37 .img::before {
    top: 64px;
    right: 14%;
    width: 240px;
    height: 240px;
  }

}

.title_font {
  font-size: 32px;
}

.custom_pills {
  background: #293039;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
}

.wMax-75 {
  width: 80%;
}

/* custom responsiove remove height */
@media (max-width: 767px) {

  .card.custom_card-1 .info div,
  .tc-features-style37 .feat-card .info h6,
  .card.custom_card-1 .info h6 {
    min-height: auto;
  }

  .wMax-75 {
    width: 100%;
  }

  .tc-header-style37 {
    padding-bottom: 60px;
    min-height: initial;
  }
}

.the-count {
  text-align: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.75rem;
}

.the-count span {
  color: #ffffff75;
}

small.error {
  color: rgb(220, 53, 69);
  margin-top: 0.25rem;
  font-size: .875em;
}

.loader {
  top: 40%;
  width: 24px;
  height: 24px;
  border: 5px solid #a09292;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  margin-left: 5px;
  position: absolute;
  left: 40%;
  z-index: 11;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cta_form .card {
  border-radius: 16px 16px 12px 12px;
  border: 0;
}

.cta_form .card .card-header {
  background: #131157 0% 0% no-repeat padding-box;
  border-radius: 15px 15px 0px 0px;
  padding: 22px 0px;
}

.cta_form .card .card-body {
  padding: 30px;
}

.tc-header-style37 {
  padding-bottom: 60px;
  min-height: initial;
}

.btn_squar2 {
  position: relative;
  z-index: 10;
  background: transparent;
  border: none;
  padding: 0;
}

.close {
  position: absolute;
  right: 6px;
  z-index: 99;
  background: transparent;
  border: none;
  color: #ffffff !important;
  font-size: 32px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.close span {
  color: #ffffff;
}

.bottom_menu {
  padding: 10px 0px;
  background: #1f262f;
}

.bottom_menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bottom_menu ul li a {
  color: #ffffffc9;
  font-weight: 400;
}

@media (max-width: 767px) {
  .bottom_menu ul li {
    flex: 100px 1 1;
  }
}

.feature_bg{
  background-image: url(../img/feature_back.png);
}



.faq_section .accordion-header {
  margin-bottom: 0;
}
.faq_section .accordian-item {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 4px !important;
}

.faq_section .accordian-item:hover {
  border-color: #d4b97c;
  transition: all 0.1s ease-in-out;
}

.faq_section .accordion-body {
  background-color: #f3f3f3;
}


.faq_section .accordion-button:not(.collapsed) {
  color: #293039;
  background-color: #f3f3f3;
  border: 0 !important;
}
.faq_section .accordion-button {
  color: #293039;
  border: 0 !important;
}  
.faq_section .accordion-button:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.faq_section .faq_bullets{
  list-style: disc;
  margin-left: 3%;
}

.faq_section .accordion-body {
  padding: 1rem 2.25rem;
  font-size: 15px;
  line-height: 1.8;
}
.faq_section .accordion-button {
  padding: 1.5rem 1.25rem;
  font-size: 1.4rem;
}
.faq_section .btn-head{
  color: white;
}

.bg-discuss{
  background-image: url(../img/vid_back.png);
  background-size: 100% 100%;
}

.grecaptcha-badge{
  display: none;
}