.bg-inner {
    background-color: rgba(88, 203, 83, 0.7)  !important;
    color: rgb(96, 96, 101) ;
}

.bg-white {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(96, 96, 101);
}

a:hover {
    color: #00b249 !important;
}

.ec-nav .nav-link {
    color: rgb(96, 96, 101) !important;
}

.nav-item__has-dropdown .dropdown-menu {
    border-top: 3px solid #00CB54 ;
}

.hover\:primary:hover {
    background: #00CB54 !important;
    color: #fff !important;
}

/*@media screen and (max-width:992px){*/
/*    .when-collapsed {*/
/*        background: #49688e !important*/
/*    }*/
/*}*/



/* ADDED */
.textCOLOR {
    color: #f8f8f9 ;
}


.lavenderround {
    background-color:#00CB54;

}

.textt {
    color: #00CB54;
}

.lead {
    color: rgb(253, 252, 252);
}

.lfooter {
    background-color: #202428;
    color: #ffffff99;
}

.lavenderround1 {
    background-color:  #fff ;
    color: #fff;
}

/* -------------- */
[data-primary-overlay="0"] {
    background-color: rgb(17, 201, 93) !important;
}
.bg-dark{
    background-color: #1e2022!important;
   
}
.text-white-0_5 {
    color: rgba(255, 255, 255, 0.5)!important;
}