/*** 
=============================================
    Fact Counter style1 Css
=============================================
***/
.fact-counter-style1 {
    padding: 0px 0px 0px;
    /*---background-color: var(--thm-black);----*/
    background-color: #187039;
        /* background-color:#fff; */

}

.fact-counter-style1__single {
    position: relative;
    display: block;
    border-left: 1px solid var(--thm-primary-color);
}

.fact-counter-style1__single .fact-counter-box {
    position: relative;
    display: block;
    padding-left: 40px;
}

.fact-counter-style1__single .circle-box {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    /* border: 3px solid var(--thm-primary-color); */
    margin-bottom: 11px;
}

.fact-counter-style1__single .counter-box {
    position: relative;
    display: block;
    padding-bottom: 6px;
}

.fact-counter-style1__single .counter-box h2 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 500;
    color:#fff
}

.fact-counter-style1__single .counter-box h2 .k {
    position: relative;
    display: inline-block;
    top: 4px;
    margin-left: -14px;
    line-height: 50px;
}

.fact-counter-style1__single .fact-counter-box p {
    /* color: var(--thm-black); */
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
        color: #fff;

}




/*** 
=============================================
    Fact Counter style2 Css
=============================================
***/
.fact-counter-style2 {
    padding: 120px 0px 60px;
    background-color: var(--thm-white);
}

.fact-counter-style2.pdb120 {
    padding-bottom: 120px;
}

ul.fact-counter-style2--row {
    --bs-gutter-x: 0px;
}

ul.fact-counter-style2--row li {
    border-right: 1px solid var(--thm-border-color);
}

ul.fact-counter-style2--row li:last-child {
    border-right: 0px solid var(--thm-border-color);
}

.fact-counter-style1__single--style2 .fact-counter-box {
    padding-left: 0px;
}

.fact-counter-style1__single--style2 {
    border-left: 0px solid var(--thm-primary-color);
}

.fact-counter-style1__single--style2 .round-box {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid var(--thm-primary-color);
    margin: 0 auto 11px;
}

.fact-counter-style1__single--style2 .counter-box h2 .k {
    position: relative;
    display: inline-block;
    top: 4px;
    margin-left: -14px;
}

.fact-counter-style1__single--style2 .fact-counter-box p {
    color: var(--thm-body-font-color);
}

/* Fact Counter - Mobile Responsive */
@media (max-width: 768px) {

    .fact-counter-style1 {
        padding: 25px 0 !important;
    }

    .fact-counter-style1__single {
        border-left: 0 !important;
        text-align: center;
        margin-bottom: 25px;
    }

    .fact-counter-style1__single .fact-counter-box {
        padding-left: 0 !important;
    }

    .fact-counter-style1__single .circle-box {
        margin: 0 auto 8px;
    }

    .fact-counter-style1__single .counter-box h2 {
        font-size: 36px !important;
        line-height: 42px !important;
    }

    .fact-counter-style1__single .counter-box h2 .k {
        top: 2px;
        margin-left: -6px;
        line-height: 36px;
    }

    .fact-counter-style1__single .fact-counter-box p {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .fact-counter-style2 {
        padding: 50px 0 30px !important;
    }

    ul.fact-counter-style2--row li {
        border-right: 0 !important;
        border-bottom: 1px solid var(--thm-border-color);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    ul.fact-counter-style2--row li:last-child {
        border-bottom: 0 !important;
        margin-bottom: 0;
    }
}


































/*============== End Css ==============*/