/*================================
    Intro Style1 Css
================================*/
.intro-style1 {
    background-color: var(--thm-black-bg);
    padding: 160px 0px 140px;
}

.intro-style1__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-repeat: repeat-x;
    opacity: 0.1;
    animation: slide-2 60s linear infinite;
    -webkit-animation: slide-2 60s linear infinite;
}

@keyframes slide-2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide-2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.intro-style1__bottom {
    position: absolute;
    left: -9px;
    bottom: -51px;
    opacity: 0.08;
    mix-blend-mode: luminosity;
}

.intro-style1 .total-trainees {
    position: relative;
    display: block;
    padding-bottom: 52px;
}

.intro-style1 .total-trainees .top-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 2px;
}

.intro-style1 .total-trainees .top-title h2 {
    color: var(--thm-white);
    font-size: 56px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.intro-style1 .total-trainees .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-style1 .total-trainees .bottom-box .title {
    position: relative;
    display: block;
    top: -5px;
}

.intro-style1 .total-trainees .bottom-box .title h2 {
    color: var(--thm-white);
    font-size: 80px;
    line-height: 1.2em;
}

.intro-style1 .total-trainees .bottom-box .images-links {
    position: relative;
    display: block;
    padding-left: 20px;
}

.intro-style1 .total-trainees .bottom-box .images-links ul {
    position: relative;
    display: block;
}

.intro-style1 .total-trainees .bottom-box .images-links ul li {
    position: relative;
    display: block;
    float: left;
}

.intro-style1 .total-trainees .bottom-box .images-links ul li+li {
    margin-left: -10px;
}

.intro-style1 .total-trainees .bottom-box .images-links ul li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--thm-white);
}

.intro-style1 .total-trainees .bottom-box .images-links ul li .img-box1 {
    z-index: 3;
}

.intro-style1 .total-trainees .bottom-box .images-links ul li .img-box2 {
    z-index: 2;
}

.intro-style1 .total-trainees .bottom-box .images-links ul li .btn-box--2 {
    z-index: 1;
}

.intro-style1 .total-trainees .bottom-box .images-links ul li .img-box img {
    width: 100%;
}

.intro-style1 .total-trainees .bottom-box .images-links ul li .btn-box2 {
    position: relative;
    display: block;
    line-height: 0;
}

.intro-style1 .total-trainees .bottom-box .images-links ul li .btn-box2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--thm-white);
    background-color: var(--thm-black-bg);
    color: var(--thm-white);
    font-size: 25px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.intro-style1 .total-trainees .bottom-box .images-links ul li .btn-box2 a:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.intro-style1 .total-trainees .bottom-box .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    text-align: justify;
}

.intro-style1 .total-trainees .bottom-box .title-box h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.intro-style1 .auto-container {
    max-width: 1670px;
}

.intro-style1__inner {
    background-color: #212325;
}













/*** 
=============================================
    Fact Counter style1 Css
=============================================
***/
.fact-counter-style1 {
    position: relative;
    display: block;
    border-bottom: 1px solid #373a3c;
}

.fact-counter-style1 .row {
    --bs-gutter-x: 0px;
}

.fact-counter-style1 .row li+li {
    border-left: 1px solid #373a3c;
}

.single-fact-counter-style1 {
    position: relative;
    display: block;
    padding: 42px 50px 42px;
}

.single-fact-counter-style1 .title-box {
    position: relative;
    display: block;
    padding-left: 25px;
    padding-bottom: 29px;
}

.single-fact-counter-style1 .title-box .box1 {
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.single-fact-counter-style1 .title-box .box1::before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    background-color: var(--thm-primary-color);
}

.single-fact-counter-style1 .title-box h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.single-fact-counter-style1 .count-outer {
    position: relative;
    display: block;
}

.single-fact-counter-style1 .count-outer span {
    color: var(--thm-white);
    font-size: 56px;
    line-height: 1.1em;
    font-family: var(--thm-font-2);
    font-weight: 700;
}

.single-fact-counter-style1 .text {
    position: relative;
    display: block;
    padding-top: 4px;
}

.single-fact-counter-style1 .text p {
    font-size: 17px;
    color: #aeb0b4;
}

.single-fact-counter-style1 .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50px;
    right: 50px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #2e3032;
    border: 1px solid #2e3032;
    color: var(--thm-primary-color);
    font-size: 40px;
    line-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-fact-counter-style1:hover .icon-box {
    color: var(--thm-primary-color);
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}



/*** 
=============================================
    Fact Counter style2 Css
=============================================
***/
.choose-style3__fact {
    position: relative;
    display: block;
    min-height: 125px;
    margin-top: -125px;
}

.choose-style3__fact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 99%;
    right: -9999999999999px;
    bottom: 0;
    background-color: var(--thm-white);
    z-index: -1;
}

.choose-style3__fact-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin-left: 200px;
    padding: 42px 100px 0px;
    background-color: var(--thm-white);
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    padding-right: 0;
    z-index: 1;
}



.single-fact-counter-style2 {
    position: relative;
    display: block;
    padding-left: 40px;
}

.single-fact-counter-style2::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 7px;
    bottom: 0;
    width: 1px;
    background-color: var(--thm-primary-color);
}

.single-fact-counter-style2 .box {
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.single-fact-counter-style2 .box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background-color: var(--thm-primary-color);
    margin: 0 auto;
    transform: translateY(-50%);
}

.single-fact-counter-style2 .count-outer {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.single-fact-counter-style2 .count-outer span {
    color: var(--thm-black);
    font-size: 56px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.single-fact-counter-style2 .count-outer .k {
    color: var(--thm-black);
    font-size: 56px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}

.single-fact-counter-style2 .title {
    position: relative;
    display: block;
    top: 2px;
    padding-top: 1px;
}

.single-fact-counter-style2 .title h3 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}











































/*============== End Css ==========*/