.custom-arrows .elementor-swiper-button i{
    background: #edeffd;
    padding: 15px;
    border-radius: 30px;
    color: #808d9e;
    transition: all 0.3s ease-in-out;
}
.custom-arrows .elementor-swiper-button:hover i {
    background: #536af1;
    color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(65,84,241,0.5);
}
.custom-arrows .elementor-swiper-button-prev{
    left: -145px !important;
    top: 96px;
}
.custom-arrows .elementor-swiper-button-next{
    right: -145px !important;
    top: 96px;
}
#custom-hover .swiper-slide-inner img{
    transition: .5s ease-in-out;
    border: 1px solid #ffffff;
    filter: grayscale(100%);
    border-radius: 10px;
    opacity: 0.7;
}
#custom-hover .swiper-slide-inner img:hover{
    border: 1px solid #536af1;
    box-shadow: 0px 0px 100px 0px rgba(65,84,241,0.1);
    transition: .5s ease-in-out;
    filter: grayscale(0%);
    opacity: 1;
}

