#page-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    margin-top: 85px;
    padding-top: 30px;
    color: #fff;
}

#page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(66, 87, 136, 0.8);
}

#page-banner .container {
    position: relative;
    z-index: 1;
}

#page-banner h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

#page-banner .breadcrumb {
    background: transparent;
    /* display: inline-block; */
    padding: 8px 15px;
    border-radius: 5px;
}

#page-banner .breadcrumb-item a {
    color: #f8f9fa;
    text-decoration: none;
}

#page-banner .breadcrumb-item.active {
    color: #ffc107;
}

#page-banner .breadcrumb-item.active:hover {
    color: #5452e1;
}

#page-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}