/*================================
    Fact Counter Style1 Css
================================*/
.fact-counter-style1 {
    margin-top: -105px;
    z-index: 20;
}

.fact-counter-style1 .row {
    --bs-gutter-x: 0px;
}

.fact-counter-style1__inner {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    padding: 23.91px 0px 24.8px;
}

.fact-counter-style1 ul li {
    position: relative;
    display: block;
}

.fact-counter-style1 ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #E9E9E9;
}

.fact-counter-style1 ul li:last-child:before {
    display: none;
}

.single-fact-counter-style1 {
    position: relative;
    display: block;
    text-align: center;
}

.single-fact-counter-style1 .odometer-counting {
    position: relative;
    display: block;
}

.single-fact-counter-style1 .odometer-counting h2 {
    color: #F2F2F2;
    font-size: 144px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    width: 150px;
}

.single-fact-counter-style1 .title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
}

.single-fact-counter-style1 .title h3 {
    font-size: 28px;
    line-height: 28px;
}




/*
================================
    Fact Counter Style2 Css
================================
*/
.fact-counter-style1--style2 {
    margin-top: 0px;
    z-index: 1;
}

.fact-counter-style2__content {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    padding: 18.91px 0px 19.8px;
}

.fact-counter-style1__inner--style2 {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.fact-counter-style1__inner--style2 ul li::before {
    background-color: #e5e5e5;
}

.single-fact-counter-style1--style2 .odometer-counting h2 {
    color: var(--thm-white);
}



/*
================================
    Fact Counter Style3 Css
================================
*/
.fact-counter-style1--style3 {
    margin-top: 0px;
    z-index: 1;
}

.fact-counter-style1--style3 .shape1 {
    position: absolute;
    right: 0;
    bottom: -200px;
    opacity: .1;
}

.fact-counter-style1__inner--style3 {
    background-color: var(--thm-primary-color);
    padding: 18.91px 0px 19.8px;
    box-shadow: none;
}

.fact-counter-style1__inner--style3 ul li::before {
    background-color: rgb(255, 255, 255, .1);
}

.single-fact-counter-style1--style3 .odometer-counting h2 {
    color: rgb(255, 255, 255, .15);
}

.single-fact-counter-style1--style3 .title h3 {
    color: var(--thm-white);
}



/*
================================
    Fact Counter Style4 Css
================================
*/
.fact-counter-style4 {
    background-color: var(--thm-black-bg);
    padding: 120px 0px 120px;
    overflow: hidden;
}

.fact-counter-style4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: calc((100% - 0px) / 2);
    background-color: var(--thm-black-bg);
}

.fact-counter-style4__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    width: calc((100% - 0px) / 2);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}


.fact-counter-style4__big-title {
    position: absolute;
    top: 10px;
    left: -145px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(225, 225, 225, 0.10);
    font-size: 176px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    z-index: 4;
}

.fact-counter-style4__inner {
    position: relative;
    display: block;
    margin-left: -150px;
}

.fact-counter-style4__inner ul {
    position: relative;
    display: block;
    max-width: 635px;
    width: 100%;
    height: 520px;
}

.fact-counter-style4__inner ul::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.020045518207282953) 0%, rgba(255, 255, 255, 0.10127801120448177) 20%, rgba(255, 255, 255, 0.19931722689075626) 50%, rgba(255, 255, 255, 0.10127801120448177) 80%, rgba(255, 255, 255, 0.020045518207282953) 100%);
}

.fact-counter-style4__inner ul::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.020045518207282953) 0%, rgba(255, 255, 255, 0.10127801120448177) 20%, rgba(255, 255, 255, 0.19931722689075626) 50%, rgba(255, 255, 255, 0.10127801120448177) 80%, rgba(255, 255, 255, 0.020045518207282953) 100%);

}

.fact-counter-style4__inner ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 260px;
    background-color: transparent;
    float: left;
}


.single-fact-counter-style4 {
    position: relative;
    display: block;
    text-align: center;
}

.single-fact-counter-style4 .odometer-counting {
    position: relative;
    display: block;
}

.single-fact-counter-style4 .odometer-counting h2 {
    color: rgb(242, 242, 242, .1);
    font-size: 144px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    width: 150px;
}

.single-fact-counter-style4 .title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
}

.single-fact-counter-style4 .title h3 {
    color: var(--thm-white);
    font-size: 28px;
    line-height: 28px;
}






/*============== End Css ==========*/