a {
    color: #2196F3;
}

a:hover {
    color: #1565C0;
}

.section-titile-bg {
    color: #2196F3;
}

.section-title::before {
    background-color: #2196F3;
}

.subtitle {
    color: #2196F3;
}

.btn-common {
    background: #2196F3;
}

.btn-common:hover,
.btn-common:focus {
    background: #1565C0 !important;
}

.btn-round {
    background: #2196F3 !important;
}

.btn-round:hover {
    background: #1565C0 !important;
}

a.back-to-top i {
    background-color: #2196F3;
}

#main-slide .carousel-control i {
    background: #2196F3;
}

.slicknav_btn {
    border-color: #2196F3;
}

.slicknav_menu .slicknav_icon-bar {
    background: #2196F3;
}

.slicknav_menu .slicknav_icon-bar:hover {
    background: #2196F3;
}

.navbar li.active a.nav-link {
    border-top: 3px solid #2196F3 !important;
    color: #2196F3 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2196F3 !important;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover {
    color: #2196F3;
}

.dropdown .dropdown-menu .dropdown-item.active,
.dropdown .dropdown-menu .dropdown-item:active {
    color: #2196F3;
    background-color: #fafafa;
}

.work-counter-widget i {
    color: #2196F3;
}

.portfolio-nav ul.nav li a:hover,
.portfolio-nav ul.nav li a.active {
    background: #2196F3;
}

.about-single i {
    color: #2196F3;
}

.about-single:hover i {
    background: #2196F3;
}

.video-gallery .overlay-gallery,
.matrl-tab ul.nav.nav-tabs li .active {
    background-color: rgba(33, 150, 243, 0.65) !important;
}

.single-blog-post .post-meta a:hover {
    color: #2196F3;
}

.contact-widget-section .single-contact-widget i {
    color: #2196F3;
}

.single-service-widget i {
    color: #2196F3;
}

.testimonial {
    background: #2196F3;
}

#testimonial-carousel .owl-pagination .owl-page.active span {
    background: #2196F3;
}

.form-submit button.btn-common.disabled {
    background: rgba(33, 150, 243, 0.7) !important;
    cursor: not-allowed;
}

.owl-carousel .owl-controls .owl-page.active span {
    border: none;
    background: #fff !important;
    opacity: 1;
}

.matrl-tab-default ul.nav.nav-tabs li.active a {
    color: #2196F3;
}

.matrl-default-accordion .panel-default .panel-heading a {
    background-color: #2196F3;
}

.icon-round,
.icon-box {
    background: #2196F3;
}

.icon-common {
    color: #2196F3;
}

.price span {
    color: #2196F3;
}

.pricing-button a.btn-pricing {
    background-color: #2196F3;
}

.matrl-error-section h1 {
    color: #2196F3;
}

.comment-box .form-control,
.comment-box textarea {
    font-weight: 500;
    color: #2196F3;
}

.find-widget {
    padding: 10px 0;
}

.find-widget i {
    background: #2196F3;
}

.footer-widget-container {
    border-top: 4px solid #2196F3;
}

ul.footer-contact li span {
    background: #2196F3;
}

.footer-contact ul li i {
    background: #2196F3;
    border-color: #2196F3;
}

.page-footer .link-widget ul li a:hover {
    color: #2196F3;
}

.page-footer .recent-widget p a:hover {
    color: #2196F3;
}

.matrl-tab-default ul.nav.nav-tabs li .active {
    color: #2196F3;
    border-bottom: 3px solid #2196F3;
}

.matrl-tab ul.nav.nav-tabs li .active {
    border-bottom: 4px solid #2196F3 !important;
}

.form-group.is-focused .form-control {
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2196F3), to(#2196F3)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#2196F3, #2196F3), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#2196F3, #2196F3), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#2196F3, #2196F3), linear-gradient(#D2D2D2, #D2D2D2);
}

.page-footer .footer-title::before {
    background: #2196F3;
}



.hero-heading{
    text-shadow: 0 2px 9px rgba(0, 0, 0, 1) !important;
}



.footer-section {
        background: #1a1a1a;
        color: white;
        padding: 60px 0 0;
    }

    .footer-main {
        padding-bottom: 40px;
        border-bottom: 1px solid #333;
    }

    .footer-column h3 {
        color: #2980b9;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 25px;
        position: relative;
    }

    .footer-column h3:after {
        content: '';
        width: 40px;
        height: 3px;
        background: #2980b9;
        position: absolute;
        bottom: -8px;
        left: 0;
    }

    .footer-about p {
        color: #ccc;
        line-height: 1.7;
        margin-bottom: 25px;
        font-size: 0.95rem;
    }

    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #ccc;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        padding: 5px 0;
    }

    .footer-links a:hover {
        color: #2980b9;
        text-decoration: none;
        padding-left: 5px;
    }

    .footer-links a i {
        margin-right: 8px;
        font-size: 0.9rem;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .contact-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        color: #ccc;
    }

    .contact-item i {
        color: #2980b9;
        margin-right: 15px;
        margin-top: 3px;
        font-size: 1.1rem;
        min-width: 20px;
    }

    .contact-item div {
        line-height: 1.6;
        font-size: 0.95rem;
    }

    .contact-item strong {
        color: white;
        display: block;
        margin-bottom: 5px;
    }

    .social-links {
        display: flex;
        gap: 15px;
        margin-top: 25px;
    }

    .social-link {
        width: 45px;
        height: 45px;
        background: #333;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ccc;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .social-link:hover {
        background: #2980b9;
        color: white;
        text-decoration: none;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(41, 128, 185, 0.4);
    }

    .footer-bottom {
        padding: 25px 0;
        background: #111;
        text-align: center;
    }

    .footer-bottom p {
        margin: 0;
        color: #888;
        font-size: 0.9rem;
    }

    .footer-bottom a {
        color: #2980b9;
        text-decoration: none;
    }

    .footer-bottom a:hover {
        color: #3498db;
        text-decoration: none;
    }

    .back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        background: #2980b9;
        color: white;
        border-radius: 50%;
        display: none;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(41, 128, 185, 0.3);
        z-index: 1000;
    }

    .back-to-top:hover {
        background: #1e6091;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(41, 128, 185, 0.4);
        color: white;
        text-decoration: none;
    }

    .back-to-top i {
        font-size: 1.2rem;
    }

    @media (max-width: 768px) {
        .footer-section {
            padding: 40px 0 0;
        }

        .footer-column {
            margin-bottom: 40px;
        }

        .contact-item {
            flex-direction: column;
            text-align: left;
        }

        .contact-item i {
            margin-bottom: 5px;
        }

        .social-links {
            justify-content: center;
        }

        .back-to-top {
            bottom: 20px;
            right: 20px;
            width: 45px;
            height: 45px;
        }
    }
