.nav-background {
    background: rgba(26, 42, 102, 0.95);
}
@media screen and (max-width: 767px){
    .nav-mob {
        background: rgba(26, 42, 102, 0.95) !important;
    }
}

.service-left-side:hover .circle,
.service-left-side.active .circle {
    background-color: #2098F5;
    border: 6px solid #2098F5;
}

.service-left-side:hover,
.service-left-side.active {
    border: 1px solid #2098F5;
    outline-color: #2098F5;
}

.service-left-side:hover .title,
.service-left-side.active .title {
    color: #2098F5;
}

.testimonial-single:hover .inner-box,
.testimonial-single.active .inner-box {
    background-color: #1a2a66;
    background-image: linear-gradient(135deg, #1a2a66 0%, #4338ca 55%, #7c3aed 100%);
}

.testimonial-single:hover,
.testimonial-single.active {
    border: 1px solid rgba(67, 56, 202, 0.55);
}

.contact-info ul li i {
    color: #2098F5;
    border: 1px solid #2098F5;
}
