/*=============================
	About One Css
===============================*/

.about-one {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    z-index: 1;
}

.about-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 120px;
    opacity: 0.7;
    z-index: -1;
}

.service-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 120px;
    opacity: 0.7;
    z-index: -1;
}

.about-one__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
}

.about-one__img .inner::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.about-one__img:hover .inner::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-one__img .inner img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1);
}

.about-one__img:hover .inner img {
    transform: scale(1.05);
}

.about-one__img .experience-box {
    position: absolute;
    left: -130px;
    bottom: -36px;
    display: flex;
    align-items: center;
    z-index: 5;
}

.about-one__img .experience-box .counter-box {
    position: relative;
    display: block;
}

.about-one__img .experience-box .counter-box h2 {
    font-size: 180px;
    line-height: 0.9em;
    font-weight: 700;
}

.about-one__img .experience-box .text-box {
    position: relative;
    display: block;
    margin-left: 15px;
}

.about-one__img .experience-box .text-box p {
    color: var(--thm-black);
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.016em;
}

.about-one__content {
    position: relative;
    display: block;
    margin-left: 80px;
    margin-top: 19px;
}

.about-one__content .sec-title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 29px;
}

.about-one__content .text-box {
    position: relative;
    display: block;
}

.about-one__content .text-box p {
    margin: 0;
}

.about-one__content-progress {
    position: relative;
    display: block;
    max-width: 515px;
    width: 100%;
    margin-top: 34px;
    margin-bottom: 25px;
}

.about-one__content-progress-single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.about-one__content-progress-single.mb0 {
    margin-bottom: 0;
}

.about-one__content-progress-single .title {
    position: relative;
    display: block;
    width: 75px;
    margin-right: 25px;
}

.about-one__content-progress-single .title h4 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.about-one__content-progress-single .bar {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    flex: 1;
}

.about-one__content-progress-single .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-one__content-progress-single .bar-inner::before {
    position: absolute;
    top: -5px;
    right: 0;
    width: 2px;
    height: 12px;
    background: #ffffff;
    content: "";
}

.about-one__content-progress-single .count-text {
    position: absolute;
    right: -134px;
    bottom: -13px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.about-one__content-progress-single .count-text.style2 {
    right: -93px;
}

.about-one__content-progress-single .bar-inner.counted .count-text {
    opacity: 1!important;
}

.about-one__content-bottom {
    position: relative;
    display: block;
    margin-top: 52px;
}

.about-one__content-bottom-author-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__content-bottom-author-box .btn-box {
    position: relative;
    display: block;
}

.about-one__content-bottom-author-box .author-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 60px;
    flex: 1;
}

.about-one__content-bottom-author-box .author-info .img-box {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--thm-black);
    overflow: hidden;
}

.about-one__content-bottom-author-box .author-info .img-box img {
    width: 100%;
}

.about-one__content-bottom-author-box .author-info .signature-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

.about-one__content-bottom-author-box .author-info .signature-box img {
    width: auto;
}

.about-one__content-bottom .text {
    position: relative;
    display: block;
    margin-top: 54px;
}

.about-one__content-bottom .text h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.about-one__content-bottom .text h4 a {
    color: var(--thm-primary);
}


/*=============================
	About Two Css
===============================*/

.about-two {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    z-index: 1;
}

.about-two .row {
    align-items: center;
}

.about-two__img {
    position: relative;
    display: block;
    margin-left: -190px;
    margin-right: 70px;
}

.about-two__img1 {
    position: relative;
    display: block;
}

.about-two__img1 .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-two__img1 img {
    width: 100%;
}

.about-two__img1::before {
    position: absolute;
    top: 35px;
    left: 0;
    bottom: 35px;
    right: -7px;
    background: var(--thm-black);
    content: "";
    z-index: -1;
}

.about-two__img2 {
    position: absolute;
    bottom: 135px;
    right: -260px;
    z-index: 2;
}

.about-two__img2::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-black-rgb), 0.3);
    content: "";
}

.about-two__img2 img {
    width: 100%;
}

.about-two__video-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.about-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--thm-white);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 20px;
}

.about-two__icon::before,
.about-two__icon::after {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

.about-two__icon::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.about-two__icon span {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.about-two__content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-two__content .sec-title {
    padding-bottom: 28px;
}

.about-two__content-text {
    position: relative;
    display: block;
}

.about-two__content-text p {
    margin: 0;
}

.about-two__content-list {
    position: relative;
    display: block;
    padding-left: 240px;
    margin-top: 45px;
}

.about-two__content-list ul {
    position: relative;
    display: block;
}

.about-two__content-list ul li {
    position: relative;
    display: block;
    max-width: 290px;
    width: 100%;
    background: var(--thm-gray-bg);
    padding: 8px 20px 7px;
    margin-bottom: 15px;
}

.about-two__content-list ul li:last-child {
    margin-bottom: 0;
}

.about-two__content-list ul li p {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.about-two__content-list ul li p span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 15px;
    line-height: 15px;
    margin-right: 4px;
}

.about-two__content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 88px;
}

.about-two__content-bottom .author-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__content-bottom .author-box .img-box {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--thm-primary);
}

.about-two__content-bottom .author-box .img-box img {
    width: 100%;
}

.about-two__content-bottom .author-box .signature {
    position: relative;
    display: block;
    margin-left: 30px;
    flex: 1;
}

.about-two__content-bottom .author-box .signature img {
    width: 100%;
}

.about-two__content-bottom .btn-box {
    position: relative;
    display: block;
    margin-left: 110px;
}


/*=============================
	About Three Css
===============================*/

.about-three {
    position: relative;
    display: block;
    padding: 0px 0px 99px;
    z-index: 1;
}

.about-three__img {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-left: -140px;
    margin-right: 25px;
}

.about-three__img1 {
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
}

.about-three__img1 .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-three__img1 .inner::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.about-three__img1:hover .inner::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-three__img1 .inner img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.about-three__img1:hover .inner img {
    transform: scale(1);
}

.about-three__img1 .experience-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 16px;
    z-index: 5;
}

.about-three__img1 .experience-box .counter-box {
    position: relative;
    display: block;
}

.about-three__img1 .experience-box .counter-box h2 {
    color: var(--thm-primary);
    font-size: 140px;
    line-height: 0.8em;
    font-weight: 700;
}

.about-three__img1 .experience-box .text-box {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-bottom: 13px;
}

.about-three__img1 .experience-box .text-box p {
    color: var(--thm-black);
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.016em;
}

.about-three__img2 {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-bottom: 21px;
}

.about-three__img2 ul {
    position: relative;
    display: block;
}

.about-three__img2 ul li {
    position: relative;
    display: block;
}

.about-three__img2 ul li+li {
    margin-top: 20px;
}

.about-three__img2-single {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-three__img2-single::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.about-three__img2-single:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-three__img2-single img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.about-three__img2-single:hover img {
    transform: scale(1);
}

.about-three .about-one__content {
    margin-left: 10px;
    margin-top: 0;
    padding-top: 110px;
}

.about-three .about-one__content-bottom .text {
    margin-top: 49px;
}

.btn-learn2 span {
    border: none;
    background-color: #fff;
    color: #d62828;
    padding: 8px 15px;
    border-radius: 15px 0px;
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0 4px 6px -4px rgb(0 0 0 / 79%);
    margin-right: 4px;
}

.btn-learn2 {
    margin-top: 6px;
}

.btn-learn2 span::before {
    display: inline-block;
    transform: rotate(-40deg);
    transition: transform 0.3s ease;
}

.btn-learn2:hover {
    text-decoration: underline;
}

.btn-learn2:hover span {
    background-color: #fff;
    transform: scale(1.05);
}

.btn-learn2:hover span::before {
    transform: rotate(0deg);
}

.timeline {
    --color1: #ff5000;
    --color2: #ffae00;
    --color3: #8ac900;
    --color4: #00aeff;
    --color5: #953fbb;
    --color6: #ba3a17;
    --color7: #00a0b4;
    padding: 270px 0;
    display: inline-flex;
    margin-left: 170px;
}

.timeline-item {
    position: relative;
    width: 215px;
    height: 30px;
    display: inline-table;
}

.timeline-item:nth-child(1) {
    width: 90px;
}

.arrow-end {
    position: absolute;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.circle {
    position: absolute;
    background-position: center center;
    border-radius: 25px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 12px 0px #4d4d4d;
}

.timeline-item:nth-child(1) .circle {
    left: 0;
}

.inner-circle {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}

.buble-content {
    overflow: hidden;
    text-align: center;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 12px 0px #4d4d4d;
    width: 220px;
    height: 135px;
}

.timeline-item:nth-child(odd) .buble-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: -190px;
}

.timeline-item:nth-child(even) .buble-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: -190px;
}

.timeline-item:nth-child(1) .buble-content {
    left: -110px;
}

.content-year {
    padding: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.timeline-item:nth-child(even) .content-year-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.content {
    margin: auto 0;
    padding: 5px;
    color: #000;
    font-size: 18px;
    height: 100px;
    display: block;
    position: relative;
}

.content p {
    height: 100%;
    margin: auto 0;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    padding: 10px 0;
}

.content-half-circle {
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 50px;
    height: 10px;
    z-index: 9999;
}

.timeline-item:nth-child(odd) .content-half-circle {
    top: -50px;
    left: 50%;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    box-shadow: 1px 10px 9px 0px #bbbbbb;
}

.timeline-item:nth-child(even) .content-half-circle {
    bottom: -60px;
    left: 50%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    box-shadow: -1px -9px 9px 0px #bbbbbb;
}

.timeline-item:nth-child(1) .content-half-circle {
    left: 0;
}

.grey-line {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 80px;
    background-color: #b7b7b7;
}

.timeline-item:nth-child(odd) .grey-line {
    top: -30px;
    left: 50%;
}

.timeline-item:nth-child(even) .grey-line {
    bottom: -130px;
    left: 50%;
}

.timeline-item:nth-child(1) .grey-line {
    left: 0;
}

.background_use {
    background: #FFE0E1;
    position: relative;
    display: block;
    z-index: 1;
    padding: 120px 0;
}

.background_use .shape1 {
    position: absolute;
    left: 0;
    bottom: 120px;
    opacity: 0.7;
    z-index: -1;
}

.black_timeline {
    background-color: #000;
}

.black-arrow-end {
    border-left: 15px solid #000;
}

.black-content-year {
    background-color: #000;
}

.black-circle {
    background-color: #000;
}

.red_timeline {
    background-color: #d0252a;
}

.red-arrow-end {
    border-left: 15px solid #d0252a;
}

.red-content-year {
    background-color: #d0252a;
}

.red-circle {
    background-color: #d0252a;
}

.red-inner-circle {
    color: #d0252a;
}

.text_service p {
    color: #000;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200&display=swap");
.road-map-main {
    padding: 40px 30px;
}

.road-map-wrapper {
    display: flex;
    margin-bottom: 60px;
    position: relative;
    align-items: center;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease-out;
}

.road-map-wrapper.visible {
    opacity: 1;
    transform: translateX(0);
}

.road-map-wrapper:nth-child(even) {
    transform: translateX(50px);
}

.road-map-wrapper:nth-child(even).visible {
    transform: translateX(0);
}

.road-map-wrapper:last-child {
    margin-bottom: 0;
}

.road-map-circle {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    border: 8px solid transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
    transition: all 0.4s ease;
}

.road-map-wrapper:hover .road-map-circle {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.road-map-wrapper:nth-child(odd) .road-map-circle {
    border-top-color: #d0252a;
    border-right-color: #d0252a;
    transform: rotate(45deg);
}

.road-map-wrapper:nth-child(even) .road-map-circle {
    border-bottom-color: #000000;
    border-left-color: #000000;
}

.road-map-circle-text {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.road-map-wrapper:hover .road-map-circle-text {
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.15);
}

.road-map-wrapper:nth-child(odd) .road-map-circle-text {
    background-color: #d0252a;
}

.road-map-wrapper:nth-child(even) .road-map-circle-text {
    background-color: #000000;
}

.road-map-card {
    flex: 1;
    background: #d0252a;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    transform: translateY(20px);
    opacity: 0;
}

.road-map-wrapper.visible .road-map-card {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s;
}

.road-map-wrapper:hover .road-map-card {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.road-map-wrapper:nth-child(even) .road-map-card {
    background: #000;
}

.road-map-card::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: inherit;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: -15px;
    z-index: 1;
    transition: all 0.3s ease;
}

.road-map-wrapper:hover .road-map-card::before {
    transform: translateY(-50%) rotate(45deg) scale(1.1);
}

.road-map-wrapper:nth-child(even) .road-map-card::before {
    left: auto;
    right: -15px;
}

.card-head {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #fff;
    display: flex;
    align-items: center;
}

.card-text {
    color: #fff;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
}

.connector {
    position: absolute;
    left: 60px;
    top: 120px;
    bottom: -60px;
    width: 3px;
    background: #ddd;
    z-index: 1;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 1s ease-out;
}

.road-map-wrapper.visible .connector {
    transform: scaleY(1);
}

.road-map-wrapper:last-child .connector {
    display: none;
}

.road-map-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}

.road-map-wrapper:nth-child(even) .road-map-circle {
    margin-right: 0;
    margin-left: 30px;
}


/* Pulse animation for circles */

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(218, 37, 42, 0.7);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(218, 37, 42, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(218, 37, 42, 0);
    }
}

.road-map-wrapper:nth-child(odd) .road-map-circle {
    animation: pulse 2s infinite 1s;
}


/* Mobile Responsive Styles */

@media (max-width: 991px) {
    .road-map-wrapper {
        flex-direction: column !important;
        margin-bottom: 50px;
        align-items: flex-start;
        transform: translateY(30px) !important;
    }
    .road-map-wrapper.visible {
        transform: translateY(0) !important;
    }
    .road-map-circle {
        margin: 0 0 20px 0 !important;
        align-self: center;
        width: 100px;
        height: 100px;
        min-width: 100px;
    }
    .road-map-circle-text {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
    .road-map-card {
        width: 100%;
    }
    .road-map-card::before {
        top: -15px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    .road-map-wrapper:hover .road-map-card::before {
        transform: translateX(-50%) rotate(45deg) scale(1.1);
    }
    .road-map-wrapper:nth-child(even) .road-map-card::before {
        left: 50%;
        right: auto;
    }
    .connector {
        left: 50%;
        top: 100px;
        bottom: -50px;
        transform: translateX(-50%) scaleY(0);
        transform-origin: top;
    }
    .road-map-wrapper.visible .connector {
        transform: translateX(-50%) scaleY(1);
    }
}

@media (max-width: 576px) {
    .road-map-main {
        padding: 30px 15px;
    }
    .road-map-card {
        padding: 20px;
    }
    .card-head {
        font-size: 20px;
    }
    .card-text {
        font-size: 15px;
    }
}

.icon {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.road-map-card:hover .icon {
    transform: rotate(15deg) scale(1.2);
}


/* Animation for numbers */

.road-map-circle-text {
    transition: transform 0.5s ease;
}

.road-map-wrapper:hover .road-map-circle-text {
    transform: rotate(-45deg) scale(1.1);
}