/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    padding: 100px 0 0px;
    z-index: 1;
}

.counter-one__single {
    position: relative;
    display: flex;
    text-align: center;
    margin-bottom: 0;
    z-index: 1;
    min-height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.counter-one__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-one__count h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    padding-right: 10px;
}

.counter-one__count span {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    font-family: var(--chioary-font-two);
    color: var(--chioary-black);
    text-transform: capitalize;
}

.counter-one__count-plus {
    position: relative;
    top: -4px;
}

.counter-one__count-text {
    margin-top: 5px;
    font-size: 14.5px;
    font-weight: 600;
    color: #222222;
}

.counter-one__shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.counter-one__shape-1 img {
    width: 180px;
}




















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/