@charset "UTF-8";

/* reset css start */
html {
  scroll-behavior: smooth;
}

html ::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

html ::-webkit-scrollbar-track {
  background-color: #fff
}

html ::-webkit-scrollbar-thumb {
  background-color: #2a4ca1;
  border-radius: 50px;
}

body {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 500;
  position: relative;
  line-height: 29px;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


button:focus {
  outline: none;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  color: #2a4ca1;
}

a:hover {
  text-decoration: none;
  color: #af9442;
}

table {
  width: 100%;
}

p, li, span {
  color: #a7a7a7;
  margin-bottom: 0;
}

/* reset css end */
/* global css start */
.nice-select {
  background-color: transparent;
  height: 40px !important;
  line-height: 40px !important;
  min-height: 40px !important;
  padding: 0 30px;
}

.nice-select span {
  color: #000;
}

.nice-select .list li {
  margin-right: 0 !important;
}

.nice-select .list .option {
  color: #000;
}

.nice-select .list .option.selected, .nice-select .list .option:hover {
  border: none !important;
}

/* global css end */
.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.dark-bg {
  background-color: #010103;
}

.grey-bg {
  background: #F4F1EE;
}

.white {
  color: #ffffff;
}

.f-right {
  float: right;
}

.section-heading {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-heading {
    text-align: center;
  }
}

.section-heading .sub-title {
  color: #ffffff;
  background: #C7A17A;
  font-family: "Jost", sans-serif;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 1.5px 13px;
  letter-spacing: 2px;
  border-radius: 3px;
  line-height: 22px;
  margin-bottom: 23px;
}

.section-heading .title {
  color: #ffffff;
  font-size: 55px;
  line-height: 57px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-heading .title {
    font-size: 36px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .whtaTableDiv {
    overflow-x: auto;
    width: 100%;
  }
}

.section-heading p {
  font-size: 18px;
}

.section-heading p:not(:last-child) {
  margin-bottom: 35px;
}

.section-heading__black .title {
  color: #000;
}

.border-effect a,
.border-effect span.border-effect {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.7% 0px;
  background-repeat: no-repeat;
  color: inherit;
}

.border-effect a:hover,
.border-effect span.border-effect:hover {
  background-size: 100% 2px;
}

span.border-effect {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.7% 0px;
  background-repeat: no-repeat;
  color: inherit;
}

span.border-effect:hover {
  background-size: 100% 2px;
}

.custom-width {
  max-width: 1480px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .custom-width {
    max-width: 1370px;
  }
}

.custom-width__2 {
  max-width: 1430px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .custom-width__2 {
    max-width: 1280px;
  }

  section.gallery-section li.gallery-img__item {
    width: 286px;
    height: 286px;
  }

  section.section.blog-start .blog-details-box .blog-header-blog {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 0 20px;
  }

  section.section.blog-start .blog-details-box img {
    width: 100%;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
  }

  section.section.blog-start .blog-details-box .blog-header-blog .blog-heading h1 {
    font-size: 45px;
  }

  section.section.blog-start .blog-details-box-start h2 {
    font-size: 38px;
  }

  section.section.blog-start .blog-details-box-start h4 {
    font-size: 20px;
  }

  section.section.blog-start .blog-details-box-start h3 {
    font-size: 30px;
  }

  section.form-section .footer-tv-image img {
    position: absolute;
    top: 43px;
    left: 99px;
    z-index: 1;
    width: 508px;
  }
}

.custom-padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 575px) {
  .custom-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* PRELOADER CSS */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 4px solid #E2DFDD;
  border-top-color: #C7A17A;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Jost", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: #E2DFDD;
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #010103;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Jost", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #32323D;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #F4F1EE;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #010103;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Jost", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Jost", sans-serif;
  }
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top Negative --*/
.mt-none-5 {
  margin-top: -5px;
}

.mt-none-10 {
  margin-top: -10px;
}

.mt-none-15 {
  margin-top: -15px;
}

.mt-none-20 {
  margin-top: -20px;
}

.mt-none-25 {
  margin-top: -25px;
}

.mt-none-30 {
  margin-top: -30px;
}

.mt-none-35 {
  margin-top: -35px;
}

.mt-none-40 {
  margin-top: -40px;
}

.mt-none-45 {
  margin-top: -45px;
}

.mt-none-50 {
  margin-top: -50px;
}

.mt-none-55 {
  margin-top: -55px;
}

.mt-none-60 {
  margin-top: -60px;
}

.mt-none-65 {
  margin-top: -65px;
}

.mt-none-70 {
  margin-top: -70px;
}

.mt-none-75 {
  margin-top: -75px;
}

.mt-none-80 {
  margin-top: -80px;
}

.mt-none-85 {
  margin-top: -85px;
}

.mt-none-90 {
  margin-top: -90px;
}

.mt-none-95 {
  margin-top: -95px;
}

.mt-none-100 {
  margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #000;
  margin: 0;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* typography css end */
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #000;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="65"]::before {
  opacity: 0.65;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* Heder css start*/
.site-header {
  width: 100%;
  z-index: 9;
}

.site-header__3 {
  border-bottom: 2px solid #2a4ca1;
  padding: 0px 0px;
}

@media (max-width: 1199px) {
  .site-header__3 {
    padding: 0px 0px;
  }
}

@media (max-width: 991px) {
  .site-header__3 {
    padding: 17px 0px;
  }
}

.site-header__3 .wrapper {
  width: 200px;
}

.site-header__4 {
  border: none;
}

@media (max-width: 1199px) {
  .site-header__4 {
    padding: 15px 0px;
  }
}

.header-top {
  padding: 30.5px 0px;
  border-bottom: 1px solid #32323D;
}

@media (max-width: 1199px) {
  .header-top__left {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .header-top__left .logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-top__right {
    margin-top: 25px;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top__right {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.header-top__right a {
  text-decoration: none;
}

.header-top__right .tel {
  color: #ffffff;
  font-size: 18px;
}

.header-top__right .tel i {
  color: #C7A17A;
  padding-right: 15px;
  font-size: 19px;
}

.header-top__right .site-btn {
  margin-left: 80px;
}

@media (max-width: 1199px) {
  .header-top__right .site-btn {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .header-top__right .site-btn {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top__right .site-btn {
    margin-left: 40px;
    margin-top: 0px;
  }
}

@media (max-width: 1199px) {
  .header-top__right--2 {
    margin-top: 20px;
  }
}

.header-top__2 {
  border-color: #E2DFDD;
}

.header-top__2 .site-btn {
  margin-left: 100px;
}

@media (max-width: 1199px) {
  .header-top__2 .site-btn {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .header-top__2 .site-btn {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top__2 .site-btn {
    margin-left: 50px;
  }
}

.header-top__infos {
  margin: 0;
}

@media (max-width: 991px) {
  .header-top__infos {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .header-top__infos {
    flex-direction: column;
    margin-top: -10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top__infos {
    flex-direction: row;
    margin-top: 0px;
  }
}

.header-top__infos li {
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: 500;
}

.header-top__infos li:not(:last-child) {
  margin-right: 65px;
}

@media (max-width: 767px) {
  .header-top__infos li:not(:last-child) {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top__infos li:not(:last-child) {
    margin-right: 55px;
  }
}

.header-top__infos li i {
  color: #C7A17A;
  padding-right: 10px;
  font-size: 19px;
}

.header-top__infos li a {
  color: #6c6c6c;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header-top__infos li {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top__infos li {
    margin-top: 0px;
  }
}

.logo img {
  border-left: 2px solid #2a4ca1;
  border-bottom: 2px solid #2a4ca1;
  border-right: 2px solid #2a4ca1;
  padding: 7px 7px 9px 7px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 240px;
  background-color: white;
}

/* Navigation css */
.main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li:not(:last-child) {
  margin-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 11px;
  }
}

.main-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #222;
  padding: 28px 19px;
  position: relative;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
}

.main-menu ul li a::after {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 11px;
  height: 2px;
  background: #2a4ca1;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.main-menu ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.main-menu ul li:hover>a {
  color: #2a4ca1;
}

.main-menu ul li:hover>a::after {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.main-menu ul li:hover a {
  color: #2a4ca1;
}

.main-menu ul li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(100%);
  -ms-transform: scaleY(100%);
  transform: scaleY(100%);
}

.main-menu ul li .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 240px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 3;
  text-align: left;
  transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  border-radius: 5px;
}

.main-menu ul li .sub-menu li {
  margin-right: 0px;
}

.main-menu ul li .sub-menu li a {
  color: #010103;
  padding: 10px 30px;
}

.main-menu ul li .sub-menu li a::after {
  left: 15px;
}

.main-menu ul li .sub-menu li a:hover::after {
  left: 10px;
}

.main-menu ul li .sub-menu li:hover>a {
  color: #C7A17A;
  letter-spacing: 1px;
}

.main-menu ul li .sub-menu li:hover>a::after {
  left: 10px;
}

.main-menu ul li .sub-menu ul {
  left: 100%;
  top: 0px;
}

.main-menu ul li .sub-menu .active>a {
  color: #C7A17A;
  letter-spacing: 1px;
}

.main-menu ul li .sub-menu .active>a::after {
  left: 10px;
}

.main-menu ul .active>a {
  color: #2a4ca1;
}

.main-menu ul .active>a::after {
  opacity: 1;
  visibility: visible;
  left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-menu__2 ul li:not(:last-child) {
    margin-right: 20px;
  }
}

.main-menu__2 ul li a {
  color: #000;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .main-menu__3 {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .main-menu__3 {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-menu__3 ul li:not(:last-child) {
    margin-right: 13px;
  }
}

@media (max-width: 1250px) {
  .main-menu__3 ul li:not(:last-child) {
    margin-right: 2px;
  }
}

@media (max-width: 1199px) {
  .main-menu__3 ul li:not(:last-child) {
    margin-right: 5px;
  }
}

@media (max-width: 1199px) {
  .main-menu__3 ul li a {
    padding: 35px 18px;
  }
}

.main-menu__4 ul li a {
  color: #000;
  font-weight: 500;
}

.menu-area {
  position: relative;
  z-index: 99;
}

@media (max-width: 991px) {
  .menu-area {
    padding-top: 15px;
  }
}

.menu-area__right .item {
  font-size: 19px;
  color: #ffffff;
}

.menu-area__right .item i {
  color: #2a4ca1;
}

.menu-area__right--2 .item {
  color: #000;
}

.menu-area__right--2 .item i {
  color: #000;
}

.menu-area__right--4 .item {
  color: #000;
}

.menu-area__right--4 .item i {
  color: #000;
}

@media (max-width: 991px) {
  .menu-area__3 {
    padding-top: 0px;
  }
}

.menu-area.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 2px solid #2a4ca1;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}

.menu-area.sticky-header .main-menu ul li a {
  color: #222;
}

.menu-area.sticky-header .main-menu ul .active>a {
  color: #2a4ca1;
}

@media (max-width: 991px) {
  .menu-area.sticky-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.menu-area-2.sticky-header {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .menu-area-2.sticky-header {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

.menu-area__4.sticky-header {
  background-color: #ffffff;
}

.menu-area.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.mean-container .mean-nav ul li a:hover {
  color: #C7A17A;
}

/* Social link css */
.social-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 55px;
}

.social-links a:not(:last-child) {
  margin-right: 10px;
}

/* Button css */
.site-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  background: #2a4ca1;
  padding: 8.5px 34px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

@media (max-width: 767px) {
  .site-btn {
    padding: 9.5px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .site-btn {
    padding: 9.5px 34px;
  }
}

.rbt-card.variation-02 {
  position: relative;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.rbt-card {
  overflow: hidden;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  position: relative;
  height: 100%;
}

.rbt-card .rbt-card-img {
  position: relative;
}

.rbt-card .rbt-card-img a {
  display: block;
}

.rbt-card.height-330 .rbt-card-img a img {
  max-height: 330px;
}

.rbt-card.variation-02 .rbt-card-img a img {
  max-height: 350px;
  border-radius: 6px 6px 0 0;
}

.rbt-card.card-list {
  display: flex;
  max-height: 161px;
  border-radius: 2px;
  align-items: center;
  height: 100%;
}

.rbt-card.card-list .rbt-card-img {
  height: 100%;
}

.rbt-card.card-list .rbt-card-img a {
  height: 100%;
}

.rbt-card.card-list .rbt-card-body {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rbt-card.card-list .rbt-card-img a img {
  border-radius: 2px 0 0 2px;
  max-height: initial;
  max-width: 180px;
  min-width: 180px;
  object-fit: cover;
  height: 100%;
}

.mt--30 {
  margin-top: 30px !important;
}

.rbt-card .rbt-card-img a img {
  width: 100%;
  transition: 0.5s;
  object-fit: cover;
  border-radius: 6px;
}

.rbt-card.variation-02 .rbt-card-body {
  padding: 23px 19px 23px 19px;
}

.rbt-card .rbt-card-body {
  padding-top: 30px;
  font-family: 'Lato', sans-serif;
}

.rbt-card .rbt-card-body .rbt-card-title {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.rbt-card .rbt-card-body .rbt-card-title {
  margin-bottom: 10px;
}

.rbt-card .rbt-card-body .rbt-card-text {
  color: #6b7385;
  margin-bottom: 20px;
}

/* .site-btn::after {
  background: #32323D;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  content: "";
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: -1;
  right: 0;
}

.site-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
} */

.site-btn:hover {
  color: #ffffff;
  border-color: #010103;
}

.site-btn__borderd {
  background: transparent;
  border-color: #32323D;
}

.site-btn__borderd::after {
  background: #C7A17A;
}

.site-btn__borderd:hover {
  border-color: #C7A17A;
}

.site-btn__2 {
  background: transparent;
  border-color: #E2DFDD;
  margin-right: 20px;
  color: #010103;
}

.site-btn__2::after {
  background: #C7A17A;
}

.site-btn__2:hover {
  border-color: #C7A17A;
}

.site-btn__bghide {
  border: none;
  border-radius: 0px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  background-color: transparent;
}

.site-btn__bghide::after {
  display: none;
}

.site-btn__bghide:hover {
  color: #C7A17A;
}

@media (max-width: 767px) {
  .btns {
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .btns_1 {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: center !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btns {
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: center !important;
  }
}

.btns .site-btn__borderd {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .btns .site-btn__borderd {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btns .site-btn__borderd {
    margin-left: 20px;
    margin-top: 0px;
  }
}

.btns .site-btn__borderd--double {
  border-width: 2px;
  padding: 8.5px 34px;
}

.video-btn {
  text-decoration: none;
}

.video-btn span {
  font-size: 15px;
  text-transform: uppercase;
  color: #828282;
  margin-right: 18px;
}

.video-btn i {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #79797A;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.video-btn:hover i {
  background: #C7A17A;
  color: #ffffff;
}

.video-btn__2 {
  flex-direction: column;
  justify-content: center;
}

.video-btn__2 i {
  width: 50px;
  height: 50px;
  color: #222;
  font-size: 13px;
  margin-left: 25px;
  border: 2px solid #222;
}

.video-btn__2 span {
  color: #000;
  font-weight: 500;
  margin-right: 0px;
  display: block;
}

.video-btn__2--white i {
  color: #222;
}

.video-btn__2--white span {
  color: #ffffff;
  letter-spacing: 2px;
}

.video-btn__2--white:hover i {
  background-color: #b69b4a;
  border-color: #b69b4a;
}

.read-more {
  color: #a7a7a7;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}

.read-more i {
  padding-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.read-more:hover {
  color: #ffffff;
}

.read-more:hover i {
  padding-left: 5px;
}

.read-more__2 {
  color: #6c6c6c;
}

.go-top {
  position: absolute;
  flex-direction: column;
  font-size: 15px;
  color: #a7a7a7;
  text-transform: uppercase;
  text-decoration: none;
  top: -25px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.go-top span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.go-top span:hover {
  color: #ffffff;
}

.go-top i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #010103;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 10px;
  border: 1px solid #a7a7a7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.go-top i:hover {
  background-color: #C7A17A;
}

.go-top__bottom {
  left: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  position: static;
  color: #ffffff;
}

@media (max-width: 991px) {
  .go-top__bottom {
    margin-top: 30px;
  }
}

.go-top__bottom span {
  color: #ffffff;
}

.go-top__bottom i {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  margin-bottom: 0;
  padding-left: 5px;
  background-color: transparent;
}

.go-top__white i {
  background: #ffffff;
  border-color: #E2DFDD;
  color: #000;
  margin-bottom: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.go-top__white i:hover {
  background-color: #C7A17A;
  border-color: #C7A17A;
  color: #ffffff;
}

@media (max-width: 991px) {
  .btns-wrapper .site-btn {
    margin-top: 20px;
  }
}

.share-btn {
  color: #6c6c6c;
}

.inline-btn {
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #776c62;
  border: 1px solid #E2DFDD;
  border-radius: 5px;
  text-decoration: none;
}

.inline-btn:hover {
  color: #ffffff;
  background-color: #C7A17A;
  border-color: #C7A17A;
}

/* search css */
.search {
  position: relative;
}

.search__trigger {
  padding: 10px 12px;
}

.search__trigger .open,
.search__trigger .close {
  cursor: pointer;
  line-height: 60px;
  color: #000;
}

.search__trigger .close {
  display: none;
}

.search__form {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  padding: 15px;
  right: 0;
  top: 80px;
  width: 350px;
  z-index: 99;
}

@media (max-width: 767px) {
  .search__form {
    width: 280px;
    right: -100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search__form {
    width: 350px;
    right: 0;
  }
}

.search__form form {
  position: relative;
}

.search__form input {
  width: 100%;
  height: 55px;
  border: 0;
  background: #F4F1EE;
  padding: 20px;
}

.search__form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #1b2026;
  height: 55px;
  width: 55px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}

.search__form.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  background: #fff;
}

/* side info css */
.hamburger-trigger {
  margin-left: 12px;
  padding: 10px 12px;
  cursor: pointer;
}

.side-info {
  padding-left: 20px;
  padding-right: 20px;
}

.side-info .title {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.side-info .mb-5 {
  margin-bottom: 5px !important;
}

.side-info p {
  font-size: 15x;
  line-height: 28px;
}

.side-info__close {
  top: 0;
  left: 0;
  background: #010103;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.side-info__close a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
}

.side-info__close:hover {
  background: #b69b4a;
}

.side-info__wrapper {
  padding: 20px;
}

.side-info .social-links a:hover {
  color: #C7A17A;
  border-color: #C7A17A;
}

/* .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
} */

.overlay.active {
  opacity: 0.5;
  visibility: visible;
  cursor: url(../images/icons/cancel.html), auto;
}

.side-info-wrapper,
.cart-bar-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  padding-top: 0px;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.side-info-wrapper .nav,
.cart-bar-wrapper .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-info-wrapper .nav a,
.cart-bar-wrapper .nav a {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  font-size: 18px;
  color: #010103;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.side-info-wrapper .nav a.active,
.cart-bar-wrapper .nav a.active {
  background: #010103;
  color: #ffffff;
}

.side-info-wrapper.show,
.cart-bar-wrapper.show {
  right: 0;
}

.side-info-wrapper.mm-only.show {
  display: none;
}

@media (max-width: 991px) {
  .side-info-wrapper.mm-only.show {
    display: inline-block;
  }

  .side-info-wrapper.mm-only .side-info__logo img {
    width: 180px;
  }
}

@media (max-width: 991px) {
  .side-info-wrapper.show-all.show {
    display: none;
  }
}

.side-info-wrapper .contact__info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  align-items: flex-start;
}

.side-info-wrapper .contact__info li span {
  margin-right: 10px;
  flex: 0 0 15px;
  -ms-flex: 0 0 15px;
  max-width: 15px;
  color: #C7A17A;
  font-size: 15px;
}

.side-info-wrapper .contact__info li p {
  flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  max-width: 85%;
}

.side-info-wrapper .contact__info li:not(:last-child) {
  margin-bottom: 5px;
}

/* mini cart css */
.cart {
  margin-left: 10px;
  padding: 10px 12px;
  cursor: pointer;
}

.cart__count {
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #ffffff;
  background: #80A093;
  position: absolute;
  top: 10px;
  right: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 0;
}

.cart-bar-wrapper {
  padding: 25px 20px;
  padding-top: 60px;
}

.cart-bar-wrapper .site-btn {
  font-size: 12px;
  padding: 7px 18px;
}

.cart-bar-wrapper .site-btn__borderd {
  color: #010103;
  margin-left: 15px;
}

.cart-bar-wrapper .site-btn__borderd:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .cart-bar-wrapper .btns {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-bar-wrapper .btns {
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: center !important;
  }
}

@media (max-width: 767px) {
  .cart-bar-wrapper .btns .site-btn__borderd {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-bar-wrapper .btns .site-btn__borderd {
    margin-left: 20px;
    margin-top: 0px;
  }
}

.cart-bar__close {
  position: absolute;
  top: 0;
  left: 0;
  background: #010103;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cart-bar__close a {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  left: 0;
  height: 100%;
  text-decoration: none;
}

.cart-bar__title {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #F4F1EE;
  margin-bottom: 15px;
}

.cart-bar__title span {
  color: #000;
}

.cart-bar__item .thumb {
  background: #ffffff;
  min-width: 70px;
}

.cart-bar__item .thumb img {
  max-width: 60px;
}

.cart-bar__item .content {
  padding-right: 25px;
  position: relative;
}

.cart-bar__item .content .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-bar__item .content .title a {
  text-decoration: none;
  color: #010103;
}

.cart-bar__item .content .price {
  color: #010103;
  font-weight: 600;
  font-size: 15px;
}

.cart-bar__item .content .remove {
  top: 50%;
  right: 0px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #80A093;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-bar__subtotal {
  border-bottom: 1px solid #F4F1EE;
  border-top: 1px solid #F4F1EE;
  padding: 7px 0px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cart-bar__subtotal span {
  color: #010103;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-bar__lists .cart-bar__item:not(:last-child) {
  margin-bottom: 15px;
}

/* hero area css */
.hero__area {
  z-index: 1;
  padding-top: 275px;
  padding-bottom: 90px;
}

.hero__area .shape {
  left: 0;
  top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero__area .shape {
    width: 35%;
  }
}

@media (max-width: 1199px) {
  .hero__area .shape {
    width: 35%;
  }
}

.hero__area .shape__2 {
  left: auto;
  right: 0;
}

@media (max-width: 991px) {
  .hero__area .mm-reverse {
    flex-direction: column-reverse;
  }
}

.hero__area--2 {
  padding-top: 0px;
  padding-bottom: 80px;
}

.hero__area--2 .shape {
  top: -65px;
}

.hero__area--2 .shape__2 {
  right: 0;
  top: -100px;
}

.hero__area--3 {
  padding-top: 153px;
  background-position: center top;
  padding-bottom: 128px;
  overflow: hidden;

}

@media (max-width: 767px) {
  .hero__area--3 {
    padding-top: 389px;
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__area--3 {
    padding-top: 285px;
  }
}

.hero__area--3 .vide-wrapper {
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero__area--3 .vide-wrapper .vide-btn {
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .hero__area--3 .vide-wrapper {
    justify-content: center;
    margin-top: 30px;
  }
}

.hero__content {
  z-index: 2;
}

.hero__content .title {
  color: #b39744;
  font-size: 70px;
  line-height: 68px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
}

.hero__content .title span {
  color: #000000;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 1199px) {
  .hero__content .title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}

.hero__content p {
  color: #000000;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 991px) {
  .hero__content--2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.hero__content--2 .title {
  color: #000;
  font-size: 120px;
  line-height: 115px;
}

@media (max-width: 1199px) {
  .hero__content--2 .title {
    font-size: 80px;
    line-height: 75px;
  }
}

@media (max-width: 767px) {
  .hero__content--2 .title {
    font-size: 50px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--2 .title {
    font-size: 80px;
    line-height: 75px;
  }
}

.hero__content--2 p {
  color: #6c6c6c;
}

@media (max-width: 767px) {
  .hero__content--2 .btns {
    align-items: center !important;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--2 .btns {
    align-items: flex-start !important;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .hero__content--2 .btns .site-btn {
    margin-right: 0px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--2 .btns .site-btn {
    margin-right: 20px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .hero__content--3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--3 {
    display: block;
  }
}

@media (max-width: 767px) {
  .hero__content--3 .title {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--3 .title {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hero__content--3 .btns {
    margin-top: 30px;
    align-items: center !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--3 .btns {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .hero__content--3 p {
    text-align: center;
    font-size: 20px;
  }

  .hero__content--3 .title span {
    text-align: center;
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content--3 p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hero__content .social-links {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content .social-links {
    margin-top: 40px;
  }
}

.hero__content .social-links a {
  width: auto;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
}

.hero__content .social-links a:not(:last-child) {
  margin-right: 45px;
}

.hero__content .social-links a i {
  font-size: 15px;
  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero__content .social-links a span {
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero__content .social-links a:hover i {
  color: #C7A17A;
}

.hero__content .social-links a:hover span {
  color: #C7A17A;
}

.hero__thumb {
  padding-top: 2px;
  z-index: 2;
  position: relative;
  -webkit-transform: translate(-30px, -25px);
  -ms-transform: translate(-30px, -25px);
  transform: translate(-30px, -25px);
}

@media (max-width: 991px) {
  .hero__thumb {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin-bottom: 50px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .hero__thumb {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .hero__thumb--2 {
    text-align: center;
  }
}

.hero__thumb--2 img {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero__thumb--2 img {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@media (max-width: 1199px) {
  .hero__thumb--2 img {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.hero__thumb--2 .video-btn {
  position: absolute;
  bottom: 55px;
  right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero__thumb--2 .video-btn {
    right: 0px;
  }
}

@media (max-width: 991px) {
  .hero__thumb--2 .video-btn {
    right: 100px;
  }
}

@media (max-width: 767px) {
  .hero__thumb--2 .video-btn {
    position: static;
    bottom: 0;
    right: 0;
    margin-top: 30px;
  }
}

/* feature css */
@media (max-width: 1300px) {
  .feature__area .owl-nav {
    margin-top: 60px !important;
  }
}

.feature__area--3::before {
  top: -1px;
}

.feature__slider {
  padding: 0px 3px;
}

@media (max-width: 767px) {
  .feature__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.feature__item .icon {
  z-index: 1;
}

.feature__item .icon img {
  width: auto;
  margin-left: 25px;
}

.feature__item .icon::after {
  width: 42px;
  height: 42px;
  background: #13131A;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.feature__item .title {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0.16px;
}

.feature__item--2 {
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .feature__item--2 {
    padding-right: 0px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .feature__item--2 {
    padding-right: 0px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .feature__item--2 {
    padding-right: 0px;
    text-align: center;
  }
}

.feature__item--2 .year {
  color: #b3aaa2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #E2DFDD;
  height: 25px;
  width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  margin-top: -12.5px;
  line-height: 25px;
}

@media (max-width: 1199px) {
  .feature__item--2 .year {
    margin: 0 auto;
  }
}

.feature__item--2 .title {
  color: #000;
  margin-bottom: 5px;
}

.feature__item--3 {
  position: relative;
  border: 1px solid #32323D;
  min-height: 305px;
  height: auto;
}

@media (max-width: 767px) {
  .feature__item--3 {
    text-align: left;
    display: block;
  }
}

.feature__item--3 .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.feature__item--3 .shape img {
  height: 100%;
  width: 100%;
}

.feature__item--3::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 4px;
  width: 0%;
  background: #C7A17A;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 2;
}

.feature__item--3:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.feature__item--3 .content {
  padding-left: 40px;
  padding-top: 25px;
  padding-right: 40px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
  display: block;
}

.feature__item--3 .content .count {
  color: #C7A17A;
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0px;
  display: inline-block;
}

.feature__item--3 .content p {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.8;
}

.feature__item--3 .title {
  margin-bottom: 5px;
}

.feature__wrapper {
  border-top: 1px solid #E2DFDD;
}

@media (max-width: 1199px) {
  .feature__wrapper {
    border-color: transparent;
    color: #ffffff;
  }
}

@media (max-width: 1300px) {
  .slider-nav .owl-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
}

.slider-nav .owl-nav div {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 400;
  color: #222;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider-nav .owl-prev i {
  font-size: 40px;
  font-weight: 400;
}

.slider-nav .owl-next i {
  font-size: 40px;
  font-weight: 400;
}


@media (max-width: 1300px) {
  .slider-nav .owl-nav div {
    position: inherit;
    left: 0;
    margin: 0px 5px;
  }
}

.slider-nav .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

@media (max-width: 1300px) {
  .slider-nav .owl-nav div.owl-next {
    right: 0px;
  }
}


/* reservation css */
.reservation__area .shape {
  top: 0;
}

.reservation__area .shape__2 {
  left: auto;
  right: 0;
}

.reservation__wrapper {
  border-left: 0px;
}

@media (max-width: 1199px) {
  .reservation__wrapper {
    margin-top: 0px;
    border-left: 1px;
    border-top: 0px;
  }
}

@media (max-width: 767px) {
  .reservation__wrapper {
    padding: 50.5px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .reservation__wrapper {
    padding: 50px 80px;
  }
}

.reservation__wrapper--2 {
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .reservation__wrapper--2 {
    padding: 0px 0px 60px 0px;
  }

  .customModalBody .reservation__wrapper--2 {
    padding: 0px 0px 0px 0px;
  }

  .reservation__wrapper--2.contact-form-black {
    padding: 17px 0px 0px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .reservation__wrapper--2 {
    padding: 60px;
  }
}

.reservation__form input, .reservation__form select {
  border-bottom: 2px solid #fff;
  background: #09090d00;
  color: #000;
  font-size: 16px;
  padding: 13px 0px 13px 15px;
  width: 100%;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Jost', sans-serif;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
}

.customModalBody .reservation__form input, .customModalBody .reservation__form select {
  border: 2px solid #e3e3e3;
  background: #fff;
  color: #222;
  font-size: 16px;
  padding: 10px 11px;
  width: 100%;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Jost', sans-serif;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .2);
  border-radius: 0rem;
  outline: 0;

}

.customModalBody a {
  font-weight: 500;
  font-size: 14px;
}

.contact-form-black .reservation__form input, .contact-form-black .reservation__form select {
  border-bottom: 2px solid #222;
  background: #09090d00;
  color: #222;
  font-size: 18px;
  padding: 15px 0px 5px 15px;
  width: 100%;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Jost', sans-serif;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.contact-form-black .reservation__form input::-webkit-input-placeholder, .reservation__form select::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
  text-transform: uppercase;

}

.customModalBody .reservation__form input::-webkit-input-placeholder, .reservation__form select::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
  text-transform: capitalize;

}

.reservation__form input::-webkit-input-placeholder, .reservation__form select::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  text-transform: uppercase;

}

.reservation__form input::-moz-placeholder, .reservation__form select::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.reservation__form input:-ms-input-placeholder, .reservation__form select:-ms-input-placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.reservation__form input:-moz-placeholder, .reservation__form select:-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.reservation__form .from-group {
  position: relative;
}

.reservation__form .from-group .icon {
  position: absolute;
  right: 30px;
  font-size: 15px;
  color: #a7a7a7;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reservation__form--2 input, .reservation__form--2 select {
  background: #ffffff;
  border-color: #E2DFDD;
  padding: 19px 20px;
  color: #9e9e9e;
  border-radius: 5px;
  box-shadow: 0px 14px 40px 0px rgba(220, 220, 220, 0.3);
  font-size: 15px;
}

.reservation__form--2 input::-webkit-input-placeholder, .reservation__form--2 select::-webkit-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.reservation__form--2 input::-moz-placeholder, .reservation__form--2 select::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.reservation__form--2 input:-ms-input-placeholder, .reservation__form--2 select:-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.reservation__form--2 input:-moz-placeholder, .reservation__form--2 select:-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

#reservemap {
  height: 550px;
  width: 100%;
}

@media (max-width: 767px) {
  #reservemap {
    height: 400px;
  }
}


.table thead th {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  border: none;
  padding-left: 40px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.table thead tr {
  border-bottom: 1px solid #E2DFDD;
  padding-bottom: 10px;
}

.table tbody tr td {
  padding: 12px 40px;
  vertical-align: middle;
}

section.highlights-section .highlights-pointer-icon img {
  width: 80px;
}

/*Footer css*/


@media (max-width: 1199px) {
  .site-footer .pl-55 {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .site-footer .social-links {
    margin-top: 30px;
  }
}

.site-footer__3 {
  border: none;
}

@media (max-width: 1199px) {
  .footer__widget .item {
    justify-content: center !important;
  }
}

.footer__widget .item img {
  margin-right: 15px;
}

.footer__widget .item span {
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 7px;
}

.footer__widget .item a {
  color: #a7a7a7;
  text-decoration: none;
}

.footer__widget .subscribe {
  position: relative;
}

.footer__widget .subscribe input {
  border: none;
  background: transparent;
  padding: 15px;
  padding-left: 20px;
  font-size: 14px;
  border-bottom: 1px solid #32323D;
  width: 100%;
  padding-top: 0px;
  color: #a7a7a7;
}

.footer__widget .subscribe input::-webkit-input-placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.footer__widget .subscribe input::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.footer__widget .subscribe input:-ms-input-placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.footer__widget .subscribe input:-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.footer__widget .subscribe__btn {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  right: 20px;
  top: 0;
  background: transparent;
  font-size: 12px;
}

.footer__widget .subscribe__btn i {
  padding-left: 7px;
}

.footer__logo--content p {
  color: #ffffff;
  font-size: 18px;
}

.footer__menu-area {
  padding-top: 30px;
  border-top: 1px solid #32323D;
}

.footer__menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 991px) {
  .footer__menu ul {
    justify-content: center;
  }
}

.footer__menu ul li:not(:last-child) {
  margin-right: 55px;
}

@media (max-width: 991px) {
  .footer__menu ul li:not(:last-child) {
    margin-right: 25px;
  }
}

.footer__menu ul li a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}

.footer__menu ul li a:hover {
  color: #C7A17A;
}

.footer__menu ul .active a {
  color: #C7A17A;
}

.footer__top--3 {
  border-top: 1px solid #32323D;
}



.site-btn-1 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  background: #2a4ca1;
  padding: 8.5px 18px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.site-btn-1:hover {
  color: #ffffff;
  background: #2a4ca1;
}

.thankyou-button {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  background: #2a4ca1;
  padding: 8.5px 31px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.thankyou-button:hover {
  color: #ffffff;
  background: #2a4ca1;
}

.banner-image-block {
  position: absolute;
  right: 0;
  top: 0px;
}

.banner-image-block-left {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}

.bigTitle {
  font-family: 'Lato', sans-serif;
  line-height: 0.9;
  font-size: 3.125vw;
}

@media (min-width: 425px) {
  .bigTitle {
    font-size: 10vw;
  }
}

@media (min-width: 1024px) {
  .bigTitle {
    font-size: 55px;
    line-height: 66px;
  }
}

.bigTitle .orangeIcon {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #f7970e;
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .bigTitle .orangeIcon {
    width: 13px;
    height: 13px;
  }
}

@media (min-width: 1440px) {
  .bigTitle .orangeIcon {
    width: 16px;
    height: 16px;
  }
}

.arrow-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  color: #000;
  transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: fit-content;
  font-size: 12px;
}

.arrow-button svg {
  width: 33px;
  margin-left: 10px;
}

.arrow-button svg circle {
  transition: fill 0.75s ease;
  fill: transparent;
}

@media (min-width: 425px) {
  .arrow-button {
    font-size: 16px;
  }

  .arrow-button svg {
    width: 45px;
  }
}

@media (min-width: 1024px) {
  .arrow-button {
    font-size: 20px;
  }

  .arrow-button svg {
    width: 62px;
  }

  .arrow-button:hover {
    padding-left: 20px;
  }

  .arrow-button:hover svg circle {
    fill: #8c97d0;
  }
}

@media (min-width: 1440px) {
  .arrow-button {
    font-size: 15px;
  }

  .arrow-button svg {
    width: 60px;
  }
}

@media (min-width: 1920px) {
  .arrow-button {
    font-size: 18px;
  }

  .arrow-button svg {
    width: 70px;
  }
}

.edu-blog.blog-style-list {
  background-color: #fff;
  box-shadow: 0 10px 50px 0 rgba(26, 46, 85, .1);
  padding: 30px 25px 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.contact__wrapper h2.contact__title {
  margin-bottom: 50px !important;
}

/* .edu-blog.blog-style-list .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
} */

/* .edu-blog.blog-style-list .thumbnail {
  margin-right: 40px;
} */

.edu-blog .thumbnail {
  position: relative;
}

.edu-blog .thumbnail a {
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-meta li:after {
  content: "";
  height: 19px;
  width: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 3px;
  right: -18px;
}

.edu-blog .content p {
  margin-bottom: 0;
}

.blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 18px;
  margin: -5px -16px;
  padding-left: 0;
}

.edu-blog.blog-style-list .content {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}

.edu-blog .content .title {
  margin-bottom: 10px;
}

.blog-meta li {
  margin: 5px 16px;
  color: #2a4ca1;
  position: relative;
  list-style: none;
}

section.contact__section {
  /* background-color: #2a4ca1; */
  padding: 100px 0;
}

section.contact__section .popup-box {
  padding: 36px 27px 36px 27px;
}

section.contact__section .popup-box .discount-box .discount {
  background-color: #2a4ca1;
  padding: 3px 10px 3px 10px;
  margin-right: 20px;
}

section.contact__section .popup-box .discount-box .discount p {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

section.contact__section .popup-box .discount-box {
  /* margin-top: 14px; */
  /* margin-bottom: 30px; */
  border-bottom: 2px solid #b4984f;
  padding-bottom: 24px;
  margin-bottom: 25px;
}

section.contact__section .col-xl-6.col-lg-6.bg-img {
  background-image: url(../images/popup-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.contact__section .popup-image-left img {
  height: 521px;
  object-fit: fill;
}

section.contact__section .popup-box h3.form-header {
  text-transform: uppercase;
  color: #000;
  font-family: 'Jost', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
}

section.contact__section .popup-box .discount-box .price p {
  font-family: 'Lato', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 41px;
}

a.site-btn-1 span img {
  animation: wiggle 0.1s infinite alternate;
  width: 24px;
  /* height: 60px; */
  margin-right: 7px;
}

@keyframes wiggle {
  0% {
    transform: rotate(-6deg);
  }

  100% {
    transform: rotate(6deg);
  }
}

.contact__wrapper {
  position: relative;
  z-index: 2;
  padding: 0px 75px;
  /* border: 1px solid #E2DFDD;
  box-shadow: 0px 14px 40px 0px rgba(220, 220, 220, 0.3); */
  /* background: #ffffff; */
}


.contact__wrapper label::before {
  font-size: .875rem;
  position: absolute;
  top: calc(50% - 0.75em);
  left: -3.75rem;
  content: attr(data-number);
  color: #fff;
}

.contact__wrapper input[type=date], .contact__wrapper input[type=email], .contact__wrapper input[type=file], .contact__wrapper input[type=number], .contact__wrapper input[type=password], .contact__wrapper input[type=search], .contact__wrapper input[type=tel], .contact__wrapper input[type=text], .contact__wrapper input[type=url], .contact__wrapper select, .contact__wrapper textarea {
  font-size: 1rem;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
  transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
  color: hsl(0deg 0% 100%);
  border: none;
  border-bottom: 1px solid hsl(0deg 0% 100% / 63%);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact__wrapper .ptf-submit-button {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  background: #d9b365;
  padding: 8.5px 18px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1.8;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.contact__wrapper .ptf-form-group {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
}

.contact__wrapper label {
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.contact__form input, .contact__form textarea {
  border: 1px solid #E2DFDD;
  font-size: 16px;
  padding: 12px 20px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 14px 40px 0px rgba(220, 220, 220, 0.3);
  border-radius: 0;
}

.contact__form textarea {
  min-height: 160px;
}

.edu-blog.blog-style-list .content .read-more-btn {
  margin-top: 11px;
}

.blog-meta li i, .blog-meta li img {
  font-size: 16px;
  padding-right: 10px;
  position: relative;
  top: 2px;
  color: #2a4ca1;
}

.edu-blog .content .title {
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  margin-top: 18px;
}

.edu-blog .content .title a {
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  margin-top: 20px;
  color: #2a4ca1;
  font-size: 23px;
}

.edu-blog .content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 50px 0 rgba(26, 46, 85, .1);
}

.edu-blog .thumbnail a:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero__content.hero__content--3 {
  padding-bottom: 30px;
  border-bottom: 2px solid #dddddd87;
  border-image: radial-gradient(rgb(0 0 0), transparent) 0.5;
}

.hero__area.hero__area--3 .banner-pointer {
  margin-top: 55px;
}

.hero__area.hero__area--3 .tick-icon img {
  margin-right: 15px;
}

.hero__area.hero__area--3 .tick-icon img {
  margin-right: 15px;
  width: 25px;
}

.hero__area.hero__area--3 .pointer p {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  font-size: 16px;
}

.html-marquee {
  overflow: hidden;
  position: relative;
  background: #000000;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Jost', sans-serif;

}


.c-hero__disclaimer {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  padding: 3px 0;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

ul.c-hero__disclaimer li {
  margin: 0 30px;
}

section.marquee-section ul li:nth-child(odd) {
  color: #b69b4a;
}

section.best-section {
  overflow: hidden;
  position: relative;
  background: #000000;
  color: #000;
  font-weight: bold;
  /* height: 50px; */
  padding: 8px 0;
}

section.best-section p {
  font-size: 17px;
  font-family: 'Jost', sans-serif;
  color: #b69b4a;
  text-align: center;
  text-transform: uppercase;
}

section.marquee-section ul li:nth-child(even) {
  color: #fff;
}

.design-color {
  color: #b4984f;
}




.EnquiryMain {
  width: 350px;
  /* min-height: 500px; */
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  background-color: #000000;
}

.EnquiryTab {
  background-color: #fff;
  /* float: left; */
  cursor: pointer;
  -webkit-box-shadow: -5px 0 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0 5px -3px rgba(0, 0, 0, 0.3);
  /* position: absolute; */
  bottom: 100%;
  transition: all 1.5s ease-in-out;
  width: 100%;
  border: 4px solid #000;
  border-bottom: none;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.EnquiryTab .enq-closenikhil {
  opacity: 0;
}

.EnquiryMain.open .EnquiryTab .enq-closenikhil {
  opacity: 1;
}

.EnquiryForm p {
  line-height: 1.5;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: var(--ptf-primary-font);
  text-align: left;
}


.ptf-submit-button {
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.13;
  font-weight: 600;
  text-align: center;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  width: auto;
  display: inline-flex;
  overflow: hidden;
  padding: 1.11em 3.5em;
  cursor: pointer;
  -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
  transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2a4ca1;
}

.EnquiryTab h5 {
  font-size: 16px;
  /* width: 180px; */
  text-align: left;
  color: #000;
  font-family: var(--ptf-primary-font);
  margin: 0;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.EnquiryForm {
  overflow: hidden;
  max-height: 0;
  transition: all 1.5s ease-in-out;
}

.open {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  right: 0;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.EnquiryForm label {
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: .5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: #fff;
}

.select-result {
  max-height: 200px;
  padding: 4px;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
  background: #fafafa;
}

.EnquiryForm .ptf-form-group {
  position: relative;
  display: block;
  margin-bottom: 1.1rem;
}

.EnquiryForm input[type=date],
.EnquiryForm input[type=email],
.EnquiryForm input[type=file],
.EnquiryForm input[type=number],
.EnquiryForm input[type=password],
.EnquiryForm input[type=search],
.EnquiryForm input[type=tel],
.EnquiryForm input[type=text],
.EnquiryForm input[type=url],
.EnquiryForm select,
.EnquiryForm textarea {
  font-size: 1rem;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
  transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
  color: hsl(0deg 0% 100%);
  border: none;
  border-bottom: 1px solid hsl(0deg 0% 100% / 63%);
  border-radius: 0;
  outline: 0;
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 2.2rem;
}

.enq-closenikhil a {
  color: #fff;
  border-radius: 50%;
  padding: 0px;
  font-size: 1.1rem;
  cursor: pointer;
}

.enq-closenikhil {
  text-align: center;
  /* padding: 6px 0px 6px 0px; */
}

.open .EnquiryForm {
  max-height: 80vh;
  overflow: auto;
}

.innerCon {
  position: relative;
  padding: 12px 25px 25px 25px;
}

.section {
  position: relative;
  padding: 100px 0 100px;
}

.section.blog-start {
  position: relative;
  padding: 80px 0 150px;
}

.lg-screen-hide {
  display: none;
}


.section h1.section-title {
  font-family: 'Lato', sans-serif;
  font-size: 50px;
  color: #2a4ca1;
  text-transform: uppercase;
  line-height: 54px;
  margin-bottom: 15px;
}

.section h2.title {
  font-family: 'Lato', sans-serif;
  font-size: 38px;
  color: #2a4ca1;
  text-transform: uppercase;
  line-height: 54px;
  margin-bottom: 15px;
}

.section h3.sub-title {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  color: #2a4ca1;
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 16px;
}

.section p {
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  line-height: 28px;
  color: #000;
  text-transform: none;
}

.section p.award__para {
  margin-bottom: 20px;
}

.section .pointer p {
  padding-right: 80px;
  line-height: 25px;
}

.section span {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
}

section.section.highlights-area .highlight-box {
  border: 2px solid #e2e2e2;
  padding: 30px 20px;
  transition: 0.2s ease-in all;
}

section.section.highlights-area p.featured__para {
  margin-bottom: 20px;
  padding-right: 90px;
}

section.highlights-area .banner-pointer {
  margin-bottom: 25px;
}

section.highlights-area .tick-icon img {
  margin-right: 15px;
  width: 24px;
  max-width: 24px;
}

section.awards_section .tick-icon img {
  margin-right: 15px;
  width: 24px;
}

section.awards_section .award_img img {
  width: 100%;
}

section.awards_section h2.custom_title {
  margin-bottom: 5px;
}

section.section.highlights-area .highlight-box:hover {
  border: 2px solid #294a9d;
  transform: translateY(-4px);
}

section.section.highlights-area .highlight-box .highlight-icon img {
  margin-bottom: 14px;
  width: 64px;
}

section.highlights-area .highlight-box .highlight-icon p {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

section.trevoc__gensis.bg__img {
  background-image: url(../images/banner/trevocsection.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  margin-top: 80px;
}

section.recent_news {
  background-color: #f7f7f7;

}

.card-list {
  width: 100%;
}

.card {
  background-color: #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  transition: 0.15s ease-in;
}

.card:hover, .card:focus-within {
  box-shadow: 0 0 0 2px #2a4ca1, 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  transform: translatey(-5px);
}

.card-image {
  border-radius: 10px;
  overflow: hidden;
}

.card-header {
  margin-top: 0rem;
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
}

section.recent_news a.rbt-btn-link {
  color: #192335;
  position: relative;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-right: 0;
}

section.recent_news a.rbt-btn-link:hover {
  color: #2a4ca1;
}

section.recent_news a.rbt-btn-link::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 0;
  background: currentColor;
  width: 0;
  height: 2px;
  transition: 0.3s;
  right: 0;
}

section.recent_news a.rbt-btn-link i {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 4px;
  font-size: 16px;
}

section.recent_news a.rbt-btn-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.card-header a {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.25;
  padding-right: 1rem;
  text-decoration: none;
  color: inherit;
  will-change: transform;
}

.icon-button {
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.25rem;
  transition: 0.25s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  cursor: pointer;
  color: #565656;
}

.icon-button svg {
  width: 1em;
  height: 1em;
}

.icon-button:hover, .icon-button:focus {
  background-color: #EC4646;
  color: #FFF;
}

.card-footer {
  margin-top: 1.25rem;
  border-top: 1px solid #ddd;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card-meta {
  display: flex;
  align-items: center;
  color: #787878;
}

.card-meta:first-child:after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentcolor;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.card-meta svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}


section.about_us_area.bg-img {
  background-image: url(../images/about/about-bg.html);
  background-position: bottom;
  background-repeat: no-repeat;
}

section.about_us_area.bg-img .about-us-para p {
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  line-height: 28px;
  text-transform: none;
}

section.about_us_area.bg-img .about-us-para p:not(:last-child) {
  margin-bottom: 30px;
}

section.about_us_area.bg-img .rera-badge {
  margin-top: 26px;
}

section.about_us_area.bg-img .rera-badge .badge-up {
  background-color: #b69b4a;
  padding: 10px 20px 6px 20px;
  border-radius: 0px;
}

section.about_us_area.bg-img .rera-badge .badge-up p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
}

section.location-section iframe.map_grayscale {
  filter: grayscale(1);
}

section.about_us_area.bg-img .rera-badge .badge1 p {
  color: #222;
  font-family: 'Jost', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
}

section.about_us_area.bg-img .rera-badge .badge1 {
  padding: 6px 45px 6px 45px;
  border: 2px solid #222;
  border-left: 0;
}

section.highlights-section.bg-img {
  background-color: #2a4ca1;
  background-position: bottom;
  background-repeat: no-repeat;
}


section.highlights-section .highlights-pointer {
  padding: 30px 20px 40px 20px;
}

section.highlights-section .highlights-pointer.br-right.br-bottom {
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  border-image: radial-gradient(rgb(0 0 0), #00000008) 0.5;
}

section.highlights-section .highlights-pointer.br-right {
  border-right: 1px solid #222;
  border-image: radial-gradient(rgb(0 0 0), #00000008) 0.5;
}

section.highlights-section .highlights-pointer.br-bottom {
  border-bottom: 1px solid #222;
  border-image: radial-gradient(rgb(0 0 0), #00000008) 0.5;
}

section.highlights-section .highlights-pointer .pointer-desc h3 {
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

section.highlights-section .highlights-pointer-icon img {
  margin-bottom: 30px;
}

section.location-section .location-pointer .location-desc p {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}

section.location-section .location-pointer .location-tick img {
  margin-right: 20px;
}


section.floor-plan-section .master-plan h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gallery-img__item {
  position: relative;
  /* flex-basis: 33.33333%; */
  margin: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(110 123 140 / 30%);
  box-shadow: 0px 0px 10px 0px rgb(110 123 140 / 30%);
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.gallery-img__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.demo-gallery-poster img.zoom-image {
  left: 44%;
  opacity: 0;
  position: absolute;
  top: 42%;
  width: 60px;
  /* height: 300px; */
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  height: 60px;
}

.gallery-img__item:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-img__item:hover .demo-gallery-poster img {
  opacity: 1;
}

.gallery-img__item:hover .demo-gallery-poster {
  background-color: rgb(239 236 236 / 50%);
}

.demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

section.payment-plan.bg-img {
  background-image: url(../images/icons/payment-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.payment-plan.bg-img .download-cta {
  background-color: #000;
  padding: 35px 30px 35px 30px;
  margin-top: 50px;
}

section.payment-plan.bg-img .download-cta h3 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 28px;
  text-transform: capitalize;
  text-align: left;
}

.gallery-img__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

section.gallery-section .gallery-img__item {
  position: relative;
  /* flex-basis: 33.33333%; */
  width: 370px;
  height: 370px;
  margin: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(110 123 140 / 30%);
  box-shadow: 0px 0px 10px 0px rgb(110 123 140 / 30%);
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

section.gallery-section .gallery-img__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

section.gallery-section .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

section.gallery-section .demo-gallery-poster img.zoom-image {
  left: 43%;
  opacity: 0;
  position: absolute;
  top: 42%;
  width: 50px;
  /* height: 300px; */
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  height: 50px;
}

section.gallery-section .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

section.gallery-section .gallery-img__item:hover .demo-gallery-poster img {
  opacity: 1;
}

section.gallery-section ul {
  padding-left: 0px;
}


section.cta-section {
  background-color: #f4f4f4;
  border-top: 5px solid #222;
  border-bottom: 5px solid #222;
  padding: 100px 0;
  margin-top: 191px;
  background-image: url(../images/icons/cta-bg.html);

}

section.cta-section .building-image {
  position: absolute;
  left: -37px;
  bottom: -165px;
}

section.cta-section h2 {
  color: #2a4ca1;
  font-size: 60px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  line-height: 65px;
}

.site-btn-2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  background: #000;
  padding: 8.5px 20px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
}

.site-btn-2:hover {
  color: #ffffff;
  background: #000;
}

.site-btn-3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  background: #2a4ca1;
  padding: 8.5px 20px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  width: 100%;
}

.site-btn-3:hover {
  color: #ffffff;
  background: #000;
}

section.bank-logo.bg-img {
  background-image: url(../images/bnk-logo/bank-logo-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

section.faq-area .accordion .accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, .125);
}

section.faq-area .accordion .accordion-item .accordian-wrapper .accordion-header {
  color: #222;
  cursor: pointer;
  font-size: 22px;
  letter-spacing: .1em;
  transition: all .3s;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0px;
}

.accordion-body {
  padding: 0rem 1.25rem 1rem 1.25rem;
  text-align: left;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #606060;
}

.accordion-button {
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Jost', sans-serif;
  color: #000;
  background: #f5f9fc;
}

.accordion-button:not(.collapsed) {
  color: #2a4ca1;
  background-color: #fff0;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

section.faq-area .accordion .accordion-item .accordian-wrapper {
  display: flex;
  flex-direction: column;
  border: 0px solid #ddd;
  cursor: pointer;
  background: #f5f9fc;
  margin-bottom: 1em;
}

.accordion-button::after {
  background-image: url("../images/icons/plus.html");
  transform: scale(0.7) !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b6fe00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/minus.html");
}


section.form-section.bg-img.custom-padding {
  background-image: url(../images/icons/footer-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

section.bank-logo .more-btn {
  font-size: 20px;
}


section.form-section .footer-tv-image img {
  position: absolute;
  top: 70px;
  left: 175px;
  z-index: 1;
  width: 600px;
}

footer.site-footer.bg-img {
  background-image: url(../images/icons/footer-bg-bottom.html);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -9px;
}

footer.site-footer .footer__menu-area {
  background-color: #1b1b1b;
}

footer.site-footer .footer__menu-area p {
  color: #fff;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}

.footer__menu-area {
  padding-top: 20px;
  border-top: 1px solid #32323D;
  padding-bottom: 20px;
  margin-top: 60px;
}

footer.site-footer p.disclaimer-para {
  font-size: 10px;
  line-height: 21px;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #222;
  margin-top: 13px;
}

footer.site-footer .address-block p {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #222;
}

footer.site-footer .address-block a p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Jost', sans-serif;
  text-transform: lowercase;
  font-weight: 500;
  margin-top: 13px;
  color: #222;
}

section.about-us-banner.custom-padding {
  padding: 100px 0px;
}

section.contact-us-banner.custom-padding {
  padding: 100px 0px;
}

section.about-us-banner h1.page-title {
  font-size: 55px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #2a4ca1;
}

section.contact-us-banner h1.page-title {
  font-size: 55px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #2a4ca1;
}

section.about-us-banner.bg_img {
  /* background-image: url(../images/about/banner-bg.jpg); */
  /* background-repeat: no-repeat;
  background-size: contain;
  background-position: left; */
  background-color: #ebebeb;
}

section.contact-us-banner.bg_img {
  background-image: url(../images/about/banner-bg.html);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

section.location-section.bg-img {
  background-image: url(../images/about/about-bg.html);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

section.about-developers-area p.about-para {
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

section.about-developers-area ul li {
  font-size: 16px;
  font-family: 'Jost', sans-serif; color:#000;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

section.counter.bg-img {
  background-image: url(../images/about/about-cta.html);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #b69b4a;
  border-bottom: 5px solid #b69b4a;
}

section.counter .counter-box h2 {
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  color: #b69b4a;
}

section.counter .counter-box p {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  font-weight: bold;
  color: #fff;
}

section.counter .counter-box p.below-desc {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color: #fff;
}

section.our-projects .project-box {
  border: 1px solid #cacaca;
}

section.our-projects .project-box .developer-icon {
  padding: 17px 16px;
}

section.our-projects .project-box .project-image img {
  width: 100%;
}

section.contact-details.bg-img {
  background-image: url(../images/about/about-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.contact-details .address-block p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #222;
}

section.contact-details .address-block a p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Jost', sans-serif;
  font-weight: bold;
  margin-top: 13px;
  color: #222;
  text-transform: lowercase;
}

section.contact-details .address-block a p {
  font-size: 18px;
  line-height: 28px;
  text-transform: lowercase;
  font-family: 'Jost', sans-serif;
  font-weight: bold;
  margin-top: 13px;
  color: #222;
}

section.contact-details .address-block a p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Jost', sans-serif;
  text-transform: lowercase;
  font-weight: 500;
  margin-top: 13px;
  color: #222;
}

.customModalDialog {
  max-width: 800px;
  /* margin: 0.5rem auto; */
  position: relative;
}

.modal-body.customModalBody .popup-image-left img {
  width: 100%;
}

.customModalContent .modal-close {
  position: absolute;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  text-align: center;
  z-index: 99;
}

section.our-projects .developer-icon img.developer-logo {
  width: 172px;
  object-fit: cover;
}

.customModalContent .col-xl-6.col-lg-6.bg-img {
  background-image: url(../images/popup-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.customModalContent .popup-box {
  padding: 35.6px 27px 20px 27px;
}

.customModalContent .popup-box h3.form-header {
  text-transform: uppercase;
  color: #000;
  font-family: 'Jost', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
}

.customModalContent .popup-box .discount-box {
  margin-top: 14px;
  /* margin-bottom: 30px; */
  border-bottom: 2px solid #b4984f;
  padding-bottom: 24px;
  margin-bottom: 25px;
}

.customModalContent .popup-box .discount-box .discount {
  background-color: #2a4ca1;
  padding: 3px 10px 0 10px;
  margin-right: 20px;
}

.customModalContent .popup-box .discount-box .discount p {
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.customModalContent .popup-box .discount-box .price p {
  font-family: 'Lato', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 41px;
  padding-top: 5px;
}

footer.site-footer h3 {
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

footer.site-footer ul li a {
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: capitalize;
}

footer.site-footer ul li {
  margin-bottom: 15px;
}

footer.site-footer .social-links a img {
  width: 45px;
}

section.location-section .pointer p {
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  color: #222;
  font-weight: 600;
  font-size: 16px;
}

section.location-section .banner-pointer {
  margin-bottom: 25px;
}

section.location-section .tick-icon img {
  margin-right: 15px;
  width: 25px;
}

section.thankyou-message h1.thankyou-title {
  font-family: 'Lato', sans-serif;
  font-size: 70px;
  text-transform: uppercase;
  color: #2a4ca1;
  letter-spacing: 1px;
}

.sc-1au8ryl-0.dmopMx {
  display: none;
}

.width-li {
  width: 50%;
}

.btn1 {
  display: block;
  height: 50px;
  font-size: 15px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  background-color: #2a4ca1;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  margin: 10px auto 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  border-right: 1px solid #fff;
}

.btn1:hover {
  display: block;
  height: 50px;
  font-size: 15px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  background-color: #2a4ca1;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  margin: 10px auto 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  border-right: 1px solid #fff;
}

.fixed-bottom {
  bottom: -16px;
}

.btn2 {
  display: block;
  height: 50px;
  font-size: 15px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  background-color: #2a4ca1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 50px;
  text-decoration: none;
  margin: 10px auto 0;
  font-weight: 500;
}

.btn2:hover {
  display: block;
  height: 50px;
  font-size: 15px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  background-color: #2a4ca1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 50px;
  text-decoration: none;
  margin: 10px auto 0;
  font-weight: 500;
}

.tab-show {
  display: none;
}

.mobile-show {
  display: none;
}

/* Responsive CSS */
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .section {
    position: relative;
    padding: 100px 0px;
  }

  section.section.blog-start .blog-details-box .blog-header-blog {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 0 20px;
  }

  section.section.blog-start .blog-details-box img {
    width: 100%;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
  }

  section.section.blog-start .blog-details-box .blog-header-blog .blog-heading h1 {
    font-size: 45px;
  }

  section.section.blog-start .blog-details-box-start h2 {
    font-size: 38px;
  }

  section.section.blog-start .blog-details-box-start h4 {
    font-size: 20px;
  }

  section.section.blog-start .blog-details-box-start h3 {
    font-size: 30px;
  }

  /* .reservation__form input, .reservation__form select {
    width: 85%;
  } */

  section.location-section .pointer p {
    line-height: 25px;
  }

  .site-btn-2 {
    padding: 8.5px 11px;
  }

  section.highlights-section .highlights-pointer .pointer-desc h3 {
    font-size: 16px;
  }

  .logo img {
    top: -9px;
    left: 12px;
    width: 218px;
  }

  .main-menu ul li a {
    padding: 25px 19px;
  }

  .hero__content .title {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 10px;
  }

  .hero__area.hero__area--3 .pointer p {
    font-size: 16px;
  }

  .hero__content p {
    font-size: 22px;
  }

  .banner-image-block img {
    width: 670px;
    height: 750px;
    object-fit: cover;
  }

  section.contact-us-banner .banner-image-block img {
    height: 245px;
    object-fit: cover;
    width: 100%;
  }

  .c-hero__disclaimer {
    font-size: 12px;
  }

  .hero__area--3 {
    padding-top: 125px;
    background-position: center top;
    padding-bottom: 157px;
    overflow: hidden;
  }

  .hero__area.hero__area--3 .banner-pointer {
    margin-top: 40px;
  }

  .section h2.title {
    font-size: 40px;
    line-height: 60px;
  }

  .section p {
    font-size: 17px;
    line-height: 32px;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    font-size: 60px;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: clamp(39rem, 64vh, 5000px);
  }

  section.about_us_area.bg-img .about-us-para p {
    font-size: 16px;
    line-height: 26px;
  }

  section.cta-section .building-image {
    position: absolute;
    top: -239px;
    left: 40px;
  }

  section.cta-section .building-image img {
    width: 300px;
  }

  section.cta-section {
    padding: 70px 0;
    margin-top: 109px;
  }

  section.cta-section h2 {
    font-size: 46px;
    line-height: 55px;
  }

  section.gallery-section .gallery-img__item {
    width: 346px;
    height: 346px;
  }

  section.gallery-section .demo-gallery-poster img.zoom-image {
    left: 39%;
    top: 43%;
    width: 55px;
    height: 55px;
  }

  section.location-section .location-pointer .location-tick img {
    margin-right: 20px;
    width: 60px;
  }

  section.form-section .footer-tv-image img {
    position: absolute;
    top: 48px;
    left: 175px;
    z-index: 1;
    width: 563px;
  }

  .accordion-button {
    font-size: 18px;
  }

  footer.site-footer .address-block p {
    font-size: 16px;
  }

  footer.site-footer .address-block a p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 13px;
    color: #222;
  }

  .accordion-body {
    font-size: 16px;
  }

  .footer__menu-area {
    margin-top: 28px;
  }

  section.about-developers-area p.about-para {
    font-size: 16px;
    line-height: 28px;
  }


  /* About Us Page */
  section.about-us-banner h1.page-title {
    font-size: 60px;
  }

  section.contact-us-banner h1.page-title {
    font-size: 60px;
  }

  section.about-us-banner.custom-padding {
    padding: 80px 0px;
  }

  section.contact-us-banner.custom-padding {
    padding: 80px 0px;
  }

  section.counter .counter-box h2 {
    font-size: 50px;
  }

  section.counter .counter-box p {
    font-size: 16px;
  }

  section.about-us-banner img {
    width: 440px;
    float: right;
  }

  section.about_us_area .about_us_image img {
    height: 639px;
  }

  section.about_us_area .btns.mt-50 {
    margin-top: 30px;
  }


}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .section {
    position: relative;
    padding: 100px 0px;
  }

  section.section.blog-start .blog-details-box .blog-header-blog {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 0 20px;
  }

  section.section.blog-start .blog-details-box img {
    width: 100%;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
  }

  section.section.blog-start .blog-details-box .blog-header-blog .blog-heading h1 {
    font-size: 45px;
  }

  section.section.blog-start .blog-details-box-start h2 {
    font-size: 38px;
  }

  section.section.blog-start .blog-details-box-start h4 {
    font-size: 20px;
  }

  section.section.blog-start .blog-details-box-start h3 {
    font-size: 30px;
  }

  .site-btn-2 {
    padding: 8.5px 11px;
  }

  section.highlights-section .highlights-pointer .pointer-desc h3 {
    font-size: 16px;
  }

  .logo img {
    top: -9px;
    left: 12px;
    width: 218px;
  }

  .main-menu ul li a {
    padding: 25px 19px;
  }

  .hero__content .title {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 10px;
  }

  .hero__area.hero__area--3 .pointer p {
    font-size: 16px;
  }

  .hero__content p {
    font-size: 22px;
  }

  .banner-image-block img {
    width: 670px;
    height: 750px;
    object-fit: cover;
  }

  .c-hero__disclaimer {
    font-size: 12px;
  }

  .hero__area--3 {
    padding-top: 171px;
    background-position: center top;
    padding-bottom: 116px;
    overflow: hidden;
  }

  .section h2.title {
    font-size: 50px;
    line-height: 60px;
  }

  .section p {
    font-size: 20px;
  }

  section.about_us_area.bg-img .about-us-para p {
    font-size: 16px;
    line-height: 26px;
  }

  section.cta-section .building-image {
    position: absolute;
    top: -239px;
    left: 40px;
  }

  section.cta-section .building-image img {
    width: 300px;
  }

  section.cta-section {
    padding: 70px 0;
    margin-top: 109px;
  }

  section.cta-section h2 {
    font-size: 46px;
    line-height: 55px;
  }

  section.gallery-section .gallery-img__item {
    width: 327px;
    height: 327px;
  }

  section.gallery-section .demo-gallery-poster img.zoom-image {
    left: 39%;
    top: 43%;
    width: 55px;
    height: 55px;
  }

  section.location-section .location-pointer .location-tick img {
    margin-right: 20px;
    width: 60px;
  }

  section.form-section .footer-tv-image img {
    position: absolute;
    top: 43px;
    left: 156px;
    z-index: 1;
    width: 576px;
  }

  /* .reservation__form input, .reservation__form select {
    width: 85%;
  } */

  .accordion-button {
    font-size: 18px;
  }

  footer.site-footer .address-block p {
    font-size: 16px;
  }

  footer.site-footer .address-block a p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 13px;
    color: #222;
  }

  .accordion-body {
    font-size: 16px;
  }

  .footer__menu-area {
    margin-top: 28px;
  }

  section.about-developers-area p.about-para {
    font-size: 16px;
    line-height: 28px;
  }


  /* About Us Page */
  section.about-us-banner h1.page-title {
    font-size: 60px;
  }

  section.contact-us-banner h1.page-title {
    font-size: 60px;
  }

  section.about-us-banner.custom-padding {
    padding: 80px 0px;
  }

  section.contact-us-banner.custom-padding {
    padding: 80px 0px;
  }

  section.counter .counter-box h2 {
    font-size: 50px;
  }

  section.counter .counter-box p {
    font-size: 16px;
  }

  section.about-us-banner img {
    width: 440px;
    float: right;
  }
}

@media only screen and (max-width: 1280px) {
  section.gallery-section .gallery-img__item {
    width: 306px;
    height: 306px;
  }
}

@media screen and (max-width: 992px) {
  .tab-show {
    display: block;
  }

  .mobile-show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }

  .tab-show {
    display: none;
  }


  .desktop-show {
    display: none;
  }
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__area--3 {
    padding-top: 389px;
    padding-bottom: 0px;
  }

}




.home-showcase {
  padding: 0 var(--columnExt) 0;
  position: relative;
  margin: 0rem 0 0vw;
}

.home-showcase .home-showcaseSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 72vh;
  overflow: hidden;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
  max-width: 100%;
  margin: 0 0 5rem;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
  /* transform: translate(-140%, 0); */
  transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
  color: #fff;
  margin: 0 0 2.5rem;
  text-shadow: #21212121 0px 0px 5px;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
  /* transform: translate(-160%, 0); */
  transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
  width: fit-content;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
  color: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
  fill: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
  stroke: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
  stroke: #8c97d0;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
  width: 100%;
  height: 100%;
  background-color: #0000005c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.8s ease-in 0.5s;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle,
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
  transform: translate(0, 0);
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container p.banner__para {
  /* margin: 0 0 0rem; */
  font-size: 18px;
  /* transform: translate(-140%, 0); */
  color: #fff;
  margin-top: 18px;
  transition: transform 1.30s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container p.banner__para {
  transform: translate(0, 0);
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
  opacity: 1;
}

.home-showcase .home-showcaseSlider .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding: 3.5% 0;
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
  width: 4vw;
  border-radius: 50px;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
  background-color: #2a4ca1;
  width: 8vw;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav {
  display: flex;
  flex-direction: row;
  padding: 0 0 3.5% 5%;
  padding-right: 0;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
  position: static;
  display: flex;
  align-items: flex-end;
  font-weight: 900;
  margin: 0 2vw;
  width: 20px;
  height: auto;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
  opacity: 1;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
  color: #8f9397;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
  font-size: 4vw;
  color: #2a4ca1;
}

.home-showcase .home-showcaseSlider #macaron {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 5%;
  width: 30%;
}

.home-showcase .home-showcaseSlider #macaron #text-circle {
  animation: rotate-360 12s linear 0s infinite reverse forwards;
  transform-origin: center;
}

.home-showcase .scrollSliderButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0%);
  color: #fff !important;
  text-decoration: none;
  font-size: 3.5vw;
  height: 21vw;
  font-family: "CabinetGrotesk-light", sans-serif;
}

.home-showcase .scrollSliderButton .line {
  height: 15vw;
  width: 1px;
  background: #8c97d0;
  margin-top: 5px;
  animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
}


@media (min-width: 1024px) {
  .home-showcase {
    margin: 0rem 0 0vw;
  }

  .home-showcase .home-showcaseSlider {
    display: block;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: clamp(37rem, 77vh, 5000px);
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    align-items: center;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
    max-width: 100%;
    margin: 0;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    margin: 0 0 0rem;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5% 5%;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 1.5vw;
    height: 3px;
    margin: 0 8px !important;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    width: 3vw;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 5% 2.5% 5%;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    margin: 0 0.6vw;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 1vw;
  }

  .home-showcase .home-showcaseSlider #macaron {
    width: fit-content;
    width: 8.4vw;
  }

  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 40%);
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9vw;
    height: 4.8vw;
    font-family: "CabinetGrotesk-light", sans-serif;
  }

  .home-showcase .scrollSliderButton .line {
    height: 4.8vw;
    width: 2px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
  }
}




@media only screen and (min-width: 320px) and (max-width: 767px) {


  .mobile-bottom {
    margin-bottom: 30px;
  }

  .pr-40 {
    padding-right: 12px;
  }

  .section h1.section-title {
    font-family: 'Lato', sans-serif;
    font-size: 33px;
    color: #2a4ca1;
    text-transform: uppercase;
    line-height: 43px;
    margin-bottom: 15px;
  }

  .small-dv-hide {
    display: none;
  }

  .section {
    position: relative;
    padding: 50px 0px;
  }

  section.trevoc__gensis.bg__img {
    margin-top: 67px;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 20px;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    position: relative;
    height: 62vh;
    overflow: hidden;
  }

  section.trevoc__gensis.bg__img {
    padding: 67px 0;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    background-color: #818181;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    background-color: #2a4ca1;
    width: 8vw;
  }

  section.section.highlights-area p.featured__para {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section.blog-start {
    position: relative;
    padding: 40px 0 65px;
  }

  section.blog-start .blog-details-box .blog-header-blog {
    position: absolute;
    bottom: 22px !important;
    left: 0 !important;
    padding: 0 13px !important;
  }

  section.blog-start .blog-details-box-start p {
    font-size: 16px !important;
    line-height: 25px !important;
    margin-bottom: 14px !important;
  }

  section.blog-start .blog-details-box-start h3 {
    font-size: 30px !important;
  }

  section.blog-start .blog-details-box .blog-header-blog .blog-heading h1 {
    font-weight: 500;
    font-size: 38px !important;
  }

  section.blog-start .blog-details-box-start h2 {
    font-size: 34px !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
  }

  section.blog-start .blog-details-box img {
    width: 100%;
    border-radius: 10px !important;
    height: 278px !important;
    object-fit: cover;
  }

  section.blog-section .blog-box a.read-more {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }

  .customModalContent .modal-close {
    background-color: white;
  }

  .customModalContent .popup-box {
    padding: 17.6px 17px 15.6px 17px;
  }

  .popup-image-left {
    display: none;
  }

  .customModalContent .popup-box .discount-box .discount p {
    font-size: 14px;
  }

  .customModalContent .popup-box .popup-logo img {
    width: 152px;
  }

  .customModalContent .popup-box .discount-box {
    padding-bottom: 16px;
    margin-bottom: 17px;
  }

  .customModalBody .reservation__form input, .customModalBody .reservation__form select {
    padding: 7px 8px;
  }

  .customModalContent .popup-box .discount-box .price p {
    font-size: 28px;
  }

  .modal-body.customModalBody .popup-image-left img {
    width: 100%;
    height: 182px;
    object-fit: cover;
  }

  .thankyou-button {
    margin: 10px auto;
  }

  section.thankyou-message h1.thankyou-title {
    font-size: 38px;
  }

  footer.site-footer .col-xl-4.col-lg-4.pl-60 {
    padding-left: 12px;
  }

  section.location-section .pointer p {
    font-size: 15px;
  }

  section.about_us_area .btns.mt-50 {
    margin-top: 30px;
  }

  section.about_us_area.bg-img .rera-badge .badge1 {
    padding: 6px 45px 6px 45px;
    border-left: 2px solid #222;
  }

  section.about_us_area.bg-img .about-us-para p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: justify;
  }


  .contact__wrapper {
    position: relative;
    z-index: 2;
    padding: 35px 28px;
    border: 1px solid #E2DFDD;
    box-shadow: 0px 14px 40px 0px rgba(220, 220, 220, 0.3);
    /* background: #ffffff; */
  }

  .contact__form.mt-20 {
    margin-top: 0;
  }

  p.contact__para {
    margin-bottom: 0;
  }

  .pl-40 {
    padding-left: 12px;
  }

  .mt-50 {
    margin-top: 0;
  }

  .section h2.title {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  section.about_us_area.bg-img .rera-badge .badge-up {
    margin-bottom: 10px;
  }

  section.about_us_area.bg-img .rera-badge .badge1 {
    padding: 10px 10px 10px 10px;
    text-align: center;
  }

  section.about_us_area.bg-img .about_us_image img {
    margin-top: 30px;
  }

  section.about-developers-area p.about-para {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
  }

  section.about-developers-area .col-xl-6.col-lg-6.col-md-8.mt-30.pr-80 {
    padding-right: 12px;
    margin-top: 0px;
  }

  .section .pointer p {
    margin-bottom: 0;
  }

  .section p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 16px;
  }

  section.contact__section .popup-box .discount-box .discount p {
    margin-bottom: 0;
  }
  section.contact__section .popup-box {
    padding: 36px 19px 36px 19px;
}

section.contact__section .reservation__wrapper--2 {
  padding: 0px 0px 0px 0px;
}
  section.highlights-area .tick-icon img {
    margin-right: 9px;
    width: 24px;
  }

  section.highlights-area .banner-pointer {
    margin-bottom: 14px;
  }

  section.blog-section .blog-box p {
    width: 100% !important;
    margin-bottom: 7px !important;
  }

  .section span {
    font-size: 18px;
  }

  .hero__area.hero__area--3 .banner-pointer {
    margin-top: 16px;
  }

  .hero__content.hero__content--3 {
    padding-bottom: 17px;
    margin-bottom: 10px;
  }

  .hero__area.hero__area--3 .pl-40 {
    padding-left: 12px;
  }

  .hero__area.hero__area--3 .pointer p {
    font-size: 16px;
  }

  .c-hero__disclaimer {
    font-size: 12px;
  }

  section.highlights-area .highlight-box .highlight-icon p {
    font-size: 12px;
    line-height: 20px;
  }

  section.highlights-section .highlights-pointer-icon img {
    margin-bottom: 30px;
    width: 70px;
  }

  section.highlights-section .highlights-pointer .pointer-desc h3 {
    font-size: 13px;
  }

  section.highlights-section .highlights-pointer {
    height: 192px;
  }

  section.highlights-section .highlights-pointer.br-sm-bottom {
    border-bottom: 1px solid #222;
    border-image: radial-gradient(rgb(0 0 0), #00000008) 0.5;
  }

  .slider-nav .owl-next i {
    font-size: 30px;
    font-weight: 400;
  }

  .slider-nav .owl-prev i {
    font-size: 30px;
    font-weight: 400;
  }

  section.location-section .location-pointer .location-tick img {
    margin-right: 20px;
    width: 45px;
  }

  section.location-section .location-pointer {
    margin-bottom: 15px;
  }

  section.location-section .location-pointer .location-desc p {
    line-height: 23px;
  }

  section.cta-section {
    background-color: #f4f4f4;
    border-top: 5px solid #222;
    border-bottom: 5px solid #222;
    padding: 80px 0;
    margin-top: 0px;
  }

  section.cta-section h2 {
    color: #b69b4a;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  section.gallery-section .gallery-img__item {
    width: 173px;
    height: 173px;
  }

  .table tbody tr td {
    padding: 20px 18px;
    vertical-align: middle;
    font-size: 16px !important;
  }

  .table thead th {
    padding-left: 18px;
    padding-right: 100px;
    min-width: 282px;
  }

  section.payment-plan.bg-img .download-cta h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 17px;
  }

  section.form-section .footer-tv-image img {
    position: inherit;
    top: 0;
    left: 0;
    z-index: 1;
  }

  section.form-section .col-xl-7.col-lg-7.col-md-8.pr-120 {
    padding-right: 12px;
  }

  .reservation__form input, .reservation__form select {
    font-size: 16px;
    padding: 9px 12px;
    width: 100%;
  }

  .reservation__form .from-group.mt-30 {
    margin-top: 20px;
  }

  section.bank-logo .bank-logo img {
    width: 180px;
    margin-bottom: 20px;
  }

  .accordion-button {
    font-size: 16px;
    padding: 1rem 0.9rem;
  }

  .logo img {
    top: -13px;
    left: 8px;
    width: 158px;
    border: 0px;
    padding: 9px 7px 9px 7px;
  }

  .accordion-body {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
  }

  .accordion-button::after {
    background-image: url(../images/icons/plus.html);
    transform: scale(0.7) !important;
  }

  footer.site-footer p.disclaimer-para {
    margin-top: 0;
  }

  .footer__menu-area {
    margin-top: 19px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }

  footer.site-footer .footer__menu-area p {
    font-size: 14px;
    text-align: center;
  }

  footer.site-footer .address-block p {
    font-size: 16px;
    line-height: 25px;
  }

  footer.site-footer .address-block a p {
    font-size: 16px;
    line-height: 18px;
  }

  section.form-section.bg-img.custom-padding {
    padding: 80px 0px;
  }

  /* About Page */

  section.about-us-banner.bg_img {
    background-size: cover;
    background-position: center;
  }

  section.about-us-banner h1.page-title {
    font-size: 50px;
    text-align: center;
  }

  section.about-us-banner.custom-padding {
    padding: 60px 0px;
  }

  .about-us-banner img.mobile-banner-image {
    width: 180px;
    margin-top: 12px;
  }

  section.counter .counter-box p {
    font-size: 16px;
  }

  section.counter .counter-box p.below-desc {
    font-size: 14px;
  }

  section.counter .counter-box h2 {
    font-size: 43px;
  }

  section.contact-us-banner.custom-padding {
    padding: 60px 0px;
  }

  section.contact-us-banner.bg_img {
    background-size: cover;
    background-position: center;
  }

  section.contact-us-banner .banner-image-block {
    position: inherit;
    right: 0;
    top: 0px;
  }

  section.contact-us-banner h1.page-title {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #b39744;
    text-align: center;
    margin-bottom: 26px;
  }

  section.contact-details .col-xl-6.col-lg-6.col-md-8.mt-50 {
    margin-top: 0px;
  }

  section.contact-details .address-block p {
    font-size: 16px;
    line-height: 26px;
  }

  section.contact-details .address-block a p {
    font-size: 15px;
    line-height: 22px;
  }

  section.contact-details .social-links.mt-60 {
    margin-top: 30px;
  }

  .contact-form-black .reservation__form input, .contact-form-black .reservation__form select {
    font-size: 16px;
    padding: 15px 9px;
  }

  section.about_us_area.bg-img .rera-badge .badge1 p {
    font-size: 16px;
  }
}


@media only screen and (max-width: 428px) {
  .hero__area--3 {
    padding-top: 446px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 428px) {
  .hero__area--3 {
    padding-top: 446px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 393px) {
  .hero__area--3 {
    padding-top: 422px;
    padding-bottom: 0px;
  }
}

.sc-8eqc3y-0.fXBuHm {
  display: none;
}

.sc-8eqc3y-0.fXBuHm::after {
  display: none;
}

.sc-8eqc3y-0.fXBuHm::before {
  display: none;
}

.dxiAcZ::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0) !important;
  border-bottom: 1px solid rgba(226, 226, 226, 0) !important;
  border-right: 1px solid rgba(226, 226, 226, 0) !important;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.dxiAcZ::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0) !important;

  border-bottom: 1px solid rgba(226, 226, 226, 0) !important;

  border-right: 1px solid rgba(226, 226, 226, 0) !important;

  right: -5px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.blog-details-box {
  margin-bottom: 40px;
}

section.blog-section .blog-box img {
  border-radius: 0px;
}

section.blog-section .blog-box h3 {
  margin-top: 20px;
  margin-bottom: 17px;
}

section.blog-section .blog-box h3 a.blog-header {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  color: #2a4ca1;
  font-weight: 500;
}

section.blog-section .blog-box p {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: 'Jost', sans-serif;
  margin-bottom: 16px;
  width: 400px;
  line-height: 26px;
}

section.blog-section .blog-box a.read-more {
  font-size: 18px;
  color: #2a4ca1;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  font-family: 'Jost', sans-serif;
  margin-bottom: 20px;
  text-decoration: underline;
}

section.blog-start .blog-details-box img {
  width: 100%;
  border-radius: 10px;
  height: 600px;
  object-fit: cover;
}

section.blog-start .blog-details-box .blog-header-blog {
  position: absolute;
  bottom: 50px;
  left: 34px;
  padding: 0 20px;
}

section.blog-start .blog-details-box .blog-header-blog .blog-heading h1 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 55px;
}

section.blog-start .blog-details-box-start h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 45px;
  margin-top: 50px;
  margin-bottom: 10px;
  line-height: 62px;
}

section.blog-start .blog-details-box-start h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 10px;
}

section.blog-start .blog-details-box-start h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}

section.blog-start .blog-details-box-start p {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 20px;
}

section.blog-start .blog-details-box-start ul li {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 20px;
  color: #000;
}

.customModalBody .popup-image-left img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

/* #exitIntentPopup {
  position: fixed;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0px;
  z-index: 1000;
} */



/* .popup-content .close-btn {
  float: right;
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 2;
  color: #000;
} */








#exitIntentPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

#exitIntentPopup .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.popup-content {
  position: fixed;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid #ccc;
  background-color: white;
  padding: 0px;
  z-index: 1001;
}

.popup-content .close-btn {
  float: right;
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 2;
  color: #000;
}