.contact-section {
    padding: 60px 0;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(91, 91, 91, 0.242), rgba(0, 0, 0, 0.7)) , url('images/contactustitle.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white
}

.breadcrumb-item {
    background-color: #5d5d5db4;
    padding: 4px 10px;
    border-radius: 5%;
    font-size: 1rem;
    font-weight: bolder;
}

.breadcrumb-item a {
    color: white;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: rgb(215, 215, 215);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: rgb(215, 215, 215);
}

.section-title {
    font-size: 2.2rem;
    font-weight: bolder;
}

.section-title-line {
    width: 250px;
    height: 2px;
    background-color: #ffffff;
    margin: 20px auto;
}