.bg-darkblue {
    background-color: #00167b;
}
.bg-whiteblue {
    background-color: #f4f9ff;
}
 .btn-darkblue {
    background-color: #00167b;
}
.text-darkblue {
    color: #00167b;
}
.broder-darkblue {
    border-bottom: 4px solid #00167b;
    border-right: 4px solid #00167b;
}