img.logo {
    height: 60px;
}

.owl-theme .owl-nav [class*="owl-"] {
    border: none;
    background-color: var(--primary-color-1);
    padding: 0px 10px 2px 10px;
    border-radius: unset;
    font-family: revert;
    color: #fff;
    font-size: 20px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    cursor: pointer;
    background: #111;
    color: #fff;
}

section {
    padding: 60px 0px;
}

.text-bbc {
    color: var(--primary-color-1) !important;
}

.text-bbc-heading {
    color: #111 !important;
}

h3.id-color {
    color: #111 !important;
}

.pb-130 {
    padding-bottom: 130px;
}

.client-logo {
    padding: 20px;
}

#subheader {
    padding-top: 75px;
    padding-bottom: 75px;
}

.large-section {
    padding: 60px 0;
}

.d-flex-all-custom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mtb-25 {
    margin: 25px 0;
}

@media only screen and (max-width: 767px) {
    .large-section {
        padding: 0;
    }

    .d-mobile-none {
        display: none !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .d-desktop-none {
        display: none !important;
    }
}