/*side fixed smi*/
.side-fixed-contact {
    position: fixed;
    top: 0;
    right: 20px;
    pointer-events: none !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 101;
}

    .fixed-smi{
        position: relative;
    }

        .fixed-smi::after {
            content: '';
            position: absolute;
            top: 15px;
            left: 0;
            right: 0;
            width: 1px;
            height: 90%;
            background: #fff;
            margin: auto;
        }

    .fixed-smi span {
        display: block;
        text-align: center;
        margin: 13px 0;
    }

        .fixed-smi span:first-child {
            margin-bottom: 40px;
        }

        .fixed-smi a {
            width: 40px;
            height: 40px;
            font-size: 17px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            -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;
            pointer-events: auto;
            position: relative;
            z-index: 4;
            color: #000;  
            border-radius: 100%;  
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);         
        }

            .fixed-smi a:hover {
                background: #076789;
                color: #fff;
            }

/*slideshow*/
#aios-slider-slideshow .aios-slider-volume{
  display: none;
}

    .slideshow-area,
    .slider-holder {
        position: relative;
    }

        .slider-holder::after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: .27;
            z-index: 2;
            pointer-events: none;
        }

/*tagline*/
.slider-tagline{
    position: absolute;
    bottom: 82px;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0 15px;
}

    .tagline-inner{
        max-width: 1283px;
        /*margin: 0 auto;*/
        margin: 0 auto 0 50px;
    }

        .tagline-content {
            display: flex;
            gap: 25px;
        }

            .tagline-number {
                font-size: 294px;
                color: #fff;
                font-family: 'Graun';
                margin: -85px 0 0;
            }

                .tagline-number span {
                    font-size: 150px;
                }

                .tagline-text {
                    font-size: 95px;
                    text-transform: uppercase;
                    color: #fff;
                    font-family: 'Graun';
                    line-height: .85;
                    letter-spacing: 3px;
                }

                    .tagline-text span {
                        display: block;
                        font-size: 28px;
                        font-weight: 600;
                        font-family: var(--font-family-title);
                        margin: 21px 0 0;
                    }

                .tagline-bottom {
                    position: relative;
                    background: #076789;
                    background: #076789;
                    /*max-width: 718px;*/
                    max-width: 30vw;
                    color: #fff;
                    font-size: 40px;
                    text-transform: uppercase;
                    text-align: right;
                    font-family: 'Backlash Small Caps';
                    /*padding: 11px 70px 11px 0;*/
                    padding: 11px 10px 11px 0;
                    margin: 23px 0 0;
                    letter-spacing: 2.5px;
                }

                    .tagline-bottom::after{
                        content: '';
                        position: absolute;
                        top: 0;
                        right: 100%;
                        width: 100vw;
                        height: 100%;
                        background: #076789;
                        background: #076789;
                    }

/*quick search*/
section.quick-search-area {
    position: relative;
    z-index: 5;
    padding: 55px 0 60px;
}

    .qs-holder {
        position: relative;
        z-index: 5;
        padding: 0;
        margin: 0 auto 0;
        max-width: 1283px;
    }

        .qs-form {
            font-size: 0;
            margin: 0;
            background: #fff;
        }

            .qs-form select, .qs-form input {
                border-radius: 0;
                color: #333333;
                font-size: 13px;
                font-weight: 400;
                font-family: var(--font-family-default);
                -webkit-appearance: none;
                -moz-appearance: none;
                /*background: url(images/qs-arrow.png) no-repeat scroll right 0 center;*/
                background: #f5f5f5;
                width: 100%;
                height: 85px;
                padding: 0px 0;
                line-height: 1;
                letter-spacing: 1.6px;
                border: none;
                border-right: 1px solid rgb(51 51 51 / 20%);
                padding-left: 56px;
                padding-right: 23px;
                text-transform: uppercase;
            }   

                .qs-icon1{
                    background: #f5f5f5 url('../../assets/images/qs-icon1.png') no-repeat scroll left 23px center !important;
                }

                .qs-icon2{
                    background: #f5f5f5 url('../../assets/images/qs-icon2.png') no-repeat scroll left 23px center !important;
                }

                .qs-icon3{
                    background: #f5f5f5 url('../../assets/images/qs-icon3.png') no-repeat scroll left 23px center !important;
                }

                .qs-icon4{
                    background: #f5f5f5 url('../../assets/images/qs-icon4.png') no-repeat scroll left 23px center !important;
                }

                .qs-icon5{
                    background: #f5f5f5 url('../../assets/images/qs-icon5.png') no-repeat scroll left 23px center !important;
                }

                .qs-form select option{
                    color: #000;
                }

                    .qs-form select::-ms-expand{
                        display: none;
                    }

                        .qs-form .qs-field {
                            display: inline-block;
                            vertical-align: bottom;
                            margin-right: 0;
                            margin-bottom: 0;
                            padding: 0 0;
                        }

                                .btn-form.qs-field input,
                                .btn-form.qs-field a,
                                .btn-form.qs-field button {
                                    background: #00aeef;
                                    border: none;
                                    font-size: 28px;
                                    color: #fff;
                                    letter-spacing: 3.5px;
                                    text-transform: uppercase;
                                    -webkit-transition: all 0.3s ease-in-out;
                                    -moz-transition: all 0.3s ease-in-out;
                                    -o-transition: all 0.3s ease-in-out;
                                    transition: all 0.3s ease-in-out;
                                    height: 83px;
                                    padding: 0 !important;
                                    width: 100%;
                                }

                                    .btn-form.qs-field input:hover,
                                    .btn-form.qs-field button:hover,
                                    .btn-form.qs-field a:hover{
                                        background: #fff !important;
                                        color: #00aeef;
                                    }

                                        .btn-form.qs-field {
                                            position: relative;
                                            /*vertical-align: bottom;*/
                                            text-align: center;
                                            padding: 0;
                                        }

                                            .btn-form.qs-field a{
                                                display: flex;
                                                align-items: center;
                                                justify-content: center;
                                                color: #fff;
                                                background: #076789;
                                            }

                                            .long-form {
                                                width: 17.615%;
                                            }

                                                .long-form2 {
                                                    width: 19.408%;
                                                }

                                                .short-form {
                                                    width: 15.979%;
                                                }

                                                .short-form2 {
                                                    width: 16.992%;
                                                }

                                            .btn-form.qs-field {
                                                width: 86px;
                                                margin-left: 0;
                                                margin-right: 0;
                                                padding: 1px;
                                            }

                                        .btn-form.qs-field.qsbtn1 {
                                            margin-left: -4px;
                                        }

                                        .btn-form.qs-field.qsbtn2 {
                                            margin-left: -1px;
                                        }

                                .qs-form form {
                                    position: relative;
                                    margin: 0;
                                    font-size: 0;
                                    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
                                }

                        .qs-text {
                            font-size: 12px;
                            font-weight: 400;
                            text-align: right;
                            font-family: var(--font-family-default);
                            color: #000;
                            padding-top: 17px;
                        }

/*welcome*/
section.welcome-area {
    background: rgb(89,222,255);
    background: linear-gradient(38deg, rgba(89,222,255,1) 0%, rgba(1,142,196,1) 60%, rgba(1,142,196,1) 100%);
    position: relative;
    padding: 100px 0 0;
}
    
    section.welcome-area::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../../assets/images/wc-pattern.png') no-repeat;
        background-size: cover;
        background-position: center;
        opacity: .15;
    }

        section.welcome-area > .container{
            position: relative;
            z-index: 5;
        }

            .wc-content {
                position: relative;
                margin-right: -10px;
            }

                .wc-text {
                    margin: 0 0 50px;
                }

                    .wc-text p {
                        font-size: 17px;
                        color: #fff;
                        font-weight: 300;
                        line-height: 1.6;
                        padding: 0 0 27px;
                        font-family: var(--font-family-default);
                    }

                        .wc-photo {
                            margin: 14px 0 0;
                        }

                            .wc-text span {
                                display: block;
                                font-size: 20px;
                                color: #fff;
                                text-transform: uppercase;
                                font-family: 'Backlash Small Caps';
                                letter-spacing: .5px;
                                font-weight: 700;
                            }

                                .wc-btn a {
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    background: #076789;
                                    max-width: 225px;
                                    height: 64px;
                                    color: #fff;
                                    text-transform: uppercase;
                                    font-family: var(--font-family-default);
                                    margin: 0 auto -32px;
                                    letter-spacing: 5px;
                                    -webkit-transition: all 0.3s ease-in-out;
                                    -moz-transition: all 0.3s ease-in-out;
                                    -o-transition: all 0.3s ease-in-out;
                                    transition: all 0.3s ease-in-out;
                                }

                            .wc-btn a:hover{
                                background: #00aeef;
                            }

                        .wc-btn {
                            margin: 30px 0 0;
                            position: relative;
                            z-index: 2;
                        }

/*proven performance*/
section.proven-performance-area {
    position: relative;
    padding: 86px 0 103px;
    background: #000;
    margin-top: 114px;
}
    
    .pp-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .pp-bg canvas {
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: .4;
            background-attachment: fixed;
        }

            .pp-holder {
                position: relative;
                z-index: 5;
                max-width: 1440px;
                margin: 0 auto;
            }

                .pp-list-holder {
                    display: flex;
                    justify-content: space-between;
                    margin: 47px 0 0;
                }

                    .pp-list {
                        text-align: center;
                        position: relative;
                        padding: 15px 15px 20px;
                        width: 25%;
                    }

                        .pp-list::after {
                            content: '';
                            position: absolute;
                            top: 0;
                            right: 0;
                            width: 1px;
                            height: 100%;
                            background: #f5f8fd;
                            opacity: .27;
                        }

                    .pp-list:last-child::after{
                        display: none;
                    }

                .pp-stats-number {
                    font-size: 75px;
                    font-weight: 400;
                    font-family: 'Graun';
                    text-transform: uppercase;
                    margin-bottom: 13px;
                    color: #fff;
                    position: relative;
                    letter-spacing: 2px;
                    z-index: 2;
                }

                    .pp-text {
                        font-size: 22px;
                        font-weight: 400;
                        font-family: var(--font-family-default);
                        letter-spacing: 1.5px;
                        line-height: 1.1;
                        text-transform: uppercase;
                        color: #fff;
                        position: relative;
                        z-index: 2;
                    }

/*map*/
section.featured-map-area {
    position: relative;
    padding: 0;
    z-index: 1;
}

    .fc-map-holder {
        position: relative;
        z-index: 5;
    }

        .fc_text_list a {
            display: inline-flex;
            align-items: center;
            font-size: 19px;
            font-weight: 600;
            text-transform: uppercase;
            position: relative;
            font-family: var(--font-family-title);
            color: #898989;
            letter-spacing: 0;
            padding: 8px 2px;
            -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;
            pointer-events: auto;
            letter-spacing: .7px;
        }

            .fc_text_list a::after{
                content: '';
                position: absolute;
                top: 12px;
                left: -30px;
                opacity: 0;
                width: 37px;
                height: 15px;
                background: url('../../assets/images/map/list-icon.png') no-repeat;
                background-position: center;
                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;
            }

                .fc_text_list a:hover::after,
                .fc_text_list a.map-hover::after{
                    left: -50px;
                    opacity: 1;
                }

                .fc_text_list a span{
                    position: relative;
                    z-index: 2;
                }

            .fc_text_list a:hover,
            .fc_text_list a.map-hover{
                color: #00adef;
            }

                .fc_text_list li {
                    margin: 0 0 6px;
                    display: block;
                    position: relative;
                }

                    .fc_text_list {
                        margin: 18px 0 0;
                    }

                .fc-map-content {
                    position: absolute;
                    top: 46px;
                    left: 218px;
                    z-index: 5;
                    pointer-events: none;
                    width: 415px;
                }

                    .fc_text_list ul {
                        
                    }

                        .fc-map-content .global-site-title{
                            margin: 0 0 0;
                            color: #898989;
                        }


div#fc-map-wrap {
    overflow: hidden;
    position: relative;
}

    #fc-map {
        position: relative;
        width: 1600px;
    }

        #fc-map-transparent,
        #fc-map-transparent2 {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
        }

            #trueMap,
            #trueMap2 {
                z-index: 1;
            }

                #fc-map .hovers div, #fc-map .hovers div span {
                    position: absolute;
                }

                    #fc-map .hovers div > img {
                        opacity: 0; 
                        position: relative;
                        z-index: 2;
                    }

                        span.map-label {
                            font-size: 15px;
                            z-index: 5;
                            pointer-events: none;
                            color: #fff;
                            font-weight: 500;
                            text-align: center;
                            letter-spacing: 1.6px;
                            font-family: var(--font-family-default);
                            white-space: nowrap;
                            text-transform: uppercase;
                            line-height: 1.47;
                            text-shadow: #949494 2px 0px 0px, #949494 1.75517px 0.958851px 0px, #949494 1.0806px 1.68294px 0px, #949494 0.141474px 1.99499px 0px, #949494 -0.832294px 1.81859px 0px, #949494 -1.60229px 1.19694px 0px, #949494 -1.97998px 0.28224px 0px, #949494 -1.87291px -0.701566px 0px, #949494 -1.30729px -1.5136px 0px, #949494 -0.421592px -1.95506px 0px, #949494 0.567324px -1.91785px 0px, #949494 1.41734px -1.41108px 0px, #949494 1.92034px -0.558831px 0px;
                        }

                    span.map-label::after {
                        content: '';
                        position: absolute;
                        top: 6px;
                        left: -15px;
                        width: 10px;
                        height: 10px;
                        background: #fff;
                        border-radius: 100%;
                        border: solid 2px #076789;
                    }

                    span.map-label.zoom-text{
                        pointer-events: auto;
                        cursor: pointer;
                    }

                span.map-label.zoom-text::after {
                    display: none;
                }

            span.map-label.zoom-text em {
                color: #717171;
                text-shadow: none;
                margin-right: 1px;
            }

div#map-default {
    top: 333px;
    right: 292px;
}

    div#map-default span.map-label.zoom-text {
        top: 159px;
        left: 108px;
    }

        div#map-default span.map-label {
            top: 101px;
            left: 80px;
        }

            div#map-default span.map-label::after {
                top: 16px;
                left: -35px;
            }

div#map1 {
    bottom: 174px;
    right: 300px;
}

    div#map1 span.map-label {
        top: 34px;
        left: -16px;
    }

div#map-area-2 span.map-label::before {
    content: '';
    position: absolute;
    right: -48px;
    width: 36px;
    height: 1px;
    background: #71ac48;
    top: -2px;
    bottom: 0;
    margin: auto;
}

div#map2-1 {
    top: 7px;
    right: 532px;
}

    div#map2-1 span.map-label {
        top: 38px;
        left: -60px;
    }

        div#map2-1 span.map-label::after {
            right: -57px;
            left: auto;
            top: 4px;
        }

div#map2-2 {
    top: 91px;
    right: 510px;
}

    div#map2-2 span.map-label {
        top: 43px;
        left: -127px;
    }

        div#map2-2 span.map-label::after {
            right: -68px;
            left: auto;
            top: 5px;
        }

div#map2-3 {
    top: 213px;
    right: 492px;
}

    div#map2-3 span.map-label {
        top: 26px;
        left: -145px;
    }

        div#map2-3 span.map-label::after {
            right: -63px;
            left: auto;
            top: 4px;
        }

div#map2-4 {
    top: 272px;
    right: 470px;
}

    div#map2-4 span.map-label {
        top: 26px;
        left: -72px;
    }

        div#map2-4 span.map-label::after {
            right: -58px;
            left: auto;
            top: 6px;
        }

            div#map2-4 span.map-label::before {
                right: -42px;
            }

div#map2-5 {
    top: 46px;
    right: 329px;
}

    div#map2-5 span.map-label {
        top: 171px;
        left: 121px;
    }

        div#map2-5 span.map-label::after {
            left: -61px;
            top: 4px;
        }

            div#map2-5 span.map-label::before {
                right: auto;
                left: -43px;
            }

div#map2-6 {
    top: 312px;
    right: 384px;
}

    div#map2-6 span.map-label {
        top: 3px;
        left: 88px;
    }

        div#map2-6 span.map-label::after {
            left: -60px;
            top: 6px;
        }

            div#map2-6 span.map-label::before {
                right: auto;
                left: -46px;
            }

div#map2-7 {
    top: 328px;
    right: 453px;
}

    div#map2-7 span.map-label {
        top: 19px;
        left: -114px;
    }

        div#map2-7 span.map-label::after {
            right: -60px;
            left: auto;
            top: 7px;
        }

            div#map2-7 span.map-label::before {
                top: 1px;
            }

div#map2-8 {
    top: 0;
    right: 384px;
}

    div#map2-8 span.map-label {
        top: 182px;
        left: 135px;
    }

        div#map2-8 span.map-label::after {
            left: -60px;
            top: 6px;
        }

            div#map2-8 span.map-label::before {
                right: auto;
                left: -47px;
            }

div#map2-9 {
    top: 369px;
    right: 421px;
}

    div#map2-9 span.map-label {
        top: 55px;
        left: -77px;
    }

        div#map2-9 span.map-label::after {
            right: -58px;
            left: auto;
            top: 6px;
        }

div#map2-10 {
    top: 424px;
    right: 373px;
}

    div#map2-10 span.map-label {
        top: 40px;
        left: 75px;
    }

        div#map2-10 span.map-label::after {
            left: -66px;
            top: 5px;
        }

            div#map2-10 span.map-label::before {
                right: auto;
                left: -51px;
            }

div#map2-11 {
    top: 473px;
    right: 311px;
}

    div#map2-11 span.map-label {
        top: 52px;
        left: -90px;
    }

        div#map2-11 span.map-label::after {
            right: -57px;
            left: auto;
            top: 4px;
        }

            div#map2-11 .map-label.sub1,
            div#map2-11 .map-label.sub2{
                font-size: 9px;
            }

                div#map2-11 span.map-label.sub1 {
                    top: 35px;
                    font-size: 8px;
                    left: 45px;
                }

                    div#map2-11 span.map-label.sub2 {
                        top: 87px;
                        left: 44px;
                    }

                        div#map2-11 .map-label.sub1::after,
                        div#map2-11 .map-label.sub2::after,
                        div#map2-11 .map-label.sub1::before,
                        div#map2-11 .map-label.sub2::before{
                            display: none;
                        }

div#map2-12 {
    top: 523px;
    right: 358px;
}

    div#map2-12 span.map-label {
        top: -1px;
        left: 71px;
    }

        div#map2-12 span.map-label::after {
            left: -69px;
            top: 5px;
        }

            div#map2-12 span.map-label::before {
                right: auto;
                left: -48px;
            }

div#map2-13 {
    top: 570px;
    right: 340px;
}

    div#map2-13 span.map-label {
        top: 52px;
        left: -76px;
    }

        div#map2-13 span.map-label::after {
            right: -59px;
            left: auto;
            top: 6px;
        }

div#map2-14 {
    top: 482px;
    right: 364px;
}

    div#map2-14 span.map-label {
        top: 12px;
        left: 78px;
    }

        div#map2-14 span.map-label::after {
            left: -65px;
            top: 5px;
        }

            div#map2-14 span.map-label::before {
                right: auto;
                left: -50px;
            }

div#map2-15 {
    top: 611px;
    right: 314px;
}

    div#map2-15 span.map-label {
        top: 45px;
        left: 98px;
    }

        div#map2-15 span.map-label::after {
            left: -63px;
            top: 5px;
        }

            div#map2-15 span.map-label::before {
                right: auto;
                left: -49px;
            }

/*team*/
section.meet-team-area {
    position: relative;
    padding: 28px 0 0;
}

    .mt-bg {
        position: absolute;
        top: 33px;
        left: 0;
        width: 100%;
        height: calc(100% - 47px);
    }

        .mt-bg canvas{
            display: block;
            width: 100%;
            height: 100%;
            background-position: top center;
            background-size: 100% 100%;
            background-repeat: no-repeat;
        }

            .mt-holder{
                position: relative;
                z-index: 5;
            }

                .mt-header {
                    display: block;
                    max-width: max-content;
                    margin: 0 auto;
                    background: #fff;
                    padding: 14px 42px;
                }

                .mt-holder .global-site-title {
                    color: #898989;
                }

                    .nt-slider {
                        position: relative;
                        margin: 70px 0 12px;
                    }

                        .mt-slick-slider .slick-slide > div > div {
                            display: block !important;
                        }

                            .mt-slick-slider:not(.slick-initialized) > div:not(:first-child){
                                display:none;
                            }

                        .mt-slick-slider:not(.slick-initialized) .mt-list{
                            width: 20%;
                        }

                        .mt-list {
                            padding: 20px 5px;
                        }

                            .mt-list a {
                                display: block;
                                position: relative;
                                background: #fff;
                                border: solid 1px #c4c4c4;
                                box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.13);
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }

                                .mt-list a:hover{
                                    background: #076789;
                                    border: solid 1px #076789;
                                }

                                .mt-photo{
                                    position: relative;
                                    filter: grayscale(1);
                                    -webkit-transition: all 0.3s ease-in-out;
                                    -moz-transition: all 0.3s ease-in-out;
                                    -o-transition: all 0.3s ease-in-out;
                                    transition: all 0.3s ease-in-out;
                                }

                                    .mt-list a:hover .mt-photo{
                                        filter: grayscale(0);
                                    }

                            .mt-photo canvas{
                                display: block;
                                width: 100%;
                            }

                        .mt-photo img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center;
                        }

                    .mt-name {
                        text-align: center;
                        font-size: 24px;
                        text-transform: uppercase;
                        color: #333333;
                        font-weight: 600;
                        font-family: var(--font-family-title);
                        letter-spacing: 1px;
                        padding: 23px 15px 25px;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                .mt-name span{
                    display: block;
                    font-weight: 400;
                    font-size: 14px;
                    color: #076789;
                    font-family: var(--font-family-default);
                    margin: 4px 0 0;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

            .mt-list a:hover .mt-name,
            .mt-list a:hover .mt-name span{
                color: #fff;
            }

        .mt-arrow-holder {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            padding: 0 0;
            z-index: 3;
        }

            .mt-arrow-holder button{
                display: flex;
                align-items: center;
                justify-content: center;
                width: 51px;
                height: 117px;
                -webkit-appearance: none;
                -moz-appearance: none;
                border-radius: 0;
                border: none;
                outline: none;
                background: #00aeef;
                padding: 5px;
                font-size: 25px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 1px;
                -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;
                pointer-events: auto;
                box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.47);
            }

                .mt-arrow-holder button:hover{
                    background: #076789;
                }

/*way*/
section.we-are-your-area {
    position: relative;
    padding: 123px 0 61px;
}

    .way-head {
        font-size: 55px;
        color: #898989;
        text-transform: uppercase;
        font-family: var(--font-family-title);
        line-height: 1.15;
    }

        .way-head span {
            color: #00adef;
        }

            .way-head strong {
                display: block;
                color: #076789;
                font-weight: 700;
            }

                .way-scrolling-text {
                    background: #076789;
                    max-width: 568px;
                    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.35);
                    padding: 15px 15px 5px;
                    height: 137px;
                    display: flex;
                    /* align-items: center; */
                    /*justify-content: center;*/
                    transform: rotate(-8deg);
                    margin: 15px 0 0;
                    pointer-events: none;
                }

                    .way-scrolling-text-list {
                        font-size: 60px;
                        text-transform: uppercase;
                        color: #fff;
                        text-align: center;
                        font-family: 'Graun';
                        line-height: .9;
                        letter-spacing: 12px;
                        height: 113px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex-direction: column;
                        padding: 0 0 20px;
                    }

                        .way-scrolling-text-list.scroll-1{
                            font-size: 75px;
                        }

                            .way-scrolling-text-list.scroll-2{
                                font-size: 90px;
                            }

                                .way-scrolling-text-list.scroll-3{
                                    font-size: 80px;
                                }

                                    .way-scrolling-text-list.scroll-3 span{
                                        font-size: 40px;
                                        display: block;
                                    }

                                .way-text {
                                    margin: 0;
                                }

                            .way-text p {
                                font-size: 18px;
                                color: #2b2a2a;
                                font-weight: 300;
                                line-height: 2;
                                letter-spacing: .87px;
                                font-family: var(--font-family-default);
                            }

                        section.we-are-your-area .simplebar-track {
                            opacity: 0 !important;
                        }


.we-are-your-area .custom-container {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

.we-are-your-area .custom-container .custom-row > div.custom-col-left {
    width: 46%;
    padding-left: 0;
}

.we-are-your-area .custom-container .custom-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.we-are-your-area .custom-container .custom-row > div {
    padding: 0 20px;
}

.we-are-your-area .custom-container .custom-col-center {
    width: 26%;
}

.we-are-your-area .custom-container .custom-row > div.custom-col-right {
    width: 27%;
    padding-right: 0;
}

.way-video-photo a {
    display: block;
    position: relative;
}

.way-video-photo-inner {
    position: relative;
}

.way-video-photo-inner canvas {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}

.way-video-photo-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.62;
}

.way-video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
}

.way-video-icon span {
    width: 70px;
    height: 70px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.way-video-photo a:hover .way-video-icon span{
    border-color: #00adef;
    background: #00adef;
}


.way-video-popup iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1600/901;
    max-height: 80vh;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-way-video-popup .aios-popup-body {
    width: 100%;
    max-width: 900px;
    min-height: unset;
    padding: 0;
    background: transparent;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-way-video-popup .aios-popup-body .aiosp-close {
    color: #fff;
    font-size: 40px;
    opacity: 1;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*amount*/
section.amount-of-yetis-area {
    position: relative;
    padding: 50px 0 89px;
}

    .ay-bg-photo {
        position: relative;
    }

        .ay-bg-photo canvas {
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: top right;
            background-repeat: no-repeat;
        }

            .ay-holder{
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 5;
                padding: 180px 0 26px;
            }

            .ay-content {
                position: relative;
                z-index: 5;
                max-width: 630px;
                text-align: center;
            }

                .amount-label {
                    font-size: 36px;
                    text-transform: uppercase;
                    color: #333333;
                    font-weight: 600;
                    font-family: var(--font-family-title);
                    letter-spacing: 1.5px;
                    margin: 0 0 31px;
                }

                    .amount-label span{
                        color: #00adef;
                    }

                        div#amount-number-01 {
                            font-size: 335px;
                            color: #00ccff;
                            font-family: 'Graun';
                            text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
                        }

/*testimonials*/
section.testimonials-area {
    position: relative;
    padding: 84px 0;
    background: #189bd7;
}

    .testi-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .testi-bg canvas {
            display: block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: .14;
        }

            .testi-holder{
                position: relative;
                z-index: 5;
            }

                .testi-text {
                    text-align: center;
                    font-size: 18px;
                    text-transform: uppercase;
                    color: #fff;
                    font-family: 'Backlash Small Caps';
                    font-weight: 700;
                    letter-spacing: 1px;
                    margin: 17px 0 0;
                }

                    .testi-text img {
                        display: inline-block;
                        position: relative;
                        top: 14px;
                    }

                        .testi-slider {
                            position: relative;
                            margin: 23px 0 0;
                        }

                            .testi-slick-slider .slick-slide > div > div {
                                display: block !important;
                            }

                                .testi-slick-slider:not(.slick-initialized) > div:not(:first-child){
                                    display:none;
                                }

                            .testi-list{
                                padding: 0 48px;
                                position: relative;
                                min-height: 391px;
                            }

                                .testi-slick-slider .slick-slide.slick-current.slick-active.slick-center .testi-list-inner{
                                    top: 0;
                                }

                                .testi-list-inner {
                                    background: rgb(255 255 255 / 66%);
                                    padding: 14px;
                                    top: 24px;
                                    -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;
                                    position: relative;
                                }

                                    .testi-list-mid{
                                        background: #fff;
                                        padding: 78px 15px 56px;
                                        -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;
                                    }

                                        .testi-slick-slider .slick-slide:not(.slick-center) .testi-list .testi-list-mid{
                                            padding: 54px 15px 32px;
                                        }

                                .testi-list-text p {
                                    font-size: 16px;
                                    color: #333333;
                                    font-weight: 300;
                                    line-height: 1.5;
                                    letter-spacing: .13px;
                                    text-align: center;
                                    font-family: var(--font-family-default);
                                }

                            .testi-list-text {
                                max-width: 612px;
                                margin: 0 auto;
                            }

                            .testi-list-text > img {
                                max-width: 50px;
                                margin: 0 auto 15px;
                            }

                        .testi-list-text span {
                            display: block;
                            text-align: center;
                            font-size: 24px;
                            font-weight: 500;
                            color: #333333;
                            font-family: var(--font-family-default);
                            text-transform: uppercase;
                            letter-spacing: 1px;
                            margin: 21px 0 31px;
                        }

                    .testi-arrow-holder {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        pointer-events: none;
                        padding: 0 calc(24.5% - 12px);
                        z-index: 3;
                    }

                    .testi-arrow-holder button{
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        border-radius: 0;
                        border: none;
                        outline: none;
                        background: transparent;
                        padding: 5px;
                        font-size: 25px;
                        color: #fff;
                        text-transform: uppercase;
                        letter-spacing: 1px;
                        -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;
                        pointer-events: auto;
                    }

                .testi-arrow-holder button:hover{
                    color: #076789;
                }

            .testi-slick-slider .slick-slide:not(.slick-center) .global-site-btn a{
                opacity: 0;
                pointer-events: none;
            }

/*most active*/
section.most-active-area {
    position: relative;
    padding: 54px 0 108px;
}

    .ma-holder {
        max-width: 1044px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .ma-holder:first-child {
        display: block;
    }

    .ma-frame {
        position: relative;
        display: block;
        padding-top: 56.25%;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .ma-frame iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .ma-frame canvas {
        width: 100%;
        height: 100%;
        display: block;
    }

        .ma-device-photo {
            position: relative;
            width: 36.399%;
            z-index: 5;
        }

            .ma-device-photo::after {
                content: '';
                position: absolute;
                bottom: -50px;
                left: 30px;
                width: 108%;
                height: 84px;
                background: url('../../assets/images/ma-device-shadow.png') no-repeat;
                background-size: 100% 100%;
                background-position: center;
            }

                .ma-content {
                    width: 63.601%;
                    padding: 54px 0 0;
                }

                    .ma-head {
                        background: #00adef;
                        position: relative;
                        margin-left: -45px;
                        padding: 18px 0 29px;
                    }

                        .ma-head::after {
                            content: '';
                            position: absolute;
                            top: 0;
                            right: 100%;
                            width: 150px;
                            height: 100%;
                            background: #00adef;
                        }

                        .ma-title {
                            font-size: 110px;
                            letter-spacing: 7px;
                            color: #00adef;
                            font-family: 'Oswald', sans-serif;
                            text-transform: uppercase;
                            text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
                        }

                            .ma-title span {
                                display: block;
                                font-size: 55px;
                                color: #fff;
                                font-family: var(--font-family-title);
                                font-weight: 700;
                                text-shadow: none;
                                letter-spacing: -.7px;
                                margin: 0 0 1px;
                            }

                                .ma-bottom {
                                    display: flex;
                                    align-items: center;
                                    position: relative;
                                    margin-left: -42px;
                                }

                                    .ma-sub-text {
                                        color: #1a9bd7;
                                        font-size: 19px;
                                        text-transform: uppercase;
                                        letter-spacing: 7px;
                                        border: solid 2px #00adef;
                                        padding: 15px 18px 17px;
                                        position: relative;
                                        margin: -2px 0 0;
                                        border-left: 0;
                                        font-family: var(--font-family-default);
                                    }

                                        .ma-sub-text::after {
                                            content: '';
                                            position: absolute;
                                            bottom: -2px;
                                            right: 100%;
                                            width: 100px;
                                            height: 2px;
                                            background: #00adef;
                                        }

                                    .ma-smi {
                                        display: flex;
                                        align-items: center;
                                        margin-left: 20px;
                                    }

                                .ma-smi a {
                                    padding: 5px;
                                    font-size: 27px;
                                    margin: 0 3px;
                                    -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;
                                }

                            .ma-smi a:hover{
                                color: #076789;
                            }

                        .ma-stats {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 20px;
                            justify-content: flex-end;
                            max-width: 628px;
                            margin: 22px 0 0 auto;
                        }

                    .ma-stats-list {
                        width: 138px;
                        height: 138px;
                        background: #00adef;
                        text-align: center;
                        border-radius: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                .ma-stats-list-inner {
                    font-size: 16px;
                    text-transform: uppercase;
                    color: #fff;
                    font-weight: 300;
                    text-align: center;
                    font-family: var(--font-family-default);
                    letter-spacing: .2px;
                }

            .ma-stats-list-inner span{
                display: block;
                font-size: 36px;
                font-weight: 700;
                margin: 4px 0;
            }

        .ma-stats-list:nth-child(3) .ma-stats-list-inner {
            line-height: 1.6;
        }

            .ma-stats-list:nth-child(3) .ma-stats-list-inner span {
                margin-bottom: -11px;
            }

                .ma-stats-list:nth-child(4) .ma-stats-list-inner {
                    font-size: 12px;
                    line-height: 1.5;
                }

                    .ma-stats-list:nth-child(4) .ma-stats-list-inner span{
                        font-size: 18px;
                        margin-bottom: 0;
                    }


.ma-video-thumb a {
    display: block;
    position: relative;
}

.ma-video {
    margin-top: 120px;
}

.ma-video-thumb-photo {
    position: relative;
}

.ma-video-thumb-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}

.ma-video-thumb-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.55;
}

.ma-video-thumb-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
}

.ma-video-thumb-icon span {
    width: 70px;
    height: 70px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.ma-video-thumb a:hover .ma-video-thumb-icon span{
    border-color: #00adef;
    background: #00adef;
}

.ma-video-popup iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1600/901;
    max-height: 80vh;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-ma-video-popup .aios-popup-body {
    width: 100%;
    max-width: 900px;
    min-height: unset;
    padding: 0;
    background: transparent;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-ma-video-popup .aios-popup-body .aiosp-close {
    color: #fff;
    font-size: 40px;
    opacity: 1;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*blog*/
section.latest-blogs-area {
    position: relative;
    padding: 27px 0 85px;
}
    
    .lb-holder .global-site-title {
        color: #333333;
    }

        .lb-slick-slider {
            margin: 32px -12px 0;
            position: relative;
        }

        .lb-slick-slider .slick-slide > div > div {
            display: block !important;
        }

            .lb-slick-slider:not(.slick-initialized) > div:not(:first-child){
                display:none;
            }

                .lb-slick-slider:not(.slick-initialized) .lb-list{
                    width: calc(100% / 3);
                }

                    .lb-list{
                        padding: 12px;
                    }

                        .lb-list-content {
                            border: solid 1px #333333;
                            border-top: 0;
                            padding: 31px 15px 48px;
                            text-align: center;
                        }

                        .lb-label {
                            margin: 0 0 25px;
                            min-height: 51px;
                            display: flex;
                            align-items: center;
                        }

                            .lb-label a {
                                display: inline-block;
                                font-size: 24px;
                                color: #333333;
                                font-weight: 600;
                                text-transform: uppercase;
                                font-family: var(--font-family-title);
                                -webkit-transition: all .325s ease-in-out;
                                -moz-transition: all .325s ease-in-out;
                                -ms-transition: all .325s ease-in-out;
                                transition: all .325s ease-in-out;
                                letter-spacing: 1.2px;
                            }

                                .lb-label a:hover{
                                    color: #076789;
                                }

                                    .lb-date {
                                        font-size: 12px;
                                        text-transform: uppercase;
                                        color: #076789;
                                        font-family: 'Montserrat', sans-serif;
                                        letter-spacing: .6px;
                                    }

                                .lb-photo a {
                                    display: block;
                                    position: relative;
                                    overflow: hidden;
                                }

                                    .lb-photo a canvas{
                                        display: block;
                                        width: 100%;
                                        background: #000;
                                        position: relative;
                                        z-index: 2;
                                        -webkit-transition: all .325s ease-in-out;
                                        -moz-transition: all .325s ease-in-out;
                                        -ms-transition: all .325s ease-in-out;
                                        transition: all .325s ease-in-out;
                                        opacity: 0;
                                    }

                                        .lb-photo a:hover canvas{
                                            opacity: .3;
                                        }

                                        .lb-photo a img{
                                            position: absolute;
                                            top: 0;
                                            left: 0;
                                            width: 100%;
                                            height: 100%;
                                            object-fit: cover;
                                            object-position: center;
                                        }

                                .lb-text {
                                    font-size: 14px;
                                    color: #333333;
                                    line-height: 1.35;
                                    letter-spacing: .5px;
                                    margin: 12px auto 23px;
                                    min-height: 60px;
                                    font-family: 'Montserrat', sans-serif;
                                    max-width: 275px;
                                }

                            .lb-list-inner {
                                box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
                            }

.quick-search-area button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font-family-default);
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f5f5f5 url(../../assets/images/qs-icon2.png) no-repeat scroll left 23px center !important;
    background: #f5f5f5;
    width: 100%;
    height: 85px;
    padding: 0px 0;
    line-height: 1;
    letter-spacing: 1.6px;
    border: none;
    border-right: 1px solid rgb(51 51 51 / 20%);
    padding-right: 23px;
    text-transform: uppercase;
}

.quick-search-area ul.dropdown-menu.inner {
    max-height: 250px !important;
}

.quick-search-area span.filter-option.pull-left {
    margin-left: 50px;
    text-overflow: ellipsis;
}

.quick-search-area button.btn.dropdown-toggle.btn-default {
    overflow: hidden;
}

.quick-search-area,
.welcome-area,
.proven-performance-area,
.we-are-your-area,
.amount-of-yetis-area,
.testimonials-area,
.most-active-area,
.latest-blogs-area,
.get-in-touch-area{
    display: none;
}


.spec-homes {
	position: relative;
	margin: 110px 0 20px;
	
	display: none;
}
.sh-container {
	position: relative;
	display: block;
	max-width: 90%;
	margin: 0 auto;
}
.sh-container .global-site-title {
	color: #898989;
	font-size: 70px;
}
.sh-items {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 43px;
}
.sh-item {
	width: 33.33%;
	display: flex;
	justify-content: center;
	position: relative;
}
.sh-item a {
	position: relative;
	width: 100%;
	display: block;
	padding: 0 10px;
	text-align: center;
}
.sh-item .img-wrapper {
	position: relative;
	  overflow: hidden;
	  box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	-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;
}
.sh-item a:hover .img-wrapper img {
	transform: scale(1.1);
}
.sh-item-title {
	display: flex;
	max-width: 350px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
	color: #898989;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 0;
	font-weight: 400;
	padding: 20px 10px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;	
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	min-height: 90px;
  justify-content: center;
  align-items: center;
}

.sh-item a:hover .sh-item-title {
	background: #00adef;
	color: #fff;
	border-color: #00adef;
}




@media only screen and (min-width: 992px) {
    .tagline-content img {
        /*width: 36vw;*/
        width: 30vw;
    }   
}
@media only screen and (max-width: 1567px) {
    .tagline-bottom {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1336px) {
    .short-form2 {
        width: 16.3%;
    } 
	.sh-item-title {
		max-width: 300px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 1199px) {
    .slider-tagline {
        bottom: 15px;
    }

    .tagline-number {
        font-size: 240px;
    }

    .tagline-text {
        font-size: 75px;
    }

    .tagline-bottom {
        /*margin: -40px 0 0;*/
    }

    .qs-form select, 
    .qs-form input {
        letter-spacing: 1.2px;
        padding-left: 40px;
        padding-right: 15px;
        background-position: left 10px center !important;
    }

    .short-form2 {
        width: 15%;
    }

    .long-form2 {
        width: 19%;
    }

    .wc-text span {
        font-size: 17px;
    }

    .pp-stats-number {
        font-size: 60px;
    }

    .way-head {
        font-size: 40px;
    }

    .way-scrolling-text-list {
        font-size: 50px;
    }

    .way-scrolling-text {
        max-width: 450px;
    }

    .way-text p {
        font-size: 18px;
    }

    div#amount-number-01 {
        font-size: 230px;
    }

    .ay-holder {
        padding: 90px 0 26px;
    }

    .amount-label {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .testi-slick-slider .slick-list {
        padding: 0 15% !important;
    }

    .testi-arrow-holder {
        padding: 0 calc(15% - 12px);
    }

    .ma-title {
        font-size: 100px;
    }

    .ma-title span {
        font-size: 50px;
    }

    .ma-stats {
        gap: 10px;
    }
    .tagline-bottom {
        font-size: 20px;
    }
	.sh-item-title {
		max-width: 230px;
		font-size: 17px;
		min-height: 70px;
	}
}

@media only screen and (max-width: 991px) {
    .quick-search-area span.filter-option.pull-left {
        margin-left: 40px;
    }

    .quick-search-area button.btn.dropdown-toggle.btn-default {
        background: #f5f5f5 url(../../assets/images/qs-icon2.png) no-repeat scroll left 12px center !important;
    }

    .side-fixed-contact{
        display: none;
    }

    .slider-tagline {
        bottom: 0;
        position: relative;
        background: #000;
        padding: 50px 15px;
    }

    .tagline-content {
        flex-direction: column;
        text-align: center;
    }

    .tagline-number {
        font-size: 200px;
        margin: 0 0 -30px;
    }

    .tagline-number span {
        font-size: 100px;
    }

    .tagline-text {
        font-size: 65px;
    }

    .tagline-bottom {
        margin: 30px 0 0;
        text-align: center;
        padding: 10px 0;
        max-width: 718px;
        font-size: 40px;
    }

    section.quick-search-area {
        padding: 50px 0;
    }

    .long-form ,
    .long-form2{
        width: 100%;
    }

    .short-form,
    .short-form2 {
        width: 50%;
    }

    .short-form2.qs-field.max-field {
        width: 100%;
    }

    .qs-form .qs-field {
        padding: 5px;
    }

    .qs-form select, 
    .qs-form input {
        border-right: 0;
    }

    .btn-form.qs-field {
        width: 50%;
        padding: 5px;
        margin: 0 !important;
    }

    .qs-text {
        text-align: center;
    }

    section.welcome-area {
        padding: 50px 0;
    }

    .wc-photo img {
        margin: 0 auto 30px;
        max-width: 300px;
        width: 100%;
    }

    .wc-photo {
        margin: 0;
    }

    .wc-content {
        margin-right: 0;
    }

    .wc-text p {
        text-align: center;
    }

    .wc-text span {
        font-size: 20px;
        text-align: center;
    }

    .wc-btn a {
        margin: 0 auto 0;
    }

    .wc-btn {
        margin: 0;
    }

    section.proven-performance-area {
        padding: 50px 0;
        margin-top: 50px;
    }

    .pp-list {
        width: 100%;
    }

    .pp-list-holder {
        flex-wrap: wrap;
    }

    .pp-list::after {
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 50%;
        height: 1px;
    }

    section.map-area{
        display: none;
    }

    .mt-arrow-holder {
        position: relative;
        justify-content: center;
        gap: 20px;
    }

    .mt-bg{
        display: none;
    }

    .nt-slider {
        margin: 30px 0 12px;
    }

    .way-head {
        text-align: center;
    }

    .way-scrolling-text {
        transform: none;
        margin: 15px auto 0;
    }

    .way-text p {
        text-align: center;
    }

    .we-are-your-area .custom-container .custom-row > div {
        width: 100% !important;
        padding: 30px 20px !important;
    }

    .we-are-your-area .custom-container .custom-row {
        flex-wrap: wrap;
    }

    .way-video-photo {
        max-width: 400px;
        margin: 0 auto;
    }

    div#amount-number-01 {
        font-size: 150px;
    }

    .ay-content {
        margin: 0 auto;
    }

    .ay-holder {
        padding: 50px 0 0;
        position: relative;
    }

    section.amount-of-yetis-area {
        padding: 0 0 50px;
    }

    section.testimonials-area {
        padding: 50px 15px;
    }

    .testi-list {
        padding: 0;
        min-height: auto;
    }

    .testi-slick-slider .slick-list {
        padding: 0 !important;
    }

    .testi-slick-slider .global-site-btn a{
        opacity: 1 !important;
    }

    .testi-list-mid {
        padding: 50px 15px !important;
    }

    .testi-list-inner {
        top: 0 !important;
    }

    .testi-arrow-holder {
        padding: 0;
        position: relative;
        justify-content: center;
        gap: 15px;
        margin: 30px 0 0;
    }

    .ma-device-photo {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    section.most-active-area {
        padding: 58px 0;
    }

    .ma-content {
        width: 100%;
    }

    .ma-head {
        margin-left: 0;
        text-align: center;
    }

    .ma-head::after,
    .ma-sub-text::after{
        display: none;
    }

    .ma-bottom {
        margin-left: 0;
        flex-direction: column;
        margin-top: 20px;
    }

    .ma-smi {
        margin: 15px auto 0;
    }

    .ma-sub-text {
        border-left: solid 2px #00adef;
        text-align: center;
    }

    .ma-stats {
        gap: 10px;
        justify-content: center;
        margin: 30px auto 0;
    }

    .lb-slick-slider {
        margin: 32px auto 0;
        position: relative;
        max-width: 400px;
    }

    section.latest-blogs-area {
        padding: 50px 0;
    }

    div#fc-map-wrap {
        height: auto !important;
    }

    #fc-map {
        position: relative;
        width: 100%;
        transform: none !important;
    }

    .fc-map-content {
        position: relative;
        left: 0;
        top: 0;
        padding: 30px 15px;
        width: 100%;
        text-align: center;
    }

    .ip-map-area-holder {
        display: none !important;
    }
    
    .tagline-inner {
        margin: 0 auto;
    }

    .aiosp-container.aiosp-inline-holder.aiosp-ref-way-video-popup .aios-popup-body .aiosp-close,
    .aiosp-container.aiosp-inline-holder.aiosp-ref-ma-video-popup .aios-popup-body .aiosp-close{
        right: 0;
    }
	
	.sh-items {
		display: flex;
		flex-flow: column;
	}
	.sh-item {
		width: 100%;
	}
	.sh-item {
		margin-bottom: 90px;
	}
	.sh-item-title {
		max-width: 300px;
		font-size: 20px;
		min-height: 70px;
	}
}

@media only screen and (max-width: 767px) {
    .way-scrolling-text-list.scroll-1 {
        font-size: 60px;
    }

    .way-scrolling-text-list.scroll-2 {
        font-size: 80px;
    }

    .way-scrolling-text-list.scroll-3 {
        font-size: 65px;
    }
}

@media only screen and (max-width: 480px) {
    .tagline-number {
        font-size: 120px;
    }

    .tagline-number span {
        font-size: 80px;
    }

    .tagline-text {
        font-size: 45px;
        letter-spacing: 0;
    }

    .tagline-bottom {
        font-size: 25px;
    }

    .way-scrolling-text-list {
        font-size: 40px;
        letter-spacing: 1px;
    }

    .way-scrolling-text-list.scroll-1 {
        font-size: 45px;
    }

    .way-scrolling-text-list.scroll-2 {
        font-size: 50px;
    }

    .ma-title {
        font-size: 70px;
    }

    .ma-title span {
        font-size: 40px;
    }

     div#amount-number-01 {
        font-size: 100px;
    }
}

.quick-search-area, .welcome-area, .proven-performance-area, .we-are-your-area, .amount-of-yetis-area, .most-active-area, .get-in-touch-area, .main-footer, .fixed-hdr-logo, .slideshow-area {
  /*display: none;*/
}
.featured-map-area, .meet-team-area, .latest-blogs-area {
  opacity: 0;
}