/*==============================================
 Counter One 
===============================================*/
.corp-stats {
    position: relative;
    display: block;
    padding: 90px 0 90px;
    z-index: 1;
}

.corp-stats__single-list-box {
    position: relative;
    display: flex;
    align-items: center;
}

.corp-stats__single-list {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.corp-stats__single-list+.corp-stats__single-list {
    margin-left: -65px;
}

.corp-stats__single {
    position: relative;
    display: block;
    border: 1px solid var(--corp-border);
    border-radius: 50%;
    text-align: center;
    padding: 111px 0 105.32px;
    margin-bottom: 30px;
}

.corp-stats__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corp-stats__count h3 {
    font-size: 64px;
    font-weight: 500;
    line-height: 64px !important;
    font-family: var(--corp-font-body) !important;
}

.corp-stats__count span {
    font-size: 64px;
    font-weight: 500;
    line-height: 64px !important;
    font-family: var(--corp-font-body) !important;
    color: var(--corp-dark);
}

.corp-stats__count-text {
    font-size: 30px;
    font-family: var(--corp-font-heading);
    line-height: 40px;
}




/*==============================================
    End   
===============================================*/