@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: "Barlow";
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #666666;
}

body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #2c2f44;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2c2f44;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.container {
  max-width: 1250px;
}

.text-primary {
  color: #d4ca68 !important;
}

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 3;
}

.mobile-nav-menu {
  list-style-type: none;
  position: absolute;
  right: 70px;
  top: 10px;
}

.mobile-nav-call-icon {
  height: 35px;
  width: auto;
}

.mobile-nav-call-icon-text {
  display: inline;
}

@media only screen and (max-width: 426px) {
  .mobile-nav-call-icon-text {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: transparent !important;
    position: relative;
    top: 0;
  }
}
.ftco-navbar-light .navbar-brand {
  color: #000000;
}
.ftco-navbar-light .navbar-brand:hover {
  color: #000000;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-brand {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 17px;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: 400;
  opacity: 1 !important;
}

.ftco-navbar-dark .navbar-nav > .nav-item > .nav-link {
  font-size: 17px;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  font-weight: 400;
  opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .dropdown {
  margin-top: 13px;
}

.ftco-navbar-light .navbar-nav > .dropdown > .dropdown-link {
  font-size: 17px;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: 400;
  opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .dropdown .active {
  color: #db2528 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #db2528;
}
.ftco-navbar-dark .navbar-nav > .nav-item > .nav-link:hover {
  color: #db2528;
}

.ftco-navbar-light .navbar-nav > .dropdown > .dropdown-link:hover {
  color: #db2528 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  font-weight: 600;
}

.dropdown-item.active,
.dropdown-item:active {
  background: white;
  font-weight: 600;
}

.dropdown-menu {
  top: 80% !important;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #000;
  }

  .ftco-navbar-light .navbar-nav > .dropdown > .dropdown-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #2c2f44;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    display: none;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  border: 1px solid #d4ca68;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 4px;
  background: #d4ca68;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
  display: inline-block;
  color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
  background: #d4ca68;
  border: 1px solid #d4ca68;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
  border: 1px solid #f7b71d;
  background: #f7b71d !important;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #db2528;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #db2528;
  }
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #d4ca68;
  outline: none !important;
}
.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 100000;
}

/* .ftco-navbar-light.scrolled .mobile-nav-menu {
  list-style-type: none;
  position: absolute;
  right: 70px;
  top: 5px;
} */

@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .nav-item > .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
.ftco-navbar-light.scrolled .nav-item.active > a {
  color: #db2528 !important;
}
.ftco-navbar-light.scrolled .nav-item.cta > a {
  color: #fff !important;
  background: #d4ca68;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 6px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.ftco-navbar-light.scrolled .nav-item.cta > a span {
  display: inline-block;
  color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
  border-color: #d4ca68;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
.ftco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.ftco-navbar-light.scrolled .nav-link {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  color: #000000 !important;
}

.ftco-navbar-light.scrolled .dropdown-link {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  color: #000000 !important;
}
.ftco-navbar-light.scrolled .nav-link.active {
  color: #d4ca68 !important;
}
.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.ftco-navbar-light.scrolled .navbar-brand {
  color: #000000;
}

.navbar-brand {
  font-weight: 700;
  font-size: 20px;
}

.hero-wrap {
  width: 100%;
  height: 400px;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 0;
}

.hero-wrap-custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #2c2f44;
  opacity: 0.5;
}
.hero-wrap .overlay,
.hero-wrap .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 1;
  background: #fff;
  background: rgba(255, 255, 255, 0.71);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.71) 0%,
    rgba(255, 255, 255, 0) 50%,
    white 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.71)),
    color-stop(50%, rgba(255, 255, 255, 0)),
    color-stop(100%, white)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.71) 0%,
    rgba(255, 255, 255, 0) 50%,
    white 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.71) 0%,
    rgba(255, 255, 255, 0) 50%,
    white 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.71) 0%,
    rgba(255, 255, 255, 0) 50%,
    white 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.71)),
    color-stop(50%, rgba(255, 255, 255, 0)),
    to(white)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.71) 0%,
    rgba(255, 255, 255, 0) 50%,
    white 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  height: 850px;
  z-index: -1;
}
.hero-wrap .overlay-2 {
  z-index: -2;
  background: #d4ca68;
  background: #d4c968;
  background: -moz-linear-gradient(
    left,
    #d4c968 0%,
    rgba(212, 201, 104, 0.9) 36%,
    rgba(212, 201, 104, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #d4c968),
    color-stop(36%, rgba(212, 201, 104, 0.9)),
    color-stop(50%, rgba(212, 201, 104, 0.55)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #d4c968 0%,
    rgba(212, 201, 104, 0.9) 36%,
    rgba(212, 201, 104, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    #d4c968 0%,
    rgba(212, 201, 104, 0.9) 36%,
    rgba(212, 201, 104, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    #d4c968 0%,
    rgba(212, 201, 104, 0.9) 36%,
    rgba(212, 201, 104, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d4c968),
    color-stop(36%, rgba(212, 201, 104, 0.9)),
    color-stop(50%, rgba(212, 201, 104, 0.55)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    #d4c968 0%,
    rgba(212, 201, 104, 0.9) 36%,
    rgba(212, 201, 104, 0.55) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4c968', endColorstr='#ffffff', GradientType=1 );
  opacity: 0.7;
  width: 50%;
}
.hero-wrap.hero-wrap-2 {
  height: 100%;
  position: relative;
}
.hero-wrap.hero-wrap-2 .overlay,
.hero-wrap.hero-wrap-2 .overlay-2 {
  width: 100%;
  height: 700px;
}
.hero-wrap.hero-wrap-2 .overlay-2 {
  opacity: 0.4;
  width: 50%;
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 600px !important;
}

@media (min-width: 993px) {
  .bungalows_banner-wrap {
    background-image: url("../images/slider-img/slider_img4.jpg");
  }

  .flat_banner-wrap {
    background-image: url("../images/slider-img/slider_img2.jpg");
  }

  .plot_banner-wrap {
    background-image: url(../images/slider-img/slider_img5.jpg);
  }
}

@media (max-width: 992px) {
  .bungalows_banner-wrap {
    background-image: url("../images/slider-img/m_slider_img4.jpg");
  }

  .flat_banner-wrap {
    background-image: url("../images/slider-img/m_slider_img2.jpg");
  }

  .plot_banner-wrap {
    background-image: url(../images/slider-img/m_slider_img5.jpg);
  }
}

.slider-text {
  height: 850px;
}
.slider-text h1 {
  font-size: 60px;
  color: #000000;
  line-height: 1.1;
  font-weight: 400;
}
.slider-text h1 span {
  display: block;
}
.slider-text .icon-wrap .icon {
  width: 70px;
  height: 70px;
  background: #d4ca68;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.slider-text .icon-wrap .icon span {
  color: #fff;
}
.slider-text .icon-wrap .heading-title {
  position: relative;
}
.slider-text .icon-wrap .heading-title:after {
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
}
.slider-text .icon-wrap .heading-title span {
  font-family: Barlow;
  color: #fff;
}
.slider-text p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.slider-text .breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
  z-index: 99;
  text-transform: uppercase;
  font-weight: 500;
}
.slider-text .breadcrumbs span {
  color: rgba(0, 0, 0, 0.7);
}
.slider-text .breadcrumbs span i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}
.slider-text .breadcrumbs span a {
  color: rgba(0, 0, 0, 0.7);
}
.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
  color: #d4ca68;
}
.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
  color: #d4ca68;
}
.slider-text .bread {
  font-weight: 400 !important;
  position: relative;
}

.search-location .form-group {
  position: relative;
}
.search-location .form-group .form-field .form-control {
  border: none;
  height: 70px !important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding-left: 25px;
  padding-right: 50px;
  -webkit-box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 5px 27px -14px rgba(0, 0, 0, 0.28);
}
.search-location .form-group button {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 0 50% 50% 50%;
  background: #d4ca68;
}
.search-location .form-group button span {
  font-size: 30px;
  color: #fff;
}

.request-form {
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 10px 31px -21px rgba(0, 0, 0, 0.33);
}
.request-form h2 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
.request-form p {
  color: rgba(0, 0, 0, 0.5);
}
.request-form .form-group {
  position: relative;
  width: 100%;
  display: block;
}
.request-form .form-group .icon {
  position: absolute;
  top: 50% !important;
  right: 0;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid red;
}
.request-form .form-group .icon span {
  color: rgba(0, 0, 0, 0.3) !important;
}
.request-form .form-group .select-wrap,
.request-form .form-group .input-wrap {
  position: relative;
}
.request-form .form-group .select-wrap select,
.request-form .form-group .input-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.request-form .form-group .btn {
  width: 100%;
  display: block !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.request-form label.label {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.request-form .form-control {
  border: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  height: 40px !important;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-size: 12px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.request-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.4);
}
.request-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.4);
}
.request-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.4);
}
.request-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.4);
}
.request-form .form-control:focus,
.request-form .form-control:active {
  border-color: #fff;
}
.request-form textarea.form-control {
  height: inherit !important;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 0.4;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: #d4ca68 !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}
.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
  border: 1px solid red;
}
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.bg-light {
  background: #f8f9fa !important;
}

.bg-primary {
  background: #d4ca68;
}

.btn {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}
.btn.btn-primary {
  background: #2c2f44 !important;
  border: 1px solid #2c2f44 !important;
  color: #fff !important;
}
.btn.btn-primary:hover {
  border: 1px solid #d4ca68;
  background: transparent;
  color: #d4ca68;
}
.btn.btn-primary.btn-outline-primary {
  border: 1px solid #d4ca68;
  background: transparent;
  color: #d4ca68;
}
.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #d4ca68;
  color: #fff;
}
.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  color: #fff;
}
.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #d4ca68;
}
.btn.btn-black {
  background: #000000 !important;
  border: 1px solid #000000 !important;
  color: #fff !important;
}
.btn.btn-black:hover {
  border: 1px solid #d4ca68;
  background: transparent;
  color: #d4ca68;
}
.btn.btn-black.btn-outline-black {
  border: 1px solid #ebebeb !important;
  background: transparent !important;
  color: #000000 !important;
}
.btn.btn-black.btn-outline-black:hover {
  border: 1px solid #d4ca68 !important;
  background: #d4ca68 !important;
  color: #fff !important;
}

.search-wrap-1 {
  position: relative;
}

.search-property-1 .form-group {
  position: relative;
}
.search-property-1 .form-group label {
  font-weight: 400;
  font-size: 16px;
  color: grey;
}
.search-property-1 .form-group .form-field {
  position: relative;
  display: block;
}
.search-property-1 .form-group .form-control {
  padding: 10px 40px 10px 20px;
  display: block;
  width: 100%;
  height: inherit !important;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.4) !important;
  background: transparent !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.search-property-1 .form-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.search-property-1 .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.search-property-1 .form-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.search-property-1 .form-group .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.search-property-1 .form-group .form-control.btn {
  padding: 11px 5px !important;
  font-size: 20px;
  background: #2c2f44 !important;
  border: none !important;
  color: #fff !important;
}
.search-property-1 .form-group .select-wrap {
  position: relative;
}
.search-property-1 .form-group .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-property-1 .form-group .icon {
  position: absolute;
  top: 51%;
  right: 20px;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .search-property-1 .form-group .icon {
    right: 10px;
  }
}

.property-wrap {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .property-wrap {
    margin-bottom: 40px;
  }
}
.property-wrap .img {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
}
.property-wrap .img .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d4ca68;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.property-wrap .img .list-agent {
  position: absolute;
  bottom: 5px;
  left: 10px;
  right: 10px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.property-wrap .img .list-agent .agent-info {
  display: block;
  width: 100%;
}
.property-wrap .img .list-agent .agent-info .img-2 {
  width: 40px;
  height: 40px;
}
.property-wrap .img .list-agent .agent-info h3 {
  color: #fff;
  font-size: 18px;
}
.property-wrap .img .list-agent .tooltip-wrap a.icon-2 {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.property-wrap .img .list-agent .tooltip-wrap a.icon-2 span {
  font-size: 20px;
  color: #fff;
}
.property-wrap .text {
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  width: 100%;
  padding: 25px;
}
.property-wrap .text h3 {
  font-size: 18px;
}
.property-wrap .text h3 a {
  color: #000000;
  font-weight: 600;
}
.property-wrap .text .location {
  color: rgba(0, 0, 0, 0.4);
}
.property-wrap .text .location i {
  color: rgba(0, 0, 0, 0.4);
}
.property-wrap .text p.price span {
  font-size: 16px;
  font-weight: 600;
}
.property-wrap .text p.price span.orig-price {
  color: #d4ca68;
}
.property-wrap .text p.price span.old-price {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
  margin-right: 10px;
}
.property-wrap .text p.price span.old-price:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  content: "";
}
.property-wrap .text p.price small {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.property-wrap .text ul {
  padding: 0;
}
.property-wrap .text ul li {
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  list-style: none;
}
.property-wrap .text ul li span {
  margin-right: 5px;
}
.property-wrap .text .btn-custom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d4ca68;
  border-radius: 50% 0 0 0;
}
.property-wrap .text .btn-custom span {
  color: #fff;
}
.property-wrap:hover .img .icon {
  opacity: 1;
}
.property-wrap:hover .list-agent {
  opacity: 1;
  bottom: 15px;
}
.property-wrap:hover .text {
  -webkit-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
}

.listing-wrap {
  width: 100%;
  height: 270px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.listing-wrap .text {
  padding: 22px;
}
.listing-wrap .text h3 {
  font-size: 20px;
  font-weight: 600;
}
.listing-wrap .text h3 a {
  color: #fff;
}
.listing-wrap .text .btn-link {
  color: #fff;
}
.listing-wrap .location {
  position: absolute;
  top: 20px;
  left: 10px;
  right: 20px;
}
.listing-wrap .location span {
  padding: 10px;
  background: rgb(44, 47, 68);
  background: linear-gradient(
    90deg,
    rgba(44, 47, 68, 1) 29%,
    rgba(130, 42, 54, 1) 80%,
    rgba(130, 42, 54, 1) 80%,
    rgba(219, 37, 40, 1) 100%
  );
  font-weight: 600;
  color: #fff;
}

.choose_project_area:hover .listing-wrap,
.choose_project_area:focus .listing-wrap {
  transform: scale(1.1);
}

@media only screen and (max-width: 540px) {
  .listing-wrap {
    height: 200px;
  }

  .listing-wrap .text {
    padding: 15px;
  }

  .listing-wrap .location {
    font-size: 12px;
  }
}

.blog-wrap {
  width: 100%;
  height: 270px;
  position: relative;
}
.blog-wrap-text {
  padding: 22px;
}
.blog-wrap-text h1 {
  font-size: 20px !important;
  font-weight: 600;
}
.blog-wrap-text h1 a {
  color: #2f2c44;
}
.blog-wrap-text .btn-link {
  color: #fff;
}
.blog-wrap .location {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.blog-wrap .location span {
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  color: white;
}

.ftco-property-details .services .media-body .icon span {
  color: rgba(0, 0, 0, 0.8);
}

.ftco-property-details .services .media-body .text h3 {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.4);
}
.ftco-property-details .services .media-body .text h3 span {
  display: block;
  color: #000000;
}

.property-details .img {
}

.property-details h2 {
  font-weight: 600;
}

.property-details span.subheading {
  font-size: 18px;
  color: #d4ca68;
  font-weight: 500;
  display: block;
}

.nav-pills {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}
.nav-pills li {
  display: inline-block;
  font-weight: 500;
}
.nav-pills li a {
  margin-right: 2px;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-pills li a.active {
  background: #d4ca68 !important;
  color: #fff !important;
  border: 1px solid #d4ca68;
}

.pills {
  margin-top: 40px;
}
.pills .tab-pane {
  padding: 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.pills .features {
  margin: 0;
  padding: 0;
}
.pills .features li {
  list-style: none;
}
.pills .features li span {
  font-size: 20px;
  margin-right: 15px;
}
.pills .features li.check span {
  color: #d4ca68;
}
.pills .features li.remove span {
  color: red;
}
.pills .head {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
}
.pills .review {
  width: 100%;
  margin-bottom: 30px;
}
.pills .review .user-img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.pills .review .desc {
  width: calc(100% - 100px);
  margin-left: 30px;
}
.pills .review .desc h4 {
  width: 100%;
  margin-bottom: 10px;
}
.pills .review .desc h4 span {
  width: 49%;
  display: inline-block;
}
.pills .review .desc h4 span:first-child {
  font-size: 16px;
}
.pills .review .desc h4 span:last-child {
  font-size: 13px;
  color: #b3b3b3;
}
.pills .review .desc .star {
  width: 100%;
}
.pills .review .desc .star span {
  width: 49%;
  display: inline-block;
}
.pills .review .desc .star i {
  color: #f7b71d;
}
.pills .review .desc .star .reply {
  padding: 2px 10px;
  background: #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.pills .review .desc .star .reply i {
  color: gray;
  font-size: 12px;
}
.pills .wrap {
  padding: 2em;
  background: #fafafa;
}
.pills .rating-wrap {
  width: 100%;
  display: block;
}
.pills .rating-wrap .star {
  display: block;
  width: 100%;
}
.pills .rating-wrap .star:last-child {
  margin-bottom: 0;
}
.pills .rating-wrap .star span {
  display: inline-block;
  color: #b3b3b3;
}
.pills .rating-wrap .star span i {
  color: #d4ca68;
}
.pills .rating-wrap .star span:first-child {
  width: 62%;
}
.pills .rating-wrap .star span:last-child {
  width: 32%;
}

@media (max-width: 767.98px) {
  .img-3 {
    height: 600px;
    margin-bottom: 30px;
  }
}

.services-section {
  position: relative;
  padding-bottom: 10em !important;
}
.services-section .overlay {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 1;
  background: #000000;
}
@media (max-width: 767.98px) {
  .services-section .overlay {
    width: 100%;
    opacity: 0.4;
  }
}

.services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .services {
    margin-bottom: 40px;
  }
}
.services .icon {
  line-height: 1.3;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100px;
}
.services .icon span {
  font-size: 60px;
  color: #d4ca68;
}
.services .media-body {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
}
.services .media-body h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.services .media-body p {
  margin-bottom: 0;
}
.services.active {
  background: #d4ca68;
}
.services.active .icon span {
  color: #fff;
}
.services.active .media-body {
  color: rgba(255, 255, 255, 0.8);
}
.services.active .media-body h3 {
  color: #fff;
}
.services.active .media-body p {
  margin-bottom: 0;
}
.services.services-2 .icon {
  width: 90px;
  height: 90px;
  background: #d4ca68;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.services.services-2 .icon span {
  color: #fff;
  font-size: 30px;
}
.services.services-2 h3 {
  color: #fff;
}
.services.services-2 .media-body {
  color: rgba(255, 255, 255, 0.8);
}

.services-wrap {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.services-wrap .icon {
  line-height: 1.3;
  position: relative;
  width: 60px;
  height: 60px;
  background: #db2528;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-icon {
  height: 25px;
  width: 25px;
  filter: invert(1);
}

.about-intro-row {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.services-wrap .icon span {
  font-size: 40px;
  color: #fff;
}
.services-wrap .media-body {
  width: calc(100% - 80px);
}
.services-wrap .media-body h3 {
  margin-top: 8px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 25px;
}
.services-wrap:hover .icon {
  background: #2f2c44;
}

.services-wrap:hover .icon span {
  color: #fff;
}

.ftco-fullwidth {
  position: relative;
  z-index: 0;
}
.ftco-fullwidth .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #2f2c44;
}
.ftco-fullwidth .text-wrapper {
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .ftco-fullwidth .text-wrapper {
    height: inherit;
  }
}
.ftco-fullwidth .one-half {
  width: 50%;
}
@media (max-width: 767.98px) {
  .ftco-fullwidth .one-half {
    width: 100%;
    margin-left: 30px;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .ftco-fullwidth .one-half.half-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1140px;
    margin: 0 auto;
  }
  .ftco-fullwidth .one-half.half-text .text-inner {
    max-width: 50%;
    margin-top: 35px;
  }
}
.ftco-fullwidth .img {
  height: 450px;
  -webkit-box-shadow: 0px 20px 50px 0px rgb(0 21 46 / 20%);
  box-shadow: 0px 20px 50px 0px rgb(0 21 46 / 20%);
}

.ftco-section-parallax {
  position: relative;
}
.ftco-section-parallax .heading-section-white h2 {
  font-weight: 400 !important;
}

.aside-stretch {
  background: #dfd890;
}
.aside-stretch:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: "";
  width: 360%;
  background: #dfd890;
}
@media (max-width: 767.98px) {
  .aside-stretch {
    background: transparent;
  }
  .aside-stretch:after {
    background: transparent;
    display: none;
  }
}

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control:focus,
.form-control:active {
  border-color: #000000;
}

textarea.form-control {
  height: inherit !important;
}

.ftco-vh-100 {
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .ftco-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.ftco-animate {
  opacity: 0;
  visibility: hidden;
}

.bg-primary {
  background: #d4ca68 !important;
}

.bg-black {
  background: #000000;
}

.media-custom {
  background: #fff;
}
.media-custom .media-body .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: #d4ca68;
}
.media-custom .media-body .position {
  font-size: 13px;
  color: #d9d9d9;
}

.about-author .desc h3 {
  font-size: 24px;
}

.ftco-section {
  padding: 5em 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .ftco-section {
    padding: 3em 0;
  }
}

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.ftco-bg-dark {
  background: #3c312e;
}

.ftco-footer {
  font-size: 16px;
  padding: 7em 0;
  background: #2c2f44;
  color: rgba(255, 255, 255, 0.9);
}
.ftco-footer .ftco-footer-logo {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ftco-footer .ftco-footer-widget h2 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
.ftco-footer .ftco-footer-widget ul li {
  margin-bottom: 10px;
}
.ftco-footer .ftco-footer-widget ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.ftco-footer .ftco-footer-widget ul li a:hover {
  color: #db2528;
}
.ftco-footer .ftco-footer-widget ul li a span {
  color: #fff;
}
.ftco-footer .ftco-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}
.ftco-footer .ftco-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}
.ftco-footer p {
  color: rgba(255, 255, 255, 0.9);
}
.ftco-footer a {
  color: #d4ca68;
}
.ftco-footer a:hover {
  color: #d4ca68;
}
.ftco-footer .ftco-heading-2 {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}
.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}
.ftco-footer-social li a img {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ftco-footer-social li a:hover {
  filter: invert(11%) sepia(98%) saturate(5850%) hue-rotate(354deg)
    brightness(96%) contrast(78%);
}

.footer_invert_icon {
  filter: invert(1);
}

.footer_invert_icon:hover {
  filter: invert(11%) sepia(98%) saturate(5850%) hue-rotate(354deg)
    brightness(96%) contrast(78%);
}

.footer-small-nav > li {
  display: inline-block;
}
.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}
.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
  color: #d4ca68;
}

.media .ftco-icon {
  width: 100px;
}
.media .ftco-icon span {
  color: #d4ca68;
}

.ftco-media {
  background: #fff;
  border-radius: 0px;
}
.ftco-media .heading {
  font-weight: normal;
}
.ftco-media.ftco-media-shadow {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  position: relative;
  top: 0;
}
.ftco-media.ftco-media-shadow:hover,
.ftco-media.ftco-media-shadow:focus {
  top: -3px;
  -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}
.ftco-media .icon {
  font-size: 50px;
  display: block;
  color: #d4ca68;
}
.ftco-media.text-center .ftco-icon {
  margin: 0 auto;
}

.ftco-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

#map {
  width: 100%;
  display: block;
}
@media (max-width: 991.98px) {
  #map {
    height: 300px;
  }
}

.mouse {
  position: relative;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 2;
}

.mouse-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #2c2f44;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #2c2f44;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.mouse-wheel {
  height: 80px;
  margin: 2px auto 0;
  display: block;
  width: 30px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
  color: #fff;
  font-size: 24px;
}

.mouse-icon-img {
  filter: invert(1);
  height: 35px;
  width: 35px;
}

@-webkit-keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  0% {
    margin-top: 2px;
    opacity: 0;
  }
}

@-moz-keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  0% {
    margin-top: 2px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  0% {
    margin-top: 2px;
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(212, 202, 104, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(212, 202, 104, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(212, 202, 104, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(212, 202, 104, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(212, 202, 104, 0.4);
    box-shadow: 0 0 0 0 rgba(212, 202, 104, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(212, 202, 104, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(212, 202, 104, 0);
    box-shadow: 0 0 0 30px rgba(212, 202, 104, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(212, 202, 104, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(212, 202, 104, 0);
    box-shadow: 0 0 0 0 rgba(212, 202, 104, 0);
  }
}

.heading-section .subheading {
  font-family: Barlow;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  color: #db2528;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
.heading-section .subheading:after {
  position: absolute;
  top: 50%;
  left: -60px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #db2528;
}
.heading-section .subheading:before {
  position: absolute;
  top: 50%;
  right: -60px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #db2528;
}

.heading-section h2 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff;
}

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9);
}

.img,
.img-2,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimony-section {
  position: relative;
}
.testimony-section .owl-carousel {
  margin: 0;
}
.testimony-section .owl-carousel .owl-stage-outer {
  padding: 1em 0 2em 0;
  position: relative;
}
.testimony-section .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
  color: #fff;
}
.testimony-section .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}
.testimony-section .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}
.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
  opacity: 1;
}
.testimony-section:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}
.testimony-section:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}
.testimony-section .owl-dots {
  text-align: center;
}
.testimony-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.testimony-section .owl-dots .owl-dot.active {
  background: #db2528;
}

.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  padding: 0 20px;
  border-radius: 4px;
}
.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  border: 2px solid #2f2c44;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimony-wrap .name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: #000000;
}
.testimony-wrap .position {
  font-size: 16px;
  color: #cccccc;
}

.agent {
  position: relative;
  width: 100%;
  display: block;
  z-index: 0;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .agent {
    margin-bottom: 30px;
  }
}
.agent .img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.agent img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.agent .desc {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
}
.agent .desc h3 {
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
  font-size: 18px;
}
.agent .desc h3 a {
  color: #000000;
}
.agent .desc .price {
  font-size: 22px;
  font-weight: 500;
  color: #d4ca68;
}
.agent .desc .price span {
  color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 400;
}
.agent .desc .icon {
  color: rgba(0, 0, 0, 0.2);
}
.agent .desc .details {
  color: #d4ca68;
}
.agent:hover .img:after,
.agent:focus .img:after {
  opacity: 0.3;
}
.agent:hover .img div,
.agent:focus .img div {
  top: 10px;
}
.agent:hover img,
.agent:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px;
  }
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#section-counter {
  position: relative;
  z-index: 0;
}
#section-counter:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0;
  background: #000000;
}

.ftco-counter {
  position: relative;
}
.ftco-counter .overlay {
  position: absolute;
  width: 27%;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.4;
  background: #575a6d;
}
@media (min-width: 992px) {
  .ftco-counter .overlay {
    opacity: 0.3;
  }
}
.ftco-counter .text strong.count {
  font-weight: 600;
  font-size: 50px;
  color: #2c2f44;
}

.number-span {
  font-weight: 600;
  font-size: 40px !important;
  color: #2c2f44;
  padding-left: 0px !important;
}
.ftco-counter .text span {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .ftco-counter .counter-wrap {
    margin-bottom: 20px;
  }
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.blog-entry {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
.blog-entry .text {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.blog-entry .text .heading {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-entry .text .heading a {
  color: #000000;
}
.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
  color: #db2528;
}
.blog-entry .meta > div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 15px;
}
.blog-entry .meta > div a {
  color: #b3b3b3;
}
.blog-entry .meta > div a:hover {
  color: #666666;
}
.blog-entry .btn-custom {
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.block-23 ul {
  padding: 0;
}
.block-23 ul li {
  color: rgba(255, 255, 255, 0.8);
}
.block-23 ul li,
.block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}
.block-23 ul li span {
  color: rgba(255, 255, 255, 0.8);
}
.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}
.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: #fff;
}

.block-6 .media-body p {
  font-size: 16px;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}
.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}
.block-27 ul li a,
.block-27 ul li span {
  color: #d4ca68;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
.block-27 ul li.active a,
.block-27 ul li.active span {
  background: #d4ca68;
  color: #fff;
  border: 1px solid transparent;
}

.contact-section .contact-info p a {
  color: #1a1a1a;
}

.contact-section .contact-info p span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.contact-section .contact-info .icon {
  width: 60px;
  height: 60px;
  background: #db2528;
  border-radius: 50%;
  margin: 0 auto;
}

.contact-section .contact-info img {
  filter: invert(1);
}

.contact-section .contact-info :hover {
  color: #db2528;
}
.contact-section .contact-info .icon span {
  font-size: 20px;
  color: #fff;
}

@media (min-width: 992px) {
  .contact-section .contact-info .border-height {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.contact-section .contact-form {
  width: 100%;
}

.block-9 h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}

.block-21 .blog-img {
  display: block;
  height: 70px;
  width: 70px;
  border-radius: 4px;
}

.block-21 .text {
  width: calc(100% - 70px);
}
.block-21 .text .heading {
  font-size: 18px;
}
.block-21 .text .heading a {
  color: #000000;
}
.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  color: #d4ca68;
}
.block-21 .text .meta > div {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}
.block-21 .text .meta > div a {
  color: #b3b3b3;
}

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.post-info > div {
  display: inline-block;
}
.post-info > div .seperator {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.5;
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px;
}
.tagcloud a:hover {
  border: 1px solid #000;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
  font-weight: 500;
  font-size: 20px;
}
.comment-list li .comment-body .meta {
  font-size: 15px;
  color: #d4ca68;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 4px;
}
.comment-list li .comment-body .reply:hover {
  color: #fff;
  background: black;
}

.search-form .form-group {
  position: relative;
}
.search-form .form-group input {
  padding-right: 50px;
  font-size: 14px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.subscribe-form .form-group input {
  background: white !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 16px;
  border-radius: 5px 0px 0px 5px;
}
.subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe-form .form-group .submit {
  color: #fff !important;
  background: #c9bc40 !important;
  border-radius: 0px 5px 5px 0px;
  font-size: 16px;
}
.subscribe-form .form-group .submit:hover {
  cursor: pointer;
}

.subscribe-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-box {
  margin-bottom: 40px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none;
}
.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a,
.sidelink li a {
  display: block;
  color: #1a1a1a;
}
.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}
.categories li.active a,
.sidelink li.active a {
  color: #000000;
  font-style: italic;
}

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ftco-loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.slider-img {
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: cover;
  background-position: center center;
  height: 650px;
  width: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}

.main_carousel {
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.main_carousel_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background:#2c2f44; */
  background: rgb(10, 10, 10);
  /*background: rgb(0 0 0 / 2%);*/
  opacity: 0.4;
}

.main_carousel_caption {
  position: absolute;
  top: 30%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.main_carousel_caption h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
}

.main_carousel_location {
  font-weight: 600;
}

.main_carousel_white_icon {
  height: 20px;
  width: 20px;
  filter: invert(1);
}

.main_carousel_black_icon {
  height: 20px;
  width: 20px;
}

.main_carousel_hr {
  background: #fff !important;
  color: #fff !important;
}

.main_carousel_info_moto_text {
  font-size: 40px;
  font-weight: 200 !important;
}

.main_carousel_info_text {
  font-size: 25px;
  margin-top: -20px;
  font-weight: 400 !important;
}

.main_detail_area {
  width: 95%;
}

.main_detail_container {
  padding: 50px 0px;
}

.main_detail_container .heading-section {
  padding-left: 10px;
}

@media only screen and (max-width: 600px) {
  .main_carousel_caption {
    position: absolute;
    top: 30%;
  }

  .main_carousel_caption h1 {
    font-size: 40px;
  }

  .main_carousel_info_moto_text {
    font-size: 40px;
    line-height: 50px;
  }

  .main_carousel_info_text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .main_carousel_caption {
    position: absolute;
    top: 25%;
  }

  .main_carousel_caption h1 {
    font-size: 35px;
  }

  .main_carousel_info_moto_text {
    font-size: 35px;
    line-height: 40px;
  }

  .main_carousel_info_text {
    font-size: 15px;
  }
}

/*.main_img{
  margin-left: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition: 0.3s linear;
}

.main_location{
  margin-top: -20px;
}

.main_link_icon{
  height: 25px;
  width: 25px;
  filter: invert(22%) sepia(88%) saturate(3372%) hue-rotate(346deg) brightness(87%) contrast(96%);
}

.main_detail_container:hover .main_img{
  transform: scale(1.011111);
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}*/

.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: black;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(90deg);
  -ms-transform: translateY(-9px) rotate(90deg);
  -o-transform: translateY(-9px) rotate(90deg);
  transform: translateY(-9px) rotate(90deg);
}

.ftco-navbar-light.scrolled .hamburger .line {
  background-color: black;
}

@media only screen and (max-width: 769px) {
  .hero-wrap {
    height: calc(97vh);
  }
  .slider-img {
    height: calc(90vh);
  }
}

@media only screen and (max-width: 667px) {
}

#team .card {
  border: none;
  background: #ffffff;
}

#team .backside .card {
  background: rgb(44, 47, 68);
  background: linear-gradient(
    90deg,
    rgba(44, 47, 68, 1) 29%,
    rgba(130, 42, 54, 1) 80%,
    rgba(130, 42, 54, 1) 80%,
    rgba(219, 37, 40, 1) 100%
  );
  color: white;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: 0.25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
  height: 100%;
}

.backside {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  box-shadow: -14.142px 14.142px 20px 0px rgb(157 157 157 / 50%);
}

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
  height: calc(100% - 30px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: 0.3s ease-in;
}

.backside .card a {
  font-size: 18px;
  color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
  color: #2c2f44 !important;
  font-weight: 600;
}

.frontside .card .card-body img {
  width: 80px;
  height: 80px;
}

.frontside .card .card-body .btn-custom {
  background: #2f2c44;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02),
    0 8px 8px rgba(0, 0, 0, 0.03), 0 18px 18px rgba(0, 0, 0, 0.04),
    0 28px 28px rgba(0, 0, 0, 0.05), 0 38px 38px rgba(0, 0, 0, 0.06) !important;
}

.frontside .card .card-body .btn-custom:hover {
  background: rgba(47, 44, 68, 0.8);
}

.frontside .card .card-body .project_link_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.backside .card .card-title {
  color: white !important;
}

.card-text {
  font-size: 16px;
  line-height: 1.5;
}

.frontside .card:hover {
  transform: scale(1.09999);
}

.about-us-wrap {
  height: 580px !important;
  background-image: url("../images/aboutus-banner-img-desktop.jpg");
}

.about-us-page-heading {
  position: absolute;
  left: 0;
  top: 50%;
  color: white !important;
  font-size: 60px !important;
  font-weight: 900 !important;
}

.about-us-page-info {
  position: absolute;
  left: 0px;
  top: 62%;
  color: white !important;
  font-weight: 600;
}

.about-slider-2 img,
.about-slider-1 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 1223px) {
  .about-us-wrap {
    height: 610px !important;
    background-image: url("../images/aboutus-banner-img-desktop.jpg");
  }
}

@media only screen and (max-width: 990px) {
  .about-us-wrap {
    background-image: url("../images/aboutus-banner-img-tablet.jpg");
  }
}

@media only screen and (max-width: 768px) {
  .about-us-wrap {
    background-image: url("../images/aboutus-banner-img-mobile.jpg");
  }
}

@media only screen and (max-width: 450px) {
  .about-us-page-heading {
    font-size: 40px !important;
  }
}

.about-us-title {
  font-size: 25px;
  font-weight: 600;
  color: #db2528;
}

.about-us-text {
  font-size: 14px;
}

.land_expert_section {
  background: #2c2f44;
  padding: 50px 0px;
}

.land_expert_title {
  font-weight: 600;
  color: white;
}

.land_expert_text {
  font-family: Barlow;
  font-size: 16px;
  color: #fafafa;
}

.become_agent_area {
  padding: 40px 0px;
}

.become_agent_title_text {
  font-size: 40px;
  font-weight: 600;
  color: white;
}

.become_agent_text {
  color: white;
  font-weight: 500;
}

.land_expert_title_text {
  font-size: 40px;
  font-weight: 600;
  color: white;
}

.land_expert_text {
  color: #fafafa;
  font-weight: 500;
}

.become_agent_section {
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.amenities-section {
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.amenities-section h2 {
  color: white !important;
}

.become_agent_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #2c2f44;
  opacity: 0.7;
}

.become_agent_section .under-line {
  height: 5px;
  width: 50%;
  background: #db2528;
}

.land_expert_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #2c2f44;
  opacity: 0.8;
}

.amenities_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
  background: rgb(44, 47, 68);
}

.clients-wrap {
  display: block;
  position: relative;
  padding: 0 20px;
  border-radius: 4px;
}

.clients-wrap .brand_img {
  width: 150px !important;
  height: auto;
  margin: auto;
}

.clients-wrap .position {
  font-size: 16px;
  color: #cccccc;
}

.find-property-div {
  display: block;
  padding: 20px 40px 40px 40px !important;
  position: relative;
  top: -40px;
  background-color: white;
  -webkit-box-shadow: 0px 30px 70px 0px rgb(0 14 43 / 16%);
  box-shadow: 0px 30px 70px 0px rgb(0 14 43 / 16%);
  width: 50%;
  margin: auto;
  z-index: 1;
}

.select-property-wrap {
  font-weight: 400;
  font-family: Barlow;
  -webkit-box-shadow: 0px 2px 4px 0px rgb(0 21 46 / 10%);
  box-shadow: 0px 2px 4px 0px rgb(0 21 46 / 10%) !important;
  background: #fff;
  color: #000;
  border: 1px solid transparent;
}

@media only screen and (max-width: 992px) {
  .find-property-div {
    width: 90%;
    padding: 10px 20px 20px 20px !important;
  }
}

.why_choose_us_img {
  height: 500px;
  width: 100%;
  z-index: 1;
}

.why_choose_us_img_innerlay {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -1;
}

.why_choose_us_points {
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .why_choose_us_img {
    height: 100%;
    width: 100%;
    padding: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .why_choose_us_img {
    height: 100%;
    width: 100%;
    padding: 0px;
  }

  .why_choose_us_points {
    margin-left: 0px;
  }
}

.venoframe {
  padding: 0px !important;
  background: none !important;
}

.video {
  height: 180px;
  grid-column-start: span 3;
  position: relative;
  transition: all 0.3s ease 0s;
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
}

.video::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.3;
  z-index: 1;
}

.video:hover {
  transform: scale(1.02);
}

.video img {
  cursor: pointer;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
  opacity: 0.9;
  z-index: 1000;
}

.video img:hover {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .video {
    grid-column-start: span 6;
    height: 240px;
  }
}

@media only screen and (max-width: 800px) {
  .video {
    grid-column-start: span 12;
  }
}

.dark-nav-link {
  color: black !important;
}

.dark-nav-link:hover {
  color: #db2528 !important;
}

.ftco-navbar-light.scrolled .dark-nav-link:hover {
  color: #db2528 !important;
}

.enquire-modal-div {
  padding: 10px 20px;
}

.enquire-modal-header {
  border: none;
}

.enquire-modal-title {
  font-family: Barlow;
  font-size: 1.9em;
  text-transform: uppercase;
  margin-left: 19px;
  font-weight: 900;
}

.modal-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  background: #db2528;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02),
    0 8px 8px rgba(0, 0, 0, 0.03), 0 18px 18px rgba(0, 0, 0, 0.04),
    0 28px 28px rgba(0, 0, 0, 0.05), 0 38px 38px rgba(0, 0, 0, 0.06) !important;
}

.modal-btn:hover {
  background: rgba(219, 37, 40, 0.8);
}

.enquire-modal-div .form-group .form-control {
  border-radius: 0px;
}

.testimonial-comment-img {
  position: relative;
  left: -150px;
  margin-bottom: 20px;
}

.testimonial-comment {
  height: 35px;
  width: 35px;
}

.main-logo-img {
  height: 110px;
  width: auto;
}

.land_expert_main_img {
  height: 350px;
  width: auto;
  display: block;
  margin: auto;
  margin-top: 20px;
}

/*********** all errors css************/

#customer_name-error {
  font-size: 80%;
  color: red;
}

#customer_email-error {
  font-size: 80%;
  color: red;
}

#customer_mobile_number-error {
  font-size: 80%;
  color: red;
}

#interested_location-error {
  font-size: 80%;
  color: red;
}

#customer_location-error {
  font-size: 80%;
  color: red;
}

#message_subject-error {
  font-size: 80%;
  color: red;
}

#customer_message-error {
  font-size: 80%;
  color: red;
}

.project_link_btn {
  margin-top: 10px;
}

.project_link_btn p {
  margin-bottom: 0px !important;
}

/******start of about us page *********/

.about-us-page-info {
  position: absolute;
  left: 0px;
  top: 63%;
  color: white !important;
  font-weight: 600;
}

.mvv-bg-section {
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.mvv-bg-custom_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #2c2f44;
  opacity: 0.7;
}

.mvv-bg-custom {
  padding: 100px 0px;
}

.about_under_img {
  position: absolute;
  top: 0;
  left: 40%;
  z-index: 1;
  height: 70px;
  width: 70px;
}

.about_over_img {
  position: relative;
  left: 0px;
  z-index: 1;
  height: 70px;
  width: 70px;
}

.mvv-title {
  color: white !important;
}

.mvv-text {
  color: #e0e0e0;
  font-size: 14px;
}

.about-overview-list-area {
  padding-top: 5%;
}

.about-overview-list-area ul li {
  list-style: none;
  display: flex;
}

.about-overview-list-area ul li img {
  filter: invert(11%) sepia(98%) saturate(5850%) hue-rotate(354deg)
    brightness(96%) contrast(78%);
}

.about-overview-list-area ul li p {
  padding: 13px 0px 0px 10px;
}

/*********************/

/*********** remove this after checking this some time***************/

.plot_carousel_img {
  height: 400px;
  width: 100%;
}

.plots_details_img {
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
}

.area-icons {
  height: 30px;
  width: 30px;
  filter: invert(11%) sepia(98%) saturate(5850%) hue-rotate(354deg)
    brightness(96%) contrast(78%);
}

.project_location_name {
  font-weight: 900;
  font-size: 25px;
}

.plots_card_item {
  -webkit-box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plots_card_item:hover {
  -webkit-box-shadow: 0px 5px 39px -14px rgb(0 0 0 / 26%);
  -moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 5px 39px -14px rgb(0 0 0 / 26%);
}

.plots_card_item:hover .plots_details_img {
  transform: scale(1.1);
}

.plots_sale_label {
  position: relative;
  top: -70px;
  left: 30px;
  font-size: 20px;
  color: white;
  padding-left: 13px;
  height: 35px;
  width: 100px;
  font-weight: bolder;
  background: rgb(44, 47, 68);
  background: linear-gradient(
    90deg,
    rgba(44, 47, 68, 1) 29%,
    rgba(130, 42, 54, 1) 80%,
    rgba(130, 42, 54, 1) 80%,
    rgba(219, 37, 40, 1) 100%
  );
}

.plot_name {
  font-size: 18px;
  font-weight: 600;
  color: #2f2c44;
}

.plot_amount {
  font-weight: 600;
  font-size: 25px;
  color: black;
}

.flat_type_name {
  font-size: 20px;
  font-weight: 600;
}

/********************************/

.btn-custom {
  background: #2f2c44;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02),
    0 8px 8px rgba(0, 0, 0, 0.03), 0 18px 18px rgba(0, 0, 0, 0.04),
    0 28px 28px rgba(0, 0, 0, 0.05), 0 38px 38px rgba(0, 0, 0, 0.06) !important;
}

.btn-custom:hover {
  background: rgba(47, 44, 68, 0.8);
}

.legal_banner_section {
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.legal_banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #2c2f44;
  opacity: 0.5;
}

.legal_banner_area {
  padding: 40px 0px;
}

.legal_banner_title_text {
  font-size: 40px;
  font-weight: 600;
  color: white;
}

.legal_banner_text {
  color: #fafafa;
  font-weight: 500;
}

.project_carousel {
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.project_carousel_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #2c2f44;
  opacity: 0.5;
}

.project_carousel_caption {
  position: absolute;
  top: 35%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.project_carousel_caption h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
}

.project_carousel_location {
  margin-top: -15px;
  font-weight: 600;
}

.project_carousel_white_icon {
  height: 20px;
  width: 20px;
  filter: invert(1);
}

.project_carousel_black_icon {
  height: 25px;
  width: 25px;
}

.project_carousel_hr {
  background: #fff !important;
  color: #fff !important;
}

.project_carousel_info_text {
  font-weight: 200 !important;
}

.project_detail_area {
  width: 100%;
}

.project_detail_container {
  margin-top: 100px;
  position: relative;
}

.project_detail_container .heading-section {
  padding: 40px;
}

.project_img {
  margin-top: -50px;
  width: 100%;
  height: 100%;
  padding: 5px;
  transition: 0.3s linear;
}

.project_location {
  margin-top: -20px;
  font-size: 20px;
}

.project_link_icon {
  height: 25px;
  width: 25px;
}

.red_btn-icon {
  height: 25px !important;
  width: 25px !important;
  filter: invert(21%) sepia(100%) saturate(2301%) hue-rotate(343deg)
    brightness(89%) contrast(98%);
}

.project_detail_container:hover .project_img {
  transform: scale(1.011111);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.project-container-inner-lay-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  margin-left: 40%;
  height: 100%;
  z-index: -1;
  background: rgba(47, 44, 68, 0.2);
  opacity: 0.4;
  padding: 20px 0px;
}

.project-container-inner-lay-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  margin-right: 40%;
  height: 100%;
  z-index: -1;
  background: rgba(47, 44, 68, 0.2);
  opacity: 0.4;
  padding: 20px 0px;
}

.project_detail_container .under-line {
  height: 5px;
  width: 30%;
  background: #db2528;
}

.benefit-text-area {
  position: relative;
}

.benefit-text-content {
  display: block;
  margin: auto;
  position: relative;
  justify-content: center;
  color: white;
  border: 1px solid #2f2c44;
  border-radius: 5px;
  z-index: 1;
  padding: 30px 60px 30px 30px;
  font-size: 20px;
  width: max-content;
}

@media only screen and (max-width: 768px) {
  .benefit-text-content {
    width: auto;
    padding: 20px;
  }
}

.benefit-text-area-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2f2c44;
  border-radius: 5px;
  opacity: 0.8;
  z-index: -1;
}

.plots-card-area {
  margin: 10px 0px 50px 0px;
}

.plots-card-content {
  position: relative;
  margin: 20px;
  transition: 0.3s linear;
  padding: 10px;
  margin-bottom: 50px;
}

.plots-card-content img {
  display: block;
  margin: auto;
  height: 95%;
  width: 95%;
  border-radius: 10px;
}

.plots-card-content h4 {
  margin-bottom: 0px;
  font-weight: 900;
  font-size: 30px;
  margin-left: 10px;
}

.plots-card-content .plot-price-info {
  display: inline-flex;
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  margin-left: 10px;
  color: #2f2c44;
}

.plots-card-content .plot-price-info .rupee-img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.plots-card-content .under-line {
  height: 3px;
  background: #db2528;
  width: 30%;
  margin-left: 10px;
}

.plots-card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2f2c44;
  border-radius: 10px;
  margin-top: 10%;
  margin-left: 10%;
  opacity: 0.2;
  z-index: -1;
  transition: 0.3s linear;
}

.plots-card-content:hover .plots-card-overlay {
  opacity: 0.8;
  margin-top: -10px;
  margin-left: 0px;
}

.plots-card-content:hover h4 {
  color: white;
}

.plots-card-content:hover .plot-price-info {
  color: #ededed;
}

.location-content-area {
  position: relative;
  padding: 20px;
}

.location-img-area {
  position: relative;
  box-shadow: 0 2px 2px rgb(0 0 0 / 1%), 0 4px 4px rgb(0 0 0 / 2%),
    0 8px 8px rgb(0 0 0 / 3%), 0 18px 18px rgb(0 0 0 / 4%),
    0 28px 28px rgb(0 0 0 / 5%), 0 38px 38px rgb(0 0 0 / 6%) !important;
}

.location-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.location-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2f2c44;
  opacity: 0.5;
  border-radius: 10px;
}

.plot_location_text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  top: 30%;
  left: 25%;
  font-size: 25px;
  font-weight: 900;
  color: white;
}

.project_location_icon {
  height: 50px;
  width: 50px;
  filter: invert(17%) sepia(79%) saturate(4478%) hue-rotate(349deg)
    brightness(91%) contrast(87%);
}

.bungalows-category-content-area {
  padding-bottom: 10px;
}

.bungalows-category-img {
  width: 100%;
  height: 300px;
  object-position: center;
  object-fit: cover;
  margin: 20px 0px;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 1%), 0 4px 4px rgb(0 0 0 / 2%),
    0 8px 8px rgb(0 0 0 / 3%), 0 18px 18px rgb(0 0 0 / 4%),
    0 28px 28px rgb(0 0 0 / 5%), 0 38px 38px rgb(0 0 0 / 6%) !important;
}

@media only screen and (max-width: 990px) {
  .ftco-section {
    padding: 2em 0 !important;
  }

  .project_detail_container {
  }

  .project_img {
    padding: 10px 20px 0px 20px;
  }

  .project-container-inner-lay-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0px;
    height: 100%;
    z-index: -1;
    background: rgba(47, 44, 68, 0.2);
    opacity: 0.4;
  }

  .project-container-inner-lay-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0px;
    height: 100%;
    z-index: -1;
    background: rgba(47, 44, 68, 0.2);
    opacity: 0.4;
  }
}

@media only screen and (max-width: 769px) {
  .project_carousel_caption h1 {
    font-size: 40px;
  }

  .bungalows-category-img {
    height: 250px;
  }
}

.mapBox {
  height: 452px;
  border-top: 2px solid #d9dde9;
}

.bussiness-associate-area {
  position: absolute;
  top: 35%;
}

.bussiness-associate-banner-icon {
  height: 100px;
  width: 100px;
  filter: invert(1);
}

.bussiness-associate-heading {
  width: 80%;
  color: white !important;
  font-size: 40px;
  font-weight: 400 !important;
}

.land-trading-headline {
  width: 100%;
  color: white !important;
  font-size: 50px;
  font-weight: 600 !important;
}

.ba-bp li {
  padding-bottom: 10px;
  text-transform: uppercase;
}

.lt-bp-img {
  display: inline-block;
  position: absolute;
  left: -30px;
  margin-top: 5px;
  height: 15px;
  width: 15px;
}

.ba-bp-img {
  display: inline-block;
  position: absolute;
  left: 20px;
  margin-top: 5px;
  height: 15px;
  width: 15px;
}

@media only screen and (max-width: 650px) {
  .bussiness-associate-area {
    position: absolute;
    top: 30%;
  }

  .bussiness-associate-heading {
    font-size: 30px;
  }

  .land-trading-headline {
    font-size: 30px;
  }
}

.ab-image {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 20px 50px 0px rgb(0 21 46 / 20%);
  box-shadow: 0px 20px 50px 0px rgb(0 21 46 / 20%);
}

.user-contact-form-area {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto;
}

.contact-us-info-area {
  -webkit-box-shadow: 0px 40px 60px 0px rgb(0 21 46 / 8%);
  box-shadow: 0px 40px 60px 0px rgb(0 21 46 / 8%);
}

.contact-info {
  padding: 30px 0px;
}

.contact-info .icon {
  height: 60px;
  width: 60px;
  background: #2f2c44;
  border-radius: 50%;
  padding: 10px;
  display: block;
  margin: auto;
}

.contact-icon {
  height: 40px;
  width: 40px;
  filter: invert(1);
  display: block;
  margin: auto;
}

.contact-info p,
a:hover {
  color: #db2528;
}

.contact-info .icon:hover {
  background: #db2528;
}

/*************start of gallery css*************/
.gallery_thumbnail_img {
  position: relative;
  padding: 20px 0px;
  width: 100%;
  height: 300px;
  box-shadow: 2px 2px 2px grey;
  transition: 0.3s ease-in-out;
}

.gallery_thumbnail_img:hover {
  transform: scale(1.02);
}

.gallery_thumbnail_img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  content: url(../images/icons/zoom-in.svg);
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.gallery_thumbnail_img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: "";
  transition: 0.4s;
}

.gallery_thumbnail_img:hover:after,
.gallery_thumbnail_img:hover:before {
  opacity: 1;
}

.photo_gallery_grid_img {
  display: block;
  margin: auto;
  height: 90%;
  width: 90%;
  transition: 0.3s ease all;
}

.photo_gallery_grid_img:hover {
  transform: scale(1.1111);
}

.photo_gallery_grid_img_text {
  font-size: 25px;
  font-weight: 600;
  color: black;
  margin-left: 25px;
}

.booking-back-img {
  background-image: url("../images/media/photo_gallery/booking_images/booking_imgnew5.jpg");
  transition: 0.3s linear;
}

.development-back-img {
  background-image: url(../images/media/photo_gallery/development_images/development_img127.jpg);
  transition: 0.3s linear;
}

.site-back-img {
  background-image: url(../images/media/photo_gallery/site_visit/site_imgnew5.jpg);
  transition: 0.3s linear;
}

.sale-back-img {
  background-image: url(../images/media/photo_gallery/saledeed_images/saledeed_img1.html);
  transition: 0.3s linear;
}

.sale-back-img {
  background-image: url(../images/media/photo_gallery/saledeed_images/saledeed_imgnew5.jpg);
  transition: 0.3s linear;
}

.blog1 {
  background-image: url(../images/blogs/blog1/blog_img1.jpg);
  transition: 0.3s linear;
}

.blog2 {
  background-image: url(../images/blogs/blog2/blog_img1.jpg);
  transition: 0.3s linear;
}

.booking-back-img:hover {
  -webkit-transform: scale(1.05);
}

.development-back-img:hover {
  -webkit-transform: scale(1.05);
}

.site-back-img:hover {
  -webkit-transform: scale(1.05);
}

.sale-back-img:hover {
  -webkit-transform: scale(1.05);
}

.other-address-area {
  padding: 10px;
}

.other-address-title {
  font-size: 25px;
  font-weight: 600;
  color: #db2528;
}

.other-address-text-area {
  display: inline-block;
}

.other-address-icon {
  float: left;
  margin-top: 5px;
  margin-left: -10px;
}

.other-address-text {
  margin-left: 25px;
}

.blog-wrap-main-area {
  transition: 0.3s linear;
}

.blog-wrap-main-area:hover {
  transform: scale(1.011111);
  box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}

.blog-main-img-area {
  display: block;
  margin: auto;
}

.blog-main-img {
  height: 70%;
  width: 70%;
}

.blog-main-intro {
  padding: 0px 40px;
  padding-top: 40px;
  font-size: 20px;
}

.heading-two {
  font-size: 20px;
  font-weight: 600;
  padding: 30px 0px;
  color: black;
}

.blogs-section-two-area {
  width: 70%;
  display: block;
  margin: auto;
  padding-bottom: 50px;
}

.blog-card-title {
  font-size: 25px;
  font-weight: 600;
  color: #2f2c44;
}

.blog-card-intro {
  margin-top: 40px;
  padding: 0px 30px;
}

@media only screen and (max-width: 600px) {
  .blog-main-img {
    height: 100%;
    width: 100%;
  }

  .blog-main-intro {
    padding: 0px 10px;
    padding-top: 40px;
    font-size: 20px;
  }

  .blogs-section-two-area {
    width: 100%;
  }

  .about-intro-row h1 {
    font-size: 24px;
    list-style: 30px;
    margin-bottom: 0px !important;
  }
}

/**************** start of project page design *****************************/

.project-banner-div {
  position: relative;
}

.project-banner-img-area {
  position: relative;
}

.project-banner-img {
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: cover;
  background-position: center center;
  height: 650px;
  width: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}

.project-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #2c2f44;
  opacity: 0.6;
}

.banner-call-div {
  position: absolute;
  right: 50px;
  bottom: -40px;
  background: white;
  height: 80px;
  padding: 20px;
  width: 260px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02),
    0 8px 8px rgba(0, 0, 0, 0.03), 0 18px 18px rgba(0, 0, 0, 0.04),
    0 28px 28px rgba(0, 0, 0, 0.05), 0 38px 38px rgba(0, 0, 0, 0.06);
}

.banner-call-div img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.project-banner-text-area {
  position: absolute;
  top: 30%;
  left: 20%;
  z-index: 1;
}

.project-banner-title-text {
  font-weight: 900;
  font-size: 50px;
  color: white;
  border-left: 8px solid #db2528;
  padding-left: 30px;
  margin-left: -30px;
}

.project-banner-info-text {
  color: white;
}

.project-banner-text-area .btn {
  padding: 14px 20px;
  font-size: 15px;
}

.project-about-section {
  padding: 250px 0px 150px 0px;
}

.project-about-area {
  position: relative;
  transition: 0.3s linear;
}

.project-about-dot-img {
  position: absolute;
  top: -80px;
  right: 0px;
  z-index: 1;
  overflow-x: hidden;
}

.project-about-img {
  height: 350px;
  width: 100%;
  position: relative;
  top: -80px;
  transition: 0.3s linear;
}

/* .project-about-area:hover .project-about-img{
  transform: scale(1.01123);
  box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
} */

.project-about-section {
  position: relative;
}

.project-about-inner-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  margin-left: 30%;
  height: 100%;
  z-index: -1;
  background: rgba(47, 44, 68, 0.2);
  opacity: 0.4;
}

.project-about-inner-lay-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  margin-left: 30%;
  height: 100%;
  z-index: -1;
  background: rgba(47, 44, 68, 0.2);
  opacity: 0.4;
}

.project-about-inner-lay-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  margin-right: 30%;
  height: 100%;
  z-index: -1;
  background: rgba(47, 44, 68, 0.2);
  opacity: 0.4;
}

.project-about-dot-img-right {
  position: absolute;
  top: -120px;
  right: -50px;
  z-index: 1;
  overflow-x: hidden;
}

.project-about-dot-img-left {
  position: absolute;
  top: -120px;
  left: -50px;
  z-index: 1;
  overflow-x: hidden;
}

.project-about-text-area {
  padding: 50px 50px;
}

.project-about-text-area .first {
  text-transform: uppercase;
  color: grey;
  font-size: 15px;
  font-weight: 600;
}

.project-about-text-area h2 {
  font-weight: 900;
  color: #2f2c44;
  font-size: 45px !important;
}

.project-about-text-area .under-line {
  height: 5px;
  width: 30%;
  background: #db2528;
}

.location-project_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #2f2c44;
}

.project-category-section {
  padding: 100px 0px;
}

.btn-project-btn {
  background: #2f2c44;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02),
    0 8px 8px rgba(0, 0, 0, 0.03), 0 18px 18px rgba(0, 0, 0, 0.04),
    0 28px 28px rgba(0, 0, 0, 0.05), 0 38px 38px rgba(0, 0, 0, 0.06) !important;
}

.btn-project-btn:hover {
  background: rgba(47, 44, 68, 0.8);
}

.btn-project-btn-red {
  background: #db2528;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02),
    0 8px 8px rgba(0, 0, 0, 0.03), 0 18px 18px rgba(0, 0, 0, 0.04),
    0 28px 28px rgba(0, 0, 0, 0.05), 0 38px 38px rgba(0, 0, 0, 0.06) !important;
}

.btn-project-btn-red:hover {
  background: rgba(219, 37, 40, 0.8);
}

.btn-project-btn-white {
  background: #e9ecef;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 13px;
  color: #000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02),
    0 8px 8px rgba(0, 0, 0, 0.03), 0 18px 18px rgba(0, 0, 0, 0.04),
    0 28px 28px rgba(0, 0, 0, 0.05), 0 38px 38px rgba(0, 0, 0, 0.06) !important;
}

.btn-project-btn-white:hover {
  background: rgba(255, 255, 255, 0.8);
}

.location-carousel-btn {
  width: -15;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.project_btn_icon {
  margin-left: 5px;
  height: 30px;
  width: 90px;
  filter: invert(43%) sepia(79%) saturate(5156%) hue-rotate(337deg)
    brightness(81%) contrast(113%);
}

.between-text-wrap-section {
  padding: 100px 0px 0px 0px;
}

.between-info-text {
  color: grey;
  text-transform: uppercase;
  font-weight: 600;
}

.between-title-text {
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.between-underline {
  display: block;
  margin: auto;
  height: 5px;
  width: 100px;
  background: #db2528;
  padding-left: 50px;
}

@media only screen and (max-width: 990px) {
  .project-banner-text-area {
    top: 20%;
  }

  .project-about-section {
    padding: 200px 0px 100px 0px;
  }

  .project-about-inner-lay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0px;
    height: 100%;
    z-index: -1;
    background: rgba(47, 44, 68, 0.2);
    opacity: 0.4;
  }

  .project-about-inner-lay-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0px;
    height: 100%;
    z-index: -1;
    background: rgba(47, 44, 68, 0.2);
    opacity: 0.4;
  }

  .project-about-inner-lay-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0px;
    height: 100%;
    z-index: -1;
    background: rgba(47, 44, 68, 0.2);
    opacity: 0.4;
  }

  .project-about-text-area {
    padding: 0px 50px 50px 50px;
  }
}

@media only screen and (max-width: 769px) {
  .project-banner-img {
    height: calc(90vh);
  }

  .project-banner-title-text {
    font-size: 45px;
    color: white;
    border-left: 8px solid #db2528;
    padding-left: 30px;
    margin-left: -30px;
  }
}

@media only screen and (max-width: 540px) {
  .project-banner-title-text {
    font-size: 35px;
    border-left: 8px solid #db2528;
    padding-left: 30px;
    margin-left: -30px;
  }

  .banner-call-div {
    display: none;
  }
}

.enquire_now_btn {
  padding: 8px 20px !important;
  background: #db2528;
  margin-left: 20px;
  border-radius: 50px;
}

.enquire_now_btn span {
  color: #fff !important;
}

.ftco-navbar-light.scrolled .enquire_now_btn {
  margin-top: 7px;
  padding: 8px 20px !important;
}

/****************************************************/

/*****************start of land trading page ************/

.hii {
  background-color: snow;
  width: 100%;
  padding: 50px 0px;
}

.land-trading-banner-img-area {
  width: 100%;
  height: 600px;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 0;
  background-image: url("../images/land-trading-banner-desktop.png");
}

.land-trading-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #2c2f44;
  opacity: 0.2;
}

.land-trading-area {
  position: relative;
}

.land-trading-side-img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0px;
}

.land-trading-heading-area {
  position: relative;
  top: 130px;
  background: #2c2e45;
  color: white;
  padding: 10px 0px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.land-trading-form-area {
  position: relative;
  top: 120px;
  background: #2c2e45;
  padding: 20px;
  border-radius: 5px;
}

.land-trading-modal-btn {
  background: #c28c28;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02),
    0 8px 8px rgba(0, 0, 0, 0.03), 0 18px 18px rgba(0, 0, 0, 0.04),
    0 28px 28px rgba(0, 0, 0, 0.05), 0 38px 38px rgba(0, 0, 0, 0.06) !important;
}

.land-tradingmodal-btn:hover {
  background: rgba(194, 140, 40, 0.8);
}

.land-trading-title {
  font-weight: 600;
  font-size: 25px;
}

.land-trading-heading-area h1 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 2px 10px;
  margin-bottom: 0px;
}

.land-trading-banner-info {
  position: relative;
  top: 140px;
  padding: 10px 0px;
}

.divider-line {
  height: 1px;
  width: 100%;
  background: #2c2e45;
}

.land-trading-banner-info-title {
  color: #c28c28;
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 2px;
}
.land-trading-banner-info-title-two {
  color: #2c2e45;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
}

.landtrading-card-body {
  background: white;
  border-radius: 10px;
}

.landtrading-card-title {
  background: darkturquoise;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0px 5px 25px;
}

.landtrading-card-title p {
  margin-bottom: 0px;
}

.landtrading-card-info-body {
  padding: 10px 0px 20px 0px;
}

.return-table-area {
  color: #000;
}

.return-table {
  border: 2px solid #3fc0ba;
}

.returns-first-col {
  font-size: 20px;
}

.returns-col {
  font-size: 35px;
  font-weight: 900;
  color: #117b96;
}

.returns-value span {
  font-size: 22px;
  font-weight: 600;
  color: #76a13f;
}

.land-trading-card {
  margin-bottom: 50px;
}

.land-trading-card .card {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: 0.3s linear;
}

.land-trading-card .card .card-title {
  color: #2c2f44;
  font-weight: 600;
}

.land-trading-card .card .card-body img {
  width: 80px;
  height: 80px;
}

.land-trading-card .card .card-body .btn-custom {
  background: #2f2c44;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.01), 0 4px 4px rgba(0, 0, 0, 0.02),
    0 8px 8px rgba(0, 0, 0, 0.03), 0 18px 18px rgba(0, 0, 0, 0.04),
    0 28px 28px rgba(0, 0, 0, 0.05), 0 38px 38px rgba(0, 0, 0, 0.06) !important;
}

.land-trading-card .card .card-body .btn-custom:hover {
  background: rgba(47, 44, 68, 0.8);
}

.land-trading-card .card .card-body .project_link_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.card-text {
  font-size: 16px;
  line-height: 1.5;
}

.land-trading-card .card:hover {
  transform: scale(1.09999);
  background: #2f2c44;
}

.land-trading-card .card:hover img {
  filter: invert(18%) sepia(23%) saturate(6968%) hue-rotate(339deg)
    brightness(131%) contrast(105%);
}

.land-trading-card .card:hover .card-title {
  color: #fff;
}

@media only screen and (max-width: 761px) {
  .land-trading-heading-area {
    top: 50px;
  }

  .land-trading-banner-info {
    top: 70px;
  }

  .land-trading-banner-img-area {
    background-image: url("../images/land-trading-banner-mobile.png") !important;
    height: 1000px;
  }
}

@media only screen and (max-width: 650px) {
  .land-trading-headline {
    font-size: 30px;
  }
}

.calling-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 40px;
  background-color: #2f2c44;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-floating-img {
  height: 30px;
  width: 30px;
  filter: invert(1);
}

.calling-floating-img {
  height: 30px;
  width: 30px;
  filter: invert(1);
}

/* Bengolw Gallary */

.portfolio {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
}

.portfolio h2 {
  flex-basis: 100%;
  text-align: center;
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  color: #111;
}
.card1 {
  width: 25%;
  overflow: hidden;
  position: relative;
}
.card1 .content {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: -100px;
  transition: all 0.7s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  min-height: 100px;
  background: #111;
}
.card1 .image {
  z-index: 1;
  height: 100%;
}
.card1 img {
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  transform: scale(1.2);
}

.card1:hover .content {
  bottom: 0px;
  color: #fff;
}

.card1:hover .image img {
  transform: scale(1);
}

.card1 .content span:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.card1 .content span:last-child {
  font-size: 14px;
  color: #18cfab;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .card1 {
    width: 50%;
  }
  .card1 .content {
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .card1 {
    width: 100%;
  }
}

.enquiryFromCustom {
  padding-right: 0px !important;
}

.enquiry-modal-img {
  height: 100%;
  width: 100%;
}

.enquiryFromCustom .close {
  position: absolute;
  right: 0px;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.enquiryFromCustom .enquire-modal-title {
  margin-top: 0px !important;
}
.modal-contact-btn {
  margin-top: 30px;
}

.result-modal-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.rmw__custom-btn {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
}

.loading__anim {
  display: none !important;
  width: 20px;
  height: 20px;
  border: 4px solid rgba(189, 189, 189, 0.25);
  border-left-color: var(--primary-color);
  border-top-color: var(--primary-color);
  border-radius: 50%;
  display: inline-block;
  animation: rotate 0.7s infinite linear;
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

#enquire_btn.loading {
  pointer-events: none;
  opacity: 0.7;
}

#enquire_btn.loading .loading__anim {
  display: block !important;
}