/*slideshow*/
.slideshow-area,
.slider-holder {
    position: relative;
}

    .slider-holder .aios-slider-img::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        pointer-events: none;
        z-index: 1;
        opacity: .3;
    }

        .slider-tagline-wrap {
            position: absolute;
            top: calc(50% + 62px);
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff;
            width: 100%;
            max-width: 1140px;
        }

            .slider-tagline {
                font-size: 4.167vw;
                font-weight: 400;
                font-family: var(--font-family-title);
                line-height: 1;
            }
/*end*/

/*side fixed smi*/
.side-fixed-contact {
    position: fixed;
    top: 0;
    right: 24px;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1000;
}

    .fixed-smi {
        position: relative;
    }

        .fixed-smi span{
            display: block;
            text-align: center;
            margin: 20px 0;
        }

            .fixed-smi a {
                font-size: 21px;
                color: var(--primary);
                margin: 0;
                pointer-events: auto;
                position: relative;
                z-index: 4;
                width: 40px;
                height: 40px;
                background: transparent;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #fff;
                border-radius: 100%;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .fixed-smi a:hover {
                    background: var(--primary);
                    color: #fff;
                }

                    .fixed-smi i {
                        display: none;
                    }

                        span.fsmi-phone a {
                            font-size: 15px;
                        }

                            span.fsmi-email a {
                                font-size: 13px;
                            }
/*end*/

/*quick search section*/
section.quick-search-area {
    position: relative;
    padding: 143px 15px 60px;
}

    .qs-holder {
        position: relative;
        max-width: 1368px;
        margin: 0 auto;
        z-index: 5;
    }

        .qs-form form {
            display: flex;
            flex-wrap: wrap;
            font-size: 0;
        }

            .qs-col1 {
                width: 20.468%;
                margin-top: 17px;
            }

                .qs-col2 {
                    width: 79.532%;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: flex-end;
                }

                    .qs-field-col1 {
                        width: 78.127%;
                    }

                        .qs-field-col1-inner {
                            display: flex;
                            flex-wrap: wrap;
                            margin: 0 -18px;
                        }

                            .qs-field-col2 {
                                width: 21.873%;
                                padding-left: 42px;
                            }

                                .short-form {
                                    width: 25%;
                                }

                                    .long-form {
                                        width: 50%;
                                        margin-bottom: 39px;
                                    }

                                .qs-form select, 
                                .qs-form input:not(input[type="submit"]) {
                                    border-radius: 0;
                                    color: #000;
                                    font-size: 15px;
                                    font-weight: 400;
                                    text-transform: uppercase;
                                    width: 100%;
                                    height: 44px;
                                    text-align: left;
                                    resize: none;
                                    border: none;
                                    border-bottom: 1px solid #838383;
                                    padding: 0 15px 0 30px;
                                    background: url(../../assets/images/qs-arrow.png) no-repeat scroll right 1px center;
                                    -webkit-appearance: none;
                                    -moz-appearance: none;
                                }

                            .qs-form select option{
                                color: #000;
                            }

                        .qs-form select::-ms-expand{
                            display: none;
                        }

                    .qs-form .qs-field {
                        display: inline-block;
                        vertical-align: bottom;
                        position: relative;
                    }

                .qs-field {
                    padding: 0 18px;
                }

            .global-btn input[type="submit"] {
                background: transparent;
                border: none;
                text-transform: uppercase;
                letter-spacing: 1.3px;
                padding: 0;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 5;
            }

            .qs-form .global-btn::before {
                border: 2px solid transparent;
                border-image: linear-gradient(90deg, rgba(242, 170, 32, 1) 0%, rgba(250, 204, 26, 0.6951155462184874) 100%);
                border-image-slice: 1;
                opacity: .7;
            }

            .btn-form.qsbtn2 {
                margin-top: 13px;
            }

            .qs-form p {
                font-size: 13px;
                font-weight: 400;
                text-align: center;
                letter-spacing: 1.2px;
                padding: 37px 14px 0;
                color: rgb(0 0 0 / 50%);
            }

                .qs-field-col1 .qs-field > em {
                    font-size: 16px;
                    color: var(--primary);
                    position: absolute;
                    top: 0;
                    bottom: 5px;
                    margin: auto;
                    height: 16px;
                }

                    .icon-home {
                        display: inline-block;
                        width: 20px;
                        height: 17px;
                        background: url(../../assets/images/house.png) no-repeat;
                        background-size: contain;
                    }

                        .icon-loc {
                            display: inline-block;
                            width: 13px;
                            height: 17px;
                            background: url(../../assets/images/location.png) no-repeat;
                            background-size: contain;
                        }

                            .icon-bed {
                                display: inline-block;
                                width: 20px;
                                height: 17px;
                                background: url(../../assets/images/bed.png) no-repeat;
                                background-size: contain;
                            }

                                .icon-bath {
                                    display: inline-block;
                                    width: 19px;
                                    height: 19px;
                                    background: url(../../assets/images/bath.png) no-repeat;
                                    background-size: contain;
                                }

                            .icon-tag {
                                display: inline-block;
                                width: 18px;
                                height: 18px;
                                background: url(../../assets/images/tag.png) no-repeat;
                                background-size: contain;
                            }

                        .qs-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
                            text-overflow: ellipsis;
                            font-size: 15px;
                        }

                        .qs-form .bootstrap-select.btn-group .dropdown-menu.inner {
                            max-height: 250px !important;
                        }

                    .qs-form input:not(input[type="submit"]) {
                        background: transparent;
                    }
/*end*/

/*communities*/
.map-list-holder {
    position: absolute;
    top: 210px;
    left: 258px;
    pointer-events: none;
    z-index: 5;
}

    .map-list-holder .global-title {
        font-size: 18px;
    }

        .map-list-holder .global-title span {
            padding-bottom: 8px;
            font-size: 64px;
        }

            .map-list-holder ul {
                margin: 66px 0 0;
            }

                .map-list-holder ul li {
                    display: block;
                    margin: 0 0 24px;
                }

                    .map-list-holder ul li a {
                        font-size: 20px;
                        font-weight: 500;
                        text-transform: uppercase;
                        letter-spacing: 2px;
                        color: var(--secondary);
                        display: inline-block;
                        padding: 8px 15px;
                        background: transparent;
                        min-width: 244px;
                        pointer-events: auto;
                        -webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                    }

                        .map-list-holder ul li a:hover,
                        .map-list-holder ul li a.map-hover {
                            background: #fff;
                            color: var(--primary);
                        }

                            .map-list-holder ul li a em {
                                vertical-align: middle;
                                margin-right: 26px;
                            }

                        .list-icon {
                            display: inline-block;
                            width: 19px;
                            height: 25px;
                            background: url(/wp-content/uploads/2024/12/loc-list.png) no-repeat;
                            background-size: contain;
                        }

                    .loc-hover {
                        display: inline-block;
                        width: 15px;
                        height: 20px;
                        background: url(/wp-content/uploads/2024/12/loc-hover.png) no-repeat;
                        background-size: contain;
                    }

#fc-map-wrap {
    position: relative;
}

    #fc-map {
        position: relative;
        width: 1920px;
    }

        #fc-map-transparent {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
        }

            #trueMap {
                z-index: 1;
            }

                #fc-map .hovers div, #fc-map .hovers div span {
                    position: absolute;
                }

                    #fc-map .hovers div > img {
                        opacity: 0; 
                        position: relative;
                        z-index: 2;
                    }

                        span.map-label {
                            font-size: 14px;
                            font-weight: 500;
                            min-width: 125px;
                            display: block;
                            z-index: 5;
                            pointer-events: none;
                            color: #fff;
                            text-align: center;
                            letter-spacing: .7px;
                            white-space: nowrap;
                            text-transform: uppercase;
                            line-height: 1.2;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }

                    .hover span.map-label {
                        color: var(--secondary);
                        font-weight: 700;
                    }

                span.map-label > em {
                    position: absolute;
                    top: -28px;
                    left: 0;
                    right: 0;
                    margin: auto;
                    opacity: 0;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

            .hover span.map-label > em {
                opacity: 1;
            }

        .map-roads-markers {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 2;
        }

div#map1 {
    top: 242px;
    right: 411px;
}

    div#map1 span.map-label {
        top: 251px;
        left: 54px;
    }

div#map2 {
    top: 106px;
    right: 152px;
}

    div#map2 span.map-label {
        top: 99px;
        left: 80px;
    }

div#map3 {
    top: 60px;
    right: 257px;
}

    div#map3 span.map-label {
        top: 256px;
        left: 168px;
    }

div#map4 {
    top: 286px;
    right: 562px;
}

    div#map4 span.map-label {
        top: 320px;
        left: 166px;
    }

div#map5 {
    bottom: 67px;
    right: 798px;
}

    div#map5 span.map-label {
        top: 147px;
        left: 0;
    }

div#map6 {
    bottom: 65px;
    right: 551px;
}

    div#map6 span.map-label {
        top: 145px;
        left: 101px;
    }

div#map7 {
    bottom: 70px;
    right: 925px;
}

    div#map7 span.map-label {
        top: 259px;
        left: 234px;
    }
/*end*/

/*welcome*/
section.welcome-area {
    position: relative;
    padding: 52px 15px 0;
}

    .wc-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }

        .wc-bg canvas {
            opacity: .15;
            background-position: bottom center;
        }

            .wc-inner {
                position: relative;
                z-index: 5;
                max-width: 1320px;
                margin: 0 auto;
            }

                .wc-logo {
                    max-width: 900px;
                    min-height: 400px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #fff;
                    box-shadow: 0px 18px 46px 0px rgba(0, 0, 0, 0.25);
                }

                    .wc-bottom-content {
                        max-width: 1087px;
                        margin-left: auto;
                        margin-top: -52px;
                        min-height: 530px;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: center;
                        background: #fff;
                        padding-top: 79px;
                    }

                        .wc-bottom-col-1 {
                            width: 50.615%;
                        }

                            .wc-bottom-col-2 {
                                width: 49.385%;
                                padding-right: 15px;
                            }

                                .wc-bottom-col-1 .global-title {
                                    max-width: 396px;
                                    margin: 0 auto;
                                    padding: 0 15px;
                                }

                                    .wc-bottom-col-1 .global-title span {
                                        line-height: 1.25;
                                        margin-top: 15px;
                                        margin-left: 0;
                                        padding-left: 8px;
                                    }

                                        .wc-bottom-text {
                                            font-size: 16px;
                                            font-weight: 400;
                                            color: var(--secondary);
                                            letter-spacing: .6px;
                                            line-height: 2;
                                            max-width: 482px;
                                            margin-top: -10px;
                                        }

                                    .wc-bottom-text p:first-child {
                                        font-size: 24px;
                                        font-style: italic;
                                        font-family: var(--font-family-title);
                                        letter-spacing: .9px;
                                        margin-bottom: 13px;
                                    }

                                .wc-bottom-text p {
                                    display: block;
                                    margin: 0 0 32px;
                                }
/*end*/

/*why work with us*/
section.why-work-with-us-area {
    position: relative;
    padding: 50px 15px 100px;
}

    .wwwu-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }

        .wwwu-bg canvas {
            opacity: .2;
        }

            .wwwu-inner {
                position: relative;
                max-width: 1320px;
                margin: 0 auto;
                z-index: 5;
            }

                .wwwu-title {
                    margin: 0 0 79px;
                }

                    .wwwu-title .global-title {
                        margin: 0 auto;
                        text-align: center;
                    }

                        .wwwu-row {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                        }

                            .wwwu-stats .wwwu-item {
                                width: calc(100% / 3);
                            }

                                .wwwu-awards .wwwu-item {
                                    width: 25%;
                                }

                            .wwwu-item-inner {
                                min-height: 300px;
                                text-align: center;
                                padding: 37px 15px 30px;
                            }

                        .wwwu-stats {
                            border-bottom: 1px solid var(--primary);
                        }

                    .wwwu-stats .wwwu-item:nth-child(odd) .wwwu-item-inner {
                        border: 1px solid var(--secondary);
                        border-bottom: none;
                    }

                .wwwu-logo {
                    max-width: 44px;
                    margin: 0 auto;
                }

            .stats-number {
                font-size: 104px; 
                font-size: 5.417vw;
                font-weight: 400;
                font-family: var(--font-family-baskerville);
                font-variant-numeric: lining-nums;
                font-feature-settings: "lnum";
                color: var(--secondary);
                letter-spacing: -2px;
                margin: 21px 0 7px;
            }

        .wwwu-label {
            font-size: 22px;
            font-weight: 400;
            text-transform: uppercase;
            color: var(--secondary);
            letter-spacing: 2px;
            line-height: 1.3;
        }

    .wwwu-awards .wwwu-item:nth-child(2) .wwwu-award, .wwwu-awards .wwwu-item:nth-child(3) .wwwu-award {
        border: 1px solid var(--secondary);
        border-top: none;
    }

        .wwwu-award {
            min-height: 200px;
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .wwwu-award img {
                max-width: 176px;
                object-fit: contain;
            }

                .wwwu-awards .wwwu-item:nth-child(2) .wwwu-award {
                    border-right: none;
                }
/*end*/

/*listings*/
section.featured-listings-area {
    position: relative;
    padding: 118px 0 158px;
}

    .fl-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    }

        .fl-bg canvas {
            opacity: .2;
        }

            .fl-inner {
                position: relative;
                z-index: 5;
            }

                .fl-lists {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    margin: 0 -2px;
                }

                    .fl-item {
                        padding: 2px;
                        width: calc(100% / 3);
                    }

                        .fl-item > a {
                            position: relative;
                            display: block;
                        }

                            .fl-head {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%, -50%);
                                width: 100%;
                            }

                                .fl-head .global-title {
                                    text-align: center;
                                    margin: 0 auto;
                                }

                                    .fl-head .global-title span {
                                        padding-bottom: 10px;
                                    }

                                .fl-btn a {
                                    max-width: 220px;
                                    margin: 0 auto;
                                }

                            .fl-btn {
                                margin-top: 36px;
                            }

                        .fl-photo canvas {
                            background: var(--primary);
                        }

                    .fl-item > a:hover .fl-photo img {
                        opacity: .4;
                    }

                .fl-details {
                    position: absolute;
                    bottom: 30px;
                    right: 0;
                    width: 100%;
                    text-align: right;
                    padding: 25px;
                    color: #fff;
                    z-index: 2;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                .fl-item > a:hover .fl-details {
                    bottom: 15px;
                }

            .fl-price {
                font-size: 20px;
                font-weight: 400;
                font-family: var(--font-family-title);
                letter-spacing: 1px;
            }

        .fl-address {
            font-size: 15px;
            font-weight: 400;
            letter-spacing: .7px;
            margin-top: 7px;
            text-shadow: 1px 2px 2px #000;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .fl-item > a:hover .fl-address {
            text-shadow: none;
        }

    .fl-specs span {
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 13px;
        display: inline-block;
        padding: 0 15px;
        position: relative;
    }

        .fl-specs {
            font-size: 0;
            margin-right: -15px;
            opacity: 0;
            height: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .fl-item > a:hover .fl-specs {
            opacity: 1;
            height: 26px;
        }

            .fl-specs span:not(:last-child)::after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                width: 1px;
                height: 100%;
                background: #fff;
            }

                .fl-view {
                    font-size: 15px;
                    font-weight: 400;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-width: 180px;
                    min-width: 9.375vw;
                    height: 56px;
                    height: 2.917vw;
                    background: var(--secondary);
                    position: absolute;
                    bottom: 25px;
                    opacity: 0;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                    .fl-item > a:hover .fl-view {
                        opacity: 1;
                    }

                        .fl-details::after {
                            content: '';
                            position: absolute;
                            top: 0;
                            right: 0;
                            min-width: 280px;
                            height: 100%;
                            background-image: -moz-linear-gradient( 0deg, rgba(243,176,31,0) 0%, rgba(246,186,29,0.5) 19%, rgba(250,202,27,0.69) 50%, rgb(245,186,30) 100%);
                            background-image: -webkit-linear-gradient( 0deg, rgba(243,176,31,0) 0%, rgba(246,186,29,0.5) 19%, rgba(250,202,27,0.69) 50%, rgb(245,186,30) 100%);
                            background-image: -ms-linear-gradient( 0deg, rgba(243,176,31,0) 0%, rgba(246,186,29,0.5) 19%, rgba(250,202,27,0.69) 50%, rgb(245,186,30) 100%);
                            opacity: 0.8;
                            z-index: -1;
                            pointer-events: none;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }

                            .fl-item > a:hover .fl-details::after {
                                opacity: 0;
                            }
/*end*/

/*cta*/
section.cta-area {
    position: relative;
    padding: 118px 15px 0;
}

    .cta-inner {
        position: relative;
        z-index: 5;
        max-width: 1388px;
        margin: 0 auto;
    }

        .cta-lists {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .cta-item {
                width: 50%;
                padding: 0 10px;
            }

                .cta-item-inner {
                    position: relative;
                }

                    .cta-photo canvas {
                        background: #000;
                    }

                        .cta-photo img {
                            opacity: .5;
                        }

                            .cta-photo::after {
                                content: '';
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                background-image: -moz-linear-gradient( 90deg, rgb(43,64,80) 0%, rgba(43,64,80,0) 100%);
                                background-image: -webkit-linear-gradient( 90deg, rgb(43,64,80) 0%, rgba(43,64,80,0) 100%);
                                background-image: -ms-linear-gradient( 90deg, rgb(43,64,80) 0%, rgba(43,64,80,0) 100%);
                                pointer-events: none;
                                -webkit-transition: all 0.4s ease-in-out;
                                -moz-transition: all 0.4s ease-in-out;
                                -o-transition: all 0.4s ease-in-out;
                                transition: all 0.4s ease-in-out;
                            }

                            .cta-item-inner:hover .cta-photo::after {
                                opacity: 0;
                            }

                            .cta-photo::before {
                                content: '';
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                background-image: -moz-linear-gradient( 90deg, rgb(43,64,80) 0%, rgba(43,64,80,0.4) 100%);
                                background-image: -webkit-linear-gradient( 90deg, rgb(43,64,80) 0%, rgba(43,64,80,0.4) 100%);
                                background-image: -ms-linear-gradient( 90deg, rgb(43,64,80) 0%, rgba(43,64,80,0.4) 100%);
                                pointer-events: none;
                                z-index: 1;
                                opacity: 0;
                                -webkit-transition: all 0.4s ease-in-out;
                                -moz-transition: all 0.4s ease-in-out;
                                -o-transition: all 0.4s ease-in-out;
                                transition: all 0.4s ease-in-out;
                            }

                            .cta-item-inner:hover .cta-photo::before {
                                opacity: 1;
                            }

                                .cta-details {
                                    position: absolute;
                                    bottom: -69px;
                                    left: 0;
                                    right: 0;
                                    margin: 0 auto;
                                    width: calc(100% - 60px);
                                    z-index: 5;
                                    color: #fff;
                                    text-align: center;
                                    padding: 99px 15px 15px;
                                    min-height: 380px;
                                    border: 1px solid #facb1b;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                }

                                .cta-item-inner:hover .cta-details {
                                    min-height: 480px;
                                }

                                    .cta-label {
                                        font-size: 40px;
                                        font-weight: 400;
                                        font-family: var(--font-family-title);
                                        background: #F2AA20;
                                        background: linear-gradient(to right, #F2AA20 0%, #FACC1A 50%, #F2AB20 100%);
                                        -webkit-background-clip: text;
                                        -webkit-text-fill-color: transparent;
                                        max-width: max-content;
                                        margin: 0 auto;
                                    }

                                .cta-label em {
                                    margin-left: 16px;
                                }

                            .cta-text {
                                font-size: 20px;
                                font-weight: 400;
                                max-width: 414px;
                                margin: 27px auto 0;
                                line-height: 1.5;
                                letter-spacing: .7px;
                                display: -webkit-box;
                                -webkit-line-clamp: 3;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                            }

                        .cta-btn a {
                            max-width: 220px;
                            color: #fff !important;
                            height: 0;
                            margin: 0 auto 0;
                            opacity: 0;
                        }

                    .cta-item-inner:hover .cta-btn a {
                        margin: 36px auto 0;
                        height: 56px;
                        opacity: 1;
                    }

/*end*/

/*testimonials*/
section.testimonials-area {
    position: relative;
    padding: 0 15px;
}

    .tm-bg {
        top: -340px;
        height: calc(100% + 340px);
    }

        .tm-inner {
            position: relative;
            z-index: 5;
            max-width: 1368px;
            margin: 0 auto;
            padding: 195px 0 0;
        }

            .tm-content {
                position: relative;
                padding: 120px 15px 125px;
                background: var(--secondary);
                text-align: center;
                color: #fff;
                margin-bottom: -190px;
            }

                .tm-title {
                    margin: 0 0 70px;
                }

                    .tm-title .global-title {
                        margin: 0 auto;
                    }

                        .tm-lists {
                            position: relative;
                            max-width: 1235px;
                            margin: 0 auto;
                        }

                            ul.tm-star {
                                font-size: 0;
                                margin: 0 0 28px;
                            }

                                ul.tm-star li {
                                    display: inline-block;
                                    font-size: 27px;
                                    color: var(--primary);
                                    padding: 0 6px;
                                }

                                    .tm-item {
                                        padding: 0 15px;
                                    }

                                .tm-rev {
                                    font-size: 20px;
                                    font-weight: 400;
                                    line-height: 2;
                                    letter-spacing: .8px;
                                }

                            .tm-rev p {
                                display: block;
                                margin: 0 0 15px;
                            }

                        .tm-rev span {
                            display: block;
                            font-size: 24px;
                            font-family: var(--font-family-baskerville);
                            padding-top: 20px;
                        }

                    .tm-btns {
                        position: relative;
                        max-width: 456px;
                        margin: 57px auto 0;
                    }

                .tm-arrow.global-arrow {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    right: 0;
                    transform: translateY(-50%);
                }

            .tm-view a {
                max-width: 280px;
                margin: 0 auto;
                color: #fff !important;
            }

        .tm-slick .slick-slide > div > div{
            display: block !important;
        }
        
    .tm-slick:not(.slick-initialize) > div:not(:first-child){
        display:none;
    }
/*end*/

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 1921px) {
    .slider-tagline {
        font-size: 80px;
    }

    .stats-number {
        font-size: 104px;
    }
}

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

@media only screen and (max-width: 1366px) {
    /*smi*/
    .side-fixed-contact {
        right: 15px;
    }
    .fixed-smi span {
        margin: 10px 0;
    }
    /*end*/

    /*quick search*/
    section.quick-search-area {
        padding: 100px 15px 60px;
    }
    /*end*/

    /*welcome*/
    .wc-logo {
        max-width: 800px;
        min-height: 350px;
    }
    .wc-logo img {
        max-width: 70%;
        margin: 0 auto;
    }
    .wc-bottom-content {
        max-width: 1025px;
    }
    /*end*/

    /*why work with us*/
    section.why-work-with-us-area {
        padding: 50px 15px 70px;
    }
    /*end*/

    /*listings*/
    section.featured-listings-area {
        padding: 70px 0;
    }
    .fl-view {
        font-size: 11px;
    }
    /*end*/

    /*cta*/
    section.cta-area {
        padding: 70px 15px 0;
    }
    /*end*/
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    /*fixed smi*/
    .fixed-smi a {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
    span.fsmi-phone a {
        font-size: 12px;
    }
    span.fsmi-email a {
        font-size: 10px;
    }
    /*end*/

    /*quick search*/
    section.quick-search-area {
        padding: 70px 15px 60px;
    }
    .qs-field-col2 {
        padding-left: 32px;
    }
    .qs-form select, .qs-form input:not(input[type="submit"]),
    .qs-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 13px;
    }
    
    /*end*/

    /*welcome*/
    .wc-logo {
        max-width: 700px;
        min-height: 250px;
    }
    .wc-bottom-content {
        max-width: 860px;
        margin-top: -30px;
    }
    /*end*/

    /*why work with us*/
    .wwwu-item-inner {
        min-height: 260px;
    }
    /*end*/

    /*listings*/
    .fl-details {
        bottom: 10px;
        padding: 15px;
    }
    .fl-address {
        font-size: 14px;
        max-width: 200px;
        margin-left: auto;
    }
    .fl-specs span {
        padding: 0 5px;
    }
    .fl-view {
        font-size: 10px;
        bottom: 15px;
    }
    .fl-btn {
        margin-top: 10px;
    }
    /*end*/

    /*cta*/
    .cta-label {
        font-size: 35px;
    }
    .cta-label em {
        margin-left: 5px;
    }
    .cta-details {
        padding: 60px 15px 15px;
        min-height: 330px;
    }
    .cta-item-inner:hover .cta-details {
        min-height: 360px;
    }
    .cta-text {
        font-size: 18px;
        margin: 15px auto 0;
    }
    .cta-item-inner:hover .cta-btn a {
        margin: 15px auto 0;
    }
    /*end*/

    /*testimonials*/
    .tm-bg {
        top: -240px;
        height: calc(100% + 240px);
    }
    .tm-inner {
        padding: 100px 0 0;
    }
    .tm-content {
        padding: 70px 15px;
        margin-bottom: -100px;
    }
    /*end*/
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .side-fixed-contact {
        display: none !important;
    }

    /*slideshow*/
    .slider-tagline {
        font-size: 45px;
        padding: 0 15px;
    }
    .slider-tagline-wrap {
        top: 50%;
    }
    /*end*/

    /*quick search*/
    section.quick-search-area {
        padding: 50px 15px;
    }
    .qs-form form > div {
        width: 100%;
    }
    .qs-col1 {
        margin: 0 0 30px;
    }
    .qs-col2 > div {
        width: 100%;
    }
    .qs-field-col2 {
        padding-left: 0;
        margin-top: 15px;
    }
    .qs-form {
        max-width: 500px;
        margin: 0 auto;
    }
    .long-form {
        margin-bottom: 0;
    }
    .short-form {
        width: 50%;
    }
    .long-form {
        width: 100%;
    }
    .qs-field {
        margin: 0 0 15px;
    }
    /*end*/

    /*communities*/
    .map-list-holder {
        position: relative;
        top: 0;
        left: 0;
        padding: 15px;
        margin: 0 auto;
        text-align: center;
    }
    .map-list-holder .global-title {
        font-size: 16px;
    }
    .map-list-holder .global-title span {
        font-size: 45px;
    }
    .map-list-holder ul {
        margin: 30px 0 0;
        display: inline-block;
        text-align: left;
    }
    .map-list-holder ul li {
        margin: 0 0 15px;
    }
    .map-list-holder ul li a {
        font-size: 18px;
    }
    .map-list-holder ul li a em {
        margin-right: 15px;
    }
    div#fc-map-wrap {
        height: auto !important;
    }
    #fc-map {
        width: 100%;
        transform: none !important;
        transform-origin: unset !important;
    }
    #fc-map > img,
    map#myMap,
    .hovers,
    .map-roads-markers {
        display: none !important;
    }
    /*end*/

    /*welcome*/
    .wc-logo {
        max-width: 100%;
    }
    .wc-bottom-content {
        max-width: 100%;
        margin-top: 30px;
        padding: 30px 15px;
    }
    .wc-bottom-content > div {
        width: 100%;
        text-align: center;
    }
    .wc-bottom-col-2 {
        padding-right: 0;
    }
    .wc-bottom-text {
        margin: 20px auto 0;
    }
    /*end*/

    /*why work with us*/
    section.why-work-with-us-area {
        padding: 50px 15px;
    }
    .wwwu-title {
        margin: 0 0 30px;
    }
    .wwwu-row {
        flex-direction: column;
    }
    .wwwu-stats .wwwu-item,
    .wwwu-awards .wwwu-item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .wwwu-item-inner,
    .wwwu-award {
        border: 1px solid var(--secondary) !important;
        margin: 5px 0;
    }
    .stats-number {
        font-size: 50px;
    }
    .wwwu-stats {
        border-bottom: none;
    }
    /*end*/

    /*listings*/
    section.featured-listings-area {
        padding: 50px 0;
    }
    .fl-item {
        width: 50%;
    }
    .fl-view {
        bottom: 0;
        position: relative;
        min-width: auto;
        max-width: 120px;
        margin: 0 auto 0;
        height: 0;
        width: 100%;
    }
    .fl-item > a:hover .fl-view {
        height: 30px;
        margin: 15px auto 0;
    }
    .fl-details {
        text-align: center;
    }
    .fl-address {
        max-width: 100%;
    }
    .fl-specs {
        margin-right: 0;
    }
    .fl-details::after {
        min-width: 100%;
    }
    /*end*/

    /*cta*/
    section.cta-area {
        padding: 50px 15px 0;
    }
    .cta-lists {
        flex-direction: column;
    }
    .cta-item {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 85px;
    }
    .cta-item-inner:hover .cta-btn a {
        height: 46px;
    }
    .cta-btn a {
        max-width: 170px;
    }
    /*end*/

    /*testimonials*/
    .tm-inner {
        padding: 50px 0 0;
    }
    .tm-content {
        padding: 50px 15px;
        margin-bottom: -50px;
    }
    .tm-title {
        margin: 0 0 30px;
    }
    .tm-rev {
        font-size: 18px;
        line-height: 1.7;
    }
    /*end*/
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    /*slider*/
    .slider-tagline {
        font-size: 35px;
    }
    /*end*/

    /*listings*/
    .fl-item {
        width: 100%;
    }
    /*end*/

    /*communities*/
    .map-list-holder .global-title span {
        font-size: 35px;
    }
    .map-list-holder ul li a {
        font-size: 16px;
    }
    /*end*/

    /*cta*/
    .cta-label {
        font-size: 30px;
    }
    .cta-text {
        font-size: 16px;
    }
    /*end*/
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    /*slider*/
    .slider-tagline {
        font-size: 25px;
    }
    /*end*/

    /*communities*/
    .map-list-holder .global-title span {
        font-size: 30px;
    }
    .map-list-holder ul li a {
        font-size: 14px;
    }
    .list-icon {
        width: 14px;
        height: 20px;
    }
    /*end*/

    /*welcome*/
    .wc-logo {
        min-height: 150px;
    }
    .wc-bottom-text p:first-child {
        font-size: 19px;
    }
    /*end*/

    /*cta*/
    .cta-details {
        bottom: -30px;
        width: calc(100% - 20px);
        padding: 20px 15px 15px;
        min-height: 180px;
    }
    .cta-item-inner:hover .cta-details {
        min-height: 228px;
    }
    .cta-label {
        font-size: 20px;
    }
    .cta-label em {
        width: 26px;
        height: 10px;
    }
    .cta-text {
        font-size: 14px;
    }
    .cta-item {
        margin: 0 auto 50px;
    }
    /*end*/

    /*testimonials*/
    .tm-bg {
        top: -140px;
        height: calc(100% + 140px);
    }
    ul.tm-star li {
        font-size: 20px;
    }
    .tm-arrow.global-arrow {
        position: relative;
        top: 0;
        transform: unset;
        justify-content: center;
        margin: 0 0 30px;
    }
    .tm-btns {
        margin: 30px auto 0;
    }
    /*end*/
}