
.bg-dark-blue {
    background:linear-gradient(to right, #293a4a, #293a4a);
    background-color: #293a4a !important;
}
.text-dark-blue{
    color: #d68910 !important;
}
.bg-midnight-blue {
    background: #293a4a;
}
.text-midnight-blue {
    color: #000428;
}
.bg-dark-org{
   background: #F35B25!important;
}
.text-dark-org{
   color: #F35B25;
}
.bg-peach{
   background: #293a4a!important;
}
.text-peach{
   color: #FFD8A9;
}
.bg-wheat{
    background:linear-gradient(135deg, #293a4a, #293a4a);
}
.text-wheat{
    color:#E8E2E2;
}
.cust-w-85{
    width: 85% !important;
}

.border-midnight-blue{
    border:2px solid #000428;
}