/*** 
=============================================
    Fact Counter Area style
=============================================
***/

.fact-counter-area {
    position: relative;
    display: block;
    padding: 0px 0 80px;
    background: #1f2026;
    z-index: 1;
}

.fact-counter_box {
    position: relative;
    display: block;
}

.fact-counter_box ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-fact-counter {
    position: relative;
    display: block;
    float: left;
    max-width: 25%;
    width: 100%;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 18px;
    margin-bottom: 40px;
    z-index: 1;
}

.single-fact-counter .border-box {
    position: absolute;
    top: 0;
    left: 13px;
    bottom: 0;
    width: 100%;
    background: transparent;
    border: 2px solid #dddddf;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-radius: 1rem;
}

.single-fact-counter:hover .border-box {
    border-color: var(--thm-base);
}

.single-fact-counter .outer-box {
    position: relative;
    display: block;
}

.single-fact-counter .count-box {
    position: relative;
    color: var(--thm-base);
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 15px;
    font-family: var(--thm-oswald-font);
}

.single-fact-counter .title-4 {
    background: var(--thm-base);
    padding: 8px;
}

.single-fact-counter .title-1 {
    background: var(--thm-base);
    padding: 8px;
}

.single-fact-counter .title-2 {
    background: var(--thm-base);
    padding: 8px;
}

.single-fact-counter .title-3 {
    background: var(--thm-base);
    padding: 8px;
}

.single-fact-counter .title-4 h6 {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--thm-black);
    text-align: left;
}

.single-fact-counter .title-1 h6 {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--thm-black);
    text-align: left;
}

.single-fact-counter .title-2 h6 {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--thm-black);
    text-align: left;
}

.single-fact-counter .title-3 h6 {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--thm-black);
    text-align: left;
}