:root {
    --primary-color: #0573bb !important;
    --secondary-color: #38b471 !important;
}

a:hover, .blog-card .blog-body-info .blog-title:hover, .custom-file .custom-file-upload, .ak-nav_list li .active {
    color: var(--primary-color);
}

.ak-heartbeat-btn, .ak-heartbeat-btn:before, .ak-heartbeat-btn:after, .footer.style-1 .footer-email .footer-heading-email .email-form .submit-btn {
    background-color: var(--primary-color);
}

.pricing-card.active {
    background: var(--primary-color);
}

.contact-form .from-inputs .type_1 input, .contact-form .from-textarea .type_1 textarea {
    border: 1px solid var(--primary-color);
}

.contact-form .from-inputs .type_1 input:focus, .contact-form .from-textarea .type_1 textarea:focus {
    border-color: var(--secondary-color) !important;
    box-shadow: 0 0 0 0.25rem var(--secondary-color) !important;
}

.footer.style-1 .footer-email .footer-heading-email .email-form {
    border-bottom: 1px solid var(--primary-color);
}

.social-hero .social-icon1:hover path, .footer.style-1 .copy-right .social-icon :hover path {
    fill: var(--primary-color) !important;
}
