html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.clearfix, .row {
  position: relative;
}

.clearfix:after,
.row:after {
  content: "";
  clear: both;
  display: table;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body, input, textarea, button, p, a, li, select,
h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  line-height: 1.5;
  color: #2F4858;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.align-center {
  text-align: center;
}

.container {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
}

.btn {
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  padding: 8px 24px;
  border-radius: 40px;
}

.btn-primary {
  background: #2F4858;
  color: #D2A298;
}

.btn-primary2 {
  background: #D2A298;
  color: #2F4858;
}

.btn-white {
  background: #fff;
  color: #2F4858;
}

.btn-white:hover {
  background: #d2a298;
}

.btn-border {
  border: 1px solid #2F4858;
}

.title {
  margin-bottom: 50px;
}

.title span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #d2a298;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
}

.popup-active {
  overflow: hidden;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: none;
}

.popup .pop-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .5s;
  transition: all .5s;
  top: 15px;
  opacity: 0;
}

.popup .popup-box {
  width: 90%;
  padding: 20px 40px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  border-radius: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  top: 20px;
  opacity: 0;
}

.popup .popup-box .close {
  position: absolute;
  font-size: 32px;
  color: #2F4858;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  opacity: .7;
  z-index: 1;
}

.popup .popup-box h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}

.popup .popup-box fieldset {
  margin-bottom: 25px;
}

.popup .popup-box label {
  display: block;
  width: 100%;
  color: #2F4858;
  font-size: 14px;
  margin-bottom: 5px;
}

.popup .popup-box input {
  width: 100%;
  height: 40px;
  border: 1px solid #2F4858;
  padding: 0 10px;
  border-radius: 4px;
  background: transparent;
  color: #2F4858;
}

.popup .popup-box textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #2F4858;
  padding: 0 10px;
  border-radius: 4px;
  background: transparent;
  color: #2F4858;
  resize: none;
}

.popup .popup-box .btn {
  min-width: 100%;
  border-radius: 4px;
}

.popup.active {
  display: block;
}

.popup.active .pop-overlay {
  top: 0;
  opacity: 1;
}

.popup.active .popup-box {
  top: 50%;
  opacity: 1;
}

header {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  left: 0;
  top: 0;
  z-index: 11;
}

header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo-wrap {
  width: 65px;
  height: auto;
  line-height: 0;
  float: left;
  padding-right: 30px;
  opacity: 0;
}

header .logo-wrap img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(3px 2px 6px rgba(119, 73, 64, 0.2));
          filter: drop-shadow(3px 2px 6px rgba(119, 73, 64, 0.2));
}

header .fx-logo {
  width: 120px;
  margin-right: 25px;
}

header .fx-logo img {
  width: 100%;
}

@media (max-width: 767px) {
  header .fx-logo {
    display: none;
  }
}

header nav {
  margin: 0 auto;
}

@media (max-width: 767px) {
  header nav {
    display: none;
    position: fixed;
    width: 300px;
    height: calc(100vh - 89px);
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 1;
  }
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 10px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  header nav ul {
    display: block;
  }
}

header nav ul li {
  padding: 10px 12px;
}

header nav ul li a {
  color: #2F4858;
}

@media (max-width: 767px) {
  header nav.active {
    display: block;
  }
}

header.white {
  background: #fff;
  border-bottom: 1px solid #2F4858;
}

header.white .logo-wrap {
  display: block;
  opacity: 1;
}

header.white .btn-white {
  background: #2F4858;
  color: #fff;
}

@media (max-width: 767px) {
  header .header-cta {
    margin-left: auto;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 5px;
  }
  header .header-cta .btn {
    width: 100%;
    background: #2F4858;
    color: #e7b7ad;
    height: 50px;
    font-size: 20px;
  }
}

header .nav-bar {
  display: none;
  width: 32px;
  height: 22px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}

@media (max-width: 767px) {
  header .nav-bar {
    display: block;
  }
}

header .nav-bar span {
  background: #2F4858;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

header .nav-bar span:last-child {
  top: auto;
  bottom: 0;
  margin-top: 0px;
}

header .nav-bar span:first-child {
  top: 0;
  margin-top: 0px;
}

header .nav-bar.active span:nth-child(2) {
  opacity: 0;
}

header .nav-bar.active span:first-child {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .nav-bar.active span:last-child {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

footer {
  margin-top: 80px;
  padding: 70px 0 30px;
  background: #2F4858;
}

footer h6 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

footer .ft-logo {
  float: left;
  width: 100px;
}

footer .ft-logo img {
  width: 100%;
}

footer .ft-contact {
  float: left;
  width: calc(100% - 350px);
  padding: 0 50px 0 150px;
}

footer .ft-contact ul li {
  color: #fff;
  margin-bottom: 10px;
}

footer .ft-social {
  float: left;
  width: 250px;
  padding: 0 50px;
}

footer .ft-social ul li {
  margin-bottom: 10px;
}

footer .ft-social ul li a {
  color: #fff;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 100px;
  }
  footer .ft-logo {
    width: 90px;
  }
  footer .ft-contact,
  footer .ft-social {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}

footer .dic {
  padding: 60px 0 20px;
  margin-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer .dic p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

footer .dic .rera {
  margin: 15px 0 10px 0;
}

footer .dic .rera span {
  background: #e7b7ad;
  color: #000;
  padding: 8px 12px;
  font-weight: 700;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner .homeBanner,
.banner .owl-stage-outer,
.banner .owl-stage,
.banner .owl-item {
  height: 100%;
}

.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #352b34;
  opacity: .2;
  z-index: 1;
}

.banner .banner-logo {
  position: absolute;
  width: 140px;
  height: auto;
  line-height: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.banner .banner-logo img {
  width: 100%;
  height: auto;
  line-height: 0;
  -webkit-filter: drop-shadow(3px 2px 6px rgba(119, 73, 64, 0.8));
          filter: drop-shadow(3px 2px 6px rgba(119, 73, 64, 0.8));
}

@media (max-width: 767px) {
  .banner .banner-logo {
    width: 90px;
  }
}

.banner .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 35px;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff400;
}

.spc-fet {
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

.spc-fet .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media (max-width: 767px) {
  .spc-fet .row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.spc-fet .spc-fet-box {
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 7px 16px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 16px 3px rgba(0, 0, 0, 0.2);
}

.spc-fet .spc-fet-box strong {
  font-weight: 700;
  display: block;
  color: #d2a298;
}

.spc-fet .spc-fet-box span {
  font-size: 14px;
}

.abt-us {
  padding: 50px 0;
  position: relative;
  padding-left: 25%;
}

@media (max-width: 767px) {
  .abt-us {
    padding: 0;
    margin: 50px 0;
  }
}

.abt-us:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  background: #2F4858;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .abt-us:before {
    width: 0;
  }
}

.abt-us:after {
  position: absolute;
  content: "";
  height: calc(100% - 20px);
  width: calc(25% - 20px);
  background: url("../img/king.png");
  left: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .8;
}

@media (max-width: 767px) {
  .abt-us:after {
    width: calc(100% - 20px);
    opacity: .3;
  }
}

.abt-us h1 {
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}

.abt-us h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.abt-us p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .abt-us p {
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .innovative-space {
    margin-bottom: 50px;
  }
}

.innovative-space .container {
  border: 2px solid #2F4858;
  border-top-width: 5px;
  border-bottom-width: 5px;
  max-width: 900px;
  padding: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .innovative-space .container {
    padding: 20px 15px;
  }
}

.innovative-space .title {
  margin-bottom: 20px;
  text-align: center;
}

.innovative-space .innovative-space-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .innovative-space .innovative-space-wrap {
    display: block;
  }
}

.innovative-space .innovative-space-wrap .innovative-space-box {
  padding: 50px 50px 0 50px;
  text-align: center;
}

.innovative-space .innovative-space-wrap .innovative-space-box span, .innovative-space .innovative-space-wrap .innovative-space-box strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.innovative-space .innovative-space-wrap .innovative-space-box strong {
  font-size: 32px;
  font-weight: 700;
  color: #e7b7ad;
}

.why-us {
  margin: 0 0 80px 0;
  padding: 100px 0;
  background: #2F4858;
  position: relative;
}

.why-us:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  background: #fff;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .why-us:before {
    width: 0;
  }
}

.why-us .img-box {
  width: 550px;
  height: 400px;
  float: left;
}

.why-us .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .why-us .img-box {
    width: 100%;
  }
}

.why-us .text-box {
  width: calc(100% - 550px);
  float: left;
  padding: 0 50px;
}

@media (max-width: 767px) {
  .why-us .text-box {
    width: 100%;
    padding: 50px 20px 0;
  }
}

.why-us .text-box h2 {
  color: #e7b7ad;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .why-us .text-box h2 {
    font-size: 30px;
  }
}

.why-us .text-box ul {
  margin-bottom: 50px;
}

.why-us .text-box li {
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 30px;
  position: relative;
}

.why-us .text-box li::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 6px;
  border-left: 2px solid #e7b7ad;
  border-bottom: 2px solid #e7b7ad;
  left: 0;
  top: 6px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.why-us .text-box .btn-white {
  background: #e7b7ad;
}

.unites {
  margin: 80px 0;
}

@media (max-width: 767px) {
  .unites {
    margin: 50px 0;
  }
}

.unites .unite-box {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.unites .unite-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.unites .unite-box .unit-type {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 5%;
  bottom: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.unites .unite-box .unit-type strong {
  font-size: 18px;
  font-weight: 700;
  width: 70%;
  float: left;
  padding-right: 10px;
}

.unites .unite-box .unit-type .btn {
  float: right;
  padding: 8px 0px;
  width: 120px;
}

.unites .unite-box.w-6 {
  width: calc(60% - 20px);
}

.unites .unite-box.w-4 {
  width: calc(40% - 20px);
}

.unites .unite-box.w-5 {
  width: calc(50% - 20px);
}

.unites .unite-box.f-r {
  float: right;
}

.unites .unite-box.f-l {
  float: left;
}

@media (max-width: 767px) {
  .unites .unite-box {
    width: 100% !important;
  }
  .unites .unite-box .unit-type {
    width: 100%;
    left: 0%;
    padding: 10px 15px;
  }
  .unites .unite-box .unit-type strong {
    font-size: 16px;
    width: 60%;
  }
}

.map-wrapper .map-acc {
  width: calc(50% - 20px);
  float: left;
}

@media (max-width: 767px) {
  .map-wrapper .map-acc {
    width: 100%;
  }
}

.map-wrapper .map-acc .map-acc-box {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}

.map-wrapper .map-acc .map-acc-box h6 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.map-wrapper .map-acc .map-acc-box ul {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.map-wrapper .map-acc .map-acc-box ul li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map-wrapper .map-acc .map-acc-box ul li:nth-child(odd) {
  background: #ebebeb;
}

.map-wrapper .map-acc .map-acc-box ul li strong {
  font-weight: 700;
}

.map-wrapper .map-acc .map-acc-box.active ul {
  height: auto;
}

.map-wrapper .map-img {
  width: calc(50% - 20px);
  float: right;
}

@media (max-width: 767px) {
  .map-wrapper .map-img {
    width: 100%;
  }
}

.map-wrapper .map-img img, .map-wrapper .map-img iframe {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.floor-details {
  margin: 50px 0;
}

.floor-details .floor-details-wrap ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px 15px;
  max-width: 900px;
  margin: 0 auto;
}

.floor-details .floor-details-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #eaecee;
  padding: 12px 20px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floor-details .floor-details-wrap ul li strong {
  font-weight: 700;
}

.floor-details .floor-details-wrap ul li span {
  text-align: right;
}

@media (max-width: 767px) {
  .floor-details .floor-details-wrap ul li {
    display: block;
  }
  .floor-details .floor-details-wrap ul li strong {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.mid-cta {
  margin: 50px 0;
  padding: 100px 0;
  background: #2F4858;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../img/MasterRender-1.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.mid-cta::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: absolute;
}

.mid-cta .container {
  position: relative;
  z-index: 1;
}

.mid-cta h5 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}

.mid-cta p {
  margin-bottom: 12px;
}

.mid-cta a {
  color: #fff;
  font-size: 20px;
}

.mid-cta button {
  background: #e7b7ad;
  padding: 15px 30px;
}

.mid-cta .btn-white {
  background: #fff;
}

.photo-gallery {
  text-align: center;
}

.photo-gallery .photo-gallery-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.photo-gallery .photo-gallery-wrap img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .photo-gallery .photo-gallery-wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .photo-gallery .photo-gallery-wrap img {
    height: 150px;
  }
}

.fixed_cont {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 11;
  display: none;
}

@media (max-width: 767px) {
  .fixed_cont {
    display: block;
  }
}

.fixed_cont .call-us {
  margin-bottom: 15px;
}

.fixed_cont .call-us a {
  display: block;
  text-indent: -999em;
  width: 35px;
  height: 35px;
  background: url(../img/icon-call.png) no-repeat center #f40b0b;
  background-size: 50% auto;
  -webkit-background-size: 50% auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 17, 0.7);
          box-shadow: 0 2px 25px rgba(255, 0, 17, 0.7);
}

.fixed_cont .whats-app a {
  display: block;
  text-indent: -999em;
  width: 35px;
  height: 35px;
  background: url(../img/whatsapp-icon.png) no-repeat center #36c641;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 25px rgba(54, 198, 65, 0.7);
          box-shadow: 0 2px 25px rgba(54, 198, 65, 0.7);
}
/*# sourceMappingURL=style.css.map */