h1{
    text-transform: unset;
    text-align: left;
    font-size: 2.5vw;
    color: var(--dark-gun-metal);
    color: #1f242e;
    margin-top: 25px;
}

h2{
    color: var(--steel);
    color: #6f7c95;
    text-align: left;
}

img{
    width: 100%;
    height: auto;
}

.width50{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.tile1{
    padding: 19vh 0;
    position: relative;
}

.tile1 .img-wrap{
    max-width: 30vw;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.tile1 .content{
    max-width: 30vw;
    width: 100%;
    text-align: left;
    margin-left: 8vw;
    display: inline-block;
    vertical-align: middle;
}

.tile1 .content .btn{
    margin-top: 35px;
}

.tile1 h2{
    max-width: 23vw;
    width: 100%;
}


.tile1 .content p{
    width: 100%;
    font-size: calc(3px + .9375vw);
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: var(--steel);
    color: #6f7c95;
}

.tile2{
    padding: 0 0 50px;
}

.tile2 ul{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.tile2 ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.2vw;
    margin-bottom: 4.6vh;
    
}

.tile2 .card-wrap{
    padding: 8.33vh 1.1vw;
    width: 20vw;
    height: 37.038vh;
    color: #3e485b;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    min-height: 250px;
}

/*.tile2 .card-wrap:hover{
    box-shadow: -16.8px 24.9px 40px 0 rgba(0, 0, 0, 0.2);
}*/

.tile2 .card-heading{
    font-size: 1.25vw;
    margin: 2.8vh auto;
    line-height: 1;
}

.tile2 ul li .card-head{
    width: 100%;
    z-index: 5;
    transition: all 500ms ease-in-out;
}

.tile2 ul li .card-head i{
    font-size: 2.92vw;
    -webkit-text-fill-color: #fc4b38;
    fill: #fc4b38;
    transition: all 500ms ease-in-out;
}

.tile2 ul li .rollup{
    font-size: .95vw;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #6f7c95;
}


.tile3 {
    padding: 22.25vh 0;
    /*background-color: var(--primary);
    background-color: #0b4dcc;*/
    text-align: center;
    position: relative;
}

.tile3 .blf-scr{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 500ms ease-in-out;
    background-color: rgba(11, 77, 204, .9);
    z-index: 2;
}

.tile3 .icon-close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #000000;
    z-index: 1;
    font-size: 35px;
}

.tile3 .open-auction{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.tile3 .open-auction video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}


.tile3 .content{
    max-width: 680px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    z-index: 3;
    transition: opacity 500ms ease-in-out;
}

.tile3 .tile-heading{
    color: #ffffff;
    line-height: 1.33;
    text-align: center;
}

.tile3 p{
    margin: 50px auto;
    color: #ffffff;
    text-align: center;
}

.tile3 .content i{
    font-size: 35px;
}

.tile3.hidetext .blf-scr,
.tile3.hidetext .content{
    opacity: 0;
    z-index: -1;
}

.tile4,
.tile5 {
    padding: 100px 0;
}

.tile4 .content,
.tile5 .content{
    max-width: 480px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10vw;
    text-align: left;
}

.tile4 p,
.tile5 p{
    margin: 50px 0;
}

.tile4 .img-wrap,
.tile5 .img-wrap{
    display: inline-block;
    vertical-align: middle;
    max-width: 35vw;
}

.tile5{
    background-color: #ffffff;
}

.tile5 .content{
    margin-right: auto;
    margin-left: 10vw;
}

.tile6 {
    padding: 100px 0 0 0;
}

.tile6 .tile-heading,
.tile6 p{
    text-align: center;
}

.tile6 ul{
    text-align: center;
    margin: 50px auto 0;
    width: 100%;
}

.tile6 ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.6vw;
    margin-bottom: 4.6vh;
    
}

.tile6 .card-wrap{
    padding: 8.33vh 1.1vw;
    width: 20.85vw;
    height: 37.038vh;
    color: #3e485b;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    min-height: 250px;
}

/*.tile6 .card-wrap:hover{
    box-shadow: -16.8px 24.9px 40px 0 rgba(0, 0, 0, 0.2);
}
*/
.tile6 .card-heading{
    font-size: 1.25vw;
    margin: 2.8vh auto;
    line-height: 1;
}

.tile6 ul li .card-head{
    width: 100%;
    z-index: 5;
    transition: all 500ms ease-in-out;
}

.tile6 ul li .card-head i{
    font-size: 2.92vw;
    -webkit-text-fill-color: #fc4b38;
    fill: #fc4b38;
    transition: all 500ms ease-in-out;
}

.tile6 ul li .rollup{
    font-size: .95vw;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #6f7c95;
}

.tile7{
    padding: 150px 0;
}

.tile7 .content{
    display: inline-block;
    vertical-align: middle;
    max-width: 35vw;
    margin-right: 9vw;
    text-align: left;
}

.tile7 .content .btn{
    margin: 50px 0 0;
}

.tile7 .img-wrap{
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
}

.tile7 .img-wrap.lappy-img {
    max-width: 35vw;
}

.tile7 .img-wrap .video-wrap,
.tile5 .img-wrap .video-wrap{
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 410px;
}

.tile7 .img-wrap .video-wrap .mobilepng{

}

.tile7 .img-wrap video,
.tile5 .img-wrap video{
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 11%;
    left: 5%;
    width: 230px;
}



.tile8 {
    padding: 100px 0;

}

.tile8 h2 {
    text-align: center;
    margin-top: 0;
}
.tile8 p.button{
    text-align: center;
    margin-top: -68px;
    position: absolute;
    left: 0;
    right: 0;
}



.testimonial-wrap{
    overflow: hidden;
    position: relative;
}

.testimonial-wrap .slick-slide{
    outline: none;
    cursor: pointer;
}

.testimonial-wrap .slick-arrow{
    font-size: 20px;
    line-height: 1;
    color: #eeeeee;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    z-index: 9;
    color: #6f7c95;
}

.slick-arrow:hover,
.slick-arrow:focus{
    color: #000000;
    outline: none;
    background: transparent;
}

.slick-arrow.icon-left-arrow{
    left: 25px;
}

.slick-arrow.icon-right-arrow{
    right: 25px;
}

.slick-arrow.icon-left-arrow,
.slick-arrow.icon-right-arrow{
    border: 1px solid transparent;
    border-radius: 50%;
    transition: border 300ms linear;
    padding: 4px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.slick-arrow.icon-left-arrow:hover,
.slick-arrow.icon-right-arrow:hover{
    border: 1px solid #000000;
}



.testimonial-wrap .slide{
    padding: 50px 30px;
    max-width: 950px;
}

.testimonial-wrap .slick-slide:focus,
.testimonial-wrap .slick-slide:active,
.testimonial-wrap .slick-slide:hover,
.testimonial-wrap .slick-slide:focus-within{
    outline: none;
}

.testimonial-wrap .testimonial-box{
    width: 100%;
    border-radius: 5px;
    box-shadow: -16.8px 24.9px 60px 0 rgba(11, 77, 204, 0.1);
    background-color: #ffffff;
    border: solid 1px #e2e9f8;
    padding: 5.9vh 6.77vw 12vh;
    margin: 0 auto;
    filter: blur(5px);
    position: relative;
    height: 450px;
    box-sizing: border-box;
}

.testimonial-wrap .author-img{
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background-color: var(--primary);
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-wrap .slick-active .testimonial-box{
    filter: blur(0);
}

.testimonial-wrap .testimonial-box .authorname{
    margin: 0px;
    text-align: center;
}

.testimonial-wrap .testimonial-box .desig{
    margin-bottom: 50px;
    text-align: center;
}

.testimonial-wrap .testimonial-box .testimonial-text{
    font-size: 14.5px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: var(--steel);
}




@media (max-width: 768px) {

    h1{
        font-size: calc(2.5vw + 24px);
    }

    .tile1{
        padding: 35% 20px 25%;
        background: url(https://i.l.inmobicdn.cn/website/website/6.0.1/v5/img/a-cld/a-mediation/01-tile.png)  0 100 no-repeat;
        background-size: cover;
        position: relative;
    }

    .tile1 h2{
        max-width: 100%;
    }

    .tile1 .content{
        max-width: 100%;
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }

    .tile1 .content p{
        font-size: calc(0.9375vw + 11px);
    }

    .tile1 .img-wrap{
        max-width: 100%;
        width: 100%;
    }

    .tile2 ul li{
        margin: 0 auto 30px;
    }

    .tile2 .card-wrap{
        padding: 30px 20px;
        width: 290px;
        height: 250px;
        border: solid 1px #e2e9f8;
    }

    .tile2 ul li .card-head i{
        font-size: 40px;
    }

    .tile2 .card-heading{
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #3e485b;
        color: var(--charcoal);
    }

    .tile2 ul li .rollup{
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.86;
        letter-spacing: normal;
        text-align: center;
        color: #6f7c95;
        color: var(--steel);
    }

    .tile3{
        padding: 29% 20px;
    }

    .tile4, .tile5{
        padding: 50px 20px;
    }

    .tile4 .img-wrap, 
    .tile5 .img-wrap{
        max-width: 100%;
    }

    .tile4 .content, 
    .tile5 .content{
        max-width: 100%;
        margin: 0 auto;
    }

    .m-wrap{
        display: flex;
        flex-wrap: wrap;
    }

    .img-wrap{
        order: 1;
        position: relative;
    }

    .content{
        order: 2;
        position: relative;
    }

    .tile7{
        padding: 50px 20px;
    }

    .tile7 .content{
        max-width: 100%;
        margin: 0 auto;
    }

    .tile7 .videos-wrap{
        max-width: 100%;
    }

    .tile7 .videos-wrap .video-list li{
        margin: 0 4px 30px;
    }

    .tile6{
        padding: 50px 20px;
    }

    .tile6 ul li{
        width: 100%;
        margin: 0 auto 30px;
    }
    .tile6 .card-wrap{
        width: 280px;
        height: 250px;
        display: inline-block;
    }

    .tile6 ul li .card-head i{
        font-size: 38px;
    }

    .tile6 .card-heading{
        font-size: 24px;
        margin: 30px auto 18px;
    }

    .tile6 ul li .rollup{
        font-size: 14px;
    }

    .tile7 .img-wrap .video-wrap{
        height: auto;
    }

    .tile7 .img-wrap video{
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: -2%;
        left: 5%;
        width: 87%;
    }

    .tile8 p.button{
        margin-top: 20px;
    }

}


@media (min-width: 1400px) {
    .tile2 .card-wrap {
        width: 16vw;
    }

    .tile3 .content{
        max-width: 41vw;
    }

    .tile4 {
        padding:17.6vh 0px;
    }

    .tile7 .videos-wrap{
        max-width: 25vw;
    }
    .tile7 .videos-wrap .video-list li{
        margin: 0 30px 50px;
    }
    .testimonial-wrap .testimonial-box {
        max-width: 950px;
    }
    
}


