.white-nav.navbar-light .navbar-nav .nav-link.active, .white-nav.navbar-light .navbar-nav .show>.nav-link, .navbar-light.white-nav .navbar-nav .nav-link:focus, .navbar-light.white-nav .navbar-nav .nav-link:hover, .hover-text-white:hover, a.hover-text-white:hover {
    color: #f07f00 !important;
}
/* .fixed-header-bg-secondary.fixed-top, .bg-secondary {
    background-color: #ffffff;
}  */
.progress {
    height: 15px;
    margin-top: 9px;
    border-radius: 0;
    overflow: visible;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f08100;
    transition: width .6s ease;
}
