@font-face {
  font-family: 'open_sansextrabold';
  src: url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/Didot-Regular.ttf');
}

/*
@font-face {
  font-family: 'playfair_displaybold';
  src: url("../fonts/playfairdisplay-bold-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'playfair_displayregular';
  src: url("../fonts/playfairdisplay-regular-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'playfair_display_scregular';
  src: url("../fonts/playfairdisplaysc-regular-webfont.woff2") format("woff2"), url("../fonts/playfairdisplaysc-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
*/
@font-face {
  font-family: 'moonbold';
  src: url("../fonts/moon_bold-webfont.woff2") format("woff2"), url("../fonts/moon_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gothambook-webfont.woff2") format("woff2"), url("../fonts/gothambook-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'moonlight';
  src: url("../fonts/moon_light-webfont.woff2") format("woff2"), url("../fonts/moon_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1, #about-section .about-content .about-inner h1 {
  font-family: 'playfair_displayregular',verdana;
  color: #2f2b28;
  letter-spacing: 1px;
  font-size: 2rem; }

h2 {
  font-family: 'playfair_displayregular',verdana;
  color: #0a0a0a;
  letter-spacing: 2px; }

h6 {
  font-family: 'moonlight',verdana;
  color: #fff;
  letter-spacing: 2px;
  font-size: 2rem; }

h5 {
  font-family: 'playfair_displayregular',Verdana, Geneva, Tahoma, sans-serif;
  color: #888888;
  font-size: 1.4rem;
  line-height: 1.6;
  word-spacing: -1px; }

.btn {
  font-family: 'moonlight',verdana;
  color: #bcbcbc;
  letter-spacing: 2px;
  font-size: 0.9rem; }

#fixed-menu {
  width: 100%;
    background-color: transparent;
  height: 65px;
  color: white;
  position: fixed;
  z-index: 9; }
  #fixed-menu .logo {
    position: relative;
    text-align: center;
    top: 4rem;
    margin: auto; }
    #fixed-menu .logo img {
      width: 350px; }
  #fixed-menu .menu {
    position: fixed;
    background: #fff;
    width: 30%;
    height: 100%;
    opacity: 0.9;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: -30%; }
    #fixed-menu .menu .menu-inner-wrapper {
      padding: 30% 10%; }
      #fixed-menu .menu .menu-inner-wrapper ul {
        padding: 0;
        list-style: none;
        display: block;
        text-align: center; }
        #fixed-menu .menu .menu-inner-wrapper ul li a {
          color: #0a0a0a;
          text-decoration: none;
          font-family: 'playfair_displayregular',verdana;
          font-size: 1.3rem; }
        #fixed-menu .menu .menu-inner-wrapper ul li .active {
          color: #ac9d58; }
        #fixed-menu .menu .menu-inner-wrapper ul li :hover {
          color: #ac9d58; }
        #fixed-menu .menu .menu-inner-wrapper ul li span {
          height: 1px;
          width: 30px;
          background: #0a0a0a;
          display: block;
          text-align: center;
          margin: 10% auto;
          opacity: 0.4; }
        #fixed-menu .menu .menu-inner-wrapper ul :last-child span {
          display: none; }
  #fixed-menu .active {
    left: 0%; }
  #fixed-menu .menu-icon {
    position: fixed;
    left: 1.5rem;
    top: 0.8rem;
    cursor: pointer;
    z-index: 4; }
    #fixed-menu .menu-icon .openMenu {
      display: inline-flex; }
      #fixed-menu .menu-icon .openMenu img {
        width: 30px;
        height: 30px; }
    #fixed-menu .menu-icon .closeMenu {
      display: none;
      color: #a29e9f; }
      #fixed-menu .menu-icon .closeMenu p {
        display: flex;
        justify-content: center;
        line-height: 0.5; }
        #fixed-menu .menu-icon .closeMenu p span:first-child {
          font-size: 2rem; }
        #fixed-menu .menu-icon .closeMenu p span:last-child {
          color: #a29e9f;
          font-size: 12px;
          letter-spacing: 1px;
          margin-top: 5px;
          align-self: center;
          margin-left: 1rem; }

.home-section {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  -webkit-transition: transform 0.4s ease-in-out, left 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, left 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out, left 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, left 0.4s ease-in-out;
  left: 0;
  width: 100%;
  z-index: 0;
  position: relative; }

.video-wrapper {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  border-radius: 0;
  text-align: center;
  background-position: center top;
  z-index: 1;
  background-size: cover;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-image: url(../images/home/banner.jpg);
  height: 125vh;
  background-position: 50% 0px;
  position: relative; }
  .video-wrapper #my-video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    -webkit-transform: translateZ(0);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/home/banner.jpg) no-repeat;
    background-size: cover;
    position: fixed; }

.inner-banner-img .video-wrapper {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  border-radius: 0;
  text-align: center;
  background-position: center top;
  z-index: 1;
  background-size: cover;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*background: url(../images/amenities/top-banner.jpg);*/
  height: 500px;
  background-position: 50% 0px;
  position: relative; }

.video-block.fix-bg {
  overflow: hidden;
  z-index: 999999 !important;
  bottom: -webkit-calc(100% - 65px);
  bottom: -moz-calc(100% - 65px);
  bottom: calc(100% - 65px); }

.fix-bg {
  position: fixed; }

@-moz-document url-prefix() {
  #about-section {
    height: 100vh; } }

#about-section {
  background: url(../images/home/bg_img.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125vh;
  position: relative; }
  #about-section .bird-bg {
    position: absolute;
    top: 0;
    right: 15%;
    z-index: 1;
    opacity: 0.6; }
  #about-section .about-content {
    position: absolute;
    bottom: 60px;
    background: #fff;
    padding: 30px 0;
    opacity: 0.9;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    #about-section .about-content h5 {
      margin: 30px 0 20px; }
    #about-section .about-content .about-inner {
      width: 70%;
      margin: auto; }

#project-information-section, #project-highlight-section {
  background: #fff;
  position: relative; }
  #project-information-section .container, #project-highlight-section .container {
    padding: 6rem 0 5rem; }
    #project-information-section .container .heading-title, #project-highlight-section .container .heading-title {
      margin: 35px 0 45px; }
  #project-information-section .devider, #project-highlight-section .devider {
    margin: auto;
    text-align: center;
    height: 1.3px;
    width: 70px;
    background: #ccc;
    display: block;
    transform: rotate(90deg);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: -40px; }
  #project-information-section .devider-bottom, #project-highlight-section .devider-bottom {
    margin: auto;
    text-align: center;
    height: 1.3px;
    width: 40px;
    background: #ccc;
    display: block;
    transform: rotate(90deg);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    margin-bottom: 1rem; }
  #project-information-section #project-information-slider, #project-information-section #project-highlight-slider, #project-highlight-section #project-information-slider, #project-highlight-section #project-highlight-slider {
    position: relative; }
    #project-information-section #project-information-slider .slide-info, #project-information-section #project-highlight-slider .slide-info, #project-highlight-section #project-information-slider .slide-info, #project-highlight-section #project-highlight-slider .slide-info {
      position: absolute;
      bottom: 0;
      color: #fff;
      left: 0;
      padding: 20px 40px;
      text-align: left; }
      #project-information-section #project-information-slider .slide-info p, #project-information-section #project-highlight-slider .slide-info p, #project-highlight-section #project-information-slider .slide-info p, #project-highlight-section #project-highlight-slider .slide-info p {
        font-family: 'moonlight',verdana;
        color: #fff;
        font-size: 12px;
        letter-spacing: 2px;
        margin: 0; }
      #project-information-section #project-information-slider .slide-info .seprator, #project-information-section #project-highlight-slider .slide-info .seprator, #project-highlight-section #project-information-slider .slide-info .seprator, #project-highlight-section #project-highlight-slider .slide-info .seprator {
        height: 2px;
        background: #fff;
        width: 80px;
        display: block;
        margin: 0.6rem 0; }
  #project-information-section .owl-dots, #project-highlight-section .owl-dots {
    text-align: center;
    margin: auto;
    display: inline-flex;
    width: 100%;
    overflow: auto;
    justify-content: center;
    margin-top: 2rem; }
  #project-information-section .owl-dots .owl-dot.active, #project-highlight-section .owl-dots .owl-dot.active {
    background: #cfa515; }
  #project-information-section .owl-dot, #project-highlight-section .owl-dot {
    background: #dedede;
    border-radius: 1rem;
    z-index: 999999;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: .5rem; }

#curated-home-section {
  /*background: url(../images/home/curated-home.jpg) top left;*/
  background-repeat: no-repeat!important;
  background-size: cover!important;
  min-height: 125vh;
  position: relative; }
  #curated-home-section h1, #curated-home-section #about-section .about-content .about-inner h1, #about-section .about-content .about-inner #curated-home-section h1 {
    color: #fff;
    font-size: 70px; }

#map-section {
  /*background: url(../images/home/contact.jpg) top left;*/
  background-repeat: no-repeat!important;
  background-size: cover!important;
  min-height: 125vh;
  position: relative; }
  #map-section .map-label {
    background: #fff;
    padding: 3rem 0;
    opacity: 0.9; }
    #map-section .map-label h5 {
      margin-top: 2rem; }

#book-visit-section {
  background: #cfa515;
  padding: 50px 0;
  position: relative; }
  #book-visit-section h1, #book-visit-section #about-section .about-content .about-inner h1, #about-section .about-content .about-inner #book-visit-section h1 {
    padding: 25px 0 50px;
    color: #fff; }
  #book-visit-section .form-group {
    margin-bottom: 2.2rem; }
  #book-visit-section .form-control {
    background: #cfa515;
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-color: #f2ca50;
    color: #7a5600;
    padding: 0 0 15px;
    font-size: 1rem;
    font-family: 'moonlight',Verdana, Geneva, Tahoma, sans-serif; }
  #book-visit-section .book-visit-block {
    width: 80%;
    margin: auto; }
  #book-visit-section ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7a5600 !important;
    text-transform: uppercase; }
  #book-visit-section ::-moz-placeholder {
    color: #7a5600 !important;
    text-transform: uppercase; }
  #book-visit-section :-ms-input-placeholder {
    color: #7a5600 !important;
    text-transform: uppercase; }
  #book-visit-section :-moz-placeholder {
    color: #7a5600 !important;
    text-transform: uppercase; }
  #book-visit-section button[type="submit"] {
    background: #cfa515;
    border: 1px solid #7a5600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 13px 50px;
    text-transform: uppercase;
    color: #fcdc6b;
    letter-spacing: 1px;
    border-color: #fcdc6b;
    margin-top: 40px;
      transition: all 0.9s;
}

#footer-about-section {
  /*background: url(../images/home/footer-about-bg.jpg) top left;*/
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 125vh;
  position: relative; }
  #footer-about-section .about {
    background: rgba(44, 43, 48, 0.79);
    padding: 40px 30px 40px;
    margin-top: 15rem; }
    #footer-about-section .about h2 {
      background: rgba(189, 189, 189, 0.77);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      font-size: 3.6rem; }
    #footer-about-section .about p {
      margin-top: 2rem;
      font-family: 'open_sansregular',Verdana, Geneva, Tahoma, sans-serif;
      color: #bcbcbc;
      font-size: 1.2rem; }
  #footer-about-section button {
    background: transparent;
    border: 2px solid #bcbcbc;
    padding: 15px 35px;
    border-radius: 30px;
    margin: 30px 10px;
    color: #bcbcbc;
    text-transform: uppercase;
    letter-spacing: 1px;
      transition: all 0.9s;
}

#footer-section {
  background: url(../images/home/footer-bg.jpg) top left;
  background-repeat: no-repeat;
    background-size: cover;
    min-height: 77px;
    position: relative;
    background: #cfa516; }
  #footer-section .footer {
    width: 90%;
    margin: auto;
    margin-bottom: 5px; }
    #footer-section .footer div {
      padding: 0; }
    #footer-section .footer P {
      font-family: 'moonlight',verdana;
      color: #fff;
      margin-top: 10px;
      letter-spacing: 6px;
      font-size: 0.8rem; }
    #footer-section .footer .seprator {
      width: 100%;
      display: block;
      height: 2px;
      background: #cfa516;
      margin-bottom: 20px; }
    #footer-section .footer ul {
      list-style: none;
      padding: 0;
      margin: auto;
      text-align: center; }
      #footer-section .footer ul li {
        text-align: center;
        display: inline-block; }
        #footer-section .footer ul li a {
          padding: 0.5rem 3rem;
          font-size: 1.2rem;
          display: block;
          color: #fff; }

#project-information-slider .slide-info-inner {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 5%;
  text-align: left;
  align-items: center;
  top: 17%;
  background: rgba(243, 243, 243, 0.9);
  height: 64%;
  width: 33%; }
  #project-information-slider .slide-info-inner h6 {
    color: #2d2c27;
    margin-bottom: 2rem; }
  #project-information-slider .slide-info-inner h5 {
    color: #8b8a88;
    line-height: 1.3;
    letter-spacing: 1px;
    font-size: 1.3rem; }
  #project-information-slider .slide-info-inner span {
    height: 2px;
    background: #c7a715;
    display: block;
    width: 100px;
    margin-bottom: 0.7rem; }

#project-highlight-inner {
  background: #fff;
  position: relative;
  margin-bottom: 10rem; }
  #project-highlight-inner .container .heading-title {
    margin: 3rem 0; }
  #project-highlight-inner .container .overlay-right {
    position: relative;
    margin-bottom: 1rem; }
    #project-highlight-inner .container .overlay-right .image-block {
      width: 50%;
      float: left; }
    #project-highlight-inner .container .overlay-right .content-block {
      position: absolute;
      right: 0;
      background: rgba(246, 246, 246, 0.84);
      width: 70%;
      padding: 3rem 0rem;
      text-align: left;
      top: 50%;
      transform: translateY(-50%); }
      #project-highlight-inner .container .overlay-right .content-block .title {
        float: left;
        width: 28.6%;
        padding-left: 2rem; }
        #project-highlight-inner .container .overlay-right .content-block .title h6 {
          color: #2c2c2c; }
        #project-highlight-inner .container .overlay-right .content-block .title span {
          height: 2px;
          background: #c7a715;
          display: block;
          width: 100px;
          margin-bottom: 0.7rem; }
      #project-highlight-inner .container .overlay-right .content-block .text-content {
        float: left;
        width: 71.4%;
        padding-left: 2rem; }
        #project-highlight-inner .container .overlay-right .content-block .text-content h5 {
          color: #8b8a88;
          line-height: 1.3;
          word-spacing: -1px;
          font-size: 1.3rem;
          margin-top: 0.7rem; }
  #project-highlight-inner .container .overlay-left {
    position: relative;
    margin-bottom: 1rem; }
    #project-highlight-inner .container .overlay-left .image-block {
      width: 50%;
      float: right; }
    #project-highlight-inner .container .overlay-left .content-block {
      position: absolute;
      left: 0;
      background: rgba(246, 246, 246, 0.84);
      width: 70%;
      padding: 3rem 0rem;
      text-align: left;
      top: 50%;
      transform: translateY(-50%); }
      #project-highlight-inner .container .overlay-left .content-block .title {
        float: left;
        width: 28.6%;
        padding-left: 2rem; }
        #project-highlight-inner .container .overlay-left .content-block .title h6 {
          color: #2c2c2c; }
        #project-highlight-inner .container .overlay-left .content-block .title span {
          height: 2px;
          background: #c7a715;
          display: block;
          width: 100px;
          margin-bottom: 0.7rem; }
      #project-highlight-inner .container .overlay-left .content-block .text-content {
        float: left;
        width: 71.4%;
        padding-left: 2rem; }
        #project-highlight-inner .container .overlay-left .content-block .text-content h5 {
          color: #8b8a88;
          line-height: 1.3;
          letter-spacing: 1px;
          font-size: 1.3rem;
          margin-top: 0.7rem; }

#curated-home-section-inner {
  position: relative; }
  #curated-home-section-inner .bird-bg {
    width: 305px;
    position: absolute;
    top: 0;
    left: 13%; }

.inner .devider-bottom {
  width: 70px !important; }

#curated-home-section-inner .curated-home {
  /*background: url(../images/amenities/curated-home-bg.jpg) top left;*/
  background-repeat: no-repeat!important;
  background-size: cover!important;
  min-height: 410px;
  position: relative; }
  #curated-home-section-inner .curated-home h1, #curated-home-section-inner .curated-home #about-section .about-content .about-inner h1, #about-section .about-content .about-inner #curated-home-section-inner .curated-home h1 {
    color: #fff;
    font-size: 4rem; }

#another-amenities-section {
  position: relative;
  margin-bottom: 5rem; }
  #another-amenities-section .heading-title {
    margin: 3rem 0 7rem; }
  #another-amenities-section .other-amenities {
    margin-bottom: 3rem; }
    #another-amenities-section .other-amenities .amenities-icon {
      min-height: 135px; }
    #another-amenities-section .other-amenities img {
      width: 100px;
      padding-bottom: 2rem; }
    #another-amenities-section .other-amenities p {
      margin: 0;
      line-height: 1.2;
      line-height: 1.2;
      font-family: 'moonlight';
      font-size: 1.3rem;
      letter-spacing: 2px;
      color: #888888; }

#floor-plan-info {
  margin: 5rem 0; }
  #floor-plan-info h5 {
    color: #888888;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-top: 0.7rem; 
    word-spacing: -1px; }

#floor-plan-inner .floor-specification .divider {
  padding: 1rem 0 1.5rem; }
  #floor-plan-inner .floor-specification .divider span:first-child {
    font-family: 'playfair_displayregular',Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #8e8e8e;
    background: #fff;
    margin-bottom: -9px;
    z-index: 1;
    padding-right: 1rem; }
  #floor-plan-inner .floor-specification .divider span:last-child {
    height: 1px;
    background: #8e8e8e;
    display: block;
    width: 100%; }

#floor-plan-inner .floor-specification .info p {
  font-family: 'gothambook';
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  color: #373435; }

#floor-plan-inner .room-specification {
  padding: 2rem 0 0; }
  #floor-plan-inner .room-specification .room-info span:first-child {
    font-family: 'gothambook';
    color: #535353;
    font-size: 0.7rem;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.6; }
  #floor-plan-inner .room-specification .room-info .seprator {
    height: 1px;
    background: #c7a715;
    display: block;
    width: 75px;
    margin: 0.3rem 0; }
  #floor-plan-inner .room-specification .room-info .download-btn {
    font-family: 'moonbold';
    background: transparent;
    border: 2px solid #e3e0c8;
    padding: 15px 41px;
    border-radius: 30px;
    color: #d5bd74;
    letter-spacing: 2px;
    font-size: 0.7rem; }
  #floor-plan-inner .room-specification .room-info p {
    color: #373737;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.6;
    font-family: 'gothambook'; }

#floor-plan-inner .floor-plan-filter {
  margin: 2rem 0.5rem; }
  #floor-plan-inner .floor-plan-filter .form-group {
    background: #fff;
    padding: 0.1rem 2.5rem;
    border-radius: 5rem;
    border: 1px solid #d1d1d1; }
    #floor-plan-inner .floor-plan-filter .form-group label {
      font-family: 'moonbold';
      font-size: 0.8rem;
      margin-left: 0rem;
      margin-right: 0rem;
      text-transform: uppercase;
      float: left;
      letter-spacing: 1px;
      color: #d1d1d1;
      font-weight: 500; }
  #floor-plan-inner .floor-plan-filter .floor-filter-option-value {
    font-family: 'moonbold';
    background: #fff;
    border: 0;
    color: #02051c;
    font-size: 0.8rem;
    padding: 0; }

#curated-home-inner {
  /*background: url(../images/floor-plan/qurated_homes_floorplan_page.jpg) top left;*/
  background-repeat: no-repeat!important;
  background-size: cover!important;
  min-height: 85vh;
  position: relative; }
  #curated-home-inner h1, #curated-home-inner #about-section .about-content .about-inner h1, #about-section .about-content .about-inner #curated-home-inner h1 {
    color: #fff;
    font-size: 3rem; }

#interior-view-section {
  position: relative;
  padding: 5rem 0 9rem; }
  #interior-view-section .heading-title {
    margin-bottom: 2rem; }
  #interior-view-section .seprator {
    margin: auto;
    text-align: center;
    height: 1.3px;
    width: 70px;
    background: #6e6e6e;
    display: block;
    transform: rotate(90deg);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 5rem;
    z-index: 99999; }
  #interior-view-section #interior-slider .owl-dots {
    text-align: center;
    margin: auto;
    display: inline-flex;
    width: 100%;
    overflow: auto;
    justify-content: center;
    margin-top: 2rem; }
    #interior-view-section #interior-slider .owl-dots .owl-dot {
      background: #b8b8b8;
      border-radius: 1rem;
      z-index: 999999;
      height: 10px;
      width: 10px;
      display: inline-block;
      margin: .5rem; }
    #interior-view-section #interior-slider .owl-dots .active {
      background: #d3a021; }
  #interior-view-section #interior-slider .item {
    position: relative; }
    #interior-view-section #interior-slider .item .card {
      border: 0;
      border-radius: 0; }
      #interior-view-section #interior-slider .item .card .card-img-top {
        border-radius: 0; }
      #interior-view-section #interior-slider .item .card .card-body {
        position: absolute;
        bottom: 0;
        padding: 1.5rem 2rem; }
        #interior-view-section #interior-slider .item .card .card-body .card-title {
          color: #fff;
          text-align: left;
          font-family: 'moonlight';
          font-size: 1.5rem;
          letter-spacing: 3px; }

#curated-location-inner {
  background: url(../images/location/qurated_homes_location_page.jpg) top left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 85vh;
  position: relative; }
  #curated-location-inner h1, #curated-location-inner #about-section .about-content .about-inner h1, #about-section .about-content .about-inner #curated-location-inner h1 {
    color: #fff;
    font-size: 3rem; }

#near-by-section {
  position: relative;
  padding: 9rem 0 5rem; }
  #near-by-section .heading-title {
    margin-bottom: 2rem; }
  #near-by-section .seprator {
    margin: auto;
    text-align: center;
    height: 1.3px;
    width: 70px;
    background: #6e6e6e;
    display: block;
    transform: rotate(90deg);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 5rem;
    z-index: 99999; }
  #near-by-section #interior-slider .owl-dots {
    text-align: center;
    margin: auto;
    display: inline-flex;
    width: 100%;
    overflow: auto;
    justify-content: center;
    margin-top: 2rem; }
    #near-by-section #interior-slider .owl-dots .owl-dot {
      background: #b8b8b8;
      border-radius: 1rem;
      z-index: 999999;
      height: 10px;
      width: 10px;
      display: inline-block;
      margin: .5rem; }
    #near-by-section #interior-slider .owl-dots .active {
      background: #d3a021; }
  #near-by-section #interior-slider .item {
    position: relative; }
    #near-by-section #interior-slider .item .card {
      border: 0;
      border-radius: 0; }
      #near-by-section #interior-slider .item .card .card-img-top {
        border-radius: 0; }
      #near-by-section #interior-slider .item .card .card-body {
        position: absolute;
        bottom: 0;
        padding: 1.5rem 2rem; }
        #near-by-section #interior-slider .item .card .card-body .card-title {
          color: #fff;
          text-align: left;
          font-family: 'moonlight';
          font-size: 1.5rem;
          letter-spacing: 3px; }

#contact-visit-section {
  background: #fff;
  padding: 50px 0;
  position: relative; }
  #contact-visit-section .book-visit-block-inner {
    width: 100%; }
  #contact-visit-section .contact-form {
    width: 100%; }
  #contact-visit-section h1, #contact-visit-section #about-section .about-content .about-inner h1, #about-section .about-content .about-inner #contact-visit-section h1 {
    padding: 25px 0 50px;
    color: #fff; }
  #contact-visit-section .form-group {
    margin-bottom: 3.2rem; }
  #contact-visit-section .form-control {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-color: #cecece;
    color: #252525;
    padding: 0 0 15px;
    font-size: 1.2rem;
   font-family: 'open_sansregular';  }
  #contact-visit-section ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #252525 !important;
    text-transform: uppercase;
    letter-spacing: 3px; }
  #contact-visit-section ::-moz-placeholder {
    color: #252525 !important;
    text-transform: uppercase;
    letter-spacing: 3px; }
  #contact-visit-section :-ms-input-placeholder {
    color: #252525 !important;
    text-transform: uppercase;
    letter-spacing: 3px; }
  #contact-visit-section :-moz-placeholder {
    color: #252525 !important;
    text-transform: uppercase;
    letter-spacing: 3px; }
  #contact-visit-section button[type="submit"] {
    background: #ffffff;
    border: 1px solid #7a5600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    -ms-border-radius: 49px;
    border-radius: 49px;
    padding: 22px 60px;
    text-transform: uppercase;
    color: #ccb669;
    border-color: #ccb669;
    margin: 3rem 0;
    font-size: 1.3rem;
    font-family: "moonbold";
    letter-spacing: 2px;
    line-height: 1;
    display: block; }

#map-contact-section {
  position: relative; }
  #map-contact-section .map-label {
    background: #fff;
    padding: 3rem 0;
    opacity: 0.9;
    position: absolute;
    bottom: 5rem; }
    #map-contact-section .map-label h5 {
      margin-top: 2rem;
      color: #8c8f8a; }

#phase-info {
  padding: 5rem 15px 10rem;
  position: relative; }
  #phase-info .floor-image {
    margin: 3rem 0; }
  #phase-info .top-seprator {
    margin: auto;
    text-align: center;
    height: 1.3px;
    width: 100px;
    background: #ccc;
    display: block;
    transform: rotate(90deg);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 99999;
    margin-top: -100px; }
  #phase-info .bottom-seprator {
    margin: auto;
    text-align: center;
    height: 1.3px;
    width: 100px;
    background: #ccc;
    display: block;
    transform: rotate(90deg);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 5rem;
    z-index: 99999; }
  #phase-info .heading-title {
    margin-bottom: 1rem; }
    #phase-info .heading-title p {
      color: #0a0a0a;
      margin-top: 1.5rem;
      font-family: 'moonbold',Verdana, Geneva, Tahoma, sans-serif;
      letter-spacing: 2px;
      font-size: 1rem; }
      #phase-info .heading-title p span {
        color: #757575; }
  #phase-info #interior-slider .owl-dots {
    text-align: center;
    margin: auto;
    display: inline-flex;
    width: 100%;
    overflow: auto;
    justify-content: center;
    margin-top: 2rem; }
    #phase-info #interior-slider .owl-dots .owl-dot {
      background: #b8b8b8;
      border-radius: 1rem;
      z-index: 999999;
      height: 10px;
      width: 10px;
      display: inline-block;
      margin: .5rem; }
    #phase-info #interior-slider .owl-dots .active {
      background: #d3a021; }
  #phase-info #interior-slider .item {
    position: relative; }
    #phase-info #interior-slider .item .card {
      border: 0;
      border-radius: 0; }
      #phase-info #interior-slider .item .card .card-img-top {
        border-radius: 0; }
      #phase-info #interior-slider .item .card .card-body {
        padding: 1.8rem 0; }
        #phase-info #interior-slider .item .card .card-body .card-title {
          color: #0a0a0a;
          text-align: left;
          font-family: 'moonlight';
          font-size: 1.5rem;
          letter-spacing: 3px;
          font-weight: 700;
          margin: 0; }
        #phase-info #interior-slider .item .card .card-body h5 {
          margin-top: 1rem;
          color: #8b8a88;
          line-height: 1.3;
          letter-spacing: 1px;
          font-size: 1.3rem; }

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5); }
  .gallery-modal .gallery-modal-inner {
    background-color: #f4f4f4;
    margin: auto;
    padding: 0;
    width: 90%;
    height: auto;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 1s;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .gallery-modal .gallery-modal-inner .slide-info {
      position: absolute;
      top: 1rem;
      padding-left: 1rem;
      background: rgba(0, 0, 0, 0.65);
      padding: 1rem; }
      .gallery-modal .gallery-modal-inner .slide-info h6 {
        margin: 0; }
    .gallery-modal .gallery-modal-inner .modalCloseBtn {
      color: #ffffff;
      float: right;
      font-size: 4rem;
      position: absolute;
      top: 0.5rem;
      right: 2rem;
      z-index: 999999999;
      cursor: pointer; }
    .gallery-modal .gallery-modal-inner .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -36px;
      background: rgba(0, 0, 0, 0.7);
      padding: 1rem;
      box-shadow: 2px 3px 18px #000; }
    .gallery-modal .gallery-modal-inner .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -36px;
      background: rgba(0, 0, 0, 0.7);
      padding: 1rem;
      box-shadow: -2px 3px 18px #000; }

body {
  position: relative;
  background-color: #fff;
  zoom: 80%; }
  body button {
    outline: 0;
    box-shadow: none;
    cursor: pointer; }
  body .btn:focus, body .btn.focus {
    box-shadow: none;
    outline: 0; }
  body a:hover, body a:focus {
    outline: 0;
    box-shadow: none; }

.body-mask {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all; }

.body-mask.active-menu {
  opacity: 1;
  visibility: visible; }


/*Latest css*/
.view-map{
    background: #cfa515;
    border: 1px solid #7a5600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 13px 50px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    border-color: #fcdc6b;
    margin-top: 40px;
    outline: none;
    transition: all 0.9s;
}
.view-map:focus{
    outline: none;
}
.view-map a{
    text-decoration: none;
    color: #fff;
}
.maharera-logo{
    padding: 1rem 1rem;
    float: right;
    position: absolute;
    top: 4rem;
    right: 0;
    text-align: center;
    width:300px;
}
.maharera-logo p{
    font-size: 16px;
    font-family: 'open_sansregular',Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
    margin-top: 1rem;
    letter-spacing: 1px;
}


.project_information{
    margin: 2rem 0;
    border-bottom: 1px solid #cfa516;
    border-top: 1px solid #cfa516;
}
.disclaimer-text-para{
    font-family: 'open_sansregular',Verdana, Geneva, Tahoma, sans-serif;
    background: #434134;
    margin: 0;
    color: #fff;
    letter-spacing: 2px;
}
.project_information p{
    font-family: 'playfair_displayregular',Verdana, Geneva, Tahoma, sans-serif;
    color: #8b8a88;
    line-height: 1.3;
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-top: 0.7rem;
}
button:focus{
    outline: none;
}
.know_more{
    background: #cfa515;
    border: 1px solid #7a5600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 13px 50px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    border-color: #fcdc6b;
    margin-top: 40px;
    outline: none;
    transition: all 0.9s;
    display: inline-block;
}
.know_more:hover{
    background: #e4b618;
    color: #1d1d1d;
    box-shadow: 1px 1px 15px 4px #6951014f;
}
.know_more a{
    text-decoration: none;
    color: #fff;
    transition: all 0.9s;
}
#book-visit-section button[type="submit"]:hover{
    background: #e4b618;
    color: #1d1d1d;
    box-shadow: 1px 1px 15px 4px #a07e09d6;
}
#footer-about-section button:hover{
    background: #000000;
    color: #ffffff;
    box-shadow: 1px 1px 15px 4px #1d1d1d;
}
.view-map:hover{
    background: #e4b618;
    color: #1d1d1d;
    box-shadow: 1px 1px 15px 4px #6951014f;
}
.download-fix{
    display: block;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
}
.download-fix img{
    display: block;
    width: 100px;
    margin-top: 1rem;
    cursor: pointer; 
}

#curated-section-slider .item .slide-info{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -50%);
    text-align: center;
}
#curated-section-slider .item .slide-info h6{
    color: #fff;
    font-size: 70px;
    font-family: 'playfair_displayregular',verdana;
    letter-spacing: 2px;
}

#curated-section-slider .owl-dots {
    text-align: center;
    margin: auto;
    display: inline-flex;
    width: 100%;
    overflow: auto;
    justify-content: center;
    position: absolute;
    bottom: 2rem;
}
#curated-section-slider .owl-dot {
    background: #dedede;
    border-radius: 1rem;
    z-index: 999999;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: .5rem;
}

#curated-section-slider .owl-dots .owl-dot.active {
    background: #cfa515;
}
.information-grid{
    margin: 2rem 0;
}
.information-grid h3{
    font-family: 'open_sanssemibold';
    color: #898888;
}
.information-grid p{
   font-family: 'gothambook';
   color: #8c8c8c;
   margin-top: 10px;
   margin-bottom: 2rem;
    font-size: 1.5rem;
}
#book_visit_isd_code{
    background: #cfa515;
    border: 0;
    border-bottom: 1px solid #f2ca50;
    padding: 1px 0 16px 0;
    margin-top: 0;
    display: inherit;
    border-color: #f2ca50;
    color: #7a5600;
    font-size: 1rem;
    font-family: 'moonlight',Verdana, Geneva, Tahoma, sans-serif;
    outline: 0;
    width: 100%;
}
#countryCodeContact{
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-color: #cecece;
    color: #252525;
    padding: 0 0 15px;
    font-size: 1.2rem;
    font-family: 'moonlight',Verdana, Geneva, Tahoma, sans-serif;
    text-transform: capitalize;
    outline: 0;
    width: 100%;
}
#contact-visit-section h1{
    color: #0a0a0a!important;
}

input.parsley-success,select.parsley-success,textarea.parsley-success {color: #468847;background-color: #DFF0D8;border: 1px solid #D6E9C6;}
input.parsley-error,select.parsley-error,textarea.parsley-error {color: #B94A48;background-color: #F2DEDE;border: 1px solid #EED3D7;}
.parsley-errors-list {padding: 0;list-style-type: none;font-size: 0.9em;opacity: 0;transition: all .3s ease-in;-o-transition: all .3s ease-in;-moz-transition: all .3s ease-in;-webkit-transition: all .3s ease-in;}
.parsley-errors-list.filled {opacity: 1;}
.parsley-errors-list > li{color:red;}

.footer-links a:hover{text-decoration: none;}


/*Tnt Latest chages by G*/
.notes{
    float: right;
    margin-top: -3rem;
    color: #3c3c3c;
    font-family: 'gothambook';
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.6;
}
.tc_notes{
    float: right;
    color: #3c3c3c;
    font-family: 'gothambook';
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1.6;
    position: absolute;
    border: 0;
    right: 1%;
    z-index: 99999;
}
.privacy_policy p,.disclaimer-inner p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'open_sansregular';
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-align: justify;
}
.privacy_policy h2,.disclaimer-inner  h2{
    color: #0a0a0a;
    letter-spacing: 2px;
    font-family: 'open_sanssemibold';
    font-size: 1.9rem;
}
.disclaimer-inner ol{
    padding: 0;
}
.disclaimer-inner ol li{
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'open_sansregular';
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-align: justify;
}
#footer-section-tnt{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 77px;
    position: relative;
    background: #383535;
}
#footer-section-tnt P {
    font-family: 'moonlight',verdana;
    color: #fff;
    padding: 30px 0rem;
    letter-spacing: 6px;
    font-size: 0.8rem;
    margin: 0;
}
#footer-section-tnt P a{
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}
#footer-section-tnt .footer{
    width: 90%;
    margin: auto;
    margin-bottom: 0px;
}
#footer-section-tnt .footer-links{
    padding: 0;
}
.high-notes{
    float: right;
    color: #3c3c3c;
    font-family: 'gothambook';
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1.6;
}

.rera_disclaimer {
    position: absolute;
    top:9%;
    background-color: #0000002b;
}

.rera_disclaimer p {
    padding-top: 0.8rem;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: #fff;
}

/* Modal */

.enquiry_floating_btn {
    position: fixed;
    top: 21%;
    right: 0;
    color: #fff;
    background-color: #231f2080;
    display: block;
    cursor: pointer;
    padding: 8px 15px;
    z-index: 10;
}
.enquiry_floating_btn span{
    font-family: 'open_sansregular',Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5rem;
}

.modal-backdrop{
  width: 100%;
  height: 100%;
}
#cutsom_modal .custom_close {
    right: 2% !important;
    top: 2% !important;
    font-size: 3rem !important;
    font-weight: 900 !important;
    position: absolute;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.5 !important;
}
#cutsom_modal .modal-body{
    padding: 2rem;
}
#cutsom_modal .inlineDiv {
    display: inline-block;
}
#cutsom_modal .verticalBar {
    width: .3rem;
    background-color: #f5d360;
    height: 6rem;
}
#cutsom_modal .inlineDiv p {
    font-size: 2.5rem;
    margin: 0;
    font-family: "theano_didotregular";
}
#cutsom_modal .inlineDiv p:nth-child(2) {
    font-size: 2rem;
    font-family: 'open_sanslight';
    color: #6d6c62;
}
#cutsom_modal .queryForm {
    margin: 0 0 2rem;
}
#cutsom_modal .feedform .queryForm input, #cutsom_modal .feedform .queryForm select {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 2rem;
}
#cutsom_modal  .feedform .form-control {
    padding-left: 0!important;
}

#cutsom_modal .queryForm input, #cutsom_modal .queryForm input:focus, #cutsom_modal .queryForm select, #cutsom_modal .queryForm+.form-group input:focus, #cutsom_modal .queryForm+.form-group>input {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    width: 99%!important;
    font-size: 1.4rem;
    font-family: open_sanslight;
}

#cutsom_modal .queryFormBtn button.btn.custom-btn {
    font-size: 1.3rem;
    color: #9e9e9e;
    font-weight: lighter;
    border: none;
    box-shadow: none;
    background-color: #0000;
    padding: 1rem 4rem 1rem .5rem;
    font-family: moonlight;
    letter-spacing: 1px;
    margin-top: 2rem;
    background: 0 0;
    border-radius: 49px;
    cursor: pointer;
    outline: 0;
    transition: .4s;
}
#cutsom_modal .queryFormBtn button.btn.custom-btn:hover {
    border: none;
    color: #000;
    font-weight: 800;
    box-shadow: none;
    background-color: #0000;
}
#cutsom_modal .parsley-errors-list.filled{
  margin-bottom: 1rem;
  margin-top: -1rem;
}
#thank__you {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 125vh;
}

#thank__you .inner {
  height: 100vh;
  align-items: center;
}

#thank__you .inner img {
  width: 300px;
  margin-bottom: 2rem;
}

#thank__you .inner h1 {
  color: #fff;
  font-size: 4rem;
  font-family: 'playfair_displayregular', verdana;
}

#thank__you .inner p {
  color: #fff;
  font-size: 1rem;
  font-family: 'gothambook', verdana, Arial, sans-serif;
  font-weight: 600;
  margin-top: 2rem;
}

#thank__you .inner a {
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  font-family: 'gothambook', verdana, Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0.8rem 2.5rem;
  border-radius: 2rem;
  margin-top: 2rem;
  text-decoration: none;
  border: 2px solid #fff;
}

#thank__you .inner a:hover {
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  font-family: 'gothambook', verdana, Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0.8rem 2.5rem;
  border-radius: 2rem;
  margin-top: 2rem;
  text-decoration: none;
  border: 2px solid #fff;
}

@media only screen and (max-width:911px) and (orientation:landscape) {
  #thank__you .inner img {
    width: 150px;
    margin-bottom: 1rem;
  }

  #thank__you .inner h1 {
    font-size: 2rem;
  }

  #thank__you .inner a {
    margin-top: 1rem;
    padding: 0.6rem 2rem;
    font-size: 0.8rem;
  }

  #thank__you .inner p {
    margin-top: 1rem;
  }
}

@media only screen and (max-width:767px) {
  #thank__you .inner img {
    width: 150px;
    margin-bottom: 1rem;
  }

  #thank__you .inner h1 {
    font-size: 2rem;
  }

  #thank__you .inner a {
    margin-top: 1rem;
    padding: 0.6rem 2rem;
    font-size: 0.8rem;
  }

  #thank__you .inner p {
    margin-top: 1rem;
  }
}