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

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

        .slider-holder .aios-slider-img::before {
            content: '';
            position: absolute;
            top: 119px;
            left: 0;
            width: 100%;
            height: 30%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
            z-index: 1;
            pointer-events: none;
        }

/*slider tagline*/
.slider-holder #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-tagline {
    background: transparent;
    text-align: center;
    top: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

    .slider-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
        font-size: 60px;
        font-weight: 700;
        font-family: var(--font-family-title);
        text-transform: uppercase;
        letter-spacing: 1.6px;
    }

        .slider-holder .aios-slider-tagline-title > p {
            position: relative;
            display: inline-block;
            padding: 27px 0;
        } 

            .aios-slider-tagline-title > p::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgb(0,0,0);
                background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 22%, rgba(0,0,0,0.77) 50%, rgba(0,0,0,0.32) 80%, rgba(0,0,0,0) 100%);
                z-index: -1;
                pointer-events: none;
            }

                .slider-btns {
                    margin-top: 27px;
                }

                    .slider-btns a {
                        max-width: 182px;
                        display: inline-flex;
                        margin: 0 6px;
                        font-size: 20px;
                        letter-spacing: 1.7px;
                    }

                        .slider-btns a:hover {
                            background: var(--primary);
                            border: 1px solid var(--primary);
                        }

/*quick search*/
section.quicksearch-area {
    position: relative;
    z-index: 6;
}

    section.quicksearch-area .container {
        position: relative;
        z-index: 5;
    }

        .qs-holder {
            position: relative;
            padding: 30px 0;
        }

            .qs-inner {
                display: flex;
                flex-wrap: wrap;
            }

                .qs-head {
                    width: 18.86%;
                    padding-top: 23px;
                }

                    .qs-form {
                        width: 81.14%;
                    }

                        .qs-form form {
                            position: relative;
                            display: flex;
                            align-items: flex-end;
                            flex-wrap: wrap;
                            font-size: 0;
                        }

                            .qs-form-col1 {
                                width: 77.837%;
                            }

                        .qs-form-col2 {
                            width: 22.163%;
                        }

                    .qs-form select, .qs-form input {
                        border-radius: 0;
                        color: #0c2137;
                        font-size: 11px;
                        font-weight: 400;
                        letter-spacing: 1px;
                        text-transform: uppercase;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        width: 100%;
                        height: 50px;
                        text-align: left;
                        resize: none;
                        border: none;
                        border-bottom: 1px solid #0c2137;
                        border-left: none;
                        padding: 0 25px;
                        background: transparent;
                    }

                .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;
            padding: 0 10px;
        }

            .btn-form.qs-field.qsbtn1 input {
                font-size: 15px;
                font-weight: 400;
                padding-right: 50px;
                color: #0c2137;
                width: 100%;
                height: 43px;
                text-align: center;
                background: transparent;
                border: 1px solid #0c2137;
                -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;
            }

                .btn-form.qs-field.qsbtn1 input:hover {
                    background: var(--secondary);
                    border: 1px solid var(--secondary);
                    color: #fff;
                }

                    .btn-form.qs-field.qsbtn2 a {
                        font-size: 15px;
                        font-weight: 400;
                        text-transform: uppercase;
                        color: #0c2137;
                        width: 100%;
                        height: 43px;
                        text-align: center;
                        background: transparent;
                        border: 1px solid #0c2137;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        position: relative;
                        -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;
                    }

                        .btn-form.qs-field.qsbtn2 a:hover {
                            background: var(--secondary);
                            border: 1px solid var(--secondary);
                            color: #fff;
                        }

                            .btn-line {
                                position: absolute;
                                bottom: -1px;
                                left: 0;
                                right: 0;
                                margin: 0 auto;
                                width: 65px;
                                height: 3px;
                                background: #ff0000;
                                pointer-events: none;
                            }

                                .long-form {
                                    width: 50%;
                                }

                                    .short-form {
                                        width: 25%;
                                    }

                                .qs-field-inner {
                                    position: relative;
                                }

                            .qs-field-inner em {
                                font-size: 15px;
                                color: #0c2137;
                                position: absolute;
                                top: 16px;
                                left: 0;
                            }

                        .btn-form.qs-field {
                            display: block;
                            padding-left: 20px;
                            padding-right: 0;
                        }

                    .btn-form.qs-field.qsbtn2 {
                        margin-top: 7px;
                    }

                .btn-form.qs-field.qsbtn1 .qs-field-inner em {
                    left: auto;
                    right: 25%;
                    -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;
                }

                .btn-form.qs-field.qsbtn1:hover .qs-field-inner em {
                    color: #fff;
                }

            .btn-form.qs-field.qsbtn2 a > em {
                margin-left: 10px;
            }

        .qs-form > p {
            font-size: 10px;
            font-weight: 400;
            color: #0c2137;
            text-transform: uppercase;
            text-align: right;
            letter-spacing: 1.8px;
            padding: 16px 0 1px;
        }
        .quicksearch-area .bootstrap-select.btn-group .dropdown-toggle .filter-option {
            width: 100%;
            text-overflow: ellipsis;
        }

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

    section.welcome-area .container {
        position: relative;
        z-index: 5;
    }

        .site-bg.wc-bg canvas {
            filter: grayscale(1);
            opacity: .4;
        }

            section.welcome-area::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 40%;
                background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
                pointer-events: none;
            }

                .wc-col1 {
                    margin-left: -15px;
                }

                    .wc-photo {
                        position: relative;
                        max-width: 416px;
                    }

                        .site-bg.wc-accent {
                            background: var(--primary);
                            top: auto;
                            left: -68px;
                            bottom: -60px;
                            z-index: -1;
                            width: calc(100% - 6px);
                            height: calc(100% - 36px);
                        }

                            .site-bg.wc-accent canvas {
                                filter: grayscale(1);
                                opacity: .07;
                            }

                                .wc-col2 {
                                    margin-left: -86px;
                                    margin-right: -130px;
                                    background: #fff;
                                }

                                    .wc-content {
                                        padding: 50px 15px 60px 104px;
                                        position: relative;
                                    }

                                        .wc-head {
                                            padding-left: 18px;
                                            margin: 0 0 48px;
                                        }

                                    .wc-head p {
                                        font-size: 28px;
                                        font-weight: 400;
                                        font-family: Arial, Sans-serif;
                                        color: #0c2137;
                                        letter-spacing: 1.4px;
                                        display: block;
                                        margin-left: -18px;
                                        margin-top: 12px;
                                    }

                                .wc-head p em {
                                    color: #ff0000;
                                }

                            .wc-text p {
                                font-size: 13px;
                                font-weight: 300;
                                color: #3c3c3c;
                                letter-spacing: .3px;
                                line-height: 1.7;
                                display: block;
                                margin: 0 0 22px;
                                max-width: 628px;
                            }

                        .wc-btn {
                            padding-top: 24px;
                        }

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

    .fp-holder {
        position: relative;
        max-width: 1506px;
        margin: 0 auto;
    }

        .fp-head {
            text-align: center;
            margin: 0 0 43px;
        }

            .fp-lists {
                position: relative;
            }

                .fp-item {
                    padding: 3px;
                    /*max-width: 502px;*/
                }

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

                        .fp-photo.global-photo::before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
                            pointer-events: none;
                            z-index: 1;
                        }

                            .fp-content {
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                z-index: 5;
                                color: #fff;
                                display: flex;
                                align-items: flex-end;
                                justify-content: space-between;
                                padding: 45px 40px;
                            }

                                .fp-address {
                                    font-size: 20px;
                                    font-weight: 400;
                                    font-family: var(--font-family-title);
                                    letter-spacing: .9px;
                                }

                                    .fp-address span {
                                        display: block;
                                        font-size: 12px;
                                        font-weight: 300;
                                        text-transform: uppercase;
                                        font-family: var(--font-family-default);
                                        margin-top: 15px;
                                    }

                                .fp-view {
                                    min-width: 116px;
                                    height: 45px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    font-size: 15px;
                                    font-weight: 400;
                                    letter-spacing: 1.3px;
                                    text-transform: uppercase;
                                    background: transparent;
                                    border: 1px solid rgb(255 255 255 / 50%);
                                    -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;
                                }

                            .fp-item a:hover .fp-view {
                                background: var(--secondary);
                                border: 1px solid var(--secondary);
                            }

                        .fp-photo.global-photo::after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                            background: linear-gradient(to bottom, rgba(47,104,127,0) 0%,rgba(47,104,127,1) 100%);
                            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;
                        }

                    .fp-item a:hover .fp-photo.global-photo::after {
                        opacity: 1;
                    }

                .fp-btn a {
                    max-width: 236px;
                    margin: 0 auto;
                }

            .fp-btn {
                padding-top: 37px;
            }

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

/*featured communities*/
section.featured-communities-area {
    position: relative;
    padding: 31px 15px;
}

    .fc-holder {
        position: relative;
        max-width: 1506px;
        margin: 0 auto;
    }

        .fc-head {
            text-align: center;
            margin: 0 0 49px;
        }

            .fc-lists {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

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

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

                        .fc-photo.global-photo::after {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            margin: auto;
                            width: calc(100% - 80px);
                            height: calc(100% - 80px);
                            border: 1px solid #fff;
                            pointer-events: none;
                            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;
                        }

                            .fc-item a:hover .fc-photo.global-photo::after {
                                opacity: 1;
                            }

                                .fc-photo.global-photo canvas {
                                    background: #000;
                                }

                                .fc-photo.global-photo img {
                                    opacity: .7;
                                }

                                    .fc-item a:hover .fc-photo.global-photo img {
                                        opacity: .1;
                                        filter: grayscale(1);
                                    }

                                    .fc-item a:hover .fc-photo.global-photo canvas {
                                        background: var(--primary);
                                    }

                                .fc-content {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    pointer-events: none;
                                }

                            .fc-label {
                                font-size: 33px;
                                font-weight: 700;
                                font-family: var(--font-family-title);
                                color: #fff;
                                text-align: center;
                                letter-spacing: 1px;
                            }

                        .fc-btn a {
                            max-width: 249px;
                            margin: 0 auto;
                        }

                    .fc-btn {
                        padding-top: 37px;
                    }

/*available lands*/
section.available-lands-area {
    position: relative;
    padding: 115px 50px;
}

    .al-inner {
        position: relative;
    }

        .al-lists-content {
            position: absolute;
            top: 20.7%;
            left: 0;
            width: 100%;
            max-width: 600px;
            height: 100%;
            z-index: 5;
            padding-left: 114px;
            color: #363636;
            pointer-events: none;
        }

            .al-title {
                font-size: 50px;
                font-weight: 400;
                font-family: var(--font-family-title);
                letter-spacing: 2.9px;
                text-transform: uppercase;
                position: relative;
                margin: 0 0 50px;
                display: inline-block;
            }

                .al-item-details {
                    position: relative;
                    pointer-events: auto;
                }

                    .al-address {
                        font-size: 28px;
                        font-weight: 400;
                        font-family: var(--font-family-title);
                        letter-spacing: 1.3px;
                    }

                        .al-address span {
                            display: block;
                            font-size: 18px;
                            font-weight: 300;
                            text-transform: uppercase;
                            letter-spacing: 1.5px;
                            margin: 9px 0 0;
                        }

                            .al-specs span {
                                display: block;
                                margin: 24px 0;
                                font-size: 13px;
                                font-weight: 400;
                                text-transform: uppercase;
                                letter-spacing: .7px;
                            }

                                .al-specs span em {
                                    color: #0c2137;
                                    font-size: 12px;
                                    margin-right: 5px;
                                    vertical-align: middle;
                                }

                            span.al-bath em {
                                margin-right: 12px;
                            }

                        span.al-sqft em {
                            margin-right: 1px;
                        }

                    .al-specs {
                        padding: 15px 0 27px;
                    }

                .al-btns a {
                    display: inline-flex;
                    margin: 0 2px;
                    pointer-events: auto;
                }

            .al-item-photo a {
                position: relative;
                display: block;
                overflow: hidden;
            }

        .al-item-photo a:hover .al-photo.global-photo img {
            transform: scale(1.05);
        }

    .al-photo.global-photo::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../../assets/images/al-accent-n.png) no-repeat;
        background-size: cover;
        background-position: center;
        pointer-events: none;
    }

        .al-title::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 100%;
            width: 49px;
            height: 1px;
            background: #990012;
        }

            .al-slick-details .slick-slide > div > div,
            .al-slick-photo .slick-slide > div > div {
                display: block !important;
            }
            
        .al-slick-details:not(.slick-initialize) > div:not(:first-child),
        .al-slick-photo:not(.slick-initialize) > div:not(:first-child) {
            display:none;
        }

/*commercial listings*/
section.commercial-listings-area {
    position: relative;
    padding: 19px 15px 57px;
}

.site-bg.cl-bg {
    height: auto;
    top: auto;
    bottom: 0;
    min-height: 354px;
    background: #cfc8bc;
}

.site-bg.cl-bg canvas {
    filter: grayscale(1);
    opacity: .1;
}

    .cl-holder {
        position: relative;
        max-width: 1506px;
        margin: 0 auto;
    }

        .cl-head {
            text-align: center;
            margin: 0 0 43px;
        }

            .cl-lists {
                position: relative;
            }

                .cl-item {
                    padding: 3px;
                    /*max-width: 502px;*/
                }

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

                        .cl-photo.global-photo::before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
                            pointer-events: none;
                            z-index: 1;
                        }

                            .cl-content {
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                z-index: 5;
                                color: #fff;
                                display: flex;
                                align-items: flex-end;
                                justify-content: space-between;
                                padding: 45px 40px;
                            }

                                .cl-address {
                                    font-size: 20px;
                                    font-weight: 400;
                                    font-family: var(--font-family-title);
                                    letter-spacing: .9px;
                                }

                                    .cl-address span {
                                        display: block;
                                        font-size: 12px;
                                        font-weight: 300;
                                        text-transform: uppercase;
                                        font-family: var(--font-family-default);
                                        margin-top: 15px;
                                    }

                                .cl-view {
                                    min-width: 116px;
                                    height: 45px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    font-size: 15px;
                                    font-weight: 400;
                                    letter-spacing: 1.3px;
                                    text-transform: uppercase;
                                    background: transparent;
                                    border: 1px solid rgb(255 255 255 / 50%);
                                    -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;
                                }

                            .cl-item a:hover .cl-view {
                                background: var(--secondary);
                                border: 1px solid var(--secondary);
                            }

                        .cl-photo.global-photo::after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                            background: linear-gradient(to bottom, rgba(47,104,127,0) 0%,rgba(47,104,127,1) 100%);
                            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;
                        }

                    .cl-item a:hover .cl-photo.global-photo::after {
                        opacity: 1;
                    }

                .cl-btn a {
                    max-width: 251px;
                    margin: 0 auto;
                }

            .cl-btn {
                padding-top: 37px;
            }

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

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

    .cta-holder {
        position: relative;
        max-width: 1428px;
        margin: 0 auto;
    }

        .cta-lists {
            position: relative;
            display: flex;
            flex-wrap: wrap;
        }

            .cta-item {
                padding: 0 12px;
                width: 25%;
            }

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

                    .cta-photo.global-photo::after {
                        content: '';
                        position: absolute;
                        bottom: -1px;
                        left: 0;
                        right: 0;
                        margin: auto;
                        width: 65px;
                        height: 3px;
                        background: #ff0000;
                        pointer-events: none;
                    }

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

                            .cta-item a:hover .cta-photo.global-photo canvas {
                                background: var(--secondary);
                            }

                                .cta-photo.global-photo img {
                                    opacity: .55;
                                }

                                    .cta-item a:hover .cta-photo.global-photo img {
                                        opacity: .15;
                                        filter: grayscale(1);
                                    }

                                .cta-content {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    pointer-events: none;
                                }

                            .cta-label {
                                font-size: 16px;
                                font-weight: 500;
                                text-transform: uppercase;
                                color: #fff;
                                text-align: center;
                                letter-spacing: 1.7px;
                            }

/*tax area*/
section.tax-area {
    position: relative;
    padding: 58px 15px 120px;
}

    .site-bg.tx-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%);
    }

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

            .tx-inner {
                display: flex;
                flex-wrap: wrap;
            }

                .tx-col1 {
                    width: 43%;
                    padding-right: 15px;
                }

                    .tx-col2 {
                        width: 57%;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                    }

                        .tx-logo {
                            max-width: 422px;
                            margin: 0 0 19px;
                        }

                            .tx-sub-title {
                                font-size: 18px;
                                font-weight: 300;
                                color: var(--secondary);
                                letter-spacing: .9px;
                                margin: 0 0 34px;
                            }

                                .tx-text p {
                                    font-size: 13px;
                                    font-weight: 400;
                                    color: #555555;
                                    letter-spacing: .2px;
                                    line-height: 1.7;
                                    display: block;
                                    margin: 0 0 21px;
                                    max-width: 496px;
                                }

                                    .tx-btns a {
                                        display: inline-flex;
                                        max-width: 210px;
                                        margin: 0 8px;
                                    }

                                .tx-btns {
                                    margin-left: -8px;
                                }

                            .tx-col2-inner {
                                display: flex;
                                width: 50%;
                            }

                        .tx-arrow img {
                            margin: 42px auto;
                        }

                    .tx-icon {
                        max-width: 136px;
                        width: 100%;
                        max-width: 80px;
                    }

                .tx-info {
                    padding: 0 24px 0 67px;
                    /* margin-top: -12px; */
                    width: calc(100% - 80px);
                    padding: 0 24px 0 34px;
                }

            .tx-info-lists {
                border-bottom: 4px solid #678a9a;
            }

        .tx-info-lists:last-child {
            border: none;
        }

        .tx-col2-video {
            width: 50%;
            padding-bottom: min(3.2vw, 50px);
        }

    .tx-info-title {
        font-size: 35px;
        font-weight: 700;
        font-family: var(--font-family-title);
        text-transform: uppercase;
        color: var(--primary);
        margin: 0 0 21px;
        letter-spacing: 3.2px;
        line-height: 1.2;
    }

        .tx-info-text p {
            font-size: 18px;
            /* font-weight: 300; */
            color: #3e3e3e;
            line-height: 1.7;
            display: block;
            margin: 0 0 19px;
            max-width: 402px;
            font-size: 13px;
        }

            .tx-info-lists:not(:first-child) .tx-info-title {
                /* font-size: 40px; */
            }

                .tx-info-lists:not(:first-child) {
                    padding-top: 27px;
                }

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

    .tm-holder {
        position: relative;
        margin-bottom: -105px;
        box-shadow: 1px -5px 74.48px 23.52px rgba(0, 0, 0, 0.13);
        background: #fff;
    }

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

            .tm-inner {
                position: relative;
                z-index: 5;
                padding: 80px 15px;
                text-align: center;
            }

                .tm-head {
                    margin: 0 0 23px;
                }

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

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

                            .tm-rev p {
                                font-size: 16px;
                                font-weight: 300;
                                color: #555555;
                                letter-spacing: .3px;
                                display: block;
                                line-height: 1.6;
                                max-width: 892px;
                                margin: 0 auto 10px;
                            }

                                .tm-label span {
                                    display: block;
                                    font-size: 12px;
                                    font-weight: 300;
                                    margin: 9px 0 0;
                                }

                                    .tm-label {
                                        font-size: 16px;
                                        font-weight: 700;
                                        color: #555555;
                                        letter-spacing: .1px;
                                        padding-top: 13px;
                                    }

                                        .tm-btn-holder {
                                            position: relative;
                                            max-width: 350px;
                                            margin: 42px auto 0;
                                        }

                                    .tm-btn a {
                                        max-width: 262px;
                                        margin: 0 auto;
                                    }

                                .tm-arrow.global-arrow {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    pointer-events: none;
                                }

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

/*featured videos*/
section.featured-videos-area {
    position: relative;
    padding: 206px 0 80px;
}

    .fv-holder {
        position: relative;
    }

        .fv-head {
            text-align: center;
            margin: 0 0 43px;
        }

            .fv-lists {
                position: relative;
            }

                .fv-item {
                    padding: 0 105px;
                }

                    .fv-item a {
                        position: relative;
                        display: block;
                        pointer-events: none;
                    }

                    .fv-lists .slick-current.slick-active .fv-item a {
                        pointer-events: auto;
                    }

                        span.fv-plybtn {
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            margin: auto;
                            width: 98px;
                            height: 98px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background: var(--secondary);
                            border-radius: 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;
                        }

                            span.fv-plybtn em {
                                font-size: 25px;
                                color: #fff;
                            }

                                .fv-item a:hover span.fv-plybtn {
                                    background: var(--primary);
                                }

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

                            .fv-btn {
                                padding-top: 58px;
                            }

                        .fv-btn a {
                            margin: 0 auto;
                            max-width: 192px;
                        }

                    .fv-lists .slick-list {
                        padding: 0 320px;
                    }

                .fv-arrow.global-arrow {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    pointer-events: none;
                    padding: 0 288px;
                }

            .fv-arrow.global-arrow button span {
                font-size: 11px;
                font-weight: 400;
                color: #000;
                text-transform: uppercase;
                vertical-align: middle;
                letter-spacing: 1px;
            }

        .fv-arrow.global-arrow button {
            font-size: 26px;
            display: flex;
            align-items: center;
        }

    button.fv-next span {
        margin-right: 15px;
    }

        button.fv-prev span {
            margin-left: 15px;
        }

section.cta-area {
    display: none;
}

section.tax-area {
    padding: 100px 15px 120px;
}

.qs-form button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
    color: #0c2137;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 50px;
    text-align: left;
    resize: none;
    border: none;
    border-bottom: 1px solid #0c2137;
    border-left: none;
    padding: 0 25px;
    background: transparent;
}

.qs-form ul.dropdown-menu.inner {
    max-height: 250px !important;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
    .fv-item {
        padding: 0 70px;
    }

    .fv-lists .slick-list {
        padding: 0 285px;
    }

    .fv-arrow.global-arrow {
        padding: 0 258px;
    }
}

@media only screen and (max-width: 1366px) {
    .slider-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
        font-size: 55px;
    }

    .wc-col1 {
        margin-left: 0;
    }

    .site-bg.wc-accent {
        left: -20px;
        bottom: -20px;
    }

    .wc-col2 {
        margin-left: -72px;
        margin-right: 0;
    }

    .fp-content,
    .cl-content {
        padding: 25px 20px;
    }

    .fp-address,
    .cl-address {
        font-size: 18px;
    }

    .al-lists-content {
        top: 10%;
        padding-left: 5%;
    }

    .al-title {
        font-size: 45px;
        margin: 0 0 30px;
    }

    .cta-label {
        font-size: 15px;
        letter-spacing: 0.7px;
    }

    .tx-info-title {
        font-size: 40px;
        font-size: 28px;
    }

    .tx-info-lists:not(:first-child) .tx-info-title {
        /* font-size: 30px; */
    }

    .fv-item {
        padding: 0 40px;
    }

    .fv-lists .slick-list {
        padding: 0 200px;
    }

    .fv-arrow.global-arrow {
        padding: 0 170px;
    }
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .slider-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
        font-size: 50px;
    }

    .slider-holder .aios-slider-img::before {
        top: 102px;
    }

    .wc-col2 {
        margin-left: -29px;
    }

    .wc-content {
        padding: 50px 15px 30px 50px;
    }

    .wc-head {
        margin: 0 0 30px;
    }

    .fp-content, .cl-content {
        padding: 15px;
    }

    .fp-view,
    .cl-view {
        min-width: 90px;
    }

    .fp-address, .cl-address {
        font-size: 16px;
    }

    .fc-label {
        font-size: 28px;
    }

    .al-title {
        font-size: 40px;
        margin: 0 0 20px;
    }

    .al-address {
        font-size: 23px;
    }

    .al-address span {
        font-size: 15px;
    }

    .al-specs span {
        margin: 14px 0;
    }

    .al-specs {
        padding: 15px 0;
    }

    .cta-item {
        padding: 0 4px;
    }

    .cta-label {
        font-size: 14px;
        letter-spacing: 0;
    }

    .tx-info {
        padding: 0 15px 0 30px;
    }

    .tx-info-title {
        font-size: 35px;
        letter-spacing: 0;
        font-size: 25px;
    }

    .tx-btns a {
        max-width: 170px;
    }

    .fv-arrow.global-arrow {
        position: relative;
        padding: 0;
        justify-content: center;
    }

    .fv-arrow.global-arrow button {
        margin-top: 30px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .slider-holder .aios-slider-img::before {
        display: none;
    }

    .slider-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
        font-size: 40px;
    }

    .slider-holder .aios-slider-tagline-title > p {
        padding: 15px 0;
    }

    .slider-btns a {
        display: flex;
        margin: 5px auto;
    }

    .qs-inner > div {
        width: 100%;
        text-align: center;
    }

    .qs-form form > div {
        width: 100%;
    }

    .qs-form form {
        max-width: 500px;
        margin: 0 auto;
    }

    .long-form {
        width: 100%;
    }

    .short-form {
        width: 50%;
    }

    .btn-form.qs-field {
        padding: 0 10px;
        max-width: 180px;
        margin: 10px auto 0;
    }

    .qs-form > p {
        text-align: center;
    }

    section.welcome-area {
        padding: 50px 0;
    }

    .wc-photo {
        margin: 0 auto;
    }

    .wc-col2 {
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .wc-content {
        padding: 50px 15px;
    }

    .wc-head {
        padding-left: 0;
    }

    .wc-text p {
        max-width: 100%;
    }

    .fc-item {
        width: 50%;
    }

    section.available-lands-area {
        padding: 50px 15px;
    }

    .al-lists-content {
        top: 0;
        padding: 15px;
        position: relative;
        margin: 0 auto;
        max-width: 455px;
        text-align: center;
    }

    .al-photo.global-photo::after {
        display: none;
    }

    section.cta-area {
        padding: 50px 15px;
    }

    .cta-lists {
        display: block;
    }

    .cta-item {
        width: 100%;
        max-width: 333px;
        margin: 10px auto;
    }

    .cta-label {
        font-size: 16px;
    }

    .tx-inner > div {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .tx-logo {
        max-width: 422px;
        margin: 0 auto 19px;
    }

    .tx-text p {
        max-width: 100%;
    }

    .tx-col2-inner {
        display: block;
        width: 100%;
    }

    .tx-icon {
        margin: 30px auto;
        max-width: 136px;
    }

    .tx-info-text p {
        max-width: 100%;
        font-size: 15px;
    }

    section.tax-area {
        padding: 50px 15px;
    }

    section.tm-area {
        padding: 100px 0 0;
    }

    .tm-inner {
        padding: 50px 15px;
    }

    section.featured-videos-area {
        padding: 160px 0 50px;
    }

    .fv-lists .slick-list {
        padding: 0;
    }

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

    .tm-arrow.global-arrow {
        position: relative;
        justify-content: center;
    }

    .tx-info {
        padding: 0 15px 0 15px;
        width: 100%;
    }

    .tx-col2-video {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

    .tx-info-title {
        font-size: 30px;
    }
    
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .slider-holder .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
        font-size: 30px;
        letter-spacing: 0;
    }

    .fc-item {
        width: 100%;
    }

    .tm-head .global-title {
        max-width: 330px;
        margin: 0 auto;
    }

    span.fv-plybtn {
        width: 58px;
        height: 58px;
    }

    span.fv-plybtn em {
        font-size: 19px;
    }
}

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

    .slider-btns a {
        max-width: 150px;
    }

    .wc-head .global-title {
        max-width: 205px;
        margin: 0 auto;
    }

    .wc-head p {
        margin-left: 0;
    }

    .fp-content, .cl-content {
        display: block;
        text-align: center;
    }

    .fp-address, .cl-address {
        margin: 0 0 10px;
    }

    .fp-view, .cl-view {
        max-width: 100px;
        margin: 0 auto;
    }

    .tm-head .global-title {
        max-width: 225px;
    }

    .tx-btns a {
        margin: 8px;
    }

    .wc-head .global-title span {
        font-size: 30px;
    }

    .wc-head .global-title {
        font-size: 18px;
    }

    .wc-head p {
        font-size: 20px;
    }

    .wc-head {
        margin: 0 0 25px;
    }
}