.nav-active {
    font-weight: 600;
    color: #01a555;
}

.nav-active:hover {
    color: #01a555;
}

.cust-link:hover {
    color: #01a555 !important;
}

.cust-collapse {
    background: #3f403b;
}

.cust-navbar {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.bg-color-5{
    background-color: #3f403b;
}

.cust-contact-card{
    color: white;
    background-color: #3f403b;
}