.c-wh{
    color:#FBFBFB!important;
}
.bg-wh{
    background-color:#FBFBFB !important;
}
.c-black{
    color: #3C3C48;
}
.c-333{
    color: #333;
}
.c-d-gray{
    color: #696973;
}
.c-g-600{
    color: #5F6C72;
}
.bg-g-ba{
    background-color: #B8B8BA;
}
.bg-g50{
    background-color: #F8F8F8;
}
.bg-gEE{
    background-color: #E6E6EE;
}
.c-blue{
    color:#2E6EA5;
}
.bg-blue{
    background-color: #2E6EA5 
}
.bg-blue-normal{
    background-color: #4798CD;
}
.c-blue-normal{
    color: #4798CD;
}
.bg-l-blue{
    background-color: #EBF2F8;
}
.c-l-blue{
    color: #EBF2F8;
}
.c-green{
    color:#00B092
}
.c-d-green{
    color: #00846E;
}
.bg-green{
    background-color:#00B092;
}
.bg-gr-norm{
    background-color: #009E83!important;
}
.c-gr49{
    color: #079D49;
}
.c-l-gray{
    color: #898990!important;
}
.bg-l-gray{
    background-color: #898990!important;
}
.bg-blue-sh{
    background-color: #F3F9FB;
}
.bg-grad{
    background: linear-gradient( #66BB94, #4798CD )!important; 
}
.bg-green-94{
    background-color: #66BB94;
}
/* borders colors */
.bc-r600 {
    border-color: #cc324c;
}
.bc-blue-l{
    border-color: #C0D6E9!important;
}
.bc-gray-l{
    border-color: #898990!important;
}
.bc-g-100{
    border-color: #E4E7E9!important;
}
.bc-d1{
    border-color: #D1D1D1 !important;
}
.bc-de{
    border-color: #DEDEDE !important;
    ;
}
.bc-wh{
    border-color: #FFFFFF!important;
}
.bc-wh700{
    border-color: #EAE9E9!important;
}
.bc-transparent{
    background-color: transparent!important;
}
.bg-wh500{
    background-color: #F5F5F5;
}
.bg-wh300{
    background-color: #FFFEFE;
}
.bg-wh-oth{
    background-color: #FDFDFD;
}
.c-red-58{
    color:#EE5858
}