#main-wrapper {
    position: relative;
}

/*slideshow*/
#hp-slideshow {
    position: relative;
}
    #hp-slideshow .aios-slider-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0.25;
        z-index: 1;
    }

    .slidehow-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        /*padding: 354px 0 0;*/
        padding: 7.4% 0 0;
    }
        .slidehow-content h1 {
            font-weight: 300;
            font-size: 65px;
            letter-spacing: 0.02em;
            line-height: 1.107692307692308;
            color: #fff;
            margin-bottom: 38px;
        }
            .slidehow-content h1 span {
                display: inline-block;
                vertical-align: top;
                font-weight: 600;
                position: relative;
            }
                .slidehow-content h1 span:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: -15px;
                    height: 30px;
                    background: var(--gradient-alt);
                    z-index: -1;
                    opacity: 0.8;
                    display: none;
                }

        .slidehow-content p {
            font-size: 18px;
            line-height: 1.333333333333333;
            letter-spacing: 0.02em;
            color: #fff;
            margin-bottom: 34px;
        }

        .slide-form {
            position: relative;
            pointer-events: none;
        }
            a.slide-btn {
                display: inline-flex;
                font-weight: 700;
                font-size: 20px;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                color: #fff;
                position: relative;
                padding: 19px 20px;
                pointer-events: all;
            }
                a.slide-btn:after {
                    content: '';
                    position: absolute;
                    bottom: -3px;
                    left: 0;
                    width: 67px;
                    height: 3px;
                    background: #fff;
                    transition: all var(--default-transition);
                }
                a.slide-btn:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 30px;
                    background: var(--gradient-alt);
                    z-index: -1;
                    opacity: 0.8;
                    transition: all var(--default-transition);
                    display: none;
                }
                a.slide-btn:hover:after {
                    width: 100%;
                }

            .slide-form:focus-within .slide-form-dropdown,
            .slide-form:hover .slide-form-dropdown {
                pointer-events: all;
                transform: translateX(0);
                opacity: 1;
                visibility: visible;
            }
            .slide-form-dropdown {
                padding-left: 31px;
                pointer-events: none;
                transform: translateX(-20px);
                opacity: 0;
                visibility: hidden;
                transition: all var(--default-transition);
            }
                .slide-form-dropdown span {
                    font-size: 16px;
                    letter-spacing: 0.05em;
                    line-height: 1;
                    color: #fff;
                    margin-right: 22px;
                }
                .slide-form-dropdown label {
                    display: inline-flex;
                    position: relative;
                    padding: 10px 0;
                }
                    .slide-form-dropdown label input {
                        position: absolute;
                        top: 0;
                        left: 0;
                        opacity: 0;
                        width: 100%;
                        height: 100%;
                    }
                    .slide-form-dropdown label span {
                        display: flex;
                        padding-left: 25px;
                        margin-right: 32px;
                    }
                    .slide-form-dropdown label:last-child span {
                        margin-right: 0;
                    }
                        .slide-form-dropdown label span:before,
                        .slide-form-dropdown label span:after {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                        }
                        .slide-form-dropdown label span:before {
                            width: 16px;
                            height: 16px;
                            border-radius: 50%;
                            border: 2px solid #ffffff;
                        }
                        .slide-form-dropdown label span:after {
                            width: 5px;
                            height: 5px;
                            left: 5px;
                            border-radius: 50%;
                            background: var(--secondary);
                            opacity: 0;
                        }

                    .slide-form-dropdown label input:checked ~ span:after {
                        opacity: 1;
                    }

    .slide-smi {
        position: absolute;
        /*bottom: 49px;*/
        bottom: min(8.75vw,140px);
        right: 2.5%;
        z-index: 3;

        filter: drop-shadow(-1px 1px 3px #000);
        -webkit-filter: drop-shadow(-1px 1px 3px #000);
    }
        .slide-smi span {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.05em;
            color: #fff;
            margin-right: 23px;
        }
        .slide-smi a {
            font-size: 18px;
            color: #fff;
            margin-right: 28px;
        }
        .slide-smi a:last-child {
            margin-right: 0;
        }
        .slide-smi a:hover {
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .slide-smi a.ai-font-facebook:hover {
            background: linear-gradient(90deg, #3b5998 0%, #3b5998 100%);
            -webkit-background-clip: text;
        }
        .slide-smi a.ai-font-youtube:hover {
            background: linear-gradient(90deg, #ff0000 0%, #ff0000 100%);
            -webkit-background-clip: text;
        }
        .slide-smi a.ai-font-instagram:hover {
            background: linear-gradient(120deg, #405de6 40%, #c13584 30%, #fcaf45 100%);
            -webkit-background-clip: text;
        }
 .slide-smi a.ai-font-google:hover {
            background: linear-gradient(169deg, rgba(234,67,53,1) 12%, rgba(251,188,5,1) 49%, rgba(52,168,83,1) 64%, rgba(66,133,244,1) 85%);
            -webkit-background-clip: text;
        }
.slide-smi a.ai-font-yelp:hover {
            background: linear-gradient(90deg, #FF1A1A 0%, #FF1A1A 100%);
            -webkit-background-clip: text;
        }

/*fp*/
#hp-fp {
    position: relative;
    padding: 96px 0 0;
}
    .fp-inner {
        padding: 0 3.125%;
    }
        #hp-fp .section-title {
            text-align: center;
            margin-bottom: 48px;
        }

    .fp-list {
        margin: 0 -5px;
        font-size: 0;
    }
        .fp-item {
            display: inline-block;
            width: 33.33%;
            padding: 5px;
        }
            .fp-item a {
                display: block;
                position: relative;
                overflow: hidden;
            }
                .fp-item-img {
                    position: relative;
                    overflow: hidden;
                }
                    .fp-item-img canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                        transition: all var(--default-transition);
                    }
                .fp-item-details {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    color: #fff;
                    z-index: 2;
                    padding: 0 6% 6.06%;
                    transition: all var(--default-transition);
                }
                    .fp-item-details .flex {
                        overflow: hidden;
                    }
                    .fp-item-img:before {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        z-index: 1;
                        top: 50%;
                        background: rgb(0,0,0);
                        background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                        background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
                        opacity: 0.65;
                    }
                    .fp-address {
                        font-weight: 600;
                        font-size: 20px;
                        letter-spacing: 0.02em;
                        line-height: 23px;
                    }
                        .fp-address span {
                            display: block;
                            font-size: 15px;
                            font-weight: 400;
                        }
                            .fp-address span em {
                                display: inline-flex;
                                position: relative;
                                font-style: normal;
                            }
                                .fp-address span em:before {
                                    content: '';
                                    position: absolute;
                                    top: 0;
                                    left: 100%;
                                    bottom: 0;
                                    height: 1px;
                                    margin: auto;
                                    background: #fff;
                                    opacity: 0.2;
                                    width: 100vw;
                                    margin-left: 22px;
                                }
                    .fp-price {
                        font-weight: 600;
                        font-size: 20px;
                        letter-spacing: 0.02em;
                    }

        .fp-item-hover {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            color: #fff;
            z-index: 2;
            /*padding: 30px 30px 30px;*/
            padding: 6.5%;
            transform: translateY(100%);
            transition: all var(--default-transition);
        }
            .fp-item-hover:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: var(--gradient);
                opacity: 0.8;
                z-index: -1;
                display: block;
            }

            .fp-item-hover-left {
                width: 60%;
            }
                .fp-hover-price {
                    font-weight: 600;
                    font-size: 20px;
                    letter-spacing: 0.02em;
                    padding: 2px 0 8px;
                }
                .fp-hover-address {
                    font-size: 18px;
                    letter-spacing: 0.02em;
                    line-height: 22px;
                }
                    .fp-hover-address span {
                        display: block;
                        font-size: 15px;
                    }
            .fp-item-hover-amenities {
                width: 40%;
                text-align: right;
            }
                .fp-item-hover-amenities span {
                    font-size: 15px;
                    letter-spacing: 0.02em;
                    line-height: 1.6;
                    display: block;
                }

            .fp-view {
                text-align: center;
                border-top: 1px solid rgba(255,255,255,0.2);
                margin-top: auto;
                padding: 29px 0 0;
            }
                .fp-view span {
                    display: inline-block;
                    font-size: 16px;
                    font-weight: 500;
                    letter-spacing: 0.05em;
                    border-bottom: 2px solid #fff;
                    padding: 0 16px 9px;
                }

        .fp-item a:hover .fp-item-img canvas {
            transform: scale(1.1);
        }
        .fp-item a:hover .fp-item-hover {
            transform: translateY(0);
        }
        .fp-item a:hover .fp-item-details {
            transform: translateY(-100%);
            opacity: 0;
        }

    .fp-btns {
        margin: 43px 0 0;
    }
        .fp-btns a.btn-a {
            margin: 0 40px;
        }

/*fc*/
#hp-fc {
    position: relative;
    padding: 105px 0 181px;
}
    .fc-inner {
        padding: 0 7.5%;
        position: relative;
    }
        .fc-text {
            width: 43.897%;
            padding: 0 0 7% 1.5%;
        }
            .fc-text-inner {
                max-width: 402px;
                margin: 0 auto;
            }
                .fc-text h3 {
                    font-size: 90px;
                    font-weight: 600;
                    line-height: 1;
                    margin-bottom: 50px;
                }
                .fc-text p {
                    font-size: 18px;
                    letter-spacing: 0.02em;
                    line-height: 1.6;
                    color: #3b3b3b;
                    margin-bottom: 38px;
                }
        .fc-img {
            width: 763px;
            width: 56.103%;
        }
            .fc-img canvas {
                display: block;
                width: 100%;
                background-position: center;
                background-size: cover;
                background-color: #999;
            }

    .fc-title {
        background: #fff;
        position: absolute;
        z-index: 1;
        bottom: -21px;
        left: 0;
        right: 8.1%;
        max-width: 539px;
        margin: 0 auto;
        text-align: center;
        padding: 22px 15px 31px 0;
        box-shadow: 7px 28px 30px 0px rgba(0, 0, 0, 0.2);
    }


/*team*/
#hp-team {
    position: relative;
    padding: 126px 0 114px;
    background: #f1f1f1;
}
    .team-inner {
        padding: 0 7.5%;
    }
        .team-video {
            width: 665px;
            width: 48.8975%;
            position: relative;
        }
            .team-video a {
                display: block;
                position: relative;
            }
                .team-video-img {
                    position: relative;
                }
                    .team-video-img canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-color: #999;
                    }

                .team-video-btn {
                    position: absolute;
                    bottom: -27px;
                    right: -24px;
                    box-shadow: 2px 10px 25px 0px rgba(0, 0, 0, 0.2);
                    padding: 0 35px 1px 28px;
                    z-index: 1;
                }
                    .team-video-btn:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: -1;
                        background: var(--gradient);
                        opacity: 0.88;
                        display: block;
                    }
                    .team-video-btn i {
                        width: 56px;
                        height: 56px;
                        border-radius: 50%;
                        border: 2px solid #fff;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 15px;
                        color: #fff;
                        top: -17px;
                        margin-right: 19px;
                        background: rgba(0,0,0,0.15);
                    }
                    .team-video-btn span {
                        font-size: 18px;
                        font-weight: 500;
                        letter-spacing: 0.05em;
                        color: #fff;
                    }

            .team-video-logo {
                position: absolute;
                left: 46px;
                bottom: -149px;
                width: 220px;
                height: 220px;
                padding: 37px;
                background: #fff;
                box-shadow: 7px 28px 30px 0px rgba(0, 0, 0, 0.2);
                border-radius: 50%;
            }
                .team-video-logo img {
                    display: block;
                    margin: 0 auto;
                    max-width: 100%;
                    height: auto;
                }

        .team-text {
            width: 51.1025%;
            padding-right: 9.5%;
            padding-left: 4.5%;
        }
            .team-text-inner {
                max-width: 525px;
                margin: 0 auto;
            }
                .team-text h3,
                .team-text h2 {
                    font-size: 48px;
                    font-weight: 600;
                    line-height: 1.25;
                    margin-bottom: 36px;
                }
                .team-text p {
                    font-size: 18px;
                    letter-spacing: 0.02em;
                    line-height: 1.6;
                    color: #3b3b3b;
                    margin-bottom: 41px;
                }
                .team-text-btn {
                    margin-bottom: 15px;
                }
                    .team-text-btn a.btn-a {
                        margin-right: 70px;
                    }
                    .team-text-btn a.btn-a:last-child {
                        margin-right: 0;
                    }


/*awards*/
#hp-awards {
    position: relative;
    padding: 99px 0 109px;
}
    .award-inner {
        padding-left: 11%;
        margin-right: -30px;
    }
        .award-inner h3 {
            font-size: 48px;
            line-height: 1.25;
            color: #000;
            font-weight: 300;
            margin-bottom: 52px;
        }
            .award-inner h3 strong {
                font-weight: 700;
            }
            .award-inner h3 strong.has-accent {
                display: inline-flex;
                position: relative;
            }
                .award-inner h3 strong.has-accent:before {
                    content: '';
                    position: absolute;
                    bottom: -4px;
                    /* left: 0; */
                    right: -14px;
                    height: 29px;
                    background: var(--gradient-alt);
                    z-index: -1;
                    opacity: 0.8;
                    min-width: 215px;
                    width: 100%;
                    display: none;
                }

        .award-row {
            padding-right: 2.8%;
        }
            .award-img {
                margin-right: 7.9%;
                margin-top: 6px;
            }
            .award-text {
                width: 525px;
            }
                .award-text p {
                    font-size: 30px;
                    letter-spacing: 0.02em;
                    line-height: 1.333333333333333;
                    color: #3b3b3b;
                    margin-bottom: 41px;
                }


/*testimonials*/
#hp-testimonials {
    position: relative;
    background: #f1f1f1;
    /*padding: 139px 0 106px;*/
    padding: 70px 0 53px;
}
    .testi-inner {
        margin-right: -6px;
    }
        .testi-text-list {
            width: 790px;
            width: 69%;
            margin-right: auto;
            position: relative;
            margin-top: 5px;
        }
            .testi-text-list:before {
                content: '';
                position: absolute;
                width: 55px;
                height: 44px;
                background: url(../images/homepage/icon-qoute.png) center/contain no-repeat;
                top: 9px;
                left: -63px;
            }
            .testi-text {
                position: relative;
                padding-left: 10px;
            }
                .testi-text ~ .testi-text {
                    display: none;
                }
                .testi-text p {
                    font-weight: 500;
                    font-size: 40px;
                    line-height: 1.083333333333333;
                    color: #000;
                    margin-bottom: 46px;
                }
                .testi-text span {
                    display: block;
                    font-weight: 600;
                    font-size: 24px;
                    line-height: 1;
                    color: #000;
                }

        .testi-img-list {
            position: relative;
            width: 138px;
            max-width: 30%;
        }
            .testi-img {
                width: 100%;
                margin-bottom: 22px;
            }
                .testi-img canvas {
                    display: block;
                    width: 100%;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-color: #999;
                    border-radius: 50%;
                    transition: opacity var(--default-transition);
                }

                .slick-slide:not(.slick-current) .testi-img canvas {
                    opacity: 0.2;
                }

            .testi-img ~ .testi-img {
                display: none;
            }

            .testi-img-list .custom-slick-arrow {
                bottom: initial;
                top: 55px;
                pointer-events: none;
            }
            .testi-img-list .custom-slick-arrow.slick-prev {
                left: -40px;
            }
            .testi-img-list .custom-slick-arrow.slick-next {
                right: -40px;
                display: none!important;
            }

        .testi-link {
            width: 138px;
            max-width: 30%;
            margin-left: auto;
            text-align: center;
            margin-top: 76px;
            margin-right: -8px;
        }





/*map*/
#hp-map {
    position: relative;
    padding: 26px 0 0;
}
    .map-inner {
        position: relative;
        margin-left: -57px;
    }
        .map-responsive {
            width: 633px;
            width: 52.8825%;
            position: relative;
        }
            .map-responsive canvas {
                display: block;
                width: 100%;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
            }
            .map-container {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 0;
            }
                .map-container img {
                    max-width: initial;
                    display: block;
                }
                .map-hovers {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                }
                    .map-hover {
                        position: absolute;
                        opacity: 0;
                        pointer-events: none;
                    }
                        .map-hover span {
                            position: absolute;
                            font-weight: 500;
                            font-size: 14px;
                            letter-spacing: 0.05em;
                            color: #fff;
                            text-align: center;
                            white-space: nowrap;
                            line-height: 1.214285714285714;
                        }
                        .map-hover span i.map-dot {
                            display: block;
                            width: 20px;
                            height: 20px;
                            border-radius: 50%;
                            border: 1px solid rgb(255 255 255 / 30%);
                            position: relative;
                            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
                            margin: 0 auto 10px;
                        }
                            .map-hover span i.map-dot:before {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                width: 6px;
                                height: 6px;
                                border-radius: 50%;
                                background: #fff;
                                margin: auto;
                            }

                        .map-hover img {
                            opacity: 0;
                            transition: all var(--default-transition);
                        }
                        .map-hover.active img {
                            opacity: 1;
                        }

                .map-hover[data-area="henderson-and-green-valley"] {
                    opacity: 1;
                    top: 372px;
                    left: 279px;
                }
                    .map-hover[data-area="henderson-and-green-valley"] span {
                        top: 108px;
                        left: 120px;
                    }

                .map-hover[data-area="east-las-vegas"] {
                    opacity: 1;
                    top: 134px;
                    left: 351px;
                }
                    .map-hover[data-area="east-las-vegas"] span {
                        top: 149px;
                        left: 82px;
                    }

                .map-hover[data-area="strip-and-downtown"] {
                    opacity: 1;
                    top: 343px;
                    left: 244px;
                }
                    .map-hover[data-area="strip-and-downtown"] span {
                        top: 32px;
                        left: 74px;
                    }

                .map-hover[data-area="southwest-las-vegas"] {
                    opacity: 1;
                    top: 442px;
                    left: 85px;
                }
                    .map-hover[data-area="southwest-las-vegas"] span {
                        top: 59px;
                        left: 147px;
                    }

                .map-hover[data-area="summerlin-area"] {
                    opacity: 1;
                    top: 323px;
                    left: 69px;
                }
                    .map-hover[data-area="summerlin-area"] span {
                        top: 62px;
                        left: 79px;
                    }


                .map-hover[data-area="north-las-vegas"] {
                    opacity: 1;
                    top: 65px;
                    left: 242px;
                }
                    .map-hover[data-area="north-las-vegas"] span {
                        top: 74px;
                        left: 60px;
                    }

                .map-hover[data-area="northwest-las-vegas"] {
                    opacity: 1;
                    top: 0;
                    left: 0;
                }
                    .map-hover[data-area="northwest-las-vegas"] span {
                        top: 251px;
                        left: 153px;
                    }

        .map-text {
            width: 47.1175%;
            padding: 11.4456% 0 0 3.1%;
        }
            .map-text-inner {
                max-width: 512px;
            }
                .map-text .section-title {
                    line-height: 1.2;
                    margin-bottom: 45px;
                }
                .map-text p {
                    font-size: 18px;
                    line-height: 1.6;
                    color: #3b3b3b;
                    letter-spacing: 0.02em;
                    margin-bottom: 36px;
                }
                .map-text-btn {

                }
                    .map-text-btn a.btn-a {
                        margin-right: 60px;
                    }
                    .map-text-btn a.btn-a:last-child {
                        margin-right: 0;
                    }


/*social*/
#hp-social {
    position: relative;
    padding: 102px 0 115px;
}
    .social-inner {
        padding: 0 3.125%;
    }
        .social-title {
            width: 307px;
            width: 20.467%;
        }
            .social-title .section-title {
                line-height: 1.2;
            }
        .social-list {
            width: 79.533%;
            padding-right: 33px;
        }
            .social-item {
                width: 20%;
                padding: 5px;
            }
                .social-item a {
                    display: block;
                    position: relative;
                    overflow: hidden;
                }
                    .social-item a canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-color: #323232;
                    }

                    .social-item a video {

                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 0;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;

                    }

                    .social-item-hover {
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: 1;
                        transform: translateY(100%);
                        transition: all var(--default-transition);
                        padding: 10px;
                    }
                        .social-item-hover:before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background: var(--gradient);
                            opacity: 0.9;
                            display: block;
                            z-index: -1;
                        }
                        .social-item-hover > div {
                            width: 100%;
                        }
                            .social-item-hover p {
                                text-align: center;
                                font-size: 14px;
                                letter-spacing: 0.05em;
                                line-height: 1.4;
                                color: #fff;
                            }

                    .social-item a:hover .social-item-hover {
                        transform: translateY(0);
                    }

            .social-item.social-more a {
                display: flex;
                align-items: center;
                justify-content: center;
            }
                .social-item.social-more .btn-a {
                    position: absolute;
                }
                .social-item.social-more a:hover .btn-a:before {
                    width: 100%;
                }
#hp-testimonials .slick-slide.slick-current.slick-active .testi-img{
    cursor: pointer!important;
}
#hp-testimonials .slick-slide.slick-current.slick-active .testi-img a{
    pointer-events: none;
} 

/*desktop media*/


.scroll-down {
    position: absolute;
    bottom: min(1.8125vw,40px);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    height: 9px;
    animation: animate-arrow 1.5s infinite;
    -webkit-animation: animate-arrow 1.5s infinite;
    -moz-animation: animate-arrow 1.5s infinite;
}
@keyframes animate-arrow {
  0%{
    bottom: min(1.8125vw,40px);
  }
  50%{
    bottom: min(33.125vw,50px)
  }
  100%{
    bottom: min(1.8125vw,40px);
  }
}
-webkit-@keyframes animate-arrow {
  0%{
    bottom: min(1.8125vw,40px);
  }
  50%{
    bottom: min(3.75vw,60px)
  }
  100%{
    bottom: min(1.8125vw,40px);
  }
}
-moz-@keyframes animate-arrow {
  0%{
    bottom: min(1.8125vw,40px);
  }
  50%{
    bottom: min(3.75vw,60px)
  }
  100%{
    bottom: min(1.8125vw,40px);
  }
}
.scroll-down a {
    display: block;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.scroll-down a span {
    /*writing-mode: vertical-lr;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transform: rotate(180deg);
    position: relative;
    font-size: 0;
    line-height: 1;
    letter-spacing: 0.200em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.scroll-down a span em.ai-icon-arrow {
    position: relative;
    content: '';
    bottom: calc(100% + 16px);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../../assets/images/homepage/ai-scroll-icon.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 20px;
    transform: rotate(180deg);
}

.scroll-down a:before {
    display: none;
    position: absolute;
    content: '';
    bottom: calc(100% + 19px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 85px;
    background-color: rgba(255,255,255,.40);
    pointer-events: none;
}

.scroll-down a:hover {
    opacity: .75;
}

.ip-prop-logo {
    margin: auto 0;
}
.ip-prop-logo .ip-prop-hover-image img {
    filter: invert(1);
    width: 110px;
    height: auto;
}

@media only screen and (min-width: 992px) {
    #hp-slideshow #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-img canvas,
    #hp-slideshow #aios-slider-hp-slideshow .aios-slider-splide .aios-slider-custom-video canvas {
        min-height: 100vh;
    }
    .social-item:nth-child(5):not(.social-more) {
        display: none;
    }
}
/*desktop media end*/
@media only screen and (max-width: 1440px) {
    .team-text {
        padding-right: 3.5%;
        padding-left: 3.5%;
    }

        .slidehow-content h1 {
    font-size: 50px;
    margin-bottom: 27px;
}

.slidehow-content p {
    margin-bottom: 25px;
}
}
@media only screen and (max-width: 1280px) {
    
    .slidehow-content h1 {
        font-size: 55px;
    }
    .fc-inner,
    .team-inner {
        padding: 0 5%;
    }

    .award-inner {
        margin-right: 0;
        padding-left: 7%;
    }
    .testi-text-list {
        margin-left: 50px;
    }
    .map-inner {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .slide-smi {
        bottom: 30px;
    }
    .slidehow-content {
        padding-top: 7%;
    }
    .slidehow-content h1 {
        margin-bottom: 20px;
        font-size: 45px;
    }
    .slidehow-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    a.slide-btn {
        font-size: 14px;
    }
    .fc-text {
        padding-left: 0;
    }
    .fc-text h3 {
        font-size: 60px;
    }
    .team-text {
        padding-right: 0;
    }
        .team-text h3,
        .team-text h2 {
            font-size: 30px;
        }
    .team-video-logo {
        width: 150px;
        height: 150px;
        padding: 25px;
        bottom: -80px;
        left: 6%;
    }
    .award-inner {
        padding-left: 3%;
        padding-right: 3%;
    }
        .award-inner h3 {
            font-size: 40px;
        }

        .award-text p {
            font-size: 20px;
        }

    .testi-text p {
        font-size: 50px;
    }
    .map-text-btn a.btn-a {
        margin-right: 20px;
    }
    .social-list {
        padding-right: 0;
    }
    .social-item.social-more .btn-a {
        font-size: 13px;
    }
        

    .fp-hover-price {
        font-size: 16px;
    }
    .fp-hover-address, 
    .fp-hover-address span,
    .fp-item-hover-amenities span {
        font-size: 14px;
        line-height: 1.3;
    }
    .ip-prop-logo .ip-prop-hover-image img {
        width: 80px;
    }
    .fp-view {
        padding-top: 10px;
    }

}
@media only screen and (max-width: 991px) {
    #main-wrapper {
        overflow: hidden;
    }
    
    .slidehow-content {
        padding-top: 0;
        top: initial;
        bottom: 48px; 
        padding: 0 7%;
    }
        .slidehow-content .container {
            max-width: 100%;
        }

    .slide-form {

    }
        .slide-form-dropdown {
            position: absolute;
            z-index: 2;
            top: 100%;
            background: #fff;
            padding: 20px 30px;
            max-width: 230px;
            box-shadow: 7px 28px 30px 0px rgba(0, 0, 0, 0.2);
        }
            .slide-form-dropdown span {
                width: 100%;
                text-align: center;
                color: #000;
            }
            .slide-form-dropdown label {
                width: 100%;
            }
                
            .slide-form-dropdown label span {
                margin-right: 0;
            }
                .slide-form-dropdown label span:before {
                    border-color: #000;
                }
    .slidehow-content p br {
        display: none;
    }
    a.slide-btn {
        padding: 13px 20px;
    }
        a.slide-btn:before {
            height: 20px;
        }
        a.slide-btn:after {
            width: 47px;
        }

    .section-title {
        font-size: 24px;
    }
        .section-title strong:before {
            height: 18px;
            min-width: initial;
        }

    #hp-fp {
        padding: 57px 0 0;
    }
        .fp-inner {
            padding: 0 5.556%;
        }
        #hp-fp .section-title {
            margin-bottom: 33px;
        }
        .fp-item {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            display: block;
            padding: 5px 5px 3px;
        }
        .fp-item:nth-child(3) ~ .fp-item {
            display: none;
        }
            .fp-address {
                font-size: 18px;
                width: 100%;
                margin-bottom: 7px;
            }

                .fp-address span {
                    font-size: 14px;
                }
                .fp-address:after {
                    content: '';
                    display: block;
                    height: 1px;
                    margin: auto;
                    background: #fff;
                    opacity: 0.2;
                    margin-top: 3px;
                }
            .fp-price {
                font-size: 18px;
            }
                .fp-address span em:before {
                    display: none;
                }

        .fp-item-hover-left {
            text-align: center;
            width: 100%;
        }
            .fp-hover-price {
                font-size: 18px;
                padding: 0 0 6px;
            }

            .fp-hover-address {
                font-size: 15px;
            }

            .fp-hover-address span {
                font-size: 12px;
            }

            .fp-item-hover-amenities span {
                font-size: 12px;
                line-height: 1.3;
            }
        .fp-item-hover-amenities {
            width: 100%;
            text-align: center;
        }
            .fp-view {
                padding-top: 10px;
            }
                .fp-view span {
                    font-size: 12px;
                }

    .fp-btns {
        flex-flow: column;
        max-width: 270px;
        margin: 22px auto 0;
    }

        .fp-btns a.btn-a {
            margin: 0 0 18px;
        }

        .fp-btns a.btn-a:last-child {
            margin-bottom: 0;
        }

    #hp-fc {
        padding: 68px 0 98px;
    }

        .fc-inner {
            padding: 0 5.556%;
        }
            .fc-text {
                width: 100%;
                padding: 0 0 45px;
            }
                .fc-text-inner {
                    max-width: 740px;
                    padding: 0 25px;
                }
                    .fc-text h3 {
                        text-align: left;
                        font-size: 71px;
                        margin-bottom: 28px;
                    }
                    .fc-text p {
                        font-size: 15px;
                        margin-bottom: 21px;
                }
            .fc-img {
                width: 100%;
            }
                .fc-img canvas {
                    min-height: 259px;
                }
            .fc-title {
                left: 13.335%;
                max-width: 198px;
                right: initial;
                text-align: left;
                padding: 15px 10px 21px 20px;
            }
                

    #hp-team {
        padding: 50px 0 70px;
    }
        .team-inner {
            padding: 0 5.556%;
            flex-flow: column-reverse;
        }
            .team-video {
                width: 100%;
            }
                .team-video-logo {
                    width: 116px;
                    height: 116px;
                    padding: 20px;
                    left: 11px;
                    bottom: -88px;
                }
                .team-video-btn {
                    right: -14px;
                    bottom: -18px;
                    padding: 0 25px 0 20px;
                }

                    .team-video-btn i {
                        width: 39px;
                        height: 39px;
                        font-size: 10px;
                        top: -12px;
                    }
                    
                    .team-video-btn span {
                        font-size: 13px;
                    }
            .team-text {
                width: 100%;
                padding: 0 24px;
            }
                .team-text-inner {
                    max-width: 720px;
                    margin: 0 auto;
                }
                .team-text h3,
                .team-text h2 {
                    font-size: 27px;
                    margin-bottom: 21px;
                }

                .team-text p {
                    margin-bottom: 23px;
                }

                .team-text-btn {
                    flex-flow: column;
                    align-items: flex-start;
                    margin-bottom: 56px;
                }

                    .team-text-btn a.btn-a {
                        margin-right: 0;
                        margin-bottom: 20px;
                    }

                    .team-text-btn a.btn-a:last-child {
                        margin-bottom: 0;
                    }

    #hp-awards {
        padding: 60px 0;
    }
        .award-inner {
            padding: 0 24px;
        }
            .award-inner h3 {
                font-size: 27px;
                line-height: 1.296296296296296;
                margin-bottom: 27px;
            }
        .award-row {
            padding: 0;
            flex-flow: column-reverse;
        }
            .award-text {
                width: 100%;
            }
                .award-text p {
                    font-size: 18px;
                    line-height: 1.555555555555556;
                    margin-bottom: 23px;
                }
            .award-img {
                margin-left: auto;
                width: 100px;
                margin-top: 37px;
            }
                .award-img img {
                    display: block;
                    width: 100%;
                    height: auto;
                }

    #hp-testimonials {
        padding: 94px 0 60px;
    }

        .testi-inner {
            margin: 0;
            padding: 0 30px;
        }
            .testi-text-list {
                margin: 0;
                width: 75%;
            }
                .testi-text-list:before {
                    width: 33px;
                    top: -40px;
                    left: 0;
                }
                .testi-text {
                    padding-left: 0;
                    padding-top: 7px;
                }
                    .testi-text p {
                        font-size: 27px;
                        line-height: 1.333333333333333;
                        margin-bottom: 20px;
                    }
                    .testi-text span {
                        font-size: 18px;
                    }

            .testi-img-list {
                max-width: 19%;
                width: 51px;
                margin-left: auto;
            }
                .testi-img-list .custom-slick-arrow {
                    top: 10px;
                    width: 20px;
                }
                    .testi-img-list .custom-slick-arrow .custom-slick-arrow-icon {
                        width: 7px;
                    }
                .testi-img-list .custom-slick-arrow.slick-prev {
                    left: -20px;
                }
                .testi-img {
                    margin-bottom: 10px;
                }

    .testi-link {
        width: 100%;
        max-width: initial;
        text-align: left;
        padding: 0 30px;
        margin-right: 0;
        margin-top: 38px;
    }

    

    #hp-map {
        padding: 0;
    }

        .map-inner {
            flex-flow: column-reverse;
        }

            .map-text {
                width: 100%;
                padding: 0;
                margin-bottom: 40px;
            }

                .map-text-inner {
                    padding: 0 30px;
                    margin: 0 auto;
                }

                    .map-text-inner .section-title strong {
                        max-width: 170px;
                    }

                    .map-text p {
                        margin-bottom: 20px;
                    }

                    .map-text-btn {
                        flex-flow: column;
                    }

                        .map-text-btn a.btn-a {
                            margin-right: 0;
                            margin-bottom: 20px;
                        }

                        .map-text-btn a.btn-a:last-child {
                            margin-bottom: 0;
                        }

            .map-responsive {
                width: 100%;
                max-width: 633px;
                margin: 0 auto;
            }

    #hp-social {
        padding: 40px 0 60px;
    }

        .social-inner {
            padding: 0 12.5%;
        }

            .social-title {
                justify-content: flex-start;
                width: 100%;
                margin-bottom: 30px;
            }

            .social-list {
                width: auto;
                margin: 0 -5px;
            }

                .social-item {
                    width: 50%;
                }

                    .social-item-hover p {
                        font-size: 12px;
                        line-height: 1.2;
                    }

        .scroll-down{
                bottom: 13%;
                left: 3%;
        }

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

}
@media only screen and (max-width: 480px) {
    .social-item.social-more .btn-a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5%;
    }
}

@media only screen and (max-width: 340px) {
    .fc-text h3 {
        font-size: 50px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */


