.about3.bg-purple{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23f8f7ff' fill-opacity='0.04' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.tes6.bg-purple{
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f8f7ff' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (min-width: 992px) and (max-width: 1400px){
    .about3-images{
        height: 400px;
    }

    .about3-images img{
        max-width: 280px;
    }
}

@media screen and (min-width: 1200px){
    .cta4 img{
        max-height: 440px;
        object-fit: cover;
    }
}

footer{
    border-top: 1px solid #13131313;
}

.tes5-slider-area{
    padding: 24px;
}

.tes5-single-slider .icon{
    padding: 15px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-bottom: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
}


.tes5-single-slider .icon i{
    font-size: 24px;
    color: var(--vtc-bg-main5);
}

.tes5-single-slider h3{
    color: #FFFFFF;
}

.tes5-single-slider p,
.tes5-single-slider li{
    font-size: 16px;
}

.tes5-single-slider li i{
    font-weight: 400;
}

.tes5-slider-btns button{
    background-color: #FFFFFF;
}

.tes5-slider-btns button:hover{
    border-color: #ec1866;
}

.tes5-slider-btns i{
    color: #ec1866;
}