

.btn-primary {
     background-color: #0058e7 !important;
    border-color: #0058e7 !important;
}
    .btn-primary:hover {
        background-color: #111111 !important;
        color: #0058e7 !important;
    }
.text-primary {
    color: #0058e7 !important;
}
.btn.btn-light {
    color: #0058e7 !important;
}
.navbar.navbar-expand-lg .navbar-toggler {
    color: #0058e7 !important;
    border: 1px solid #0058e7 !important;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #0058e7 !important;
}
.navbar-light .navbar-nav .nav-link::before {
    background: #0058e7 !important;
}
.navbar-light .navbar-nav .nav-link::after {
    background: #0058e7 !important;
}

.offer-section .nav a.accordion-link.active {
    background: #0058e7 !important;
}
.blog .owl-nav .owl-prev {
    background: #0058e7 !important;
}
.blog .owl-nav .owl-prev:hover {
    background: #111111 !important;
    color: #0058e7;
}
.blog .owl-nav .owl-next {
    background: #0058e7 !important;
}
.blog .owl-nav .owl-next:hover {
    background-color: #111111 !important;
    color: #0058e7 !important;
}

.blog .blog-item .blog-img .blog-title a {
    background: #0058e7 !important;
}
.team .team-item .team-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid #0058e7;
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}
.team .team-item:hover {
    background-color: #0058e7;
}
    .team .team-item:hover .team-icon a {
        background-color: #ffffff !important;
    }
    .testimonial .owl-nav .owl-prev {
        background: #0058e7 !important;
    }

    .testimonial .owl-nav .owl-prev:hover {
        background: #111111 !important; /* Darker shade for hover */
        color: #0058e7 !important;
    }

.testimonial .owl-nav .owl-next {
    background: #0058e7 !important;
}

    .testimonial .owl-nav .owl-next:hover {
        background: #111111 !important; /* Darker shade for hover */
        color: #0058e7 !important;
    }
.testimonial .testimonial-item .testimonial-quote-left {
    color: #0058e7 !important;
}

.testimonial .testimonial-item .testimonial-quote-right {
    color: #0058e7 !important;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: #0058e7 !important;
}

.testimonial-carousel .owl-dots .owl-dot {
    background: var(--bs-secondary) !important;
}
.bg-primary {
    background: #0058e7 !important;
}
