.text-white {
    color: #ffffff !important;
}
.text-bold  {
    font-weight: bold;
}
.footer-content ul li {
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
}
.logo-image {
    height: 40px;
}

.mb-8 {
    margin-bottom: 3rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
