.title_slider span {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.subtitle_slider {
    font-weight: 400 !important;
    color: #0b315a;
}

.custom-scroll {
    max-height: 470px;
    overflow-y: scroll;
}

/* Fix for brand slider height */
.awards-swiper .swiper-wrapper {
    align-items: stretch;
}

.awards-swiper .swiper-slide {
    height: auto;
}

.dz-img-box.style-1.box-lg {
    padding: 45px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dz-img-box.style-1.box-lg .dz-media {
    margin-bottom: 20px;
}

/* .dz-img-box.style-1.box-lg .dz-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.content-editor {
    margin: 0 !important;
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    color: var(--bs-body-color) !important;
    text-align: var(--bs-body-text-align) !important;
    background-color: var(--bs-body-bg) !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.dz-card.style-2.blog-half .dz-media {

    height: auto;
}

.pagination ul {
    display: flex;
}

.pagination ul li {
    list-style: none;
}

.pagination ul li a {
    width: 50px !important;
    height: 50px !important;
    display: block;
    border-radius: 10px !important;




    line-height: 50px;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    border: 0;
    padding: 0 10px;
    text-align: center;
    color: var(--bs-heading-color);

    background-color: #fff;
    box-shadow: 0 0 20px rgba(var(--bs-secondary-rgb), 0.02);
}

.pagination ul li a.current,
.pagination ul li a:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}