/*=============================
	Fact Counter One Css
===============================*/
.fact-counter-one {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    z-index: 1;
}

.fact-counter_box {
    position: relative;
    display: block;
}

.fact-counter_box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fact-counter_box ul .single-fact-counter {
    position: relative;
    display: flex;
    align-items: center;
}

.fact-counter_box ul li+li {}

.fact-counter_box ul .single-fact-counter .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65.5px;
    border-radius: 5px;
    background-color: var(--thm-secondary);
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fact-counter_box ul .single-fact-counter:hover .icon {
    background-color: var(--thm-primary);
}

.fact-counter_box ul .single-fact-counter .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fact-counter_box ul .single-fact-counter:hover .icon span {
    transform: scale(1.05) rotateY(180deg);
}


.fact-counter_box ul .single-fact-counter .outer-box {
    position: relative;
    display: block;
    padding-left: 25px;
}

.fact-counter_box ul .single-fact-counter .outer-box .count-outer {
    position: relative;
    display: flex;
    align-items: center;
}

.fact-counter_box ul .single-fact-counter .outer-box .count-outer h2 {
    font-size: 48px;
    line-height: 1.0em;
    font-family: var(--thm-heading-font);
}

.fact-counter_box ul .single-fact-counter .outer-box .count-outer i {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 30px;
    font-family: var(--thm-heading-font);
    font-weight: 900;
    margin-top: -7px;
}

.fact-counter_box ul .single-fact-counter .outer-box .count-outer i.k {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    font-family: var(--thm-heading-font);
}

.fact-counter_box ul .single-fact-counter .outer-box .title {
    position: relative;
    display: block;
}

.fact-counter_box ul .single-fact-counter .outer-box .title p {
    line-height: 15px;
}















/*=============================
	Fact Counter Two Css
===============================*/
.fact-counter-two {
    position: relative;
    display: block;
    background-color: #f2f6f9;
    padding: 0px 0px 120px;
    z-index: 1;
}

.single-fact-counter-two {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-black);
    padding-bottom: 20px;
}

.single-fact-counter-two .outer-box {
    position: relative;
    display: block;
}

.single-fact-counter-two .outer-box .count-outer {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}

.single-fact-counter-two .outer-box .count-outer h2 {
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-black);
    font-size: 68px;
    line-height: 1.1em;
    font-family: var(--thm-heading-font);
}

.single-fact-counter-two .outer-box .count-outer i {
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-black);
    font-size: 60px;
    line-height: 60px;
    font-family: var(--thm-heading-font);
}

.single-fact-counter-two .outer-box .count-outer i.k {
    font-style: normal;
    font-weight: 700;
}

.single-fact-counter-two .outer-box .text {
    position: relative;
    display: block;
}

.single-fact-counter-two .outer-box .text p {
    margin: 0;
}









/*=============================
	Fact Counter Three Css
===============================*/
.fact-counter-three {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-secondary);
    padding: 80px 0px 82px;
    z-index: 1;
}

.fact-counter-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.05;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.fact-counter-three ul li {
    position: relative;
    display: block;
}

.fact-counter-three ul li+li {
    border-left: 1px solid var(--thm-white);
}

.single-fact-counter-three {
    position: relative;
    display: block;
}

.single-fact-counter-three .outer-box {
    position: relative;
    display: block;
}

.single-fact-counter-three .outer-box .icon {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 21px;
}

.single-fact-counter-three .outer-box .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-fact-counter-three:hover .outer-box .icon span {
    color: var(--thm-primary);
    transform: scale(1.05) rotateY(180deg);
}

.single-fact-counter-three .outer-box .text {
    position: relative;
    display: block;
}

.single-fact-counter-three .outer-box .text p {
    color: var(--thm-white);
    margin: 0;
}

.single-fact-counter-three .outer-box .count-outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
}

.single-fact-counter-three .outer-box .count-outer h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.1em;
}

.single-fact-counter-three .outer-box .count-outer i {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.1em;
    font-family: var(--thm-heading-font);
    margin-top: -3px;
    margin-left: 4px;
}

.single-fact-counter-three .outer-box .count-outer i.k {
    font-style: normal;
    font-weight: 700;
}