/********** Template CSS **********/
:root {
    --primary: #000000;
    --blueColor:#1c75bc;
    --orangeColor: #D34F1D;
    --light: #F3F4F5;
    --dark: #0c0c0c;
    --light: #FFFFFF;

    --primary-font: 'Montserrat', sans-serif;
    --lora-font: 'Lora', serif;
}
h2 {
    font-weight: 500;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.text-primary {
    color: #000 !important;
}
body {
    background: #fff;
    font-family: 'Lato', sans-serif; 
}
/*html,body{ overflow-x: hidden;}*/
a {
    color: #000;
}

a.community-link {
    color: var(--blueColor);
}

.container.overview-part p span.sold-out-heading {
    font-size: 24px;
    color: var(--blueColor);
    text-transform: none;
    font-style: normal;
}

    a:hover {
        color: var(--dark);
    }
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn-primary{background:var(--primary);border-color:var(--primary)}
.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}
.btn-primary:hover{background:var(--dark);border-color:var(--dark)}
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.socialBtn {
    color: var(--primary);
    font-size: 20px;
    padding: 4px 15px;
    display: block;
    border-left: 1px solid #d4d4d4;
}
.bookATour {
    background: var(--light);
    border-color: var(--light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #343a40;
    padding: 5px 14px;
    margin: 0 19px;
}
.bookATour:hover{
    color:var(--primary);
}
.topBar a.bookATour {
    background: var(--primary);
    border-color: var(--primary);transition-duration:0.3s;
}
.topBar a.bookATour:hover{color: var(--light); background: var(--dark);}
.roundedBtn {
    padding: 10px 30px;
    background: var(--primary);
    border: 1px solid var(--light);
    color: var(--light);
    border-radius: 25px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    min-width: 180px;
    margin: auto;
}
.roundedBtn:hover{
    color: var(--light);
    background:var(--dark);
}

.btn-wht-rounded {
    background-color:#fff;
    border:1px solid #1c75bc;
    border-radius:25px;
    padding: 10px 20px;
    color: #1c75bc;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transform: .25s;
}

.btn-wht-rounded:hover {
    background-color: #1c75bc;
    color: #fff;
}

/*Topbar*/
.topBar {
    background: #fff;font-family: var(--primary-font);
}
.topBar a{
    font-size: 18px;
}
.topBar p{margin-bottom:0;}
.topBar a.contact-btn{
    background: #1c75bc;
    width:170px;height: 36px;display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 13px ;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    transition: .2s;
}
.topBar a.contact-btn:hover{
    background-color: #000;
}
.ourNew{
    background-color: #bb132e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:170px;height: 54px;
    font-size: 13px;
    font-family: var(--primary-font);
    transition: .2s;
}
.ourNew:hover{
    background-color:  #1c75bc;color: #fff;
}
/*** Navbar ***/
.navsection {
    background: #fff;
    transition-duration: 0.3s;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar {padding-top: 0;}
.navbar .navbar-nav a {
    margin-right: 30px;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    font-family: var(--primary-font);
    letter-spacing: 1px;
    color: #000;
    border-bottom: 2px solid transparent;
}

.navbar .navbar-nav a:hover,
.navbar .navbar-nav .active a {
    color: var(--blueColor);
    border-color:var(--blueColor); ;
}
.navbar .navbar-nav .dropdown-item{padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.nav-row.top-nav-row {
    height: 120px;
    display: flex;
    justify-content: space-between;
    padding: 10px 8%;
    align-items: center;
}

a.nav-contact-button {
    background-color: var(--blueColor);
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
}

a.nav-phone-link {
    font-size: 18px;
}


/*** Header ***/

/*.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 40px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}*/
.header-carousel .owl-nav,.main-carousel .owl-nav {
    position: absolute;
    width: 98%;
    height: 40px;
    bottom: calc(50% - 20px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next,
.main-carousel .owl-nav .owl-prev,
.main-carousel .owl-nav .owl-next  {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #0000008c;
    border: 1px solid #ffffffbf;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover,
.main-carousel .owl-nav .owl-prev:hover,
.main-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}
.main-carousel .owl-next i{padding-left:0;position: relative;
    font-size: 26px;
    color: #fff;
    top: 0;}
.main-carousel .owl-prev i{padding-right:0;position: relative;
    font-size: 26px;
    color: #fff;
    top: 0;}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
	align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}
.owl-content {
    position: absolute;
    bottom: 38px;
    left: 0;
    margin: auto;
    z-index: 1;
    text-align: left;
    color: #Fff;
    max-width: 700px;
    min-height: 162px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #00000085;
    padding-left: 84px;
    padding-right:50px;
    padding-top: 20px;
    padding-bottom: 20px;

}
.owl-content-cmng-sn {
    position: absolute;
    left: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    color: #Fff;
    max-width: 700px;
    min-height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000085;
    padding-left: 84px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    right: 0;
    top: 35%;
}
    .owl-content-cmng-sn h1 {
        color: var(--light);
        margin-bottom: 30px;
        line-height: 40px;
        font-size:33px;
        font-weight: 500;
        font-family: var(--primary-font);
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .owl-content-cmng-sn p {
        font-size: 21px;
        font-weight: 400;
       line-height: 25px;
        color: #fff;
        font-family: var(--lora-font);
    }

    .owl-content h1, .home .owl-content h2 {
        color: var(--light);
        margin-bottom: 30px;
        line-height: 40px;
        font-size:33px;
        font-weight: 500;
        font-family: var(--primary-font);
        text-transform: uppercase;
        margin-bottom: 15px;
    }


    .owl-content p {
        font-size: 21px;
        font-weight: 400;
       line-height: 25px;
        color: #fff;
        font-family: var(--lora-font);
    }

    .owl-content div .sliderBtn{position: absolute;right:0;bottom: 0;}
    .owl-content div .sliderBtn img{max-width: 100%;width: auto;}
.buyNowButton {
    background: var(--primary);
    color: var(--btn);
    padding: 20px 60px;
    display: inline-block;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    transition-duration: 0.3s;
    border: none;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: inherit;
    min-height: 250px;
    overflow: hidden;
    position: relative;
}

.inner-header-community {
    min-height: 370px;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
}

.inner-header-community .inner-header-content h1 {
    font-family: "Montserrat", serif;
    color: #fff;
    margin: 0 auto;
    font-weight: 400;
    font-size: 42px;
    text-align: center;
}

.inner-header-community h4 {
    font-family: "Lora", serif;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.inner-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);
}

.inner-header-content .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-top:40px;
}

.inner-header:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #08497e3d;
}
.inner-header img{width: 100%;}

.inner-header h1{
  color: #fff;
  margin: 0 auto;
  font-weight: 600;
  font-size: 3.5rem;
}

@media screen and (max-width: 991px) {
    .inner-header-community .inner-header-content h1 {
        font-size: 38px;
    }

    .inner-header-content {
        width:90%;
    }
    
    .inner-header-content .button-container {
        flex-wrap:wrap;
    }

    .inner-header-content .button-container a {
        font-size:14px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.aboutContent p {
    font-size: 22px;
    color: #7a7a7a;
    margin: 20px 0;
}
.aboutContent strong {
    color: #264752;
    font-weight:normal;
}

/* subHead plan*/
.subHead {
    background: #fff;
    padding: 24px 0;
}
    .subHead h2 {
        line-height: 40px;
        font-size: 33px;
        font-weight: 500;
        font-family: var(--primary-font);
        text-transform: uppercase;
        text-align: center;
        margin:0;letter-spacing: 1px;
    }
    .subHead h4 {
        line-height: 34px;
        font-size: 28px;
        font-weight: 500;
        font-family: var(--primary-font);
        margin:0;letter-spacing: .5px;
    }
.subHead p{text-align: center;padding-top: 1rem ;margin:0;font-size: 16px;font-family: var(--lora-font);}

/**/
.aboutBox{
background: #6d6e71;
color: #fff;
}
.aboutBox .bg-pic{
    position: relative;
}
.aboutBox .bg-pic:before{
    background: url(../img/big-arrow.png) left center no-repeat;
    content: '';
    width: 116px;
    height: 100%;
    position: absolute;
    background-size:cover ;
}

.about-text h3{
    font-size: 27px;
    font-family: var(--primary-font);    
    font-weight: 500;color: #fff;
}
.about-text ul{
    padding-left: 20px;
    list-style-type: disc;
    font-size: 16px;
    font-family: var(--lora-font);
}
.about-text p{
    font-size: 16px;
    font-family: var(--lora-font);
    font-weight: 400;color: #fff;
}

.about-btn{display: flex;
align-items: center;
justify-content: space-between;column-gap: 20px;}
.siteplans-info + .about-btn{margin-top: 2rem;}
.default-btn{
    background: #fff;
    color: #000;
    font-family: var(--primary-font);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6d6e71;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 25px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
    transition: 0.2s;
}
.default-btn:hover{
    opacity: 0.8;
}
.default-btn-bg{
    background: url(../img/ScheduleASelfTour_Button_Navy.png) left center no-repeat;
    color: #000;
    font-family: var(--primary-font);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6d6e71;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 25px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
    transition: 0.2s;
    width: 136px;
    height: 46px;
}
.default-btn-bg:hover{
    opacity: 0.8;
}

/*homeTiles*/
.homeTiles img{max-width: 45%;}
.tiles-content{
    border: 12px solid #f4f4f4;
    background:#98a87d;padding: 12px;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;align-items: center;
}
.tiles-content h3{font-size: 16px;font-weight: 500;font-family: var(--primary-font);color: #fff;}
.tiles-content p{font-size: 12px;font-weight: 400;font-family: var(--lora-font);line-height: 24px; color: #fff;padding: 0 10px;}
.tiles-content a{min-width: 137px;}
.greenBox{background: #98a87d; ;}
.greenBox a{color: #98a87d;}
.ashBox{background: #6b6c6e; ;}
.ashBox a{color: #6b6c6e;}
.blueBox{background: #438cc8; ;}
.blueBox a{color: #438cc8;}
.orangeBox{background: #db6d44; ;}
.orangeBox a{color: #db6d44;}



.urgentNeed{
    background: #8e9f70;;
}
.urgentNeed h3{
    text-transform: uppercase;
}
.urgentNeed em{
    font-size: 24px;
    font-family: var(--lora-font);
    color: #fff;
}
.urgentNeed .about-text{
    padding-left:30px;
    padding-right: 12%;
}

.urgentNeed .about-text p{
    line-height: 24px;
}



/*designer-center*/
.designer-center{position: relative;}
.designer-content{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #Fff;
    max-width: 472px;
    min-height: 234px;
    background: #00000085;
    padding: 20px;    padding-bottom: 50px;
}
.designer-content h3{
    font-size: 33px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #fff;
}
.designer-content em{font-size: 18px; font-family: var(--lora-font);margin-bottom: .5rem;display: block;line-height: 20px}
.designer-content p{font-size: 16px; font-family: var(--lora-font);font-weight: 400;line-height: 1.3;}
.designer-content a{background: #1d75bb;color: #fff;font-size: 18px;font-family: var(--primary-font);padding: 12px;
    position: absolute;right: 0; bottom: 0;
}


/**/

.lifestyle{
    background: #6d6e71;
}
.lifestyle .about-text{
    padding-left:30px;
    padding-right: 12%;
    position: relative;
    height: 100%;
}
.lifestyle .bg-pic{position: relative;}
.lifestyle .bg-pic:after{
    background: url(../img/orange-arrow.png) left center no-repeat;
    content: '';
    width: 85px;
    height: 100%;
    position: absolute;
    background-size: cover;
    right:11px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.lifestyle .about-text h3{
    text-transform: uppercase;
}
.lifestyle .about-text em{
    font-size: 24px;
    font-family: var(--lora-font);
    color: #fff;
}

.lifestyle .about-text p{
    line-height: 24px;
}
.lifestyle .about-text a{
    color:  #d34f1d;
}

/*testimonial-carousel*/

.testimonial-carousel .owl-content{
  top:0;
  bottom: 0;
  max-width: 410px;
  background: #1c75bcd6;
  padding: 30px;
}
.testimonial-carousel .owl-content p{
    font-family: var(--lora-font);
    font-weight: 200;font-size: 16px;
}
.testimonial-carousel .owl-content a{width: 100%;text-align: center;color:#1c75bc ;}



/*getInTouch*/
.getInTouch{
    background-size: cover !important;
}
.get-form {
    background: #fffffff7;
    padding: 50px;
    margin-top: 100px;    padding-left: 80px;
}
.get-content{
    background: #000000af;
    padding: 20px;
    color: #fff;
}
.get-content h3{color: #fff;font-size: 24px;font-weight: 500;text-transform: uppercase;}
.get-content em{font-size:18px;margin-bottom:.5rem;display:block;}
.get-content p{font-size: 16px;}
form .row {
    padding-bottom: 5px;
}
form label {
    font-size: 16px;
}
sup{color: red;}
input[type="submit"]{
    background: #1c75bc !important;
    color:#fff;
    border: none;
    outline: none;
    padding: 5px 10px;
    margin-top: 10px;
}

/**/
.communities-page{margin:75px 0 2rem 0;}
.communities-page img{max-width: 100%;}
.communities-page .nav-tabs {
    display: table;
    width: 100%;
    margin-bottom: 2rem;
}   
.communities-page .nav-tabs li {
    display: table-cell;
    text-align: center;
    text-transform: uppercase;    border-right: 1px solid #f5f5f5;
}
.communities-page .nav-tabs li button{
    width: 100%;
    text-align: center;
    background-color: #1698CD;
    color: #fff;  border: none !important;
    text-transform: uppercase;
    padding-top:12px;padding-bottom: 12px;;
    transition: 0.3s;
    font-size: 1.2rem;
    font-weight: 500;
}
/* .communities-page .nav-tabs li:nth-child(1) button{
    background-color:#1c75bc;
}
.communities-page .nav-tabs li:nth-child(2) button{
    background-color:#98a87d;
}
.communities-page .nav-tabs li:nth-child(3) button{
    background-color: #d34f1d;
}
.communities-page .nav-tabs li:nth-child(4) button{
    background-color:#bb132e;
} */
.communities-page .nav-tabs li button.active{
      background-color:  #fff;color:#1698CD;
}
.communities-page .nav-tabs li button:hover{opacity: 0.8;}

.tab-content>.tab-pane h2{
    color: #1698CD;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.tab-content>.tab-pane p {font-size: 16px;}
.tab-content>.tab-pane p em{font-size: 1rem;font-weight: 600;}
.tab-content>.tab-pane p strong{
    color: #1698CD;
}

.community-overview-part {
    padding-bottom:60px;
}

.community-overview-part h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.community-overview-part p {
    font-family: 'Lora', sans-serif;
}

.cop-map {
    height: auto;
}

@media screen and (max-width: 991px) {
    .communities-page{margin:40px 0 2rem 0;}
    .community-overview-part {
        padding-bottom:40px;
    }

    .community-overview-part .row {
        flex-direction: column;
    }

    .cop-content {
        order: 2;
        width:100%;
        padding-top:40px;
    }

    .cop-content h2, .cop-content p {
        text-align: center;
    }

    .cop-content h2 {
        font-size: 38px;
    }

    .cop-map {
        order: 1;
        width: 100%;
    }
}

.overview-part iframe{
    width: 100%;
    aspect-ratio: 1;
}
.cta-button a{
    display: block;
    background: #1698CD;
    color: #fff;padding: 8px;
    text-transform: uppercase;
    margin:20px 0;
    text-align: center;
    transition: 0.3s;
}
.cta-button a:hover{
  background:#1D74BB;
}

.cta-button a.utour-button {
    background-color: #80bd43;
}

.cta-button a.utour-button:hover {
    background-color: #80bd43d6;
}

.mapLink {
    display: flex;
    justify-content: center;
    column-gap: 28px;
}
.mapLink a.default-btn {
    border: 2px dotted#1698CD;
    color: #1698CD;
    transition: 0.3s;
}
.mapLink a.default-btn:hover {
    background-color: #1698CD;
    color: #fff;
}

.communityBox{
    margin-top:3rem;
    margin-bottom: 3rem;
    text-align: center;
}

.community-item{border:2px dotted #333;
padding: 30px; border-radius: 10px;}

.community-item .about-btn{justify-content: center;}
.communityBox .col-md-6:nth-child(1) .community-item{
    background-color: #8e9f703b;
    border-color: #8e9f70;
  }
  .communityBox .col-md-6:nth-child(2) .community-item{
    background-color: #d34d1d18;
    border-color: #d34f1d;
  }
  .communities-page .getInTouch {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    padding: 4rem 0;
    margin-bottom: 5rem;
}
#floorplans h2{margin-bottom: 1.8rem;}
.floor-wrap{padding-bottom: 1.3rem; text-align: center;background-color:#E3E4E4; position: relative;}
.floor-footer p{
    margin-bottom: 2px;font-size: 18px !important;
    padding: 0 .5rem;font-weight: 600;color: #7A7B7E;
}
.floor-wrap h3{
    padding: 0 1rem;font-size: 20px;text-transform: uppercase;
    font-weight: 400;color: #1698CD;
}
.floorplan-block-info {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 1rem;
}
.floorplan-block-info p{margin: 5px 0;}
.floorplan-block-info p:last-child{
    margin: 0;
}
#floorplans .row{
    row-gap: 3rem;
}

.siteplans-info{
    color: #fff;
    padding-bottom: 2rem;
    width: 100%;
    max-width: 300px;
}
.siteplans-info td{
   padding: 5px 10px;
   font-size: 16px;
}

.special-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #008001;
    color: #fff;
    
}

.special-feature p {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    padding: 8px 0;
    margin: 0;
    font-family: var(--primary-font);
}

.special-feature.empty {
    background-color: #e0e0e0;
    min-height: 37px;
}

.bg-pic iframe{width: 100%;
height: 548px;}

.fluid-iframe iframe{width: 100%;height: 560px;padding: .8rem;}
.community-item.h-100 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;border-color: #fff;
    background: #ffffffbf;
}
.view3d{
    background:#1d75bb14;
    text-align: center;
    padding: 4rem 4rem 0 4rem;
}
.view3d h2{
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.view3d iframe{
    width: 100%;
}

/*faq*/
.faq-section {
    background: #fdfdfd;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #1d75bb;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgb(29, 117, 187,0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  line-height: 34px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 24px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #1d75bb;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}



.designcenter-head .about-text img{max-width: 100%;}
.designcenter-head .tiles-content{border-width: 2px;}
.designcenter-head.aboutBox .bg-pic:before{display: none;}

.designcenter-head .about-text .col-md-3{
    position: relative;
}
.designcenter-head .about-text .col-md-3 h3{
    position: absolute;bottom:0;
    font-size: 16px;
    background: #1b1b1b80;
    margin: 0;
    padding: 5px;width:100%;
    text-align: center;height: 46px;display: flex;
    align-items: center;
    justify-content: center;
}
/*Contact Us*/
/**/
.contact-section {
    padding: 2rem 0;
}
.form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}
.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}
.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}
.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}
.form-control:focus {
    border-color: #01d28e !important;
}
.form-control:active {
    border-color: #01d28e !important;
}
textarea.form-control {
    height: inherit !important;
}
.contact-wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}
.contact-wrap {
    background: #fff;
}
.pl-3 {
    padding-left: 1rem !important;
}
.px-3 {
    padding-left: 1rem !important;
}
.info-wrap {
    color: rgba(255, 255, 255, 0.8);
}
.info-wrap h3 {
    color: var(--white-color);
}
.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}
.info-wrap .dbox:last-child {
    margin-bottom: 0;
}
.info-wrap .dbox p {
    margin-bottom: 0;
}
.info-wrap .dbox p span {
    font-weight: 500;
    color: var(--white-color);
}
.info-wrap .dbox p a {
    color: var(--white-color);
}
.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.info-wrap .dbox .icon span {
    font-size: 20px;
    color: var(--white-color);
}
.info-wrap .dbox .text {
    width: calc(100% - 50px);
    width: calc(100% - 50px);
}
.info-wrap p {
    color: var(--white-color);
}
.contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}
#contactForm .error {
    color: red;
    font-size: 12px;
}
#contactForm .form-control {
    font-size: 16px;
}
select.form-control {
    appearance: auto;
    background: #fff !important;
}
#message {
    resize: vertical;
}
.form-group {
    margin-bottom: 1rem;
}
.bg-custom {
    background-color: #000;
}
.page-template-town_coming_soon .bg-custom {
    background-color: #fff;
}
#contactForm .default-btn {
    text-align: center;
    width: 220px;
    height: 56px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 50px;
}

/*Gallery*/
a:hover {
    text-decoration: none;
  }
  
  .tm-page-cols-container {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: column;
  }
  
  .tm-page-col-left {
   width: 100%;
  }
  
  .tm-page-col-right {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
  ul.tabs.filters-button-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    row-gap: 5px;
  }
  ul.tabs.filters-button-group li a{
    margin: 0;padding: 5px 1rem;
    border-style: dotted;border-radius: 2rem;
    border-color: #1d75bb;
  }
  ul.tabs.filters-button-group li a.active{background: #1d75bb;
    color: #fff;
    border-color: #1d75bb;}
  @media (max-width: 991px) {
    .tm-page-cols-container {
      flex-direction: column;
    }
    .tm-page-col-left {
      width: 100%;
      max-width: 100%;
    }
  
    .tm-page-col-right {
      width: 100%;
    }
  }
  
 
  
  .tm-gallery-item {
    width: 32.3%;
    margin: .5%;
  }
  
  .filters-button-group {
    padding-right: 15px;
  }
  
  .tabs {
    list-style: none;
  }
  
  .tabs > li > a {
    border: 1px solid #cfd0d1;
    color: #999a9b;
    padding: 20px 25px;
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  
  .tm-tab-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 20px;
    transition: all 0.3s ease;
  }
  
  .tabs > li > a.active .tm-tab-icon,
  .tabs > li > a:hover .tm-tab-icon {
    background-color: #669999;
  }
  
  /* 
    Gallery Item Hover Effect
    https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
  */
  
  /* Common style */
  .tm-gallery-item figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
  }
  
  .tm-gallery-item figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
  }
  
  .tm-gallery-item figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .tm-gallery-item figure figcaption::before,
  .tm-gallery-item figure figcaption::after {
    pointer-events: none;
  }
  
  .tm-gallery-item figure figcaption,
  .tm-gallery-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .tm-gallery-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  
  .tm-gallery-item figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
  }
  
  .tm-gallery-item figure h2 span {
    font-weight: 800;
  }
  
  .tm-gallery-item figure h2,
  .tm-gallery-item figure p {
    margin: 0;
  }
  
  .tm-gallery-item figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
  }
  
  /*---------------*/
  /***** Bubba *****/
  /*---------------*/
  
  figure.effect-bubba {
    background: #303030;
  }
  
  figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    aspect-ratio: 16/9;;
  }
  
  figure.effect-bubba:hover img {
    opacity: 0.4;
  }
  
  figure.effect-bubba figcaption::before,
  figure.effect-bubba figcaption::after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  
  figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  
  figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  
  figure.effect-bubba h2 {
    font-size: 1.5rem;
    font-weight: 400;
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    color: #fff;
    text-transform: none;
  }
  
  figure.effect-bubba p {
    width: 100%;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  
  figure.effect-bubba:hover figcaption::before,
  figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  figure.effect-bubba:hover h2,
  figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 0;
  }
  
  @media (max-width: 767px) {
    .tm-gallery {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    .tm-gallery-item {
      width: 46%;
    }
  
    .filters-button-group {
      padding-right: 0;
      padding-bottom: 30px;
    }
  }
  
  @media (max-width: 400px) {
    .tm-gallery {
      max-width: 280px;
    }
  
    .tm-gallery-item {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  }
  

.navbar .menu-item-has-children .sub-menu {
    border-top: 0;
    border-left: 4px solid 4px solid #b89632;
    border-right: 0;
    border-bottom: 0;
    transform: translate3d(0px, 40px, 0px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
    margin: 0;
    border-radius: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
	padding: 12px 18px;background: #fff;
}
.navbar .sub-menu li{list-style:none}

.navbar .menu-item-has-children:hover .sub-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 2.5rem;
}
.owl-nav i{
    font-size: 20px;position: relative;top:2px;
}
.owl-nav div:hover{color: #1698CD;}
.owl-prev i {
    padding-right: 16px;
    color: #1698CD;
}
.owl-next i {
    padding-left: 16px;
    color: #1698CD;
}
.features-content h4{
    font-family: 'Lora';
    font-size:16px;
    font-weight:600;
}
.features-content ul{padding-left: 18px;}

.features-content ul li{
    font-family: 'Lora';
}

.poi{
    padding-bottom: 2rem;
}
.poi a{
    color: #1698CD;
    transition: 0.3s;
}
.poi a:hover{
    color: #2a2d2e;
}

/* town-home */
.town-home-template-default .header-carousel .owl-content{
    right:0;
    bottom: 0;
    max-width: 1180px;
    text-align: center;
}
.town-home-template-default .owl-content p{margin: 0;}
.kings-run{
    background: #fff;
    padding: 24px 0;
    font-family: var(--lora-font);
}
.kings-run h2{
    line-height: 40px;
    font-size: 33px;
    font-weight: 500;
    font-family: var(--primary-font);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
}
.kings-run h3{
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
}
.kings-run em{
  font-size: 24px; color: #000;
  margin-bottom: 10px;
  display: block;
}
.kings-run p{
   font-size: 16px;
   color: #000;
  }
  .kings-run a{
    background: #2c9ac3;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
  }

 .blue-bg{
    background: #0085b6 !important;
 } 
 /* .blue-bg .bg-pic{background: #fff;} */
 .blue-bg .bg-pic:before {
    background: url(../img/big-arrow-blue.png) left center no-repeat;left: 0;
} 
.blue-bg .bg-pic img{margin: 20px 0;width: 100%;}


.static-carousel .owl-content{
    top:0;
    bottom: 0;
    max-width: 410px;
    padding: 30px;
  }
  .static-carousel .owl-content h3{color: #fff;font-weight: 400;}
  .static-carousel .owl-content p{
      font-family: var(--lora-font);
      font-weight: 200;font-size: 16px;margin-bottom: 1rem;
  }
  .static-carousel .owl-content a{text-align: center;color:#000 ;padding-left: 25px; padding-right: 25px;}
  .lifestyle.blue-lifestyle{
    background: #0085b6;
  }
  .blue-lifestyle .bg-pic:after{
    background: url(../img/blue-left-arrow.png) left center no-repeat;
  }
  .blue-lifestyle  a{
    color:#2c9ac3 !important;
    padding-left: 25px;
    padding-right: 25px;
  }

  /*Testimonials*/

  .testimonials-list {
    display: flex;
    text-align: left;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding: 2rem;
    margin-top:2rem;column-gap: 25px;
}
.testimonials-rich-text{font-weight: 600;}
h2.testimonials-heading {
    width: 50px;
    height: 50px;
    display: block;
    background: #1d75bb;
    min-width: 50px;
    font-size: 67px;
    line-height: normal;
    color: #fff;
    min-height: 50px;
    border-radius: 100%;
    font-weight: 400;font-family: 'Lora';text-align: center;
}
.testimonials-list:nth-child(even) {
    flex-direction: row-reverse;
}
.testimonials-list:nth-child(even) h2.testimonials-heading{
    transform: rotate(180deg);
}
.testimonials-rich-text p {
    margin: 5px 0;
}
.videos-testimonial-page .row{
    row-gap: 20px;
}
.giving-back .tm-gallery-item{
    width: 100%;    height: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.giving-back figure.effect-bubba{
    margin-bottom: 1rem;width:100%;
}
.giving-back figure.effect-bubba img {
    opacity: 0.4;width:100%;max-width:initial;
}
.giving-back figure.effect-bubba:hover img {
    opacity: 0.1;
}

.giving-back figure.effect-bubba h2, .giving-back figure.effect-bubba p{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 0;
}
.giving-back .tm-gallery-item p{padding: 0 .5rem;}

.videos-sales-team-page h2{margin-bottom: 1rem;}
.videos-sales-team-page p{margin-bottom: 2rem; font-size: 20px;}










/*** Footer ***/
.footer {
    background: #262323;
}
.footer h4{
    color: #dcdcdc;
    font-size: 21px;
    font-weight: 500;
    font-family: var(--primary-font);
    text-transform: uppercase;
}
.footer h5{
    font-size: 16px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-weight: 500;
}
.footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer a{color:#dcdcdc;font-size: 16px;font-weight: 400;font-family: var(--primary-font);}
    .footer a:hover {color:#448dc7  }
    .footercol .col-md-4{position: relative;}
    .footercol .col-md-4:before{background:#3c3b3b;width:1px;height:100px;content: '';display: block;position: absolute;left:0}
    .footercol .col-md-4:first-child::before{display: none;}
    a.back-to-top {
        transform: rotate(-90deg);
    }    
	
	
/*23-08-22*/	

.page-template-byol .header-carousel .owl-content{
    right:0;
    bottom: 0;
    max-width: 1180px;
    text-align: center;
}
.page-template-realtor .header-carousel .owl-content{
    right:0;
    bottom: 0;
    max-width: 1180px;
    text-align: center;
}
.page-template-byol .owl-content p{margin: 0;}
	.flat-btn{
        background: #0084b4;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        display: inline-block;
        padding: 8px 12px;
        transition: 0.3s;
    }
    .flat-btn:hover{
        background:#0084b4;color: #fff;
        opacity: 0.8;
    }
.building-your-dream{
    padding: 1.5rem 0;
    background: #C7EAFB;
}

ul.your-dream {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    column-gap: 20px;
    row-gap: 20px;
}
ul.your-dream  li{width:18%;}
ul.your-dream  li input{width: 100%;text-align: center;height: 45px;border: none;outline: none;}
ul.your-dream  li input[type="submit"]{margin:0;font-size: 13px; transition: 0.3s;}
ul.your-dream  li input[type="submit"]:hover{background:#0084b4;}

.pm-txt .designer-content{right: initial; left: 0;}
.sales-div .row{--bs-gutter-y: 1.5rem;}
.sales-frame iframe{height: 430px;}
.bg-pic.sales-frame:after,.bg-pic.sales-frame:before{right: 0;display: none;}
.sales-div p em{font-size: 20px !important;}
.iframe-box {
    max-height: 430px;
}
ul.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 5px;
}
ul.social-icons li {
    border: 1px solid #ffffff4f;
}
ul.social-icons li a{
    color: #fff !important;padding: 4px 10px;
    display: block;
    transition: 0.3s;
}
ul.social-icons li a:hover {
    background: #000;
}
/*2023-08-23*/
.quick-delivery-homes .owl-nav{display: none;}
.quick-delivery-grid .address{padding: 10px 20px; color: #fff;
    background: #444444;
    position: relative;
    width: 80%;margin:-33px auto 0}

.quick-delivery-grid .price{  color: #008000; font-size: 20px;margin-top: 15px;margin-bottom: 0; font-family:'Lato';}
.quick-delivery-grid table{margin:5px auto 10px;}
.quick-delivery-grid table tr td{
    padding: 5px 10px;text-align: left;
}

.quick-delivery-grid .floor-footer table tr td{
    padding: 5px 20px;text-align: left;
}

.quick-delivery-grid .default-btn{background:#1d75bb;color: #fff;}

.quick-delivery-grid .row {
    justify-content: center;
}

.quick-delivery-grid .col-md-4,
.quick-delivery-grid .col-sm-6,
.quick-delivery-grid .col-xs-12 {
    display: flex;
}

.quick-delivery-grid .floor-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.quick-delivery-grid .floor-wrap .default-btn:first-of-type {
    margin: auto;
}

.qdg-community {
    margin-bottom:75px;
}

.qdg-community h2 {
    font-size:42px;
    font-weight:400;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.qdg-community p {
    font-family: 'Lora', sans-serif;
}

/*Quick single*/
.quick-single-content h2 {
    color: #1698CD;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.quick-single-content   p {
    font-size: 16px;
}
.quick-single-content  p em {
    font-size: 1rem;
    font-weight: 600;
}
.quick-single-info ul{padding: 0; list-style: none;}

.quick-single-info ul li{
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
    background:#ffffffc4;
}
.quick-single-info table{
    width: 100%;
    background: #d1d1d1;
}
.quick-single-info table tr:nth-child(even){
    /*background:#ffffffc4;*/
}
.quick-single-info table tr td{padding: 6px;
    border: 1px solid #fff;}

    /* timeline */
	#timeline-section {
        max-width: 800px;
    /*     background-color: red; */
        padding: 50px 0px;
        margin: 0 auto;
        
      }
      
      .timeline-entry {
        display: flex;
        min-height: 100px;
    
      }
      
      .timeline-entry > div {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
    /*ROW*/
      .timeline-entry:nth-of-type(odd) {
        flex-direction: row; 
        
      }
      
      .timeline-entry:nth-of-type(even) {
        flex-direction: row-reverse; 
          
      }
     
     /* Left Info Div */ 
      .timeline-entry:nth-of-type(odd) > div:first-of-type {
    /*     background-color: blue; */
        border-right: 2px solid #bbb;
        width: 100%;
        display:flex;
        flex-direction: column;
    }
    
    .timeline-entry:nth-of-type(odd) .timeline-info p {
      margin-right: 100px;
      text-align: center;
      font-size: 17px;
    }
    
    .timeline-entry:nth-of-type(even) .timeline-info p {
      margin-left: 100px;
      text-align: center;
      font-size: 17px;
    }
    
    /* Right Info Div */
    .timeline-entry:nth-of-type(even) > div:first-of-type {
    /*     background-color: blue; */
        border-left: 2px solid #bbb;
        width: 100%;
        display:flex;
        flex-direction: column;
        padding: 50px 0px;
    }
    
    /* Right Title Container */
    .timeline-entry:nth-of-type(even) > div:first-of-type .timeline-title-container {
    flex-direction: row-reverse;
    }
    
    /* Right Center Dot */
    .timeline-entry:nth-of-type(even) > div:first-of-type .timeline-title-container .center-dot {
    margin-right: 0px;
      margin-left: -17px;
    }
    
    
     /* Left Image Div */ 
    .timeline-entry:nth-of-type(odd) > div:nth-of-type(2) {
    /*     background-color: green; */
        border-left: 2px solid #bbb;
      }
    
     /* Right Image Div */ 
    .timeline-entry:nth-of-type(even) > div:nth-of-type(2) {
      border-right: 2px solid #bbb;
    /*   background-color: green; */
    }
      
    
    
    .timeline-title-container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
    }
    
    .timeline-title-container h3 {
      flex-grow: 1;font-weight: 400;
      text-align: center;
      color: #1C75BC;
    }
    
    .line {
      height: 4px;
      background-color: #1C75BC;
      flex: 0 0 80px;
    }
    
    .center-dot {
      background-color: #1C75BC;
      flex: 0 0 30px;
      height: 30px;
      border-radius: 50%;
      margin-right: -17px;
      z-index: 999;
      position: relative;
    }
    
    .small-dot {
      background-color: #1C75BC;
      flex: 0 0 12px;
      height: 12px;
      border-radius: 50%;
      margin-right: 0px;
      z-index: 999;
      position: relative;
    }
    
    .timeline-image {
      width: 100%;
      display:flex;
      flex-direction: column;
      padding: 60px 0px 100px;
    }
    
    .timeline-image-container {
      max-height: 200px;
      
    }
    
    .timeline-image-container img {
      object-fit: contain;
      max-height: 200px;
       max-width: 240px;
      border: 4px solid #fefefe;
      filter: drop-shadow(2px 2px 4px #ccc);
    }
    
    .page-template-timeline .post {
        margin: 0px auto;
        padding: 50px 0px;
        max-width: 1024px;
    }
    
.testi_list .container-fluid:nth-child(even) {
    background: #6d6e71;
}
.testi_list .container-fluid:nth-child(even) .row {
    flex-direction: row-reverse;
}
.testi_list .container-fluid {
    margin-bottom: 3rem;
}
.testi_list .iframe-box {
    max-height: 430px;
  overflow:hidden;
}

.navbar .menu-item-has-children .sub-menu {
    border-top: 0;
    border-left: 4px solid 4px solid #b89632;
    border-right: 0;
    border-bottom: 0;
    transform: translate3d(0px, 40px, 0px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
    margin: 0;
    border-radius: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
	padding: 12px 18px;background: #fff;z-index:1;
}
.navbar .sub-menu li{list-style:none}
.navbar .menu-item-has-children:hover .sub-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
}

.navbar .menu-item-has-children .sub-menu a {border-color: transparent; color: #000;    margin: 0;}
.navbar .menu-item-has-children .sub-menu a:hover,.navbar  .sub-menu .current-menu-item  a { color: var(--blueColor); border-color: var(--blueColor);}
.designcenter-head .about-text .col-md-3 p { margin: 0;}
.navbar .menu-item-has-children .sub-menu .sub-menu{opacity: 0;padding: 0 15px;left: 100%;white-space: nowrap; margin-top: -30px;visibility:hidden;}
.navbar .menu-item-has-children .sub-menu .sub-menu .sub-menu{opacity: 0;padding: 0 15px;left: 100%;white-space: nowrap;margin-top: -30px;visibility:hidden;}
.navbar .menu-item-has-children .sub-menu .sub-menu .sub-menu .sub-menu{opacity: 0;padding: 0 15px;left: 100%;white-space: nowrap;margin-top: -30px;visibility:hidden;}
.navbar .menu-item-has-children .sub-menu li:hover>.sub-menu{ opacity: 1;visibility:visible;}
.navbar .menu-item-has-children .sub-menu .sub-menu li:hover>.sub-menu { opacity: 1;visibility:visible;}
.navbar .menu-item-has-children .sub-menu .sub-menu .sub-menu li:hover>.sub-menu { opacity: 1;visibility:visible;}

 @media screen and (min-width:992px){
	#contactForm .wpcf7-form{position:relative}
	#contactForm .wpcf7-response-output {position: absolute;bottom: 35px;right: 0;margin: 0;}
}
@media (min-width: 992px){
  .testi_list .container-fluid:nth-child(even) .row .about-text {
     padding-left: 14%;
       padding-right: 30px;
  }
}

/*2023-08-25*/
.buying-steps ul{ padding: 0;list-style: none;display: flex;margin-bottom: 0;}
.buying-steps ul li{width: 33.3%;text-align: center;background: #1d75bd; color: #fff; padding: 1.5rem ;text-transform: uppercase;font-size: 24px;}
.buying-steps ul li i {margin-right: 10px;}
.buying-steps ul li:first-child{opacity: 0.6;}
.buying-steps ul li:nth-child(2){opacity: 0.8;}
.buying-steps a{color: #ffffff;}
.buying-steps a:hover{color: #ffffff;text-decoration: underline;}

.buying-items .buying-item{padding:4rem 0;}
.buying-items .buying-item:nth-child(even){background: #f5f5f5;}
.buying-items .buying-item:nth-child(even) .row{flex-direction: row-reverse;}
.buying-items img{max-width: 100%;border-radius: 20px;}
.buying-items .buying-item figure{position: relative;z-index: 2;}
.buying-items .buying-item figure:after{
    content: '';
    background: url(../img/down-arrow-n.webp) center bottom no-repeat;
    width: 44px;
    height: 82px;
    display: block;
    position: absolute;
    right: 5px;
    bottom: -82px;
}
.buying-items .buying-item:nth-child(even) figure:after{ left:5px; right: initial;}
.buying-items .buying-item:last-child figure:after{display: none;}
.circle-number {
    background: #1d75bd;
    color: #fff;
    font-size: 2rem;
    font-style: normal;
    font-weight: bold;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%; 
}
.buying-content {padding-left: 50px;}
.buying-items .buying-item:nth-child(even) .buying-content{padding-left: 0;}
.buying-content h2{color: #1d75bd;text-transform: uppercase;margin: 0;padding-top:5px}
.buying-content .buying-heading{position: relative;display: flex;align-items: start; column-gap: 1.2rem; margin-bottom: 2rem;}
.buying-content .buying-heading:before{content: '';width: 100%;height: 8px;background: #98c2e1;display: block;position: absolute;
    left: -100%; top: 22px;
}
.design-center{position: relative;}
.design-center figure{margin: 0;}
.dc-content{position: absolute;left:5%; top: 20%;width:100%;max-width: 580px;background: #fff;text-align: center;padding: 1.2rem;}
.dc-content h2{color: #1d75bd;margin-bottom: 1.5rem;}
.dc-content .cta-button a{display: inline-block;padding-left: 15px;padding-right: 15px;}


.page-template-blog_listing .floor-wrap figure {
    max-height: 150px;
    overflow: hidden;
}

.page-template-blog_listing  .quick-delivery-grid .address {
    padding: 0 20px;   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 10px solid #444444;
	  min-height: 70px;
}
.page-template-blog_listing .floor-wrap figure img {
    min-height: 150px;
}
/*Pagination*/
.news_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
	  list-style:none;
}
.news_pagination ul li a,.news_pagination ul li span.dots {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 1px;
    transition: 0.3s;;
}
.news_pagination ul li span.current {
    background:#1d75bb;
    color: #fff;
    min-width: 44px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
     padding: 8px 16px;
    border: 1px solid #1d75bb;display: inline-block;
}
.news_pagination ul li a:hover{
    background:#1d75bb;
    color: #fff;
    border-color: #1d75bb;
	    list-style: none;
}
body:not(.home) .owl-carousel-item {
    max-height: 500px;
    overflow: hidden;
}
#gallery .gallery-carousel .owl-carousel-item {
    max-height: initial;
}
.no-slide-nav .owl-nav{ display: none;}


/*--------------------------------------------------------------
# community Section
--------------------------------------------------------------*/
.community {text-align:center;    }
.map-section{background: #fff;padding: 6px;position: relative; height: 600px; width: 100%;}
.map-section iframe{width:100%;height: 620px;}
.community ul{display: flex;flex-direction: column;row-gap: 20px;padding:0;}
.community ul li{display: flex;align-items: top;justify-content: flex-start;}
.community ul li img { border: 4px solid #fff; margin: 4px; max-width:38%}
.list-text {text-align: left;}
.list-text h3{font-size: 26px;font-weight: 700; font-family: var(--primary-font);  margin: 0 0 10px 0;}
.list-text h4{font-size: 18px;font-weight: 600; font-family: var(--primary-font);  margin: 0;}
.list-text p{margin: 10px 0; color: #ff0000; font-style: italic;}
.list-text a{width: auto;text-align: left;color: #1c75bc;}
.list-text a:hover{color: #000;}
/**/
.page-id-512 .subHead a { color: #1c75bc;}
.page-id-512 .subHead a:hover{text-decoration:underline}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: fixed;
}
/* Animation disable for page scroll start Shubha Custom Code*/
div[data-wow-delay] {
    visibility: visible !important;
    animation: none;
    animation-delay: initial !important;
}
/* Animation disable for page scroll start*/
.main-carousel .owl-item {
    max-height: 560px;
}
.wpgmza_infowindow_title {
    font-size: 16px;
    font-weight: bold;
    color: #084b78;
    padding-top: 15px;
    padding-right: 40px;
}
.wpgmza_infowindow_title a {
    font-size: 16px;
    font-weight: bold;
    color: #084b78;

}
.wpgmza_infowindow_address {
    white-space: normal;
    color: #1c75bc;
    font-size: 13px!important;
    font-weight: 600;
}
.wpgmza_infowindow_description{
    white-space: normal;
    color: #1c75bc;
    font-size: 13px!important;
    font-weight: 600;
}

.gm-style-iw-chr {
    z-index: 999;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (min-width:992px){
	
	.for-sticky,.topBar img.img-fluid{transition-duration: 0.3s;}
	.for-sticky.addSticky {
		position: fixed;
		z-index: 9;
		width: 100%;transition-duration: 0.3s;
	}
	.addSticky .topBar img.img-fluid {
		max-width: 150px;
		height: auto;
	}
}
.mn-hgt{ min-height: 383px;}
.wpgmza_infowindow_address{display: none;}


.menu-item-has-children > a.nav-item:after {
    width: 12px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: '\f107';
    font-size: 18px;
}
.menu-item-has-children .menu-item-has-children > a.nav-item:after{content: '\f105';}
.wpgmza_map img:not(button>img) {
    border: none !important;
    background-color: transparent !important;
    /* padding: 0 !important; */
    box-shadow: none !important;
    width: 40%;
}
.schl-btn-bg {
    background: url(../img/schedule_btn.png) left center no-repeat !important;
    color: #000;
    font-family: var(--primary-font);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6d6e71;
    padding: 10px 15px;
    display: inline-block;
    /*border-radius: 25px;*/
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
    transition: 0.2s;
    width: 366px;
    height: 40px;
}
.schl-btn-bg:hover{
    opacity: 0.8;
}

.quick-delivery-grid .abc-btn {
    background: url(../img/scldl_btn_lstn.png) no-repeat center #7fbd42 !important;
    font-family: var(--primary-font);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #6d6e71;
    padding: 10px 15px;
    display: inline-block;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
    transition: 0.2s;
    width: 148px;
    height: 41px;
    text-indent: -9999px;
    border-radius: 25px;
	position: relative;
    top: 16px;
}
.abc-btn:hover{
    opacity: 0.8;
}

.gform_heading{display:none !important}
.gform_fields ::placeholder {color: #ccc !important;}
.gform-theme--framework .gfield {background: transparent !important;}
.gform-theme--foundation .gform_fields{grid-row-gap:5px !important}

.gform_confirmation_message {
    color:#fff;
    padding-top:20px;
}
/*
.page-id-338 .hor_frm .gform_wrapper form {
    display: grid;
    align-items: start;
    justify-content: space-between;
    grid-template-columns: 1fr 240px;gap: 20px;
}
*/
.page-id-338 .hor_frm .gform_wrapper form input {
    width: 100%;
    inline-size: 100% !important;
    height: 46px;
    text-align: center;
    border-radius: 0;
}



.page-id-338 .hor_frm .gform_footer.before {
    margin: 0;
    height: 46px;
    border-radius: 0;
}

.page-id-338 .hor_frm .gform-theme--foundation .gform_footer{
	margin-block-start:7px;
}
.page-id-338 .hor_frm h3{
	font-size: 27px;
    font-family: var(--primary-font);
    font-weight: 500;
    
	text-align: center;
    margin-bottom: 25px;
}
@media (max-width:767px){
	.page-id-338 .hor_frm .gform_wrapper form{grid-template-columns: none;    gap: 5px;justify-content:normal}
}

.page-id-22156 form input{border-color:#fff !important;}
.page-id-22156 .gform_footer{justify-content:center;margin-bottom: 2rem;}
.page-id-22156 .gform_footer input[type="submit"]{width: 220px;
    height: 56px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    inline-size: 220px !important;
    text-transform: uppercase !important;

}
.page-id-22156 .gform-theme--foundation .gform_fields{grid-row-gap:20px !important}

.page-template-home_plans .header-carousel .owl-content {
    right: 0;
    bottom: 0;
    max-width: 1180px;
    text-align: center;
}
.realtr h3 {
    color: #fff;
    text-align: left;
    padding: 0.2rem 0;
	font-weight:500;
	font-size:1.5rem;
}
.realtr .gchoice label{color:#fff;}
.realtr input[type="text"], .realtr textarea {
    min-height: 50px !important;
    border-radius: 0 !important;
    background: #ffffff !important;
	color:#000 !important;
}
.realtr .gform-theme--foundation .gfield {
    margin-bottom: 0.8rem;
}
.realtr h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}
.realtr .gform_footer input[type="submit"]{
    font-size: 17px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
	background:#fff !important;
	color:#000 !important;

}
.realtr .gform-theme--framework .gfield--type-section {
    border-block-end-color:#fff !important;
}



/* Robert */

.nav-row.top-nav-row {
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 10px 5% 0px;
    align-items: center;
}

a.nav-contact-button {
    background-color: var(--orangeColor);
    padding: 8px 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    width: 160px;
    text-align: center;
}

a.nav-phone-link {
    font-size: 20px;
}






/* Bottom Nav Row */

nav {
    height: 100%;
    flex-grow: 1;
    position: relative;
    margin-right: 0px;
    height: 50px;
}

/* Nav Menu */

.menu-main-menu-container {
    /* display: flex; */
    /* justify-content: space-between; */
    height: 100%;
}

#menu-main-menu {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 890px; */
    /* padding-right: 3%; */
    padding-left: 0px;
    margin-bottom: 0px;
    flex: 1;
}

#menu-main-menu > li {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.menu-main-menu-container li a {
  transition: margin .3s;
  display: flex;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13px;
  height: 100%;
  letter-spacing: 0.02em;
}

#menu-main-menu > li > ul.sub-menu > li.menu-item-has-children {
    position: relative;
}



#menu-main-menu > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  /* border-top: 4px solid var(--colorBlue); */
  position: absolute;
  left: 0;
  top: 50px;
  width: auto;
  min-width: 200px;
  /* filter: drop-shadow(2px 2px 2px #999); */
  border-radius: 4px;
  /* overflow: hidden; */
  background-color: #fff;
  padding: 0;
  }

#menu-main-menu > li > ul.sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  /* border-top: 4px solid var(--colorBlue); */
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
  min-width: 200px;
  /* filter: drop-shadow(2px 2px 2px #999); */
  border-radius: 4px;
  /* overflow: hidden; */
  background-color: #fff;
  padding: 0;
  z-index: 1000;
  }

#menu-main-menu > li > ul.sub-menu li .sub-menu li {
    position: relative;
}

#menu-main-menu > li > ul.sub-menu li .sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  /* border-top: 4px solid var(--colorBlue); */
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
  min-width: auto;
  /* filter: drop-shadow(2px 2px 2px #999); */
  border-radius: 4px;
  /* overflow: hidden; */
  background-color: #fff;
  padding: 0;
  z-index: 1000;
  }



  #menu-main-menu li:hover ul.sub-menu a {
      padding-bottom: 0px;
  }

  #menu-main-menu > li:not(.nav-cta):hover > a, #menu-main-menu > li:not(.nav-cta):hover:after {
      text-decoration: none;
      color: var(--colorBlue);
  }

  #menu-main-menu li.menu-item-has-children:after {
      font-family: 'Font Awesome 5 Free';
      content: '\f107';
      margin: 0 0 0 5px;
      font-weight: 600;
      color: #000;
      font-size: 12px;
  }

  #menu-main-menu > li.menu-item-has-children:not(.last_red_bg) > .sub-menu > li:hover:after {
    color:#fff;
}

#menu-main-menu > li.menu-item-has-children:not(.last_red_bg) > .sub-menu > li > .sub-menu > li:hover:after {
    color:#fff;
}


  .sub-menu {
      display: none;
      position: absolute;
      z-index: 20;
      margin: 0;
      height: auto;
      top: 23px;
      width: auto;
      min-width: 160px;
      background-color: #fff;
    transition: all .5s;
  }

  .sub-menu li {
      margin: 0;
      display: flex;
      text-align: left;
      background: #fff;
      padding: 8px 12px;
  }

  .sub-menu li:hover {
      background-color: var(--blueColor);
  }

.sub-menu li:hover > a {
    color: #fff;
}

  .sub-menu a {
      font-size: 16px;
      font-weight: 500;

      text-transform: none;
      height: 100%;
      display: block;
      width: 100%;
  }

  .sub-menu a:hover {
      color: #fff;
  }

.sub-menu li:hover > a {
      color: #fff;
  }

#menu-main-menu > li.menu-item-has-children:not(.last_red_bg) .sub-menu li.menu-item-has-children:after {
    content: '\f105';
}

  .nav-row.bottom-nav-row {
    padding: 0px 5% 8px;
}

a.nav-phone-link:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f095';
    margin: 0 6px 0 0;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}


.container-fluid.bg-dark.p-0 {
    position: relative;
    z-index: 5;
}

li.last_red_bg > ul {
    right: 0 !important;
    left: auto !important;
}

li.last_red_bg {
    width: 160px;
}

li.last_red_bg ul.sub-menu {
    width: auto !important;
    min-width: 160px !important;
}


#menu-main-menu li.menu-item-has-children.last_red_bg > a {
 
    padding: 0px 0 0 10px !important;
    font-size: 13px;
    line-height: 120%;
}


#menu-main-menu li.menu-item-has-children.last_red_bg:after {
    background: #bb142e;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
    padding-right: 6px;
}


.fixed-header-space {
    display: block;
    width: 100%;
    height: 158px;
}

header.desktop {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}


@media only screen and (min-width: 1001px) {

    .mobile-only {
        display: none;
    }

}

@media only screen and (max-width: 1000px) {

    .desktop {
        display: none;
    }

    div#bottom-phone-bar {
        background-color: var(--blueColor);
        text-align: center;
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        padding-top: 4px;
        padding-bottom: 24px;
        height: 114px;
      }
  
      .bottom-phone-bar-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
      }
  
      .bottom-phone-bar-content p {
        font-weight: bold;
        margin-bottom: 0px;
        color: #fff;
      }
  
      .bottom-phone-bar-content span {
        font-size: 24px;
      }
      
      .bottom-phone-bar-content a {
        display: inline-block;
        background-color: #fff;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 10px;
        border-radius: 10px;
        color: var(--blueColor);
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: bold;
        margin-bottom:10px;
      }
  
      .bottom-phone-bar-buttons {
        display: flex;
        width: 100%;
        margin: 0;
        justify-content: center;
        margin-top: 10px;
      }
  
      .bottom-phone-bar-copy > a {
        font-size: 27px;
        font-weight: bold;
      }
  
      #bottom-phone-bar span.fa-solid.fa-phone {
        color: var(--blueColor);
        font-size: 20px;
      }

      header.mobile-only img {
        height: 54px;
    }

      header.mobile-only {
        display: flex;
        padding: 0px 23px 0px 20px;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        position: fixed;
        z-index: 1000;
        background-color: #fff;
        width: 100%;
    }

    header.mobile-only a.logo-link {
        flex: 0 0 180px;
        display: flex;
        align-items: center;
    }

    .fixed-header-space.mobile-only {
        height: 80px;
        display: block;
        width: 100%;
    }

    /* Hamburger Icon */

    .mobile-navbar ul {
        list-style: none;
    }
    
    .mobile-navbar {
        display: flex;
        align-items: center;
    }
    
    .mobile-navbar ul {
        margin-bottom: 0px;
    }

    #menu-icon {
        width: 40px;
        height: 30px;
        position: relative;
        margin: 7px auto 6px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 999;
    }

    #menu-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: var(--blueColor);
        border-radius: 6px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #menu-icon.open span {
        background: var(--blueColor);
    }

    #menu-icon span:nth-child(1) {
        display: none;
    }

    #menu-icon span:nth-child(2),
    #nav-icon span:nth-child(3) {
        top: 13px;
    }

    #menu-icon span:nth-child(4) {
        top: 26px;
    }

    #menu-icon.open span:nth-child(1) {
        display: none;
    }

    #menu-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px;
    }

    #menu-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 11px;
    }

    #menu-icon.open span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%;
        opacity: 0;
    }

    /* Mobile Nav Menu */
    
    .sidenav {
        height: 0px;
        width: 100%;
        position: fixed;
        z-index: 990;
        top: 120px;
        left: 0;
        background-color: var(--light);
        overflow-x: hidden;
        transition: 0.5s all;
        -webkit-overflow-scrolling: touch;
        padding-right: 20px;
        padding-left: 20px;
    }

    .sidenav.open {
        height: calc(100vh - 120px);
        padding-bottom: 154px;
        padding-top: 20px;
    }

    .sidenav a {
        padding: 3px;
        text-decoration: none;
        font-size: 21px;
        color: var(--dark);
        display: block;
        transition: 0.3s;
        font-family: "Mont Bold", sans-serif;
        text-align: center;
    }

    #sidenav .faq-accordion-title-container.mobile-menu-accordion h3 {
        font-size: 24px;
        color: var(--dark);
        margin-bottom: 0px;
        margin-right: 10px;
    }

    #sidenav h3 {
        font-size: 24px;
        color: var(--dark);
    }

    .faq-accordion-title-container.mobile-menu-accordion {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    #sidenav .panel {
        padding: 10px 0px;
    }

    .sidenav {
        height: 0px;
        width: 100%;
        position: fixed;
        z-index: 990;
        top: 80px;
        left: 0;
        background-color: var(--light);
        overflow-x: hidden;
        transition: 0.5s all;
        -webkit-overflow-scrolling: touch;
        padding-right: 20px;
        padding-left: 20px;
      }

      .mobile-navbar ul {
        list-style: none;
      }

      ul#menu-mobile-menu {
          display: block;
      }

      #mobile-nav li {
        text-align: left;
        border-bottom: none;
        display: block;
      }

      #mobile-nav li:last-of-type {
        border: none;
      }

      #mobile-nav a, #mobile-nav ul.sub-menu a {
          padding: 8px;
          text-decoration: none;
          font-size: 18px;
          color: var(--dark);
          display: block;
          transition: 0.3s;
          font-family: var(--primary-font);
          font-weight: 600;
          text-transform: uppercase;
      }

      a.mobile-submenu-link {
        color: var(--blueColor);
        font-size: 20px;
        margin-left: 20px;
      }

      .sidenav.open {
        height: calc(100vh - 80px);
        padding-bottom: 100px;
        padding-top: 20px;
      }

      #mobile-nav ul {
        list-style: none;
        padding-left: 0px;
      }
      
      #mobile-nav ul.sub-menu {
          position: relative;
          top: 0;
          z-index: inherit;
          height: 0;
          width: auto;
          DISPLAY: BLOCK;
          overflow: hidden;
      }

      #mobile-nav ul.sub-menu.open {
            height: auto !important;
      }

      .fixedPosition {
        position: fixed;
      }

    /* Target first-level sub-menus */
 #mobile-nav > div > ul > li > ul.sub-menu {
    background-color: #d9e8f4; /* Light gray for odd sub-menus */
     padding: 0px;
}

/* Target second-level and deeper sub-menus */
  #mobile-nav > div > ul > li > ul.sub-menu > li > ul.sub-menu {
    background-color: #a5c9e8; /* Slightly darker gray for nested odd sub-menus */
}



#mobile-nav > div > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    background-color: #5fa6d8; /* Slightly darker gray for nested odd sub-menus */
}

#mobile-nav ul.sub-menu a {
    /* font-size: 20px; */
}

#mobile-nav ul.sub-menu li {
    padding: 0px 0px;
    background: transparent;
}

#mobile-nav li.menu-item-has-children > a:after {
  font-family: 'Font Awesome 5 Free';
      content: '\f107';
      margin: 0 0 0 5px;
      font-weight: 600;
      color: #000;
      font-size: 12px;
}


li.last_red_bg > ul {
    right: 0 !important;
    left: 0 !important;
}

li.last_red_bg {
    width: auto;
}

li.last_red_bg ul.sub-menu {
    width: auto !important;
    min-width: 160px !important;
}

li.last_red_bg > a {
    color: var(--dark) !important;
    text-align: center;
    background: transparent;
    font-weight: 600 !important;
    font-family: var(--primary-font) !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    max-width: none;
    padding: 6px 0 !important;
}

.row.mt-3.end-footer {
    padding-bottom: 118px;
}

}

/* Community Sub Nav */
.community-sub-nav {
    background-color: #1465A6;
    position: sticky;
    top:0;
    z-index: 999;
}

.sub-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    padding: 20px 0px;
    flex-wrap: wrap;
}

.sub-nav-item {
    list-style: none;
}

.sub-nav-item a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.sub-nav-item a:hover {
    text-decoration: underline;
    color:#fff;
}

@media screen and (max-width:992px) {
    .sub-nav {
        display: none;
    }

    .sub-nav-item a {
        font-size: 16px;
    }

    .community-sub-nav {
        position: static;
    }
}

/* Community Contact Info Section */

.comm-contact-info {
    background: linear-gradient(90deg, #1C75BC, #27AAE1);
    padding: 20px 0px;
}
.comm-contact-info .container {
    display: flex;
    justify-content: center;
    gap:80px;
}

.sales-center, .sales-contact {
    color:#fff;
    font-family: 'Montserrat', sans-serif;
}

.sales-center h4, .sales-contact h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;;
}

.sales-center p, .sales-contact p {
    font-family: 'Lora', sans-serif;
}

.sales-center a, .sales-contact a {
    color: #78F1FF;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .comm-contact-info .container {
        flex-direction: column;
        gap: 20px;
        padding:10px 30px;
    }
    .qdg-community {
        padding-right: 25px;
        padding-left: 25px;
    }

    .qdg-community h2 {
        font-size:38px;
    } 
}

/* Community Content Flex */
.community-content {
    display: flex;
    justify-content: center;
    gap: 50px;
    position:relative;
}

.community-content p {
    line-height:30px;
}

.community-content-container {
    width: 820px;
}

.community-content-form {
    min-width: 280px;
    width: 280px;
    height:fit-content;
    background: linear-gradient(90deg, #1C75BC, #27AAE1);
    position:sticky;
    top:100px;
    padding:20px;
}

.community-content-form h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color:#fff;
}

.community-content-form p {
    font-family: 'Lora', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    line-height: 22px;
    margin-bottom:0;
}

.community-content-form .gfield_label {
    color:#fff !important;
    margin-top:25px !important;
}

.community-content-form .gform-theme--foundation .gfield input.large {
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Lora', sans-serif;
    font-size: 16px;
}

.community-content-form .gform-theme--foundation .gform-theme--foundation .gfield textarea {
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Lora', sans-serif;
    font-size: 16px;
}

.community-content-form input[type="submit"] {
    background:none !important;
    border:1px solid #fff !important;
    border-radius:20px !important;
}

@media screen and (max-width:1200px) {
    .community-content {
        flex-direction: column;
        gap: 20px;
    }

    .community-content-container {
        width: 100%;
    }

    .community-content-form {
        position:relative;
        top:0px;
        width: 100%;
        height:auto;
    }

    .community-content-form h2, .community-content-form p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .container .community-content {
        padding: 0 25px;
    }
}

/* Gallery */

.gallery-header {
    max-width:840px;
}

.gallery-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 400;
}

.gallery-copy {
    max-width:1050px;
    margin-top: 30px;
}

.gallery-header p, .gallery-copy p {
    font-family: 'Lora', sans-serif;
}

@media screen and (max-width: 767px) {
    .gallery-header h2 {
        font-size: 38px;
        text-align: center;
        max-width:310px;
        margin: 0 auto;
    }

    .gallery-header p, .gallery-copy p {
        text-align: center;
    }
}

/* Community Site Map */

.community-site-map {
    padding:60px 0;
}

.community-site-map h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .community-site-map {
        padding:40px 0;
    }

    .community-site-map h2 {
        font-size: 38px;
        text-align: center;
    }
}

/* Features */
.features-container {
    padding: 50px 0;
}

.features-content {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.features-img {
    min-width:285px;
}

.features-img div {
    width:fit-content;
    margin: auto;
}

.features-img img {
    width: 100%;
    height: auto;
}

.features-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
}

.features-container p {
    font-family: 'Lora', sans-serif;
}

.features-container .default-btn{background:#1d75bb;color: #fff;}

@media screen and (max-width: 767px) {
    .features-content {
        flex-direction: column;
        max-width:330px;
        margin: 0 auto;
    }

    .features-img {
        order: 1;
        margin-bottom:20px;
        min-width: auto;
        width: 100%;
    }

    .features-copy {
        order: 2;
    }

    .features-container {
        padding: 40px 0;
    }

    .features-header h2 {
        font-size: 38px;
        text-align: center;
    }

    .features-header p {
        text-align: center;
    }
}

/* Community Floorplans */
.floor-plan-community {
    padding: 60px 0;
    margin-bottom:0;
    margin-top:0;
}

@media screen and (max-width: 767px) {
    .floor-plan-community {
        padding: 40px 0;
    }

    .floor-plan-community h2 {
        font-size: 38px;
        text-align: center;
    }
    .floor-plan-community p {
        text-align: center;
    }
}
/* Community Quick Move ins */
.qmi-btn {
    margin-top:10px;
}

/* Community Virtual Tour */
.virtual-tour-container {
    padding: 50px 0;
}

.virtual-tour-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
}

.virtual-tour-container p {
    font-family: 'Lora', sans-serif;
}

.virtual-tour-container .default-btn{background:#1d75bb;color: #fff;}

.vt-msg {
    font-family: 'Lora', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
}

.virtual-tour-content iframe {
    width:100%;
    height:465px;
}

@media screen and (max-width: 767px) {
    .virtual-tour-container {
        padding: 40px 0;
    }

    .virtual-tour-header h2 {
        font-size: 38px;
        text-align: center;
    }

    .virtual-tour-header p {
        text-align: center;
    }

    .virtual-tour-content p {
        text-align: center;
    }

    .virtual-tour-content iframe {
        height:200px;
    }

    .virtual-tour-btn {
        margin:0 auto;
        width: fit-content;
    }
}

/* Community Tour Scheduling */
.community-tours {
    padding: 60px 0;
    background: linear-gradient(90deg, #1C75BC, #27AAE1);
}

.community-tours .container {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.tour-divider-bar {
    border-left:2px solid #fff;
}

.community-tours h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    color:#fff;
}

.community-tours p {
    font-family: 'Lora', sans-serif;
    color:#fff;
}

.community-tour-self-content {
    max-width: 410px;
}

.community-tour-schedule-content {
    max-width: 335px;
}

.community-tour-link a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.community-tour-link a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #313131;
    opacity:1;
}

@media screen and (max-width: 992px) {
    .community-tours .container {
        flex-direction: column;
        gap: 30px;
    }

    .community-tour-self-content, .community-tour-schedule-content {
        max-width: 100%;
    }

    .community-tours h2 {
        font-size: 38px;
        text-align: center;
    }

    .community-tours p {
        text-align: center;
    }

    .tour-divider-bar {
        border-left:none;
    }

    .community-tour-link {
        text-align: center;
    }
}

/* Two Column Layout - Home Page */
.two-column-layout {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.column-wrapper {
    flex: 0 0 auto;
    max-width: 525px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.column-image-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.column-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 525px;
    max-height: 525px;
}

.snipe-bar {
    position: absolute;
    top: 30px;
    padding: 5px 20px 5px 40px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    width: calc(100% + 30px);
    font-size: 33px;
    font-weight: 500;
    font-family: var(--primary-font);
}

.snipe-bar-left {
    left: -30px;
    background-color: #1C75BC; /* Adjust color as needed */
}

.snipe-bar-right {
    left: -30px;
    background-color: #8E9F70; /* Adjust color as needed */
}

.column-heading {
    margin-bottom: 15px !important;
    text-align: left !important;
    max-width: 460px;
}

.column-heading-left {
    color: #1C75BC;
}

.column-heading-right {
    color: #8E9F70;
}

.column-content {
    margin-bottom: 40px;
    max-width: 500px;
}

.column-content .list {
    margin-bottom:10px;
}

.column-content li {
    font-family: var(--lora-font);
    font-size:19px;
    line-height:27px;
    margin-bottom:8px;
}


.column-content li:nth-last-child(1) {
    margin-bottom:0px;
}


.column-content p {
    font-family: var(--lora-font);
    font-size:16px;
    line-height:30px;
}

.btn-left {
    background-color: #1C75BC;
    color: #fff;
    width: 178px;
    text-align: center;
}

.btn-right {
    background-color: #8E9F70;
    color: #fff;
    width: 178px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .two-column-layout {
        flex-direction: column;
        gap: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .column-wrapper {
        max-width: 100%;
    }

    .column-heading, .column-content {
        max-width: 100%;
    }

    .snipe-bar {
        font-size: 22px;
        width: calc(100% + 15px);
        padding: 5px 20px 5px 25px;
    }

    .snipe-bar-left {
        left: -15px;
    }

    .snipe-bar-right {
        left: -15px;
    }

    .column-image-wrapper img {
        min-height: auto;
        max-height: none;
    }
}

/* Gravity Forms - Prevent Duplicate Submissions */
.gform_wrapper .gform_button.gf-submitting,
.gform_wrapper input[type="submit"].gf-submitting {
    opacity: 0.7;
    cursor: wait !important;
    pointer-events: none;
    position: relative;
}

.gform_wrapper .gform_button.gf-submitting::after,
.gform_wrapper input[type="submit"].gf-submitting::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: gf-spinner 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes gf-spinner {
    to {
        transform: rotate(360deg);
    }
}

.gform_wrapper form[style*="cursor: wait"] * {
    cursor: wait !important;
}