.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 1, 128);
    border-color: rgb(0, 1, 128);
}

#topbar a {
    font-size: 0.8rem;
}

#topbar .btn-square {
    width: 24px;
    height: 24px;
}

#testimonials h1 {
    color: white;
}

.bg-breadcrumb.bg-privacy {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/images/privacy-policy-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.team .team-item:hover .team-content h5 {
    color: white;
}

#contact-form input,
#contact-form textarea {
    border-radius: 0;
}

#contact-form button {
    border-radius: 0;
}

.display-1 {
    font-size: 3.6rem;
}