.dark-blue-color
{
    color: #3A4974;
}
.link-blue{
    color: #4BA9FF !important;
}
.color-white{
    color:#ffffff;
}
.color-white-bg{
    background-color:#ffffff !important;
}
.color-white-v2{
    background-color: #fcfcfc !important;
}
.color-black{
    color:#2C2C2C;
}
.color-black-v2{
    color:#2C303B;
}
.color-black-v3{
    color:#606060;
}
.color-grey{
    color:#999999 !important;
}
.color-light-green{
    color:#1CB26E !important;
}
.color-light-blue{
    color: #46b8ec !important;
}
.color-red{
    color: #EC6660 !important;
}
.container-bg-color
{
    background-color: #ECEDF3;
}
.container-color
{
    color: #ECEDF3;
}

.color-black-bg{
    background-color: #000000;
}
.secondary-color
{
    color: #8E3FFF;
}
.tertiary-color
{
    color: #586894 !important;
}
.tertiary-color-bg{
    background-color: #586894;
}
.primary-text-color
{
    color: #2C303B;
}
.secondary-text-color
{
    color: #2C2C2C;
}
.color-grey{
    color: #707091;
}
.color-red{

    color: #EC6660 !important;
}


