@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Bold.eot');
  src: url('fonts/Jost-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Jost-Bold.woff2') format('woff2'),
      url('fonts/Jost-Bold.woff') format('woff'),
      url('fonts/Jost-Bold.ttf') format('truetype'),
      url('fonts/Jost-Bold.svg#Jost-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Light.eot');
  src: url('fonts/Jost-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Jost-Light.woff2') format('woff2'),
      url('fonts/Jost-Light.woff') format('woff'),
      url('fonts/Jost-Light.ttf') format('truetype'),
      url('fonts/Jost-Light.svg#Jost-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-ExtraLight.eot');
  src: url('fonts/Jost-ExtraLight.eot?#iefix') format('embedded-opentype'),
      url('fonts/Jost-ExtraLight.woff2') format('woff2'),
      url('fonts/Jost-ExtraLight.woff') format('woff'),
      url('fonts/Jost-ExtraLight.ttf') format('truetype'),
      url('fonts/Jost-ExtraLight.svg#Jost-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Medium.eot');
  src: url('fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Jost-Medium.woff2') format('woff2'),
      url('fonts/Jost-Medium.woff') format('woff'),
      url('fonts/Jost-Medium.ttf') format('truetype'),
      url('fonts/Jost-Medium.svg#Jost-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Thin.eot');
  src: url('fonts/Jost-Thin.eot?#iefix') format('embedded-opentype'),
      url('fonts/Jost-Thin.woff2') format('woff2'),
      url('fonts/Jost-Thin.woff') format('woff'),
      url('fonts/Jost-Thin.ttf') format('truetype'),
      url('fonts/Jost-Thin.svg#Jost-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-SemiBold.eot');
  src: url('fonts/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Jost-SemiBold.woff2') format('woff2'),
      url('fonts/Jost-SemiBold.woff') format('woff'),
      url('fonts/Jost-SemiBold.ttf') format('truetype'),
      url('fonts/Jost-SemiBold.svg#Jost-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Regular.eot');
  src: url('fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Jost-Regular.woff2') format('woff2'),
      url('fonts/Jost-Regular.woff') format('woff'),
      url('fonts/Jost-Regular.ttf') format('truetype'),
      url('fonts/Jost-Regular.svg#Jost-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.eot');
  src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Gotham-Light.woff2') format('woff2'),
      url('fonts/Gotham-Light.woff') format('woff'),
      url('fonts/Gotham-Light.ttf') format('truetype'),
      url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('fonts/Gotham-Book.eot');
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
      url('fonts/Gotham-Book.woff2') format('woff2'),
      url('fonts/Gotham-Book.woff') format('woff'),
      url('fonts/Gotham-Book.ttf') format('truetype'),
      url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* light-blue - #0693F7 */


html{
    scroll-behavior: smooth;
}
body{
   font-family: 'Jost';
    font-size: 23px; 
    font-weight: 300;
    color: #000000;
    letter-spacing: .8px;
    line-height: 1.6;
}


a{-webkit-transition: all 0.42s ease-out; -moz-transition: all 0.42s ease-out; -o-transition: all 0.42s ease-out; -ms-transition:  all 0.42s ease-out; transition: all 0.42s ease-out; text-decoration:none;}
a:hover{color: #4E738A; text-decoration: none;}
a {
    color: #424F5C;}
::placeholder { color: #000000; opacity: 1; }
:-ms-input-placeholder { color: #000000;}
::-ms-input-placeholder { color: #000000;}

/*COMMOM STYLES*/

.gotham{font-family: 'Gotham';}
.bg-grey{background-color:#cacaca; }
.bg-brand{background-color: #b58e35;}
.bg-black{background-color: #000;}
.bg-light{background-color: rgb(237,237,237)!important;}
.bg-red{background-color:#BE0000!important;}
.btn-brand{background-color: #b58e35;  transition: all 0.52s ease-out; color: #ffffff; font-size: 13px; font-weight:600; padding: 8px 35px; display: inline-block; border: 0;}
.btn-brand:hover{background-color: #000000; color: #ffffff!important; }

.btn-brand1{background-color: #53626F;  transition: all 0.52s ease-out; color: #ffffff; font-size: 33px; font-weight:400; padding: 18px 50px; display: inline-block; border: 0;}
.btn-brand1:hover{background-color: #F7941E; color: #ffffff!important; }

.btn-share{background-color: #AAAAAA;
    background-image: url(../images/misc/share.png);
    background-position: 90% 52%;
    background-repeat: no-repeat;
    padding-right: 65px!important;
    border: 0;color: white;}
.text-brand{color:#b58e35!important;}
.text-yellow{color: #F7941E!important;}
.text-black{color:#000!important;}
.text-red{color:#BE0000!important;}
.text-grey{color: #666666!important;}
.has-bg{background-position: center; background-size: cover; }
.border-white{border:1px solid #ffffff}
.border-black{border:4px solid #000000}
.border-brand{border-color: #53626F!important;}
.img-linked{
    -webkit-transition: all 0.42s ease-out;
    -moz-transition: all 0.42s ease-out;
    -o-transition: all 0.42s ease-out;
    -ms-transition:  all 0.42s ease-out;
    transition: all 0.42s ease-out;
}
.img-linked:hover{
    transform: scale(.96);
    cursor: pointer;
}
.text-linked{color: inherit;}
/* .text-linked:hover{color: inherit;} */
.fw-th{font-weight: 100;}
.fw-eli{font-weight: 200;}
.fw-li{font-weight: 300;}
.fw-re{font-weight: 400!important;}
.fw-me{font-weight: 500;}
.fw-sb{font-weight: 600;}
.fw-bo, strong{font-weight: 700;}


.fs-12{font-size: 12px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-18{font-size: 18px;}
.fs-19{font-size: 19px;}
.fs-20{font-size: 20px!important}
.fs-22{font-size: 22px;}
.fs-23{font-size: 23px;}
.fs-24{font-size: 24px;}
.fs-28{font-size: 28px;}
.fs-30{font-size: 30px;}
.fs-32{font-size: 32px;}
.fs-33{font-size: 33px;}
.fs-34{font-size: 34px;}
.fs-36{font-size: 36px;}
.fs-38{font-size: 38px;}
.fs-45{font-size:45px;}
.fs-50{font-size: 50px;}
.fs-56{font-size: 56px;}
.fs-60{font-size: 60px;}
.fs-65{font-size: 65px;}
.fs-68{font-size: 68px;}
.fs-78{font-size: 77px;}
.fs-86{font-size: 86px;}
.fs-100{font-size: 100px;}
.fs-174{font-size: 174px;}
.fs-183{font-size: 183px;}
.fs-228{font-size: 228px;}

.ls-0{letter-spacing: 0px;}
.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}
.ls-3{letter-spacing: 3px;}
.ls-5{letter-spacing: 5px;}

.lh-06{line-height: .6;}
.lh-1{line-height: 1;}
.lh-1-4{line-height: 1.4;}
.lh-1-5{line-height: 1.5;}
.lh-1-7{line-height: 1.7;}
.lh-2{line-height: 2;}


#accordionExample .accordion-button:not(.collapsed), #accordionExample .accordion-button{background-color: #b58e35;color: white;box-shadow: none;}
#accordionExample .accordion-item:first-of-type .accordion-button{border-top-left-radius:0;border-top-right-radius:0}
#accordionExample .accordion-button:focus{border-color: transparent;box-shadow: none;}
#accordionExample .accordion-item{border: none;}
#accordionExample .accordion-button.collapsed::after {background-image: url("/images/plus.png");}
#accordionExample .accordion-button:not(.collapsed)::after {background-image: url("/images/minus.png");transform: translateY(10px);}


#accordionEmergency .accordion-button:not(.collapsed),#accordionEmergency .accordion-button{background-color: #ffffff;color: #b58e35;box-shadow: none;}
#accordionEmergency .accordion-item:first-of-type .accordion-button{border-top-left-radius:0;border-top-right-radius:0}
#accordionEmergency .accordion-button:focus{border-color: transparent;box-shadow: none;}
#accordionEmergency .accordion-item{border: none;}
#accordionEmergency .accordion-button.collapsed::after {background-image: url("/images/plusc.png");}
#accordionEmergency .accordion-button:not(.collapsed)::after {background-image: url("/images/minusc.png");transform: translateY(10px);}


.customList li{margin-bottom: 7px; margin-left: -10px;}

.bg-nav {
    background-color: #ffffff;
}

#topNavigation{background-color: white;}
.navbar{border-bottom: 1px solid #000000;border-top: 1px solid #000000;;}
.home{background: white;padding-bottom: 35px;}
.home-details{padding: 15px;height: 240px;}
    .home-details h4{font-size: 17px;font-weight: bold;}
    .home-details h4 a{color:black}
    .home-details p{font-size: 14px;padding-top: 10px;}
    .btn-arrow{color: #fff;
        background-color: #0693F7;
        border-color: #0693F7;
        padding: 7px 15px;
        font-size: 14px;}
.arrow{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}                  
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
  

.fixed-top.scrolled {
    background-color: rgba(0,0,0,0.8) !important;
    transition: background-color 200ms linear;
  }
/* Navigation */

/* .img-logo{width: 400px; height: auto;} */
#topNavigation .-link{display: inline-block; color: #FFF; padding: 10px 15px; font-size: 18px;}
#topNavigation .-link:hover{color: #000;}


 .carousel-indicators [data-bs-target] {width: 15px; height: 15px; border-radius: 50%; opacity: .4;}
 .carousel-indicators .active{background-color: #ffffff;opacity: 1;}


#map{width: 100%; height: 650px;}
.img-gal-thumb:hover,.activeImg{filter: grayscale(1);}

.ren-wrap {
    min-height:158px;
}
#hero-contact {
    background-image: url(/images/hero-contact.jpg);
}
#hero-team {
    background-image: url(/images/hero-team.jpg);
}
#hero-listing {
    background-image: url(/images/hero-listing.jpg);
}
#hero-services {
    background-image: url(/images/hero-services.jpg);
}
#hero-communities {
    background-image: url(/images/hero-communities-advance-team.jpg);
}
#registrationForm .form-control{height: 50px; border: 1.4px solid #b2b2b2;color: #000000; border-radius: 0; margin-bottom: 40px; font-size: 17px; font-weight: 300;background-color: #ffffff;}
#registrationForm .form-control:focus{outline: none;  box-shadow: none;}
#registrationForm .form-control::placeholder { color: #000000; opacity: 1; font-weight: 300; }
#registrationForm .form-control:-ms-input-placeholder { color: #000000;}
#registrationForm .form-control::-ms-input-placeholder { color: #000000;}
textarea.form-control{height: 200px!important;}
label{color: black;font-size: 15px;font-weight: normal;}
#registrationForm  select {
    display: block;
   line-height: 1.3;
    padding: .6em 1.4em .65em .8em;
    margin: 0;
    font-weight: 300;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #000;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
#stayconnectedForm .form-control{padding:0;border: none;height: 50px; border-bottom: .5px solid #000000;color: #000000; border-radius: 0; margin-bottom: 15px; font-size: 23px; font-weight: 300;background-color: transparent;}
#stayconnectedForm .form-control:focus{outline: none;  box-shadow: none;}
#stayconnectedForm .form-control::placeholder { color: #000000; opacity: 1; font-weight: 200; }
#stayconnectedForm .form-control:-ms-input-placeholder { color: #000000;}
#stayconnectedForm .form-control::-ms-input-placeholder { color: #000000;}
.nav-wraper {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 9999;
}
/* .navbar-brand{padding: 0;} */
     .nav-link {
        display: inline-block;
    color: black;
    /* padding: 15px 15px 10px 15px; */
    font-size: 15px;
    font-weight: 400;
    }
    
    .dropdown-menu .activeNav{color:#b58e35;}
    
    .nav-link span{padding: 5px 0px;}
    .activeNav{color:#b58e35!important;font-weight: 400;}

    #topNavigation .nav-link:focus, #topNavigation .nav-link:hover {
        color: #b58e35;
    }
    /* .nav-item:last-child .nav-link{color: #231F20;letter-spacing: 1px;font-size: 25px ;padding: 30px 15px 10px 15px;margin-right: 3rem} */
    #topNavigation .dropdown-menu {
        font-size: 16px;
        transition: all .25s ease-in-out;
        margin-top: 12px;
        position: absolute;
  background-color: #b58e35;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);/*Adds a drop shadow*/
  z-index: 1;
  border-radius: 0;
    }
    /* .dropdown-menu:before {
        content:''; 
    position: absolute; 
    top: 0;
    left: 22%;
    margin-left: -15px;
    margin-top:-15px; 
    width: 0;
    z-index:1;
    height: 0;
    border-bottom: solid 15px #FFF; 
    border-left: solid 17px transparent; 
    border-right: solid 17px transparent;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0,0,0,.5));
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,.5));
      }  */
    /* .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    .dropdown-menu.show {
        display: block;
    }
    .open>.dropdown-menu {
        display: block;
    }*/
    .dropdown-item{padding: 0.3rem 1rem;color: white;}
    
    
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
         background-color: transparent;
    }
     
    .navbar-toggler {
        /* color: rgba(0,0,0,.5); */
        border-color: transparent;
        font-size: 1.5rem;
    }
.bg{
    background-image: url(../images/bg.png);
    background-size: cover;
}
#sideNav .navbar-nav {
    flex-direction: column;
    padding: 20px 0 20px;
}
#sideNav .navbar-nav .nav-item {
    transition: all .15s linear;
    margin-top: 20px;
}
#sideNav .navbar-nav .activeNav, #sideNav .navbar-nav .nav-link:hover {
    color:#0693F7!important;
}

#sideNav .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
    padding: 10px 15px;
}
#sideNav {
    /* background-color: #000; */
    padding: 0;
}
.border-left-black{border-left:1px solid black}
.dotborder-left{background-image: linear-gradient(black 33%, rgba(0,0,0,0) 0%);
    background-size: 2px 6px;
    background-repeat: repeat-y;}
    #hero {
        background-image: url(/images/inside-hero.jpg);
    }
    #hero-media {
        background-image: url(/images/hero-media.jpg);
    }
    #hero-gallery {
        background-image: url(/images/hero-gallery.jpg);
    }
    #hero-story {
        background-image: url(/images/hero-story.jpg);
    }
    #hero-clients {
        background-image: url(/images/hero-clients.jpg);
    }
    #hero-contact {
        background-image: url(/images/hero-contact.jpg);
    }
    .hero {
        height: 600px;
        position: relative;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
    }
    /* .hero .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient( rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.6) );
    } */
    .hero-caption {
        position: absolute;
    left: 8%;
    /* width: 100%; */
    top: 41%;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 2px 5px #1a1a1a;
    font-weight: 600;
    font-size: 88px;
    letter-spacing: 3px;
    }
    .hero-caption span{font-size: 62px;}
    .img-plus {
        position: absolute;
        right: 5px;
    top: 4px;
    }


 
      #sideNav{position: fixed; top: 300px; right: 0; z-index: 89; width: 50px; display: block;}
      /* #sideNav .nav-register{padding: 14px 15px;;  background-color: #005839;  transform: rotate(-90deg); top: -123px; position: absolute; width: 170px; left: -57px;}
      #sideNav .nav-register:hover{background-color: #535850; }
      #sideNav .nav-register a{color: #FFF; font-weight: 500; display: block; } */
      #sideNav .btn-social{padding: 11px;}
      #sideNav .btn-fb{background-color: #415364;}
      #sideNav .btn-ig{background-color: #4E738A;}
      #sideNav .bt-share{background-color: #8CB7C9;}
      footer .img-social-icon {padding: 8px;}
    footer .btn-fb{background-color: #415364;}
    footer .btn-ig{background-color: #4E738A;}
    footer .bt-share{background-color: #8CB7C9;}
  
.box h2{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px #333;
}
.box img{
    position: relative;
        display: inline-block;
}

.upcoming h4:after{
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:25px auto;
    width:47%;
    height:1px;
    background:#46627C;
  }
  #services ul {
    /* list-style-image: url('/images/true.png'); */
    list-style-type: none;
padding: 0;
margin: 0;
  }
  #services ul li {
    background: url('/images/check.png') no-repeat left top;
    padding-bottom: 1.3rem;
    padding-left: 50px;
    }
    .centered {
        position: absolute;
        bottom: 7%;
        left: 0;
        right: 0;
        color: white;
      }
      .explore{
        font-size: 16px;
        font-weight: 500;
        color: #424F5C;
        position: relative; 
      }
      .explore::after{
        position: absolute;
        content: '';
        height: .5px;
        /* bottom: -8px;  */
        top: 27px;
        margin: 0 auto;
          left: 0;
          width: 100%;
          background: #F7941E;
      }
      .border-text{border:1px solid #FBA425 ;background-color: transparent;  transition: all 0.52s ease-out; color: #ffffff; font-size: 18px; font-weight:700; padding: 4px 12px; display: inline-block;}
      .btn-orange{border:none ;background-color: #FBA425;  transition: all 0.52s ease-out; color: #ffffff; font-size: 20px;margin-bottom: 15px; font-weight:700; padding: 5px 15px; display: inline-block;}
      .comm-link{display: block;}
      .comm-link:hover{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}



        @media (min-width: 576px){
          #ModalPopup .modal-dialog {
              max-width: 1100px;
              }}
          #ModalPopup .modal-content {background-color: transparent;border:none}
          #ModalPopup  .modal-header{border-bottom: none;padding: 1rem 1rem 0rem;}
          #ModalPopup .close{color: white;text-shadow: none;opacity: 1;background-color: transparent;border: none;padding: 1rem 0rem; margin: -1rem -1rem -1rem auto;}
          #ModalPopup .close:hover {color: #ffffff;text-decoration: underline;}
          #ModalPopup  .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{opacity: 1;}
          .modal#ModalPopup{background-color: rgba(83,98,111,0.7);}
          /* .modal-open{background-color: rgba(83,98,111,0.7);} */
          #ModalPopup .modal-body{border:2px solid #000000}
          .past-model-banner {
            position: absolute;
            left: 0%;
            top: 0%;
            right: 0%;
            bottom: 0%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }


          .hover-trans:hover{-webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
          }
          .house-link{display: block;}
          .house-link:hover{-webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
          }

          .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{border-radius: 50%!important; background: #b58e35!important;}
          .ui-slider-horizontal .ui-slider-handle{top:-15px!important; outline: none;}
          .ui-slider .ui-slider-handle {width: 25px!important; height: 25px!important;}
          .ui-widget.ui-widget-content{border: 1px solid #000!important;}
          .ui-slider-horizontal{height: 1px!important;}
          .sliderRange{font-size: 12px; font-weight: 700; margin-top: -50px;}



          .floorplan-border-brand-right:not(:last-child){border-right: 1px solid #b58e35;}

          .explore {
            font-size: 23px;
            font-weight: 500;
            color: #000000;
            position: relative;
        }
        .explore::after {
          position: absolute;
          content: '';
          height: 0.5px;
          /* bottom: -8px; */
          top: 40px;
          margin: 0 auto;
          left: 0;
          width: 100%;
          background: #B58E35;
      }









          











hr{opacity: 1;color:#b58e35;height:1px!important}
.virtual{position: relative;}
.virtual::before{position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 47%;
    height: 3px;
    margin: -13px auto;
    content: '';
    background: #F7941E;}


    .tab-content{left: 0px;
        top: 0px;
        width: 70%;
        float: left;
        clear: right;}

        
        .nav-pills {
            position: static;  
            width: 30%;
            float: right;
            clear: none;
        }

        .nav-pills   .nav-link {
            left: auto;
            top: auto;
            display: block;
            margin-bottom: 10px;
            padding-right: 10px;
            padding-left: 25px;
            float: left;
            clear: both;
            text-align: left;
            background-color: #fff;
            letter-spacing: 1px;
            border: 1px solid #6e6e6e;
            border-radius: 0;
            font-size: 22px;
        }
        .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
            
            background-color:#6e6e6e;color: white;}




/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504; }
  
  .mfp-preloader a {
    color: #cccccc; }
  
  .mfp-preloader a:hover {
    color: white; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }
  
  .mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .mfp-arrow:active {
    margin-top: -54px; }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
      border-right: 12px solid black;
      left: 5px; }
    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
      border-right: 20px solid white; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
      border-left: 12px solid black;
      left: 3px; }
    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
      border-left: 20px solid white; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }
  
  .mfp-iframe-holder .mfp-close {
    top: -43px; }
    .mfp-image-holder{margin-top: 5rem;}
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  
  .mfp-figure {
    line-height: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px; }
  
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
  
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
  
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
  
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; }
  
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; } }
  @media all and (max-width: 800px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  


    .sold-out {
      position: absolute;
      left: 0%;
      top: 0%;
      right: auto;
      bottom: auto;
      z-index: 100;
  }
  
  #steps ol {
    --li-bg: #B58E35;
    counter-reset: orderedlist;
  }
  #steps ol li::before {
      counter-increment: orderedlist;
      content: counter(orderedlist);
     
      font-size: 24px;
      line-height: 24px;
      width: 28px;
      padding-top: 0.25rem;
      text-align: center;
      color: #fff;
      background-color: var(--li-bg);
      border-radius: 0.25em;
    }
    #steps ol{
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      grid-gap: 1rem;
    }
    #steps ol li {
      display: grid;
      grid-template-columns: 0 1fr;
      grid-gap: 1.75em;
      align-items: start;
      font-size: 23px;
      line-height: 33px;
    }



























    @media screen and (max-width: 992px){
         .fs-32{font-size: 21px;}
         .fs-33{font-size: 22px;}
         .fs-34{font-size: 28px;}
         .fs-36{font-size: 26px;}
         .fs-38{font-size: 30px;}
         .fs-45 {font-size: 27px;}
         .fs-50{font-size: 40px;}
         .fs-56{font-size: 46px;}
         .fs-60{font-size: 47px;}
         .fs-65{font-size: 48px;}
         .fs-68{font-size: 49px;}
         .fs-78{font-size: 49px;}
         .fs-86{font-size: 50px;}
         .fs-100{font-size: 51px;}
         .fs-174{font-size: 52px;}
         .fs-183{font-size: 63px;}
         .fs-228{font-size: 64px;}
     }
    @media screen and (max-width: 767px){
         .fs-45 {font-size: 27px;}
         .fs-50{font-size: 40px;}
         .fs-56{font-size: 46px;}
         .fs-60{font-size: 47px;}
         .fs-65{font-size: 48px;}
         .fs-68{font-size: 49px;}
         .fs-78{font-size: 49px;}
         .fs-86{font-size: 50px;}
         .fs-100{font-size: 51px;}
         .fs-174{font-size: 52px;}
         .fs-183{font-size: 63px;}
         .fs-228{font-size: 64px;}
     }
     
     @media screen and (max-width: 576px){     
         .fs-20 {font-size: 16px!important;}
         .fs-22 {font-size: 18px;}
         .fs-28 {font-size: 19px;}  
         .fs-32{font-size: 20px;}
         .fs-33{font-size: 21px;}
         .fs-34{font-size: 22px;}
         .fs-36{font-size: 23px;}
         .fs-38{font-size: 24px;}
         .fs-45 {font-size: 27px;}
         .fs-50{font-size: 32px;}
         .fs-56{font-size: 35px;}
         .fs-60{font-size: 36px;}
         .fs-78{font-size: 38px;}
         .fs-65{font-size: 37px;}
         .fs-68{font-size: 38px;}
         .fs-86{font-size: 40px;}
         .fs-100{font-size: 41px;}
         .fs-174{font-size: 42px;}
         .fs-183{font-size: 45px;}
         .fs-228{font-size: 46px;}
     }

 
     @media (min-width:993px) and (max-width:1400px){
    
     }
 @media (min-width:993px) and (max-width:1200px){

  .fs-33{font-size: 27px;}
  .fs-45 {font-size: 40px;}
 
}

@media screen and (max-width: 992px){
    .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(83, 98,111)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .flex {
        flex-direction: column;
      }
      .floorplan-border-brand-right:not(:last-child){border-right: none;}
    .navbar-toggler:focus, .navbar-toggler:active {
        outline: none;
        box-shadow: none;
      }
      #topNavigation .dropdown-menu {margin-top: 0;position: relative;box-shadow: none;}
      .swap{flex-direction: column-reverse!important;}      
      .home-details {
        height: 200px;
    }
    #welcomeSlider .caption{font-size: 31px;} 
    .dotborder-left{background-image: none;}
    .border-left-black{border: none;}
    .activeNav span{border-top: none;}
    .hero {
        height: 550px;
    }
    #topNavigation .navbar-nav {
        background-color: white;
        padding: 10px 20px;
    
    }
    #projectNav {justify-content: flex-end;width: 100%;}
    #projectNav .navbar-collapse{background-color: #53626F;width: 100%;}
    #projectNav .nav-link{color: white;}
    
    }

    @media screen and (max-width: 767px){     
            .nav-pills   .nav-link{font-size: 14px;padding-left: 5px;padding-right: 5px;}
     }
     @media screen and (max-width: 576px){
        /* .img-logo{width: 200px;} */
        #topNavigation .-link{padding: 10px 4px; font-size: 14px;}
         
        footer .img-logo{width: 130px;}
        #sideNav {
            top: 70px;
            max-width: 100%;
            width: auto;
            background-color: #FFF;
        }
        .hero {
            height: 300px;
        }
        .btn-red{font-size: 18px;}
        .btn-brand1{font-size:20px;padding: 15px 20px;}
        #townhomes .fs-18{font-size: 8px;}
        #gallery p{font-size: 11px;} 
        
    }
    
    
    @media screen and (min-width: 768px)
    {
        
       .dropdown-menu {
             margin-top: 0;
               }
                
    }
    @media screen and (min-width: 1200px)
    {
        
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 1.5rem;
            padding-left: 1.5rem;
        }
        
}
 @media (min-width: 1400px){
.container {
    max-width: 1224px;
}} 

