

/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    padding: 150px 0px 120px;
    background: var(--thm-primary);
    z-index: 1;
}
.fact-counter-area .shape1 {
    position: absolute;
    top: -900px;
    right: 0;
}

.fact-counter_box {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    float: right;
}
.fact-counter_box ul{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.single-fact-counter {
    position: relative;
    display: block;
    float: left;
    max-width: 50%;
    width: 100%;
    padding: 0 15px 30px;
}
.single-fact-counter .inner{
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 89px 0 87px;
    border-radius: 20px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}
.single-fact-counter .outer-box{
    position: relative;
    display: block;
}
.single-fact-counter .count-box{
    position: relative;
    display: block;
    color: rgba(var(--thm-base-rgb), .15);
    font-size: 100px;
    font-weight: 500;
    font-family: var(--thm-font);
}
.single-fact-counter .count-box span {
    position: relative;
    display: inline-block;
    line-height: 80px;
}
.single-fact-counter .count-box .k {
    position: relative;
    display: inline-block;
    margin-left: -25px;
}
.single-fact-counter .count-box .plus {
    position: relative;
    display: inline-block;
    margin-left: -25px;
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
}

.single-fact-counter .title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-fact-counter .title h6{
    color: var(--thm-black);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

















