/* Landing */

#wpadminbar, .ip-banner {

    display: none !important

}



html:has(#wpadminbar) {

    margin-top: 0 !important;

}



.container {

    width: 95%;

    max-width: 1494px;

    padding: 0

}



#inner-page-wrapper > .container {

    width: 100%;

    max-width: 100%;

    padding: 0;

}



#inner-page-wrapper {

    margin-bottom: 0 !important;

}



.site-btn {

    border: 1px #00a9df solid;

    color: #00a9df;

    width: 135px;    

    height: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    transition: all .5s;

    border-radius: 30px;

    font-weight: 500;

}



.site-btn:hover {

    background-color: #00a9df;

    color: #fff;

}



.site-btn:hover > i {

    color: #fff !important;

}



.site-btn span {

    text-transform: capitalize !important;

}



.canvas-img {

    display: block;

    position: relative;

    overflow: hidden;

}



.canvas-img canvas {

    display: block;

    width: 100%;

    height: auto;

}



.canvas-img img {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    transition:all .5s;

    object-fit: cover;

}



.lp-section-heading {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-bottom: 35px;

}



.lp-section-title h2 {

    font-size: clamp(35px,3.750vw,70px);

    text-transform: uppercase;

    font-weight: 500;

    text-align: left;

    display: inline-block;

    margin-bottom: 25px;

}



.lp-section-title h2 span {

    display: block;

    font-size: clamp(18px,1.500vw,24px);

    color: #005686;

    letter-spacing: 3px;

    font-weight: 400;

    position: relative;

}



.lp-section-title h2 span::after {

    content: '';

    position: absolute;

    width: 100px;

    height: 2px;

    background: #00a9df;

    top: 50%;

    transform: translateY(-50%);

    margin-left: 20px;

}



.lp-section-title h3 {    

    font-size: 16px;

    color: #444444;

}



/* header */

#index-hdr {

    padding: 25px 0;

}



#index-hdr > .container {

    width: 95%;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



#index-hdr > .container::before, #index-hdr > .container::after {

    display: none;

}



#index-hdr .index-hdx-logo {

    max-width: 355px;

}



#index-hdr > .container .navigation {

    margin-left: auto;

    margin-right: 40px;

}



#index-hdr #navi {

    display: flex;

}



#index-hdr #navi a {

    color: #000;

    transition: all .5s;

    font-weight: 400;

}



#index-hdr #navi a:hover {

    color: #000;

}



#index-hdr #navi > li {

    margin: 0 30px;

    text-transform: uppercase;

    font-size: 16px;

}



#index-hdr #navi > li {

    position: relative;

}



#index-hdr #navi > li > a {

    font-size: 16px;

    font-weight: 400;

    text-transform: uppercase;

    line-height: 1;

    letter-spacing: .025em;

    padding: 25px 0;

    display: block;

    position: relative;

    transition:all .5s;

    color: #000000;

}



#index-hdr #navi > li> a {

    padding: 30px 0;

}



#index-hdr #navi > li > a:after {

    position: absolute;

    content: '';

    left: 50%;

    transform: translateX(-50%);

    top: 10px;

    width: 100%;

    height: 1px;

    background: #00a9df;

    opacity: 0;

    z-index: 1;

    transition:all .5s;

}



#index-hdr #navi > li:hover > a:after, 

#index-hdr #navi > li:focus > a:after {

    opacity: 1;

}



#index-hdr #navi > li .sub-menu {

    list-style: none outside none;

    margin: 0;

    padding: 5px 0 0;

    position: absolute;

    width: 100%;

    min-width: 225px;

    left: 50%;

    transform: translateX(-50%);

    z-index: 99;

    transition:all .5s;

    opacity: 0;

    visibility: hidden;

}



#index-hdr #navi > li .sub-menu {

    padding-top: 0;

}



#index-hdr #navi > li:hover > .sub-menu, 

#index-hdr #navi > li:focus > .sub-menu, 

#index-hdr #navi > li:focus-within > .sub-menu {

    opacity: 1;

    visibility: visible;

}



#index-hdr #navi .sub-menu li {

    display: block;

    position: relative;

    padding: 0;



    background: #fff;

}



#index-hdr #navi .sub-menu li:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #999;

    transition:all .5s;

    z-index: 1;

    opacity: 0;

    pointer-events: none;

}



#index-hdr #navi .sub-menuli.menu-item-has-children:after {

    position: absolute;

    content: '';

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 0;

    height: 0;

    border-top: 8px solid transparent;

    border-bottom: 8px solid transparent;

    border-right: 7px solid #fff;

    z-index: 2;

    pointer-events: none;

}



#index-hdr #navi .sub-menu a {

    font-size: 14px;

    line-height: 1;

    letter-spacing: .025em;

    display: block;

    text-align: center;

    padding: 15px 10px !important;

    text-transform: uppercase;

    line-height: 1;

    transition:all .5s;

    position: relative;

    z-index: 2;

}



#index-hdr #navi .sub-menu a:hover, 

#index-hdr #navi .sub-menu a:focus {

    color: #00a9df;

}



#index-hdr #navi .sub-menu .sub-menu {

    margin-left: 100%;

    padding: 0 0 0 1px;

    top: 0;

}



#index-hdr .callus a {

    border: 1px #00a9df solid;

    color: #00a9df;

    width: 275px;    

    height: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-size: 14px;

    letter-spacing: 1.5px;

    transition: all .5s;

    border-radius: 30px;

}



#index-hdr .callus a:hover {

    background-color: #00a9df;

    color: #fff;

}



/* Banner */

#lp-banner {

    margin-bottom: 45px;

}



#lp-banner .container {

    position: relative;

}



.lp-banner-img {

    border-radius: 20px;

}



.lp-banner-img::before {

    position: absolute;

    content: '';

    width: 100%;

    height: 100%;

    background-color: #000;

    z-index: 1;

    opacity: .20;

}



.lp-banner-content {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    color: #fff;

    z-index: 1;

    width: 95%;

    max-width: 1110px;

}



.lp-banner-tagline {

    font-family: var(--heading-font);

    text-transform: uppercase;

    text-align: center;

    text-shadow: 0 0 10px #000;

    font-size: clamp(30px,4.500vw,72px)

}



.lp-qs {

    background-color: #fff;

    color: #666;

    padding: 12px 12px 12px 30px;

    margin-top: 50px;

    border-radius: 50px;

}



.lp-qs form {

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

}



.lp-qs-col {

    width: 90px;

}



.lp-qs-col-big {

    width: 200px;

}



.lp-qs-btns {

    width: auto;

}



.lp-qs-col:not(:first-child,:last-child) {

    border-left: 1px #e0e0e0 solid;

    padding-left: 15px;

}



.lp-qs-col label {

    font-size: 11px;

    font-weight: 700;

    color: #000;

    margin-bottom: 10px;

}



.lp-qs-col input[type="text"] {

    border: 0;

    background: transparent;

    font-size: 12px;

    color: #989898;

}



.lp-qs-btns {

    display: flex;

    align-items: center;

}



.lp-qs-btn {

    background: transparent;

    border: 1px #00a9df solid;

    color: #00a9df;

    height: 50px;

    display: inline-flex;

    align-items: center;

    padding: 0 15px;

    font-size: 16px;

    transition: all .5s;

    border-radius: 50px;

}



a.lp-qs-btn {

    background-color: #00a9df;

    color: #fff;

}



button.lp-qs-btn {

    width: 50px;

    height: 50px;

    border-radius: 50%;

}



a.lp-qs-btn:hover {

    opacity: 0.7;

}



.lp-qs-btn:hover {

    background-color: #00a9df;

    color: #fff;

}



.lp-qs-btn:not(:last-child) {

    margin-right: 10px;

}



#lp-banner .arrow-down {

    position: absolute;

    bottom: -36px;

    background-color: #fff;

    z-index: 1;

    left: 50%;

    transform: translateX(-50%);

    width: 72px;

    height: 72px;

    border-radius: 50%;

}



#lp-banner .arrow-down a {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    height: 100%;

    z-index: 1;

    position: relative;

}



#lp-banner .arrow-down::before {

    width: 100px;

    height: 100px;

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    border: 1px #fff solid;

    border-radius: 50%;

    z-index: 1;

}



/* Featured Properties */

.lp-fp {

    padding: 50px 0;

}



.fp-list:not(.slick-initialized) {

    display: flex;

    flex-wrap: wrap;

}



.fp-list {

    margin: 0 -10px;

}



.fp-list-wrap {

    position: relative;

}



.fp-list-pagination {

    position: absolute;

    top: 30%;

    width: 100%;

}



.fp-arrow {

    width: 72px;

    height: 72px;

    background-color: #fff;

    display: flex !important;

    border-radius: 50%;

    align-items: center;

    justify-content: center;

    position: absolute;

    left: -36px;

    color: #878787;

}



.fp-arrow.fp-next {

    left: auto;

    right: -36px;

}



.fp-item {

    width: 33.33%;

    padding: 0 10px;

}



.fp-img {

    border-top-left-radius: 30px;

    border-top-right-radius: 30px;

    border: 5px transparent solid;

    transition: all .5s;

}



.fp-item:hover .fp-img {

    border-color: #00a9df;

}



.fp-img::before {

    content: '';

    background-color: #000;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    opacity: .0;

    transition: all .5s;

}



.fp-img::after {

    content: '+';

    background-color: #00a9df;

    position: absolute;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    z-index: 1;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    transition: all .5s;

    opacity: 0;

    

}



.fp-item:hover .fp-img::before {

    opacity: .45;

}



.fp-item:hover .fp-img::after {

    opacity: 1;

}





.fp-img {

    border-top-left-radius: 30px;

    border-top-right-radius: 30px;

}



.fp-details {

    padding: 30px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}



.fp-address-1 {

    font-size: 24px;

    margin-bottom: 10px;

    width: 100%;

}



.fp-address-2 {

    font-size: 18px;

    color: #7b7b7b;

    margin-bottom: 21px;

    width: 100%;

}



.fp-price {

    font-size: 24px;

}



.fp-amenities span {

    font-size: 14px;

}



.fp-amenities span:not(:last-child):after {

    content: '|';

    margin: 0 5px 0 6px;

    color: #d4d4d4;

}



/* Featured Communities */

.lp-fc {

    padding: 50px 0;

}



.fc-list {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -10px;

    justify-content: center

}



.fc-item {

    width: 25%;

    padding: 0 10px;

}



.fc-img {

    border-top-left-radius: 30px;

    border-top-right-radius: 30px;

    border: 5px transparent solid;

    transition: all .5s;

}



.fc-item:hover .fc-img {

    border-color: #00a9df;

}



.fc-label {

    padding: 30px;

    font-size: 25px;

    font-weight: 600;

}



.fc-img::before {

    content: '';

    background-color: #000;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    opacity: .0;

    transition: all .5s;

}



.fc-img::after {

    content: '+';

    background-color: #00a9df;

    position: absolute;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    z-index: 1;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    transition: all .5s;

    opacity: 0;

    

}



.fc-item:hover .fc-img::before {

    opacity: .40;

}



.fc-item:hover .fc-img::after {

    opacity: 1;

}





/* about */

.lp-ab {

    padding-bottom: 100px;

}



.lp-ab-box {

    background: #fff;

    box-shadow: 0 0 10px rgb(0 0 0 / .10);

    width: 1280px;

    max-width: 90%;

    margin: -180px auto 0;

    padding: 70px;

    border-bottom: 4px #00a9df solid;

    position: relative;    

}



.lp-ab-box p {

    color: #3d3d3d;

    font-size: 14px;

    line-height: 1.5;

    margin: 25px 0;

}



/* team */

.lp-mt {

    padding: 100px 0;

    background: url(../../images/landing/mt-bg.jpg) top center no-repeat;

    background-size: cover;

}



.lp-mt .container {

    border-bottom: 1px #ced0d7 solid;

    padding-bottom: 50px;

}



.mt-list:not(.slick-initialized) {

    display: flex;

    flex-wrap: wrap;

}



.mt-list {

    margin: 0 -10px;

}



.mt-list-wrap {

    position: relative;

}



.mt-list-pagination {

    position: absolute;

    top: 30%;

    width: 100%;

}



.mt-arrow {

    width: 72px;

    height: 72px;

    background-color: #fff;

    display: flex !important;

    border-radius: 50%;

    align-items: center;

    justify-content: center;

    position: absolute;

    left: -36px;

    color: #878787;

}



.mt-arrow.mt-next {

    left: auto;

    right: -36px;

}



.mt-item {

    width: 33.33%;

    padding: 0 10px;

}



.mt-img {

    border-top-left-radius: 30px;

    border-top-right-radius: 30px;

    background: #e4e4e4;

    border: 5px transparent solid;

    transition: all .5s;

}



.mt-item:hover .mt-img{

    border-color: #00a9df;

}



.mt-img img {

    object-fit: contain

}



.mt-img::before {

    content: '';

    background-color: #000;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    opacity: .0;

    transition: all .5s;

}



.mt-img::after {

    content: '+';

    background-color: #00a9df;

    position: absolute;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    z-index: 1;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    transition: all .5s;

    opacity: 0;

    

}



.mt-item:hover .mt-img::before {

    opacity: .45;

}



.mt-item:hover .mt-img::after {

    opacity: 1;

}



.mt-details {

    padding: 30px;

}



.mt-name {

    font-size: 24px;

    font-weight: 600;

    margin-bottom: 10px;

}



.mt-position {

    color: #7b7b7b;

    font-size: 18px;

    margin-bottom: 15px;

}



.mt-phone, .mt-email {

    color: #7b7b7b;

    font-size: 15px;

    margin-bottom: 15px;

}



.mt-phone i, .mt-email i{

    color: #00a9df;

    font-size: 11px;

    margin-right: 10px;

}



.mt-email i {

    font-size: 10px;

}



.mt-phone:hover, .mt-email:hover  {

    color: #00a9df;

}





/* Footer */

#index-footer {

    padding: 100px 0 60px;

    color: #444444;

    font-size: 14px;

    font-weight: 300;

}



.index-footer-cols {

    display: flex;

    justify-content: space-between;

    margin-bottom: 60px;

    flex-wrap: wrap;

}



.index-footer-col {

    width: 20%;

}



.index-footer-logo {

    width: 40%;

}



.index-footer-logo img {

    max-width: 100%;

    height: auto;

}



.index-footer-smis {

    margin-top: 35px;

}



.index-footer-smis a {

    color: #00a9df;

    font-size: 30px;

    margin: 0 15px;

}



.index-footer-col-title {

    font-size: 30px;

    text-transform: uppercase;

    margin-bottom: 35px;

    font-family: Julius Sans One, sans-serif;

    color: #000;

}



.index-footer-disclaimer p {

    margin-bottom: 30px;

    line-height: 1.5;

    font-size: 15px;

    color: #444;

    opacity: .50;

}



.index-footer-copyright {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.index-footer-copyright p {

    margin-bottom: 30px;

    line-height: 1.5;

    font-size: 14px;

}



.index-footer-copyright p:first-child {

    color: #484848;

}



.index-footer-copyright p .ai-icon {

    font-size: 32px;

    color: #00a9df;

}



.index-footer-contacts > li  {

    margin-bottom: 20px;

    line-height: 1.5;

    font-size: 16px;

    font-weight: 500;

    position: relative;

    padding-left: 25px;

}



.index-footer-contacts > li  i {

    font-size: 13px;

    color: #00a9df;

    margin-right: 10px;

    position: absolute;

    left: 0;

}



.index-footer-contacts > li  i.ai-font-envelope-f {

    font-size: 12px;

}



.index-footer-contacts > li  i.ai-font-location-c {

    font-size: 17px;

}



.index-footer-contacts > li > span{

    display: block;

    color: #8d8d8d;

    text-transform: uppercase;

    margin-bottom: 15px;

    letter-spacing: 2px;

    font-size: 14px;

    position: relative;

    margin-left: -25px;

}



.index-footer-nav > li {

    margin-bottom: 20px;

    font-size: 16px;

    font-weight: 500;

}



/* popup */

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body {

    max-width: 870px;

    padding: 0;

} 



.aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body .aiosp-close {

    font-size: 0;

    top: 10px;

    right: 10px;

}



.aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body .aiosp-close::before {

    content: "\b0241";

    font-family: 'agentimage'!important;

    font-size: 25px;

    color: #b5b5b5;

}



.aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body #interested {

    display: flex;

}



.aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body .text-center {

    padding: 35px 40px 45px;

}



.aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body .site-logo {

    margin: 0 auto;

    max-width: 280px;

} 



.aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body h3 {

    font-size: 28px;

    font-weight: 300;

    margin: 30px 0;

}



.aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body p {

    color: #444444;

    font-size: 14px;

    margin-bottom: 40px;

}



.lp-popup-field input {

    border: 0;

    border-bottom: 1px #999 solid;

    padding: 15px 0;

    width: 100%;

    color: #878787;

    font-size: 14px;

}



.lp-submit button {

    background: #00a9df;

    border: 1px #00a9df solid;

    color: #fff;

    height: 50px;

    display: inline-flex;

    align-items: center;

    padding: 0 15px;

    font-size: 16px;

    transition: all .5s;

    border-radius: 50px;

    width: 275px;

    justify-content: center;

}



.lp-submit button:hover {

    opacity: 0.8;

}



#interested form {

    position: relative;

}



#interested .wpcf7-response-output {

    position: absolute;

    bottom: -30px;

    left: 0;

}



@media(max-width: 1300px) {

    #index-hdr #navi > li {

        margin: 0 10px;

    }

}



@media(max-width: 1199px){

    .lp-qs-col-big {

        width: 100px;

    }

    #index-hdr .callus a {

        width: 220px;

    }

    #index-hdr > .container .navigation {

        margin: 0;

    }

}



@media(max-width: 1024px) {

    #index-hdr #navi > li {

        margin: 0 5px;

    }

}



@media(max-width:991px){

    .index-footer-col {

        width: 100%;

        margin: 20px 0;

        text-align: center;

    }

    .index-footer-contacts > li {

        padding-left: 0;

    }

    .index-footer-contacts > li i {

        position: relative;

        display: block;

        margin: 20px 0;

    }

    .index-footer-contacts > li span{

        margin-left: 0;

    }

    #index-hdr > .container {

        justify-content: center;

    }

    #index-hdr #navi,

    #index-hdr .callus a{

        display: none

    }

    .lp-banner-content {

        position: relative;

        top: 0;

        left: 0;

        transform: translate(0,0);

        background-color: #00a9df;

        width: 100%;

        padding-top: 30px;

    }

    .lp-qs-col {

        width: 50%;

        padding-left: 0 !important;

        border-left: 0 !important;

    }

    #lp-banner .arrow-down {

        display: none;

    }

    .lp-qs {

        border: 1px #ccc solid;

        border-radius: 0;

    }

    .lp-qs-btns {

        width: 100%;

        margin-top: 20px;

    }



    .fc-item {

        width: 50%;

    }



    #index-footer {

        padding: 0 0 50px;

        text-align: center;

    }



    .index-footer-copyright {

        display: block;

    }

    .aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body  {

        width: 95%;

    }

    .aiosp-container.aiosp-inline-holder.aiosp-ref-\#interested .aios-popup-body #interested {

        flex-direction: column;

    }

    .popup-img {

        height: 200px;

    }



    .aios-mobile-header-wrapper, .mobile-logo {

        display: none !important;;

    }



    .lp-ab-box {

        padding: 30px;

    }



    .lp-ab {

        padding-bottom: 0;

    }

}



@media(max-width:480px){

    .lp-qs-col  {

        width: 100%;

    }

    .lp-fp,.lp-fc {

        padding: 20px 0;

    }

    .lp-section-heading  {

        flex-direction: column;

    }

    .lp-section-title {

        margin-bottom: 20px;

        text-align: center;

    }

    .fc-item{

        width: 100%;

    }

}
/*fixes*/
select#qs_ptype {
     border: 0;
    background: transparent;
    font-size: 12px;
    color: #989898;
    -webkit-appearance: none;
}
.bootstrap-select>.dropdown-toggle{
    border: 0;
    background: transparent;
    font-size: 12px;
    color: #989898;
    width:100%;
}
.lp-qs-col.qs-city-zip {
    width: 110px;
}