/**
*** Background color 
**/

.bg-blue{
    background: #52C7EB;
}
.bg-darkblue{
    background: #042E54;
}

.bg-darkerblue{
    background: #11273c;
}

.bg-yellow2{
    background: #fecb00;
}

.bg-lightgray{
    background: #acb4cc;
}

.bg-lightsilver{
    background: #eff3f6;
}

.bg-darkgray{
    background: #687498;
}

/**
*** Text color 
**/

.tx-orange{
    color:#f28e23 ;
}

.tx-blue{
    color: #52C7EB;
}

.tx-darkblue{
    color: #042E54;
}

.tx-yellow{
    color: #fecb00;
}

.tx-orange{
    color: orange;
}

.tx-lightgray{
    color: #6a7394;
}

.tx-darkgray{
    color: #687498;
}