.bg-contact {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 18, 72, 0.393)), url(../img/banner06.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-contact .contact{
    position: relative;
}

.bg-contact .breadcrumb-item a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.bg-contact .breadcrumb-item a:hover {
    color: #cccccc !important;
}
