/*-------------------------------------
        9.  Counter
--------------------------------------*/
.statistics {
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    padding: 127px 0 120px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.statistics:before {
    position: absolute;
    content: '';
    /*background: rgba(75, 75, 75, .60);*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.statistics-box {
    text-align: center;
    margin-bottom: 30px;

}

.statistics-content {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 60px;
}

.statistics-content span {
    margin-left: 5px;
}

.statistics-box h3 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
}
