/* Default menu link color: grey */
.main-menu ul > li > a {
    color: rgb(134, 134, 134);
}

/* Active menu item: black */
.main-menu ul > li.active > a {
    color: #000000;
}
.text_blue{
    color: #264D9F !important;
}
.text_red{
    color: #E52028 !important;
}
/* Make header background dark and text white from the start */
.header-area {
    color: #292929 !important;
}

/* Ensure nav links are white */
.header-area .main-menu ul li a.navlink {
    color: #292929 !important;
}
#team-2 .single-team-item .team-img img {
    filter: grayscale(0);
}
/* Optional: hover/active styles */
.header-area .main-menu ul li a.navlink:hover,
.header-area .main-menu ul li.active a.navlink {
    color: #E52028 !important; /* Highlight color, optional */
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #6c757d; /* optional grey color for divider */
    padding: 0 0.5rem;
}
.theme-btn, .white-btn, .primary-btn {
    background: #E52028 !important;
    border: 1px solid #ff272e;
}
input[type=submit], button[type=submit] {
    background: #E52028 !important;
    border: 1px solid #ff272e;
    color: #fff !important;
}
.section-title h2{
    color: #264D9F !important;
    font-weight: 700 !important;
}
.single-counter-box p.counter-number{
    color: #264D9F !important;
    font-weight: 700 !important;
}
.breadcrumb-item.active {
    color: #264D9F !important;
}
.single-process-wrap .process-num span {
    color: #fdf4f4;
}
.section-title h6 {
    color: #FFFFFF !important;
    background: #E52028;
}
.section-padding {
    padding: 70px 0;
}
.action-bar {
    padding-left: 0px;
}
.header-area{
    background: #ffffff00;

    }
    p {
        color: #111111;
    }
    .absolute-header .header-sticky {
        background: #ffffff00;
    }
    .absolute-header .header-sticky {
        background: #ffffff00;
    }