/*================================
    Fact Counter Style1 Css
================================*/
.fact-counter-style1 {
    padding: 120px 0px 90px;
}

.fact-counter-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1655px;
    width: 100%;
    margin: 0 auto;
    opacity: .03;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.single-fact-counter-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 84%, 85% 100%, 0 100%, 0 0);
    padding: 32px 30px 31px;
    margin-bottom: 30px;
}

.single-fact-counter-style1::before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -75px;
    width: 1px;
    height: 200px;
    background-color: var(--thm-border-color);
    transform: rotate(40deg);
}

.single-fact-counter-style1 .sub-title {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.single-fact-counter-style1 .sub-title h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-fact-counter-style1 .odometer-counting {
    position: relative;
    display: flex;
    align-items: center;
}

.single-fact-counter-style1 .odometer-counting h2 {
    color: var(--thm-primary-color);
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
}

.single-fact-counter-style1 .odometer-counting span {
    color: var(--thm-primary-color);
    font-size: 48px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 600;
    margin-top: 1px;
}

.single-fact-counter-style1 .odometer-counting span sub {
    position: relative;
    top: 0;
    font-size: 18px;
    line-height: 28px;
    margin-left: 10px;
}

.single-fact-counter-style1 .border-line {
    position: relative;
    display: block;
    width: 54px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
    margin: 24px 0px 48px;
}

.single-fact-counter-style1 .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.single-fact-counter-style1 .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    font-size: 120px;
    line-height: 0;
    color: var(--thm-gray-bg);
    z-index: -1;
}


/*================================
    Fact Counter Style2 Css
================================*/
.fact-counter-style2 {
    position: relative;
}

.fact-counter-style2__inner {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 85%, 96% 100%, 0 100%, 0 0);
    margin: 0px 80px 0px;
    padding: 120px 0px 90px;
}

.single-fact-counter-style2 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid var(--thm-border-color-1);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 84%, 85% 100%, 0 100%, 0 0);
    padding: 32px 25px 31px;
    margin-bottom: 30px;
}

.single-fact-counter-style2::before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -75px;
    width: 1px;
    height: 200px;
    background-color: var(--thm-border-color-1);
    transform: rotate(40deg);
}

.single-fact-counter-style2 .sub-title {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.single-fact-counter-style2 .sub-title h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-fact-counter-style2 .odometer-counting {
    position: relative;
    display: flex;
    align-items: center;
}

.single-fact-counter-style2 .odometer-counting h2 {
    color: var(--thm-primary-color);
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
}

.single-fact-counter-style2 .odometer-counting span {
    color: var(--thm-primary-color);
    font-size: 48px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 600;
    margin-top: 1px;
}

.single-fact-counter-style2 .odometer-counting span sub {
    position: relative;
    top: 0;
    font-size: 18px;
    line-height: 28px;
    margin-left: 10px;
}

.single-fact-counter-style2 .border-line {
    position: relative;
    display: block;
    width: 54px;
    height: 2px;
    background: rgb(18, 38, 82);
    background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
    margin: 24px 0px 48px;
}

.single-fact-counter-style2 .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.single-fact-counter-style2 .text {
    position: relative;
    display: block;
}

.single-fact-counter-style2 .text p {
    color: var(--thm-body-font-color-2);
}

.single-fact-counter-style2 .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    font-size: 120px;
    line-height: 0;
    color: #1b305d;
    z-index: -1;
}














/*============== End Css ==========*/