@charset "UTF-8";

html {
  scroll-behavior: smooth; }

.text-primary {
  color: var(--text_color) !important; }

.bg-white {
  background-color: #F5F5F5 !important; }

.bg-black {
  background-color: #000000; }

.bg-btn{
  background-color: var(--btn) !important;
}
.bg-primary {
  background-color: var(--theme_color) !important; }

.btn-primary:hover {
  background-color: var(--btn) !important;
  border-color: var(--btn) !important; }

.btn-primary {
  border: 0 !important;
  background-color: var(--btn) !important; }

.bg-highlight {
  background-image: url(../bg-pattern.png);
  background-color: var(--highlight_back) !important; }

body {
  background-color: #DBE4E9;
  font-size: 0.9rem;
  overflow-y: scroll;
  position: relative; }

.form-success-msg {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }

label.error {
  display: none;
  margin-bottom: 0 !important; }

.logo-popup {
  max-height: 60px !important;
  max-width: 270px !important;
  padding: 5px 0; }

/** navbar styles */
.navbar {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff !important;
  width: 75%;
  padding: 0; }
  .navbar .logo {
    max-height: 48px !important;
    max-width: 200px !important;
    padding: 5px 0; }
  .navbar .nav-icon {
    margin-right: 3px;
    font-size: 12px; }
  .navbar .nav-link {
    font-size: 14px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navbar .nav-link .mi {
      margin-right: 5px; }
  .navbar i,
  .navbar .fa {
    margin-right: 5px !important; }
  .navbar .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.navbar-brand {
  padding: 0; }

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.sub-text {
  font-size: 2rem !important;
  font-weight: 600;
  letter-spacing: 0.03vw; }

.icon {
  font-size: 20px; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.overview .btnDownload {
  padding-right: 2rem;
  padding-left: 2rem;
  border: 1px solid var(--theme_color);
  color: var(--theme_color);
  font-size: 16px; }
.overview .btnDownload:hover {
  background-color: var(--theme_color) !important;
  color: white; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--btn);
  color: white !important; }

.nav-pills .nav-item {
  border: 1px solid var(--theme_color); }

.nav-pills .nav-link {
  border-radius: 0 !important;
  color: var(--btn) !important; }

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.02vw;
  padding: 1.1vw 0.6vw; }

.navbar-dark .navbar-toggler {
  color: #000000;
  border-color: gray; }

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #000000;
  background-color: #E8E8E8; }
  .navbar-dark .navbar-nav .nav-link:focus .active,
  .navbar-dark .navbar-nav .nav-link:hover .active {
    background-color: var(--theme_color); }

.navbar-dark .navbar-nav .nav-link.active {
  background-color: var(--theme_color); }

.section-link {
  padding-top: 3rem; }

.media-section {
  padding: 2rem;
  background-color: #fafafa; }
  .media-section .media {
    border-bottom: 1px solid c8c8c8;
    padding-bottom: 1rem;
    padding-top: 1rem; }
    .media-section .media p {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 2px;
      margin-top: 0.4rem !important;
      margin-bottom: 0 !important; }

.highlights .table-bordered td,
.highlights th {
  font-size: 14px !important;
  border: 1.5px solid var(--theme_color); 
  color: var(--highlight_text_color);
  }

.custom-select {
  border: 0 !important;
  border-radius: 7px !important;
  width: 30%; }

.desktop_unique {
  display: block; }

.mobile_unique {
  display: none; }

.banner_form {
  position: absolute;
  left: 20px;
  top: 5px;
  border-radius: 8px;
  width: 38%; }

.intro-section h2 {
  font-size: 1.8rem; }
.intro-section p {
  margin-bottom: 0; }
.intro-section span {
  font-size: 0.7rem; }
.intro-section .btn_bg {
  background-color: var(--theme_color) !important; }
.intro-section .btn_padd {
  width: 100%;
  border-radius: 12px 12px 0 0;
  font-size: 14px; }
.intro-section .btn_padd2 {
  width: 100%;
  border-radius: 12px;
  font-size: 14px; }
.intro-section .yellowBtn {
  border-radius: 0 0 12px 12px;
  color: #000000;
  background-color: #d6ebca !important;
  border-color: #d6ebca !important;
  width: 100%;
  font-size: 14px; }
.intro-section .yellowBtn:hover {
  background-color: #d6ebca !important;
  border-color: #d6ebca !important;
  color: #000000; }

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: var(--theme_color) !important;
  border-color: var(--theme_color) !important; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--theme_color);
  border-color: var(--theme_color); }

.btn.focus,
.btn:focus {
  outline: 0; }

.img_popup {
  position: relative; }

.image {
  display: block;
  width: 100%;
  height: auto; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: 1d1d1d; }

.img_popup:hover .overlay {
  opacity: 1; }

.text {
  background-color: #212322;
  color: white;
  font-size: 0.9rem;
  padding: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  border: 1px solid white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.ms-layout-heading {
  position: absolute;
  top: 0;
  color: #fff;
  background: #5E4F2D;
  padding: 10px;
  width: 100%;
  font-weight: 500; }

.black-overlay {
  position: absolute;
  left: 0.8rem;
  color: #fff;
  padding: 40px;
  width: 97%;
  background-color: rgba(0, 0, 0, 0.5); }
  .black-overlay p {
    font-size: 1.5rem; }
  .black-overlay h1 {
    text-transform: uppercase; }

.ml_5 {
  margin-left: 3rem !important; }

.popup_form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: unset;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.popup_form p {
  font-size: 0.95rem; }

.location i {
  color: var(--theme_color) !important; }

.sendMePlanModal .grey-sidebar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fafafa; }
.sendMePlanModal .modal-body {
  padding: 0; }
.sendMePlanModal .form-control {
  border-radius: 0; }

.requestCallModal .gray-sidebar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fafafa;
  width: 100%; }
.requestCallModal .modal-body {
  padding: 0; }
.requestCallModal .form-control {
  border-radius: 0; }

.font_size {
  font-size: 0.75rem; }

.footer .footerLogo {
  max-width: 280px;
  max-height: 65px; }

.disclaimer p {
  font-size: 0.75rem; }

.fa-whatsapp {
  color: #e6e600;
  font-size: 18px;
  margin-right: 3px; }

.fix_top {
  position: fixed;
  right: 2px; }

.right_form_logo{
  background-color: white !important;
  & img{
    height: 3rem;
  }
}

.right-sidebar .bg_right {
  background-color: var(--right_form);
  background-image: url("../bg-pattern.png");
  margin-left: -12px !important; }
.right-sidebar h2 {
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center; }
.right-sidebar .form-control {
  border: 3px solid var(--theme_color);
  border-radius: 0.50rem;
  height: 45px; }
  .right-sidebar .form-control .custom-select {
    height: 38px; }
  .right-sidebar .form-control .form-control {
    height: 38px; }
.right-sidebar .form-check-input {
  border: 1px solid black;
  width: 20px !important;
  height: 20px !important;
  border-radius: 10px !important; }
.right-sidebar .btn {
  width: 100%;
  margin-top: 1rem; }
.right-sidebar .request_btn {
  width: 52%;
  margin-top: 0.3rem; }
.right-sidebar .left_btn {
  border-color: #000000;
  border-radius: 0 0 0 14px;
  font-size: 0.8rem;
  border-left: 0;
  border-top: 0;
  cursor: pointer; }
.right-sidebar .right_btn {
  border-color: #000000;
  border-radius: 0 0 14px 0;
  font-size: 0.8rem;
  padding: 8px 20px;
  text-decoration: none; }
.right-sidebar .submit-btn {
  height: 45px;
  border: 0 !important;
  border-radius: 10px;
  font-size: 18px; }
.right-sidebar .mr_50 {
  margin-bottom: 50rem; }

.icon_font {
  font-size: 1.2rem;
  color: #000000 !important; }

.intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #383131 !important; }

.iti-flag {
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0 0 1px 0 #888;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("../assets/images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0; }

.selected_border {
  border-right: 2px solid; }

.footer-mobile {
  display: none !important; }

.hu__hu__ {
  -webkit-animation: hu__hu__ infinite 1.2s ease-in-out;
  animation: hu__hu__ infinite 1.2s ease-in-out; }

@keyframes hu__hu__ {
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
.lightning {
  -webkit-animation-name: lightning;
  animation-name: lightning;
  -webkit-animation: lightning infinite 3.5s ease-in-out;
  animation: lightning infinite 3.5s ease-in-out; }

@-webkit-keyframes lightning {
  from,
  50%,
  to {
    opacity: 0.7; }
  25%,
  75% {
    opacity: 1; } }
@keyframes lightning {
  from,
    50%,
    to {
    opacity: 0.7; }
  25%,
    75% {
    opacity: 1; } }
.pepe {
  -webkit-animation-name: pepe;
  animation-name: pepe;
  -webkit-animation: pepe infinite 6.5s ease-in-out;
  animation: pepe infinite 6.5s ease-in-out; }

@-webkit-keyframes pepe {
  from,
  33%,
  66%,
  to {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  16%,
  50%,
  83% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); } }
@keyframes pepe {
  from,
    33%,
    66%,
    to {
    transform: rotate(2deg); }
  16%,
    50%,
    83% {
    transform: rotate(-2deg); } }
.heartbeatSlow {
  -webkit-animation-name: heartbeatSlow;
  animation-name: heartbeatSlow;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

@-webkit-keyframes heartbeatSlow {
  35%,
  65% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes heartbeatSlow {
  35%,
    65% {
    transform: scale(1.1); } }
@media only screen and (max-width: 768px) {
  .footer-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    bottom: 0; }
    .footer-mobile .call,
    .footer-mobile .mail,
    .footer-mobile .whatsapp {
      width: 33.3%;
      padding: 10px 0;
      color: white;
      text-align: center; }
    .footer-mobile .call,
    .footer-mobile .mail {
      border-right: 1px solid white; }

  .left-side {
    overflow: hidden !important; }

  .navbar-dark .navbar-nav .nav-link {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem; }

  .ekko-lightbox {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .desktop_unique {
    display: none !important; }

  .mobile_unique {
    display: block !important; }

  .intro-section {
    position: static; }

  .ml_5 {
    margin-left: 0 !important; }

  .mob_padd {
    margin-bottom: 2rem; }

  .navbar {
    width: 100%; }

  .black-overlay {
    position: absolute;
    left: 0.8rem;
    color: #fff;
    padding: 0;
    width: 93%;
    background-color: rgba(0, 0, 0, 0.5); }
    .black-overlay img {
      margin-top: 10px;
      width: 44px; }
    .black-overlay p {
      font-size: 1rem; }
    .black-overlay h1 {
      text-transform: uppercase;
      font-size: 18px; }

  .nav-pills .nav-item {
    border: 1px solid #209DD8;
    width: 100%;
    text-align: center; }

  .banner_form {
    width: 100%;
    position: static; } }

    /* custom styles */
    .virtual-site-tour{
      & .img-overlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
        padding: 5px;
        background: linear-gradient(to right bottom,rgba(128, 128, 128, 0.7),rgba(128, 128, 128, 0.7));
      }
    }

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .navbar {
    width: 100%; }

  .left-side {
    width: 100% !important; }

  .right-side {
    display: none !important; }

  .ipad .col-md-9 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .desktop_unique {
    display: none !important; }

  .mobile_unique {
    display: block !important; }

  .banner_form {
    width: 100%;
    position: static; } }
@font-face {
  font-family: micon;
  src: url(../fonts/micon.woff2);
  src: url(../fonts/micon.woff2) format("woff2"), url(../fonts/micon.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-display: swap; }
@font-face {
  font-family: roboto;
  src: url(../fonts/roboto-regular-webfont.woff2) format("woff2"), url(../fonts/roboto-bold-webfont.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-display: swap; }
.mi {
  font-family: micon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 3.4vw;
  color: var(--theme_color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mi-small {
  font-size: 1.4vw; }

.mi-loc-list:before {
  content: ""; }

.mi-loc-list-2:before {
  content: ""; }

.mi-ami:before {
  content: ""; }

.mi-download:before {
  content: ""; }

.mi-gallery:before {
  content: ""; }

.mi-home:before {
  content: ""; }

.mi-location:before {
  content: ""; }

.mi-price:before {
  content: ""; }

.mi-siteplan:before {
  content: ""; }

.mi-sitevisit:before {
  content: ""; }

.mi-rs:before {
  content: ""; }

.mi-rs-light:before {
  content: ""; }

.mi-support-call:before {
  content: ""; }

.mi-support-price:before {
  content: ""; }

.mi-support-visit:before {
  content: ""; }

.mi-call:before {
  content: ""; }

.mi-enquire:before {
  content: ""; }

.mi-whatsapp .path1:before {
  content: "\e902";
  color: #eceff1; }

.mi-whatsapp .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: #4caf50; }

.mi-whatsapp .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: #fafafa; }

/*# sourceMappingURL=main.css.map */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #b4aca8;
  font-size: 14px;
  background: #14100f;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: black;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  color: #b4aca8;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fd6f41;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #b4aca8;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fd6f41;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f03c02;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #fd5c28;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #b4aca8;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f03c02;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fd5c28;
  color: #fff;
  text-decoration: none;
}