.home-simple-content h2 {
    font-size: 60px;
    margin-bottom: 0 !important;
}

.home-simple-content h5 {
    color: var(--bnb-primary);
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.slider-btn a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    background: var(--bnb-primary);
    border: none;
    border-radius: 0;
}

.slider-btn a:hover {
    background: var(--bnb-primary-hover);
    color: #fff;
}

.slider-bg {
    min-height: 1000px !important;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 2;
}

.slider-content h2 {
    font-size: 90px;
    letter-spacing: 1.0px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #fff;
}

.s-slider-content h2 {
    margin-bottom: 25px;
}

.s-slider-content p {
    font-size: 18px;
    color: #ffffffbf;
    line-height: 26px;
    margin: auto;
}

.slider-btn a {
    background: none !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: none;
}

.page-node-type-home div#block-b5byb-local-tasks {
    position: absolute;
    top: 200px;
    z-index: 20;
}

.page-node-type-home .nav-tabs .nav-link {
    color: #fff;
}

.page-node-type-home .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .slider-content h2 {
        font-size: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hsc-image.p-relative {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .home-simple-content h2 {
        font-size: 50px;
    }
}