.block-dark {
    background: #0d151e;

}
.background-img-container-up{
    background-position-y: top;
    background-position-x: center;
    background-image: url('https://keenthemes.com/images/curve-dark-top-bg.png?ced1283…');
    width: 100%;
    height: 225px;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-dark-body {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -90px;
}
.block-content {
    margin-bottom: 60px;
    padding: 0 12px;
}

.block-content-heading {
    font-size: 4rem;
    margin-top: 0;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 30px;
}

.block-content-heading-linear {
    background: linear-gradient(to right, #12CE5D 0%, #189EFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block-content-pg {
    font-size: 1.6rem;
    color: var(--textBlandColor);
    text-align: center;
    line-height: 1.6;
    margin-top: 0;
}
.block-number {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.block-number-item {
    background-image: url("https://keenthemes.com/images/misc/octagon.svg");
    height:200px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:10px;
}

.block-number-item-text {
    color: #50cd89;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 32px;
}

.block-number-item-increase {
    text-align: center;
    font-size: 3rem;
    color: white;
    font-weight: 600;
}
.block-dark-brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 70px;
}

.block-dark-brand-img-container {
    margin: 25px;
}
.block-dark-brand-img {

}
.background-img-container-down {
    background-position-y: top;
    background-position-x: center;
    background-image: url('https://keenthemes.com/images/misc/screens-2.png');
    width: 100%;
    height: 225px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* block-dark__slider */
.block-dark-slider {

}
.block-dark__slider {

}
.block-dark__slider-item {
    background-color: hsla(0,0%,100%,.03);
    border-radius: .75rem;
    font-size: 1.6rem;
    padding: 3.5rem;
    border: 1px dashed #21324b;
    margin: 30px;
    line-height: 1.7;
    color: #797d8e;
    letter-spacing: 0.1px;
}
.block-dark__slider-img-container {
    margin-bottom: 15px;
}
.block-dark__slider-img {
    height: 25px;
}
.block-dark__slider-content {
    margin-bottom: 25px;
}
.block-dark__slider-author {

}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 0.8;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 10px 10px;
    background: #353849;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primaryColor);
    
    width: 20px;
    height: 20px;
}







@media (max-width:996px) {
    .background-img-container-up,
    .background-img-container-down {
        height: 150px;
    }
    .block-content-heading {
        font-size: 2.7rem;
        margin-bottom: 0;
        line-height: 1.5;
    }
    .block-content-pg {
        font-size: 1.5rem;
    }
    .block-number-item {
        height: 150px;
        width: 150px;
    }
    .block-number-item-text {
        margin-bottom: 12px;
    }
     .block-dark__slider-item {
         margin: unset;
         padding:1.6rem;
     }
}