.pb-40 {
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.about-area {
    position: relative;
}

@media (max-width: 767.98px) {
    .about-area {
        padding: 30px 0;
    }
}

.about__bg {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about__bg {
        padding: 100px 0;
    }
}

.about__bg-two {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about__bg-two {
        padding: 100px 0;
    }
}

.about__area-four {
    padding: 120px 0;
}

@media (max-width: 991.98px) {
    .about__area-four {
        padding: 100px 0;
    }
}

.about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

@media (max-width: 991.98px) {
    .about-img-wrap {
        margin-bottom: 50px;
    }
}

/*.about-img-wrap .mask-img-wrap {*/
/*    -webkit-mask-image: url(http://apexa-html-demo.vercel.app/assets/img/images/mask_img.png);*/
/*    mask-image: url(http://apexa-html-demo.vercel.app/assets/img/images/mask_img.png);*/
/*    -webkit-mask-size: 100%;*/
/*    mask-size: 100%;*/
/*    -webkit-mask-repeat: no-repeat;*/
/*    mask-repeat: no-repeat;*/
/*    -webkit-mask-position: center;*/
/*    mask-position: center;*/
/*    height: 472px;*/
/*    width: 417px;*/
/*    margin: 0 auto;*/
/*}*/

/*@media (max-width: 1199.98px) {
    .about-img-wrap .mask-img-wrap {
        height: 414px;
        width: 360px;
    }
}

@media (max-width: 767.98px) {
    .about-img-wrap .mask-img-wrap {
        height: 370px;
        width: 320px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-img-wrap .mask-img-wrap {
        height: 442px;
        width: 385px;
    }
}*/


@media (max-width: 991.98px) {
    .experience-year {
        top: 164px!important;
  }
}

.about-img-wrap .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-wrap .shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 767.98px) {
    .about-img-wrap .shape img {
        display: none;
    }
}

.about-content>p {
    margin-bottom: 10px;
    width: 93%;
    line-height: 1.62;
    text-align: justify;
}

@media (max-width: 1199.98px) {
    .about-content>p {
        width: 100%;
    }
}

.about-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 767.98px) {
    .about-bottom {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.experience-year {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #017cc2;
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.experience-year .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c1c1c1;
    color: #ffffff;
    line-height: 0;
    font-size: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.experience-year .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.experience-year .content .circle span {
    position: absolute;
    top: -64px;
    display: inline-block;
    transform-origin: 0 64px;
}


/*=============================
    00. Keyframe Animation
===============================*/

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-smoke {
    background-color: #f5f5f5 !important;
}
.title-area {
    margin-bottom: calc(30px - 10px);
    position: relative;
    z-index: 2;
}
.process-card-area {
    position: relative;
}
.process-card-wrap {
    padding: 30px 0 0 30px;
}
.process-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}
.process-card {
    position: relative;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 20px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}


.process-card_icon {
    margin-bottom: 24px;
}
.process-card img {
    transition: transform 0.9s ease;
}
.process-card .box-title {
    font-weight: 600;
    margin-bottom: 1px;
    color: var(--theme-color2);
}
.box-title {
    font-size: 25px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}
.process-card .box-title {
    font-weight: 600;
    margin-bottom: 1px;
}
.box-title {
    font-size: 25px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}
.financial-section .counter-card_text {
    font-weight: 500;
    color: var(--theme-color);
    display: block;
    margin-bottom: -0.5em;
    font-size: 18px;
}
        .financial-box-img{
            height: 100px;
    width: 100px;
    text-align: center;
    background: #f0f5fb;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    padding: 19px;
        }

.process-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.process-card img {
    transition: transform 0.9s ease;
}

.process-card:hover img {
    transform: scale(-1) rotate(180deg);
}

.process-card:hover {
    transform: scale(1.05);
}
.achive-counter {
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.achive-counter_icon img {
  transition: transform 0.6s ease-in-out;
}


.achive-counter:hover .achive-counter_icon img {
  transform: scale(-1) rotate(180deg);
}

        .sidenav {
            height: 100%;
            width: 300px;
            position: fixed;
            z-index: 9;
            top: 0;
            left: -320px;
            background-color: #fff;
            overflow-x: hidden;
            transition: all .5s;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
            border: 0 none;
            border-radius: 0;
        }

        #mySidenav a {
            position: fixed;
            z-index: 999;
            right: -204px;
            transition: .3s;
            padding: 11px;
            width: 250px;
            text-decoration: none;
            font-size: 16px !important;
            color: #fff !important;
            border-radius: 5px 0 0 5px;
            border: 1px solid #ffffff8a;
            background-color: var(--theme-color);
        }

        #sn1 {
            top: 275px;
        }

        #sn2 {
            top: 330px;
        }

        #sn3 {
            top: 385px;
        }

        #sn4 {
            top: 440px;
        }

        #sn5 {
            top: 495px;
        }

        #mySidenav a:hover {
            position: fixed;
            z-index: 999;
            right: 0;
            width: 235px;
        }

        .footer-count {
            color: #f0f0f0;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding-left: 5px;
            padding-right: 5px;
            width: 80px;
            text-align: center;
        }

        .footer-count span {
            color: #f0f0f0;
        }

        .secondary-bg {
            background: linear-gradient(#0b2154, #00182b);
        }

