@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,600,800&amp;display=swap&amp;subset=latin-ext);
a,
body {
  color: #26282b;
}
.overflow,
.video-bg {
  overflow: hidden;
}
.nav-pills,
.pagination,
.preloader {
  display: flex;
}
.hamburger span,
.preloader .layer,
.video-bg {
  left: 0;
  position: absolute;
}
.about-content h2,
.apartment h2,
.benefits h4,
.blog .sidebar .widget .title,
.facilities h4,
.faq .sidebox h3,
.floorplan h4,
.footer .contact-box h5,
.footer-bar .inner h3,
.page-header .container h1,
.press-relases figure figcaption h5,
.property-customization h4,
.recent-gallery h4,
.sales-offices .office-box h5,
.slider .slider-container .swiper-slide .container h1,
.slider .slider-container .swiper-slide .container h4 {
  font-family: "Playfair Display", serif;
}
* {
  outline: 0 !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-decoration: none;
}
.container {
  max-width: 1280px;
}
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"] {
  width: 100%;
  height: 54px;
  border: 1px solid #d4af37;
  padding: 0 20px;
  background-color: #00000000;
}
textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #d4af37;
  padding: 15px 20px;
}
.modal-button,
.submit-button {
  height: 54px;
  border: none;
  border-radius: 6px;
  background: #d4af37;
  color: #fff;
  padding: 0 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-button:hover,
.submit-button:hover {
  background: #d4af37;
  color: #000;
}
.navbar .container .upper-side .phone-email small,
.odometer {
  line-height: 1;
}
#mobile-call-buttons ul,
.leadpopup .modal-body,
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner,
.side-navigation.active,
.transition-overlay.active {
  left: 0;
}
.accordion {
  width: 100%;
  float: left;
  background: #fff;
  padding: 0;
}
.accordion .card {
  background: 0 0;
  border-radius: 0;
  margin-top: -1px;
  border: 1px solid #a0a0a0;
}
.accordion .card .card-header {
  background: 0 0;
  padding: 0;
  border-bottom: none;
}
.accordion .card .card-header a {
  width: 100%;
  float: left;
  text-align: left;
  padding: 20px 25px;
  color: #000;
  font-weight: 600;
  background-color: #d4af37;
  border-bottom: 5px solid #121212;
}
.accordion .card .card-header a:before {
  content: "+";
  float: left;
  text-align: center;
  margin-right: 8px;
  color: #000;
  font-weight: 600;
}
.accordion .card .card-header a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 5px solid #121212;
}
.accordion .card .card-body {
  width: 100%;
  line-height: 26px;
  background-color: #000;
}
.accordion .card .card-body ul li,
.breadcrumb .breadcrumb-item a,
.faq .sidebox p,
.footer .col-12 .creation a,
.footer p,
.navbar .container .upper-side .phone-email h4 a,
.side-navigation p a {
  color: #fff;
  text-align: left;
}
.accordion .card [aria-expanded="true"] {
  color: #000 !important;
}
.accordion .card [aria-expanded="true"]:before {
  content: "-" !important;
  color: #000 !important;
}
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
  background: #d4af37;
  border-color: transparent;
  color: #fff;
}
.pagination .page-item {
  display: inline-block;
  margin-right: 6px;
}
.pagination .page-item.active .page-link {
  position: relative;
  z-index: 2;
}
.pagination .page-item .page-link {
  display: inline-block;
  border-radius: 0 !important;
  padding: 15px 20px;
  color: #26282b;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #dee2e6;
  line-height: 1;
}
.pagination .page-item .page-link:hover {
  background: 0 0;
  border-color: #dee2e6;
  color: #d4af37;
}
.gallery-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 30px 0;
  background: #26282b;
}
.gallery-container .swiper-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.gallery-container .swiper-slide {
  width: 80%;
  margin: 0;
  opacity: 0.6;
}
.gallery-container .swiper-slide.swiper-slide-active {
  width: 80%;
  opacity: 1;
}
.blog .post .post-image img,
.certificates figure img,
.error404 figure img,
.gallery-container .swiper-slide img,
.logos figure img,
.press-relases figure a img,
.recent-gallery .link:hover:before,
.side-navigation .gallery li img {
  width: 100%;
}
.gallery-container .gallery-pagination {
  bottom: 20px;
  position: absolute;
  z-index: 2;
}
.gallery-container .gallery-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.gallery-container
  .gallery-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d4af37;
  opacity: 1;
}
.video-bg {
  width: 100%;
  height: 100%;
  top: 0;
  background: #020e01;
}
.video-bg img {
  min-width: 100%;
  min-height: 100%;
  float: left;
  opacity: 0.2;
}
.nav-pills {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 118px;
  justify-content: center;
}
.nav-pills .nav-item {
  display: inline-block;
  margin-right: 30px;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills .nav-item .nav-link {
  background: 0 0;
  color: #d4af37;
  border-bottom: 2px solid transparent;
  padding: 4px 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
}
.nav-pills .nav-item .nav-link.active {
  border-bottom: 2px solid #014522;
}
.breadcrumb {
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: 0 0;
}
.preloader,
.transition-overlay {
  z-index: 12;
  background: #d4af37;
  overflow: hidden;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.breadcrumb .breadcrumb-item:first-child:before {
  display: none;
}
.breadcrumb .breadcrumb-item:before {
  content: "»";
  color: #fff;
  font-weight: 400;
  padding: 0 20px;
}
.about-content h2 span,
.apartment h2 span,
.benefits h4 span,
.blog .sidebar .widget .categories li a:hover,
.breadcrumb .breadcrumb-item.active,
.certificates h4 span,
.contact address p a:hover,
.contact h4 span,
.facilities h4 span,
.floorplan a:hover,
.floorplan h4 span,
.footer .footer-menu li a:hover,
.get-consultation h4 span,
.intro-video h4 span,
.navbar .container .upper-side .phone-email h4 a:hover,
.property-calculator .content-box h4 span,
.property-customization h4 span,
.property-plans h4 span,
.recent-posts h4 span,
.sales-team figure figcaption h4 span,
.slider .slider-container .inner-elements .container .button-next:hover,
.slider .slider-container .inner-elements .container .button-prev:hover,
.slider
  .slider-container
  .inner-elements
  .container
  .social-media
  ul
  li
  a:hover {
  color: #d4af37;
}
.hamburger {
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.hamburger span {
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.new-button a,
.overview-button a {
  height: 50px;
  line-height: 46px;
  padding: 0 40px;
  font-weight: 600;
}
.selector1 {
  width: 100%;
  height: 54px;
  color: #fff;
  border: 1px solid #d4af37;
  padding: 0 20px;
  font-size: 13px;
  background-color: #00000000;
}
.preloader,
.preloader * {
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.5s;
}
.hamburger span:first-child {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 9px;
}
.hamburger span:nth-child(3) {
  width: 10px;
  top: 19px;
}
.hamburger span:nth-child(4) {
  width: 6px;
  top: 19px;
  left: 15px;
}
.about-content blockquote p,
.apartment .gallery-slider .gallery-container,
.apartment blockquote p,
.blog .post .post-content blockquote p,
.hamburger.open {
  margin: 0;
}
.hamburger.open span:first-child {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger.open span:nth-child(2),
.hamburger.open span:nth-child(4) {
  opacity: 0;
  left: 20px;
}
.hamburger.open span:nth-child(3) {
  width: 30px;
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hamburger:hover span:nth-child(4) {
  width: 20px;
  left: 10px;
}
.preloader {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.95s;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.preloader * {
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.transition-overlay,
.transition-overlay .layer {
  width: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.5s;
  height: 100vh;
  top: 0;
}
.preloader .layer {
  width: 100%;
  height: 100vh;
  top: 0;
  background: #000;
  transition-delay: 0.3s;
}
.preloader .inner {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.preloader .inner figure {
  display: block;
  margin-bottom: 10px;
  transition-delay: 0.1s;
}
.preloader .inner figure img {
  height: auto;
  width: 250px;
}
.preloader .inner p {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  display: block;
}
.transition-overlay {
  position: fixed;
  left: -100%;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.transition-overlay .layer {
  position: absolute;
  right: -100%;
  background: #333;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.6s;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.navbar .container .upper-side,
.side-navigation {
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.5s;
  display: flex;
}
.transition-overlay.active .layer {
  right: 0;
}
.page-loaded .preloader {
  right: -100%;
}
.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}
.page-loaded .preloader .inner p {
  transform: translateY(20px);
  opacity: 0;
}
.page-loaded .preloader .layer {
  left: -100%;
}
.page-loaded .navbar .container .upper-side {
  transform: translateY(0);
}
.benefits .col:hover figure:after,
.blog .sidebar .widget .side-gallery li a:hover img,
.page-loaded .navbar .container .menu {
  opacity: 1;
}
.page-loaded .slider .slider-container {
  transform: scale(1);
  opacity: 1;
}
.side-navigation {
  width: 400px;
  max-width: 100%;
  height: 100vh;
  min-height: 400px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #000;
  z-index: 10;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  padding: 0 40px;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.side-navigation .menu {
  display: none;
  margin-bottom: 20px;
}
.side-navigation .menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.side-navigation .menu ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3px 0;
  list-style: none;
  position: relative;
}
.side-navigation .menu ul li ul {
  width: 100%;
  display: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
.contact .contact-form #contact,
.side-navigation .menu ul li ul li {
  display: block;
}
.side-navigation .menu ul li ul li a {
  font-size: 2vw;
}
.side-navigation .menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 3vw;
  font-weight: 600;
}
.blog .post .post-content .post-title a:hover,
.intro .content-box a:hover,
.navbar .container .upper-side .language a:hover,
.photo-gallery .gallery-filter li a:hover,
.property-calculator .content-box a:hover,
.recent-posts .post-box h6 a:hover,
.side-navigation .menu ul li a:hover {
  color: #d4af37;
  text-decoration: none;
}
.blog .sidebar .widget form,
.side-navigation .side-content {
  width: 100%;
  display: block;
}
.side-navigation figure,
.side-navigation p {
  display: block;
  margin-bottom: 30px;
}
.side-navigation figure img {
  height: 100px;
}
.side-navigation address {
  display: block;
  margin: 20px 0;
}
.side-navigation h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.side-navigation .gallery {
  margin-bottom: 20px;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.side-navigation .gallery li {
  width: 33.33333%;
  float: left;
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.side-navigation .social-media {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0;
}
.side-navigation .social-media li {
  float: left;
  margin-left: 5px;
  padding: 0;
  list-style: none;
}
.footer .contact-box ul li a,
.side-navigation .social-media li a {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.side-navigation .social-media li a:hover {
  color: #000;
  background: #fff;
}
.navbar {
  width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.intro,
.page-header .container {
  z-index: 2;
  position: relative;
}
.navbar .container {
  flex-direction: column;
}
.navbar .container .upper-side {
  width: 100%;
  flex-wrap: wrap;
  padding: 20px 0;
  align-items: center;
  transform: translateY(-80px);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1) 1.2s;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
.navbar .container .upper-side .logo {
  margin-left: 0;
}
.navbar .container .upper-side .logo img,
.slider .slider-container .swiper-slide .container figure img {
  height: 60px;
}
.navbar .container .upper-side .phone-email {
  margin-right: 0;
  margin-left: auto;
  margin-top: 5px;
  text-align: right;
  color: #fff;
}
.navbar .container .upper-side .phone-email img {
  float: right;
  height: 34px;
  margin-left: 15px;
}
.navbar .container .upper-side .phone-email h4 {
  margin-bottom: -5px;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  line-height: 1;
}
.navbar .container .upper-side .phone-email small a {
  opacity: 0.5;
  color: #fff;
}
.navbar .container .upper-side .phone-email small a:hover {
  text-decoration: none;
  color: #d4af37;
  opacity: 1;
}
.navbar .container .upper-side .language {
  margin-right: 40px;
  margin-left: 60px;
  padding: 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.navbar .container .upper-side .language a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-weight: 600;
}
.navbar .container .upper-side .hamburger {
  width: 30px;
  height: 21px;
  margin-right: 0;
}
.navbar .container .menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.5s;
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1) 1.4s;
  transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  opacity: 0;
}
/* .navbar .container .menu ul li ul,
.slider .slider-container .swiper-slide .container a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
} */
.navbar .container .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
  margin-top: -1px;
}
.slider,
.slider .slider-container {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.navbar .container .menu ul li {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  position: relative;
}
.navbar .container .menu ul li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar .container .menu ul li ul {
  min-width: 220px;
  position: absolute;
  left: -35px;
  top: 120%;
  background: #26282b;
  margin: 0;
  padding: 25px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}
.navbar .container .menu ul li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #26282b;
  position: absolute;
  left: 35px;
  top: -10px;
}
.navbar .container .menu ul li ul li {
  margin: 0;
  padding: 0 35px;
  white-space: nowrap;
}
.navbar .container .menu ul li ul li a {
  padding: 8px 0;
}
.navbar .container .menu ul li ul li a:hover {
  border-color: transparent;
}
.navbar .container .menu ul li a {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 25px 0;
  border-top: 1px solid transparent;
}
.navbar .container .menu ul li a:hover {
  text-decoration: none;
  color: #d4af37;
  border-top: 1px solid #d4af37;
}
.slider {
  height: 100vh;
  min-height: 600px;
  background: #26282b;
}

.slider .slider-container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  background-position: center !important;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-size: cover;
}
.slider .slider-container .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #020e01;
  opacity: 0.7;
}
.slider .slider-container .swiper-slide .container {
  position: relative;
  z-index: 9;
  padding-top: 100px;
}
.page-header .container h1,
.slider .slider-container .swiper-slide .container h1,
.slider .slider-container .swiper-slide .container h4 {
  font-size: 5vw;
  color: #d4af37;
  margin-bottom: 20px;
}
.slider .slider-container .swiper-slide .container h1 span,
.slider .slider-container .swiper-slide .container h4 span {
  display: inline-block;
  position: relative;
}
.slider .slider-container .swiper-slide .container h1 span:before,
.slider .slider-container .swiper-slide .container h4 span:before {
  content: "";
  width: 247px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 40px;
  background: url(../images/title-mark.png) center/contain no-repeat;
  z-index: -1;
}
.slider .slider-container .swiper-slide .container h2 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.slider .slider-container .swiper-slide .container h5 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.slider .slider-container .swiper-slide .container a {
  height: 60px;
  line-height: 56px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: 2px solid #d4af37;
  padding: 0 40px;
  box-shadow: 0 0 20px rgba(255, 199, 54, 0.4);
  transition: 0.25s ease-in-out;
}
.get-consultation a i,
.new-button a i,
.overview-button a i,
.recent-gallery .link i,
.slider .slider-container .swiper-slide .container a i {
  margin-left: 10px;
}
.slider .slider-container .swiper-slide .container a:hover {
  text-decoration: none;
  background: #d4af37;
  border-color: #d4af37;
  color: #014522;
}
.new-button {
  text-align: center;
}
.new-button a {
  justify-content: center;
  color: #014522;
  background: #d4af37;
  font-size: 14px;
  position: relative;
  border: 2px solid #d4af37;
  border-radius: 6px;
  display: inline-block;
}
.new-button a:hover {
  text-decoration: none;
  background: #d4af37;
  border-color: #d4af37;
  color: #fff;
}
.overview-button {
  padding-top: 15px;
}
.overview-button a {
  justify-content: center;
  color: #014522 !important;
  background: #d4af37;
  font-size: 14px;
  position: relative;
  border: 2px solid #d4af37;
  box-shadow: 0 0 20px rgba(255, 199, 54, 0.4);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 6px;
  display: inline-block;
}
.intro,
.page-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.overview-button a:hover {
  text-decoration: none;
  background: #d4af37;
  border-color: #d4af37;
  color: #fff !important;
}
.slider .slider-container .swiper-slide .container figure {
  float: left;
  margin-left: 40px;
  margin-bottom: 0;
}
.slider .slider-container .inner-elements {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slider .slider-container .inner-elements .container {
  position: relative;
  height: 100vh;
}
.slider .slider-container .inner-elements .container .social-media {
  width: 20px;
  position: absolute;
  left: 15px;
  top: calc(50% + 60px);
  transform: translateY(-50%);
  z-index: 4;
  text-align: center;
}
.slider .slider-container .inner-elements .container .social-media h6 {
  width: 120px;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: left;
  margin-left: 9px;
  font-weight: 600;
  margin-bottom: 120px;
  font-size: 14px;
}
.slider .slider-container .inner-elements .container .social-media ul {
  margin: 0;
  padding: 0;
}
.slider .slider-container .inner-elements .container .social-media ul:before {
  content: "";
  width: 1px;
  height: 42px;
  background: #fff;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 10px;
}
.slider .slider-container .inner-elements .container .social-media ul li {
  margin: 0;
  padding: 3px 0;
  list-style: none;
}
.slider .slider-container .inner-elements .container .social-media ul li a {
  color: #fff;
  font-size: 12px;
}
.slider .slider-container .inner-elements .container .pagination {
  width: auto;
  position: absolute;
  left: auto;
  right: 15px;
  bottom: 20px;
  z-index: 4;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
}
.slider .slider-container .inner-elements .container .button-next,
.slider .slider-container .inner-elements .container .button-prev {
  width: 40px;
  right: 10px;
  top: calc(50% + 60px);
  z-index: 4;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  color: #fff;
}
.slider
  .slider-container
  .inner-elements
  .container
  .pagination
  .swiper-pagination-current {
  font-size: 40px;
  font-weight: 800;
  margin-right: 5px;
}
.slider
  .slider-container
  .inner-elements
  .container
  .pagination
  .swiper-pagination-total {
  font-size: 20px;
  margin-left: 5px;
}
.slider .slider-container .inner-elements .container .button-prev {
  transform: rotate(90deg);
  transition: 0.25s ease-in-out;
  transform-origin: bottom;
  margin-top: -60px;
  line-height: 1;
}
.slider .slider-container .inner-elements .container .button-prev:after {
  content: "";
  width: 42px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: calc(-100% - 20px);
  top: 5px;
}
.slider .slider-container .inner-elements .container .button-next {
  transform: rotate(90deg);
  transition: 0.25s ease-in-out;
  transform-origin: bottom;
  margin-top: 60px;
  line-height: 1;
}
.logos *,
.recent-gallery .link:before {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.page-header {
  height: 500px;
  padding-top: 200px;
  background-color: #26282b;
  position: relative;
  margin-bottom: 30px;
}
.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: -moz-linear-gradient(
    161deg,
    #26282b 0,
    #26282b 49%,
    #d4af37 100%
  );
  background: -webkit-linear-gradient(
    161deg,
    #26282b 0,
    #26282b 49%,
    #d4af37 100%
  );
  background: linear-gradient(161deg, #26282b 0, #26282b 49%, #d4af37 100%);
  opacity: 0.65;
}
.page-header .container p {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.page-header .container .breadcrumb {
  position: absolute;
  left: 15px;
  bottom: -30px;
  background: #d4af37;
  width: 70%;
  padding: 40px 60px 40px 30px;
  margin: 0;
}
.intro {
  padding-bottom: 50px;
  background-image: url(../images/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.benefits,
.logos {
  display: flex;
  flex-wrap: wrap;
}
.intro figure,
.property-calculator figure {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -20px;
  background: #d4af37;
  position: relative;
}
.intro figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background-size: contain;
}
.intro figure .holder {
  position: relative;
  width: 100%;
  float: left;
  display: block !important;
  transform: translate(85px, -65px);
}
.intro figure .holder img,
.property-calculator figure .holder img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
}
.intro .content-box,
.property-calculator .content-box {
  display: block;
  padding-left: 10%;
}
.benefits b,
.certificates b,
.contact b,
.facilities b,
.intro .content-box b,
.intro-video b,
.property-calculator .content-box b,
.property-plans b,
.recent-gallery b,
.recent-posts b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}
.certificates h4,
.contact h4,
.get-consultation h4,
.intro .content-box h4,
.intro-video h4,
.property-calculator .content-box h4,
.property-plans h4,
.recent-posts h4,
.sales-team figure figcaption h4 {
  display: block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}
.intro .content-box h4 span {
  color: #d4af37;
  font-size: 35px;
  font-weight: 600;
}
.intro .content-box h5 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.intro .content-box p {
  display: block;
  padding-right: 30px;
  color: #fff;
      margin-bottom: 18px;
}
.intro .content-box a,
.property-calculator .content-box a {
  display: inline-block;
  color: #26282b;
  font-weight: 600;
}
.intro .content-box a img {
  height: 46px;
  margin-right: 15px;
}
.logos {
  width: 100%;
  padding: 100px 0;
}
.logos * {
  transition: 0.25s ease-in-out;
}
.logos .col-lg-2 {
  border-right: 1px dashed #eee;
}
.benefits .col:last-child,
.logos .col-lg-2:last-child {
  border-right: none;
}
.logos figure {
  width: 100%;
  margin: 0;
  position: relative;
}
.logos figure:hover img {
  opacity: 0;
  transform: scale(1.2);
}
.logos figure:hover h6 {
  opacity: 1;
  transform: scale(1);
}
.logos figure h6 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: 0;
  font-weight: 800;
  font-size: 13px;
  transform: scale(1.1);
}
.benefits {
  width: 100%;
  padding: 80px 0;
  background: #000;
  text-align: center;
  background-image: url(../images/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.property-calculator,
.recent-gallery {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.benefits .col {
  border-right: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.benefits .col:nth-child(odd) {
  margin-top: 50px;
}
.benefits h4 {
  display: block;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 600;
}
.benefits h3,
.floorplan h3 {
  font-weight: 500;
  margin-bottom: 50px;
}
.benefits figure {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.benefits figure:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #d4af37;
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  margin-left: -35px;
}
.benefits figure img {
  height: 70px;
  position: relative;
  z-index: 2;
  filter: invert(reverse);
}
.benefits h6 {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.benefits .odometer {
  font-size: 50px;
  line-height: 1;
  color: #d4af37;
  font-weight: 800;
}
.benefits .extra {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  transform: translateY(10px);
}
.recent-gallery {
  padding: 100px 0;
  background-color: #000;
}
.recent-gallery h4 {
  display: block;
  font-size: 35px;
  margin-bottom: 15px;
}
.recent-gallery h4 span {
  color: #d4af37;
  font-weight: 600;
}
.recent-gallery h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.recent-gallery .link {
  display: inline-block;
  color: #26282b;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
}
.floorplan a,
.footer .select-box .dropdown-toggle:hover,
.recent-gallery .link:hover,
.sales-offices .office-box a:hover,
a:hover {
  text-decoration: none;
}
.recent-gallery .link:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #26282b;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.25s ease-in-out;
}
.recent-gallery figure {
  display: block !important;
  margin: 0;
  position: relative;
}
.recent-gallery .col-md-4:first-child {
  margin-top: 100px;
}
.recent-gallery .col-md-4:nth-child(2) {
  margin-top: 0;
}
.recent-gallery .col-md-4:nth-child(3) {
  margin-top: 80px;
}
.property-calculator {
  padding-bottom: 150px;
  margin-top: 100px;
  position: relative;
}
.benefits .map:before,
.property-calculator figure:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #d4af37;
  position: absolute;
  left: -50vw;
  top: 0;
}
/* @media(max-width:992px){
  .benefits .map{
    display: none;
  }
} */
.property-calculator figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background: url(../images/side-pattern-bg.png) 0 0 / contain;
}
.property-calculator figure .holder {
  position: relative;
  width: 100%;
  float: left;
  display: block !important;
  transform: translate(85px, -35px);
}
.get-consultation h3,
.property-calculator .content-box h3,
.property-customization h3 {
  font-weight: 600;
  margin-bottom: 30px;
}
.property-calculator .content-box ul {
  display: block;
  margin-bottom: 60px;
  padding: 0;
}
.property-calculator .content-box ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.property-calculator .content-box ul li:first-child {
  margin-right: 30px;
}
.property-calculator .content-box ul li img {
  height: 35px;
}
.property-calculator .content-box p,
.property-plans p {
  display: block;
  padding-right: 40%;
  margin-bottom: 30px;
}
.property-calculator .content-box a img {
  height: 46px;
  margin-right: 10px;
}
.property-plans {
  width: 100%;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.property-plans h3 {
  font-weight: 500;
  margin-bottom: 30px;
}
.property-plans table {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 15px;
}
.get-consultation,
.property-plans .tab-nav,
.recent-posts .post-box {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}
.property-plans table tr td {
  padding: 5px 0;
}
.property-plans table tr td:first-child {
  color: #d4af37;
  width: 120px;
  font-weight: 600;
}
.property-plans .tab-nav li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.property-plans .tab-nav li a {
  color: #26282b;
  font-weight: 600;
}
.get-consultation {
  padding-top: 150px;
  margin-bottom: 100px;
  background-size: auto 120%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #e5e4df;
}
.get-consultation .content-box {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 50px;
  margin-bottom: -100px;
  color: #fff;
  background: #d4af37;
  position: relative;
  overflow: hidden;
}
.get-consultation .content-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 100vh 0;
  border-color: transparent #d4af37 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.15;
}
.get-consultation b,
.property-customization b {
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}
.get-consultation p {
  display: block;
  padding-right: 20%;
  margin-bottom: 40px;
}
.get-consultation a {
  height: 60px;
  line-height: 60px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background: #26282b;
  padding: 0 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.get-consultation a:hover {
  text-decoration: none;
  background: #fff;
  color: #d4af37;
}
.about-content,
.apartment,
.blog,
.certificates,
.photo-gallery,
.recent-posts,
.sales-team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}
.certificates small,
.facilities small,
.recent-posts small,
.sales-team figure figcaption small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  opacity: 0.5;
}
.certificates small:after,
.contact small:after,
.facilities small:after,
.recent-posts small:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #26282b;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  opacity: 0.5;
}
.recent-posts .post-box figure {
  display: block;
  margin-bottom: 20px;
}
.recent-posts .post-box h6 {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.apartment .property-plan,
.recent-posts .post-box h6 a,
.sales-team figure figcaption {
  display: inline-block;
}
.footer .footer-menu,
.recent-posts .post-box p {
  display: block;
  margin: 0;
}
.recent-posts .post-box span {
  width: 100%;
  display: block;
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.property-customization {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
  background: #26282b;
  color: #fff;
  position: relative;
}
.property-customization h4 {
  display: block;
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.property-customization figure {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #d4af37;
  padding: 15px 10px;
  margin: 15px 0;
}
.property-customization figure img {
  height: 40px;
  float: left;
  margin-right: 15px;
}
.property-customization figure figcaption {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.about-content h2,
.apartment h2 {
  font-size: 4vw;
  margin-bottom: 20px;
}
.about-content h6,
.apartment h6 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}
.apartment h5 {
  margin-bottom: 70px;
  font-weight: 600;
  opacity: 0.5;
}
.about-content h4,
.apartment h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.about-content p,
.apartment p {
  line-height: 1.7;
  margin-bottom: 20px;
}
.about-content p strong,
.apartment p strong {
  font-weight: 600;
}
.about-content ul,
.apartment ul,
.blog .post .post-content ul {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
}
.about-content ul li,
.apartment ul li,
.blog .post .post-content ul li {
  margin: 0;
  padding: 4px 0;
}
.about-content blockquote,
.apartment blockquote,
.blog .post .post-content blockquote {
  display: inline-block;
  padding: 30px;
  background: #d4af37;
  margin-bottom: 40px;
}
.about-content blockquote strong,
.apartment blockquote strong,
.blog .post .post-content blockquote strong {
  font-size: 20px;
}
.apartment figure {
  width: 100%;
  display: block;
  margin-bottom: 70px;
  margin-top: 50px;
}
.apartment .gallery-slider {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 70px;
}
.apartment .property-infos {
  display: inline-block;
  background: #d4af37;
  color: #fff;
  padding: 50px;
  margin-bottom: 50px;
  float: left;
  margin-right: 100px;
}
.apartment .property-infos .odometer {
  font-size: 60px;
  font-weight: 800;
  position: relative;
  display: inline-flex;
}
.apartment .property-infos .odometer:after {
  content: attr(data-text);
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 5px;
  opacity: 0.5;
}
.apartment .property-infos p:last-child {
  margin-bottom: 0;
}
.about-content h5 {
  margin-bottom: 40px;
  font-weight: 600;
  opacity: 0.5;
}
.about-content .video-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 30px;
}
.about-content .video-content video {
  width: 100%;
  height: 100%;
  float: left;
}
.about-content .gallery-container {
  margin-bottom: 50px;
}
.certificates figure {
  display: block;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.error404 a,
.facilities figure {
  box-shadow: 0 0 20px rgba(255, 199, 54, 0.4);
}
.facilities {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #000000;
  padding: 70px 0;
}
.facilities h4 {
  display: block;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
.facilities figure,
.facilities figure:hover {
  margin: 15px 0;
  padding: 30px 20px;
  border-radius: 20px;
  width: 100%;
  float: left;
}
.facilities figure:hover {
  box-shadow: 0 0 20px rgba(189, 124, 33, 0.4);
  transition: 0.7s;
}
.blog .sidebar .widget .side-gallery li a img,
.error404 a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.facilities figure img {
  height: 70px;
  float: left;
}
.facilities figure figcaption {
  width: calc(100% - 0px);
}
.facilities figure figcaption h5 {
  font-weight: 600;
  font-size: 35px;
  text-align: center;
}
.facilities figure figcaption p {
  font-size: 18px;
  opacity: 0.5;
  margin: 0;
  text-align: center;
}
.faq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.faq .sidebox {
  width: calc(100% - 70px);
  float: left;
  margin-left: 70px;
  padding: 40px 30px;
  text-align: center;
  background: #d4af37;
  color: #fff;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}
.faq .sidebox i {
  font-size: 100px;
  margin-bottom: 20px;
  display: inline-block;
}
.faq .sidebox h3 {
  display: block;
  margin-bottom: 20px;
}
.press-relases,
.sales-offices {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 135px 0;
}
.sales-offices .office-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  margin: 15px 0;
  border: 1px solid #eee;
}
.sales-offices .office-box h5 {
  margin-bottom: 20px;
  font-size: 26px;
}
.sales-offices .office-box address {
  margin-bottom: 25px;
}
.sales-offices .office-box a {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  padding: 0 20px;
  background: #26282b;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.sales-offices .office-box a i {
  margin-right: 7px;
}
.intro-video {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  text-align: center;
}
.intro-video h3 {
  font-weight: 600;
  margin-bottom: 50px;
}
.press-relases figure,
.sales-team figure {
  width: 100%;
  display: flex;
  border: 1px solid #eee;
  margin: 15px 0;
}
.intro-video .video-container {
  width: 100%;
  float: left;
  margin: 0;
  padding: 5px;
  background: #d4af37;
}
.blog .post .post-content .post-tags,
.intro-video .video-container video,
.photo-gallery .gallery li img {
  width: 100%;
  float: left;
}
.press-relases figure {
  flex-wrap: wrap;
  align-items: center;
}
.press-relases figure a {
  width: 40%;
}
.press-relases figure figcaption {
  width: 60%;
  padding-left: 20px;
}
.press-relases figure figcaption h5 {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
}
.press-relases figure figcaption p {
  font-size: 14px;
}
.press-relases figure figcaption small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  opacity: 0.5;
}
.photo-gallery .gallery-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0;
}
.photo-gallery .gallery-filter li {
  display: inline-block;
  margin-right: 25px;
  padding: 0;
  list-style: none;
}
.photo-gallery .gallery-filter li a {
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.photo-gallery .gallery-filter li a.current {
  border-bottom: 2px solid #d4af37;
}
.photo-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  padding: 0;
}
.photo-gallery .gallery li {
  width: 25%;
  margin: 0;
  padding: 4px;
  list-style: none;
}
.sales-team figure {
  flex-wrap: wrap;
  align-items: center;
}
.blog .post,
.error404 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}
.sales-team figure img {
  width: 50%;
  display: inline-block;
}
.sales-team figure figcaption small:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #26282b;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 4px;
  opacity: 0.5;
}
.blog .post .post-content .post-tags ul,
.sales-team figure figcaption ul {
  display: block;
  margin: 0;
  padding: 0;
}
.sales-team figure figcaption ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
}
.sales-team figure figcaption ul li a {
  font-size: 14px;
  font-weight: 600;
}
.sales-team figure figcaption ul li a i {
  margin-right: 6px;
  font-size: 12px;
  font-weight: 400;
}
.sales-team figure figcaption ul li a:hover {
  text-decoration: none;
  color: #d4af37;
}
.error404 {
  height: 100vh;
  text-align: center;
  align-items: center;
  background-color: #d4af37;
}
.error404 figure {
  display: block;
  margin-bottom: 60px;
  padding: 0 10%;
}
.contact .contact-form h5,
.error404 p {
  margin-bottom: 40px;
}
.error404 h2 {
  font-size: 50px;
  font-weight: 800;
  color: #d4af37;
}
.error404 p {
  display: block;
}
.error404 a {
  height: 60px;
  line-height: 56px;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background: #d4af37;
  border: 2px solid #d4af37;
  padding: 0 40px;
  transition: 0.25s ease-in-out;
}
.error404 a:hover {
  text-decoration: none;
  color: #000;
  border-color: #d4af37;
  background-color: #d4af37;
}
.blog .post {
  margin-bottom: 100px;
}
.blog .post .post-image {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.blog .post .post-content {
  width: calc(100% - 60px);
  float: left;
  background: #fff;
  margin: -100px 30px 0;
  padding: 30px;
}
.blog .post .post-content.single {
  width: 100%;
  margin: 50px 0 0;
  padding: 0;
}
.blog .post .post-content .post-title {
  font-weight: 800;
  margin-bottom: 20px;
}
.blog .post .post-content .post-author a,
.blog .post .post-content .post-title a,
.blog .sidebar .widget .categories li a {
  color: #26282b;
}
.blog .post .post-content .post-tags i {
  font-size: 19px;
  float: left;
  margin-right: 10px;
  color: #d4af37;
  margin-top: 4px;
}
.blog .post .post-content .post-tags ul li {
  float: left;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}
.blog .post .post-content .post-tags ul li a {
  color: #26282b;
  text-decoration: underline;
}
.blog .post .post-content .post-intro {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 1.6;
}
.blog .post .post-content .post-author {
  width: 100%;
  float: left;
  line-height: 60px;
  margin-bottom: 20px;
}
.blog .post .post-content .post-author img {
  width: 60px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.blog .post .post-content .post-author span {
  float: left;
  opacity: 0.5;
  margin-right: 5px;
}
.blog .sidebar {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
  border-left: 1px solid #eee;
  padding-left: 50px;
}
.blog .sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.contact,
.footer-bar {
  flex-wrap: wrap;
  display: flex;
}
.blog .sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog .sidebar .widget .title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.blog .sidebar .widget .categories,
.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 2px 0;
  list-style: none;
}
.blog .sidebar .widget .categories li:before {
  content: "»";
  margin-right: 9px;
  color: #d4af37;
}
.blog .sidebar .widget .categories li span {
  float: right;
  color: #d4af37;
}
.blog .sidebar .widget form input[type="text"] {
  width: calc(100% - 50px);
  float: left;
  border: 1px solid #d4af37;
  border-right: none;
}
.blog .sidebar .widget form button[type="submit"] {
  width: 50px;
  padding: 0;
}
.blog .sidebar .widget .tags li {
  float: left;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 0;
  list-style: none;
}
.blog .sidebar .widget .tags li a {
  height: 30px;
  line-height: 30px;
  float: left;
  border: 1px solid #d4af37;
  padding: 0 10px;
  font-size: 13px;
  color: #d4af37;
  font-weight: 600;
}
.blog .sidebar .widget .tags li a:hover {
  background: #d4af37;
  color: #fff;
  border-color: #d4af37;
  text-decoration: none;
}
.blog .sidebar .widget .side-gallery {
  margin-left: -3px;
  margin-right: -3px;
  padding: 0;
}
.blog .sidebar .widget .side-gallery li {
  width: 33.33333%;
  float: left;
  margin: 0;
  padding: 3px;
  list-style: none;
}
.blog .sidebar .widget .side-gallery li a {
  width: 100%;
  float: left;
  background: #26282b;
}
.blog .sidebar .widget .side-gallery li a img {
  opacity: 0.5;
  transition: 0.25s ease-in-out;
}
.contact {
  width: 100%;
  padding: 100px 0;
  background-color: #000000;
}
.contact small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
  opacity: 0.5;
}
.contact address {
  display: block;
  margin-bottom: 50px;
}
.contact address strong {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.contact address p {
  display: block;
  margin: 0;
  font-size: 18px;
}
.contact address i {
  color: #d4af37;
  font-size: 18px;
  margin-right: 5px;
}
.benefits .map {
  display: inline-block;
  margin-bottom: 0;
  background: #d4af37;
  position: relative;
}
.benefits .map .pattern-bg {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background: url(../images/side-pattern-bg.png) 0 0 / contain;
}
.benefits .map .holder {
  transform: translate(40px, -35px);
}
.benefits .map .holder iframe {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
  height: 657px;
  border: none;
}
.contact .contact-form {
  width: 100%;
  display: block;
  padding: 40px 60px;
    background-image: url(../images/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  border-radius: 13px;
}
.contact .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.contact .contact-form #contact .form-group span {
  width: 100%;
  line-height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.contact .contact-form #contact .form-group input:focus + span,
.contact .contact-form #contact .form-group span.label-up,
.contact .contact-form #contact .form-group textarea:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group input[type="email"],
.contact .contact-form #contact .form-group input[type="tel"],
.contact .contact-form #contact .form-group input[type="text"],
.contact .contact-form #contact .form-group input[type="select"],
.contact .contact-form #contact .form-group textarea {
  background: #00000000;
  position: relative;
  z-index: 2;
  border-radius: 6px;
}
.form-group .selector {
  width: 100%;
  color: #fff;
  height: 54px;
  border: 1px solid #d4af37;
  padding: 0 20px;
  background-color: #00000000;
}
.contact .contact-form #contact .form-group label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact .contact-form #error,
.contact .contact-form #success {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
.footer-bar {
  width: 100%;
  margin-bottom: -80px;
  background-color: #f1f1f1;
}
.footer-bar .inner {
  background: #000;
  padding: 50px 30px;
  color: #fff;
}
.footer-bar .inner figure {
  margin-bottom: 20px;
  float: left;
  margin-right: 30px;
}
.footer-bar .inner figure img {
  height: 70px;
}
.footer-bar .inner h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-bar .inner p {
  font-size: 16px;
  margin: 0;
}
.footer-bar .inner strong {
  font-weight: 600;
  text-decoration: underline;
}
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 30px;
      background-image: url(../images/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 30px;
}
.footer .logo {
  height: 80px;
  margin-bottom: 18px;
}
.footer .logo img {
  height: 48px;
}
.footer .select-box {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 15px;
  padding-left: 25px;
  margin-top: 20px;
}
.footer .select-box:hover {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.footer .select-box span {
  margin-right: 40px;
}
.footer .select-box .dropdown-toggle {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.footer .select-box .dropdown-menu li a img,
.footer .select-box .dropdown-toggle img {
  width: 20px;
  margin-right: 5px;
}
.footer .select-box .dropdown-menu {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: none;
  margin-left: -25px;
  margin-top: 13px;
}
.footer .select-box .dropdown-menu li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .select-box .dropdown-menu li a {
  display: block;
  padding: 7px 25px;
  font-size: 14px;
  line-height: 1;
}
.footer .select-box .dropdown-menu li a:hover {
  background: 0 0;
  color: #d4af37;
}
.footer .footer-menu li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.footer .footer-menu li a {
  float: left;
  color: #fff;
}
.footer .contact-box {
  color: #fff;
  text-align: center;
}
.footer .contact-box h5 {
  margin-bottom: 10px;
  font-size: 19px;
}
.footer .contact-box h3 {
  font-weight: 600;
  margin: 0;
}
.footer .contact-box p {
  margin-bottom: 10px;
}
.footer .contact-box p a {
  color: #fff;
  opacity: 0.5;
}
.footer .contact-box ul {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
}
.footer .contact-box ul li {
  float: left;
  margin-left: 10px;
  padding: 0;
  list-style: none;
}
.footer .contact-box ul li a:hover {
  color: #d4af37;
  background: #fff;
}
.footer .col-12 {
  border-top: 1px solid #5858589e;
  padding-top: 30px;
  margin-top: 50px;
  color: #fff;
  font-size: 13px;
}
.footer .col-12 .copyright {
  font-size: 15px;
}
.footer .col-12 .creation {
  font-size: 15px;
  float: right;
}
@media only screen and (max-width: 1199px),
  only screen and (max-device-width: 1199px) {
  .intro figure .holder,
  .property-calculator figure .holder {
    transform: translate(65px, -65px);
  }
  .intro figure .holder img,
  .property-calculator figure .holder img {
    width: 450px;
  }
  .footer-bar .inner p {
    font-size: 15px;
  }
  .footer-bar .inner p br {
    display: none;
  }
}
@media only screen and (max-width: 991px),
  only screen and (max-device-width: 991px) {
  .blog .sidebar,
  .intro .content-box {
    padding-left: 0;
  }
  .navbar .container .menu,
  .property-calculator figure:before,
  .side-navigation .side-content {
    display: none;
  }
  .contact address p a,
  .side-navigation .menu {
    display: block;
  }
  .page-header .container h1 {
    font-size: 8vw;
  }
  .intro figure {
    width: 100%;
    margin-bottom: 80px;
  }
  .intro figure .pattern-bg,
  .property-calculator figure .pattern-bg {
    width: 100%;
    left: 0;
  }
  .intro figure .holder,
  .property-calculator figure .holder {
    transform: translate(0, -45px);
    padding: 0 15%;
  }
  .apartment .gallery-slider,
  .intro figure .holder img,
  .property-calculator figure,
  .property-calculator figure .holder img {
    width: 100%;
  }
  .logos figure img {
    padding: 0 10%;
  }
  .about-content,
  .apartment,
  .benefits,
  .blog,
  .certificates,
  .error404,
  .facilities,
  .intro-video,
  .photo-gallery,
  .press-relases,
  .property-customization,
  .recent-gallery,
  .recent-posts,
  .sales-offices,
  .sales-team {
    padding: 80px 0;
  }
  .photo-gallery .gallery li {
    width: 33.33333%;
  }
  .faq .sidebox {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .apartment .property-infos {
    width: 100%;
    margin-right: 0;
  }
  .apartment .property-plan {
    margin: 50px 0;
  }
  .blog .sidebar {
    width: 100%;
    margin-left: 0;
    border-left: none;
  }
  .sales-team figure figcaption {
    width: 50%;
  }
  .sales-team figure figcaption h4 {
    font-size: 21px;
  }
  .sales-team figure figcaption small {
    margin-bottom: 20px;
  }
  .recent-gallery h3 {
    padding-right: 0;
  }
  .recent-gallery .col-md-4 {
    margin-top: 0 !important;
  }
  .recent-gallery figure {
    margin-top: 10px;
  }
  .benefits .map {
    margin-top: 40px;
  }
  .property-calculator {
    padding-bottom: 80px;
    margin-top: 0;
  }
  .property-calculator .col-lg-6:first-child {
    order: 2;
  }
  .property-calculator .col-lg-6:nth-child(2) {
    order: 1;
  }
  .property-calculator .content-box {
    padding-left: 0;
    margin-bottom: 150px;
  }
  .property-plans {
    padding-bottom: 80px;
  }
  .property-plans .nav-pills {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .recent-posts .post-box {
    margin: 25px 0;
  }
  .video-bg img {
    float: right;
  }
  .contact {
    padding: 50px 0;
  }
  .faq {
    padding: 70px 0;
  }
  .contact .contact-form {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .benefits h3,
  .facilities h3,
  .intro .content-box h3,
  .property-plans h3,
  .recent-gallery h3 {
    font-size: 23px;
  }
  .footer-bar .inner {
    padding: 30px;
  }
  .footer-bar .inner .col-lg-4 {
    margin: 20px 0;
  }
  .footer-bar .inner figure {
    width: 70px;
    margin-right: 0;
  }
  .footer-bar .inner figure img {
    height: 50px;
  }
  .footer {
    padding-top: 150px;
  }
  .footer .select-box {
    margin-bottom: 80px;
  }
  .footer .footer-menu {
    padding: 0;
  }
  .footer .contact-box {
    text-align: center;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px),
  only screen and (max-device-width: 767px) {
  .side-navigation {
    width: 80vw;
  }
  .about-content h2,
  .page-header .container h1 {
    font-size: 10vw;
  }
  .page-header .container .breadcrumb {
    width: calc(100% - 30px);
  }
  .navbar .container .upper-side .language,
  .navbar .container .upper-side .phone-email,
  .slider .slider-container .inner-elements .container .social-media {
    display: none;
  }
  .navbar .container .upper-side {
    justify-content: center;
  }
  .navbar .container .upper-side .logo img {
    height: 76px;
  }
  .navbar .container .upper-side .hamburger {
    margin-left: auto;
    display: none;
  }
  .slider .slider-container .swiper-slide .container {
    padding-left: 15px;
    padding-right: 40px;
  }
  .slider .slider-container .swiper-slide .container figure {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .benefits .col {
    width: 50%;
    flex-basis: auto;
    border-right: none;
  }
  .benefits .col:nth-child(odd) {
    margin-top: 0;
  }
  .apartment h2 {
    font-size: 9vw;
  }
  .apartment figure,
  .certificates figure {
    margin: 15px 0;
  }
  .apartment h4 {
    margin-top: 30px;
  }
  .blog .post .post-image {
    margin-bottom: 30px;
  }
  .blog .post .post-content {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .benefits  .map .holder iframe {
    width: 90%;
    height: 400px;
  }
  .side-navigation .menu ul li a {
    font-size: 5vw;
  }
  .side-navigation .menu ul li ul li a {
    font-size: 4vw;
  }
  .footer .col-12 .creation {
    margin-top: 8px;
    text-align: center;
  }
}
.floorplan {
  padding: 70px 0;
}
.single-plan {
  position: relative;
  border: 5px groove #014522;
  background-color: #014522;
}
.single-plan h3 {
  font-size: 15px;
  font-weight: 900 !important;
  color: #fff;
}
.floorplan h4 {
  display: block;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 600;
}
.floorplan p {
  font-size: 25px;
  font-weight: 500;
}

.contact-detail {
  padding: 55px 30px 30px;
  background-image: url(../images/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
}
.leadpopup .modal-dialog {
  max-width: 800px;
}
.leadpopup .modal-content {
  border-radius: 0;
}
.innerbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
}
.innerleft {
  padding: 30px;
}
.innerright {
  background-size: cover;
  background-image: url(../images/gallery/gallery-1.webp);
  height: 480px;
}
.leadbtnclose {
  position: absolute;
  right: 15px;
  top: 11px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
input {
  accent-color: #00b9f1;
}
.popup-modalfull .modal-dialog {
  min-height: 100%;
  margin: 0;
  background: #fff;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.form-group input::placeholder {
  color: #fff;
}
.popup-modalfull .modal-content {
  border: 0;
  height: 100%;
  border-radius: 0;
}
.popup-modalfull .modal-body {
  overflow-y: auto;
}
.costsheet-img {
  border: 1px solid #d4af37;
}
#sc-price {
  padding: 30px 60px;
  margin: 10px;
  background-color: #fff;
}
#sc-price h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--Primary-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sec-price .table {
  max-width: 80rem;
  margin-inline: auto;
  border-radius: 1.5rem;
  overflow: hidden;
  outline: solid 1px;
  margin-top: 3rem;
}
.sec-price .table thead th {
  background-color: #d4af37;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.8rem 1.8rem;
}
.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.amenities {
  padding: 70px 0;
  background-color: #000;
}
.amenities-img img {
  margin-bottom: 20px;
}
.amenities-img h3 {
  font-size: 18px;
  font-weight: 900 !important;
  color: #2c2c2c;
}
.amenities h5 {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  color: #2c2c2c;
  font-weight: 700;
}
.pricing-inner-section .pricing-main-boxarea {
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0 4px 40px 0 rgb(50 50 50 / 80%);
  position: relative;
  padding: 32px;
}
.phone-call:before,
.wecall:before {
  position: absolute;
  content: " ";
  top: -15px;
  right: -15px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  opacity: 0.3;
}
.pricing-inner-section .pricing-main-boxarea .price-area h5 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.pricing-inner-section .pricing-main-boxarea .price-area h2 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.pricing-inner-section .pricing-main-boxarea .price-area h2 span {
  color: #252728;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  padding-left: 4px;
}
.pricing-inner-section .pricing-main-boxarea .price-area p {
  color: #676a72;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.pricing-inner-section .pricing-main-boxarea .price-listarea {
  border-radius: 8px;
  background: #f6f7fa;
  padding: 32px;
}
.pricing-inner-section .pricing-main-boxarea .price-listarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.pricing-inner-section .pricing-main-boxarea .price-listarea ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .innerright,
  .mobile-view-none,
  .slider .slider-container .swiper-slide .container h1 span:before,
  .slider .slider-container .swiper-slide .container h4 span:before {
    display: none;
  }
  .intro .content-box a {
    margin: 0 0 15px !important;
  }
  .contact h3 {
    margin-bottom: 0;
  }
  .slider .slider-container .swiper-slide .container h1,
  .slider .slider-container .swiper-slide .container h4 {
    font-size: 30px;
    font-weight: 600;
  }
  .slider .slider-container .swiper-slide .container h2,
  .slider .slider-container .swiper-slide .container h5 {
    font-size: 20px;
    font-weight: 500;
  }
  .property-customization figure figcaption {
    font-size: 12px;
  }
  .innerbody {
    display: block;
  }
  .footer .col-12 .copyright {
    margin-bottom: 8px;
  }
  .footer .col-12 .creation {
    float: none;
  }
  #configuration {
    display: none !important;
  }
  .pricing-inner-section .pricing-main-boxarea {
    padding: 40px 20px;
  }
  .pricing-inner-section .pricing-main-boxarea .price-listarea {
    padding: 20px;
    margin-top: 20px;
  }
  .pricing-inner-section .pricing-main-boxarea .price-listarea ul li {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
  .error404 h2 {
    font-size: 35px;
  }
  .thank-you-box {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-inner-section .pricing-main-boxarea .price-listarea ul li {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
}
.pricing-inner-section .pricing-main-boxarea .price-listarea ul li svg {
  height: 18px;
  width: 18px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 6px 0 0;
}
.thank-you-box {
  padding: 50px 10px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #fff;
}
.phone-call,
.wecall {
  width: 50px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.wecall {
  margin: 10px 0;
  background: #01e675;
  font-size: 30px !important;
}
.wecall:before {
  z-index: -11111;
  background-color: #01e675;
  animation: 1s ease-out infinite pulse;
  -webkit-animation-iteration-count: infinite;
}
.phone-call {
  background: #00baf1;
  margin: 40px 0;
}
.phone-call:before {
  z-index: -1;
  background-color: #17888e;
  animation: 1s ease-out infinite pulse;
  -webkit-animation-iteration-count: infinite;
}
.phone-call a,
.whatsapp-icon {
  color: #fff;
}
i {
  font-style: italic;
}
#mobile-call-buttons {
  background: var(--ztc-bg-bg-3);
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 100;
}
#mobile-call-buttons ul li {
  border-bottom: 1px solid #fff;
  background: #d4af37;
  position: relative;
  width: 50%;
  list-style: none;
  float: left;
  line-height: 50px;
  text-align: center;
}
#mobile-call-buttons ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
#mobile-call-buttons ul li a i {
  -webkit-animation: 0.5s ease-out infinite pulsate;
  animation: 0.5s ease-out infinite pulsate;
}
@media (max-width: 767px) {
  .copy-right {
    margin-bottom: 49px;
  }
  .menu_four .main_menu .navbar .navbar-brand img {
    height: 100%;
  }
  .progress-wrap {
    bottom: 54px !important;
  }
  .pricing-inner-section .pricing-main-boxarea .price-area h2,
  .properties-details1-area .details-siderbar h3 {
    font-size: 25px;
  }
  #mobile-call-buttons ul li a {
    font-size: 15px;
    font-weight: 500;
  }
  .benefits  .map {
    margin-top: 65px;
  }
  .footer {
    padding-top: 100px;
  }
  .footer .col-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer .contact-box {
    margin-top: 0;
  }
}
tbody {
  background-image: url(../images/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#country_code option{
  color: #000;
}
.free-demo {
    position: fixed;
    top: 300px;
    right: -76px;
    transition: 0.4s ease-in;
    z-index: 999;
    background: #d4af37;
    color: #fff;
    width: 200px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: auto;
    font-size: 15px;
    padding: 11px 15px;
    transform: rotate(270deg);
    border: none;
    border-radius: 0px 0px 2px 3px;
}