.text-primary {
    color: #3e81b1 !important;
}

.btn-primary {
    color: #000;
    background-color: #3e81b1 !important;
    border-color: #3e81b1;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: #ffff;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: #3e81b1 !important;
    transition: 0.5s;
}



.stats-section {
    background: #3e81b1;
    color: white;
}

.blog .blog-item:hover a:hover {
    color: #2471b3;
}


/* header  */
.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: #3e81b1;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: #3e81b1;
        transition: .5s;
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #3e81b1;
        transition: .5s;
    }
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #3e81b1;
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: #3e81b1;
}


.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: #3e81b1;
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: #3e81b1;
    ;
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.btn.btn-light {
    color: #3e81b1;

    border: none;
}



.service-item a.h4:hover {
    color: #3e81b1 !important;
}


.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: #3e81b1;
}

.testimonial .testimonial-item .testimonial-quote-right {
    color: #3e81b1 !important;
}

.testimonial .testimonial-item .testimonial-quote-left {
    color: #3e81b1 !important;

}

.testimonial-carousel .owl-dots .owl-dot {
    background: #3e81b1 !important;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: #3e81b1 !important;
}

.footer .footer-item a:hover {
    color: #3e81b1 !important;
}

@media (max-width: 991.98px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #3e81b1 !important;
        color: #3e81b1 !important;
    }
}


/* gallery page  */
.border-orange {
    border: 3px solid #3e81b1 !important;
}

.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: #3e81b1 !important;
}


.btn.btn-light:hover {
    color: var(--bs-white);
    background: #3e81b1 !important;
}

.options a {
    background: white;
    color: #28a745;
    border: 2px solid #3e81b1 !important;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}