.card_3_wrap {
    .each_card_3 {
        .each_card_3_Inner {
            transition: 0.6s;
            border-radius: 20px;
            padding: 20px 20px;
            background-color: #1d1358;
            box-shadow: 0px 5px 55px 3px #00000015;

            .each_card_header {
                display: flex;
                flex-wrap: wrap;
                margin-bottom: 15px;
                align-items: center;
                justify-content: space-between;

                h3 {
                    color: #fff;
                    font-size: 36px;
                    transition: 0.6s;
                    font-weight: 600;
                }

                figure {
                    /* background-color: #EEEEEE; */
                    border-radius: 50%;
                    transition: 0.6s;
                    height: 60px;
                    width: 60px;
                    padding: 5px;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img {
                        width: 100%;
                        transition: 0.6s;
                        display: inline-block;
                        filter: brightness(0) invert(1);
                    }
                }
            }

            .cardText {
                height: 180px;
                overflow-y: auto;

                p {
                    color: #fff;
                    transition: 0.6s;
                }
            }

            &:hover {
                background-color: #0083ED;

                .each_card_header {
                    h3 {
                        color: #fff;
                    }

                    figure {
                        /* background-color: #FFB600; */

                        img {
                            /* filter: brightness(0) invert(0); */
                        }
                    }
                }

                .cardText {
                    p {
                        color: #ffffff;
                    }
                }
            }
        }
    }
}

/* .milestone_sec{
    .secHeadWrap{
    }
    .milestoneWrapHolder{
        position: relative;
        .single-item{
            margin-bottom: 50px;
            .milestoneWrap{
                max-width: 70% !important;
                padding-left: 15px;
                padding-right: 15px;
                .mileLeftWrap{
                    .yearBox{
                        span{
                            font-size: 100px;
                            font-weight: 300;
                            font-family: "Encode Sans Expanded", sans-serif;
                        }
                    }
                    .yearInfo{
                        p, li{
                            font-size: 30px;
                        }
                    }
                }
                .mileRightWrap{
                    .rightImgBox{
                        overflow: hidden;
                        border-radius: 20px;
                    }
                }
            }
        }
        .progressBarContainer{
            display: flex;
            padding-left: 15px;
            padding-right: 15px;
            align-items: center;
            position: relative;
            justify-content: space-between;
            & > div {
                padding: 0;
                display: block;
                cursor: pointer;
                color: #00000040;
                width: calc((100% / 6) - 20px);

                span{
                    &.progressBar {
                        width: 100%;
                        height: 2px;
                        display: block;
                        background-color: #00000040;

                        .inProgress{
                            background-color: #000000;
                            width: 0%;
                            height: 2px;
                        }
                    }
                }

                &:not(:last-child){
                    margin-right: 20px;
                }
            }
        }
    }
} */

.leadSec {
    .leadSecCard {
        overflow: hidden;
        border-radius: 15px;
        background: #1d1358;
        transition: all 0.5s;
        position: relative;

        &::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 20px;
            /*background-image: url(../images/Home/choose_card_bg.png);*/
            background-repeat: no-repeat;
            background-size: 100% 100%;
            width: 200px;
            height: 200px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s;
            z-index: 1;
        }

        .leadCardTop {
            padding: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            border-bottom: 1px solid #000;
            transition: all 0.5s;
            background-color: #0083ED;

            .leadCardLeft {
                width: calc(100% - 50px);
                padding-right: 10px;

                .leadCardHead {
                    font-size: 50px;
                    font-weight: 800;
                    line-height: 40px;
                    color: #fff !important;
                    font-family: "Roboto", sans-serif;
                }
            }

            .leadCardImg {
                width: 40px;
                height: auto;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    filter: invert(1);
                }
            }
        }

        .leaderBtm {
            padding: 15px;
            position: relative;

            .leaderBtmHead {
                font-size: 28px;
                line-height: 1.2;
                margin-bottom: 10px;
                font-weight: 600;
                transition: all 0.5s;
                color: #fff !important;
            }

            .leaderBtmInn {
                height: 150px;
                overflow-y: auto;
                padding-right: 8px;

                p {
                    color: #fff !important;
                }

                br {
                    display: none;
                }
            }
        }

        &:hover {
            background-color: #0C0056;

            &::after {
                opacity: 1;
                visibility: visible;
            }

            * {
                color: #fff;
            }

            .leadCardTop {
                z-index: 2;
                border-color: #fff;

                /* .leadCardImg {
                    img {
                        filter: brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(2065%) hue-rotate(359deg) brightness(103%) contrast(106%);
                    }
                } */
            }

            .leaderBtm {
                z-index: 2;

                .leaderBtmHead {
                    color: #ffb100;
                }

                ::-webkit-scrollbar-thumb {
                    background-color: #ffb100;
                }
            }
        }
    }
}

.milestone_sec {
    overflow-x: hidden;
}

.milestone_sec_main * {
    font-family: "poppins", sans-serif;
}

.timeline-title {
    position: absolute;
    inset: 10px 0 auto;
    text-align: center;
    font-weight: 800;
    font-size: clamp(48px, 10vw, 110px);
    color: #f3f3f3;
    letter-spacing: 6px;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.slider-container {
    position: static !important;
    z-index: 2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.viewport {
    overflow: hidden;
    width: calc(100% + 380px);
    margin-right: -380px;
    border-radius: 12px;
}

.slideWrap {
    display: flex;
    width: 70%;
    /* margin-right: -300px; */
    transition: transform .6s ease-in-out;
    will-change: transform;
}

.eachSlide {
    min-width: 100%;
    display: flex;
    height: 380px;
    margin-right: 0px;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 0px 15px;

    .slideImg {
        width: 55%;
        height: 100%;
        overflow: hidden;
        border-radius: 0 12px 12px 0;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    }
}

.slide-content {
    width: 45%;
    height: 100%;
    background-color: #E9ECF4;
    color: #333;

    padding: 50px 20px;
    display: flex;
    align-items: center;
    border-radius: 12px 0 0 12px;

    .slide-content-inner {
        .slideContHead {
            font-size: 70px;
            line-height: 1;
            margin-bottom: 20px;
            font-weight: 300;
            color: #ACACAC;
        }

        h4 {
            font-size: 22px;
            margin-bottom: 8px;
        }

        p {
            font-size: 18px;
            color: #ACACAC;
        }
    }
}

.eachSlide.active {
    .slide-content {
        background-color: #140D5D;
        color: #fff;

        .slideContHead {
            font-weight: 800;
            /* color: #1600a8; */
            color: #bab0ff;
        }

        h4 {
            color: #fff;
        }

        p {
            color: #ffffff;
        }
    }
}

.nav-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: #140D5D;
    color: #fff;
    font-size: 20px;
    display: grid;
    place-items: center;
    z-index: 3;
    transition: .25s;

    i {
        font-family: fontawesome;
        font-size: 16px;
    }

    &:hover {
        background: #ffb100;
        color: #000;
    }

    &.prev {
        left: calc((100% - 1320px) / 2);
    }

    &.next {
        right: 0;
    }
}

.timeline-years {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
    color: #666;
}

.years-bar {
    margin: 30px auto 0;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    max-width: calc(100vw - 30px);

    /* padding: 0 30px; */
    .years-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 50%;
        background: #140D5D;
        color: #fff;
        display: grid;
        place-items: center;
        cursor: pointer;
        display: none;

        &.years-prev {
            left: 10px;
        }

        &.years-next {
            right: 10px;
        }
    }

    .years-viewport {
        .years-track {
            display: flex;
            gap: 40px;
            align-items: center;
            padding: 0 2px;
            transition: transform .4s ease;
            will-change: transform;

            .year {
                width: calc(100% / 8);
                position: relative;
                font-size: 30px;
                color: #666;
                white-space: nowrap;
                flex: 0 0 auto;
                cursor: pointer;
                text-align: center;
                line-height: 1;

                &:after {
                    content: normal;
                }

                span {
                    /* width: 90px; */
                    width: 136px;
                    height: 60px;
                    line-height: 0.8;
                    text-align: center;
                    position: relative;
                    display: inline-block;
                    word-break: break-all;
                    white-space: normal;

                    &:before {
                        left: 45px;
                        content: "";
                        height: 2px;
                        width: 274px;
                        bottom: -26px;
                        transition: 0.6s;
                        position: absolute;
                        background: #d9d9d9;
                    }

                    &::after {
                        content: "";
                        position: absolute;
                        /* left: -1px; */
                        left: -40px;
                        right: 0px;
                        margin: auto;
                        bottom: -31px;
                        width: 12px;
                        height: 12px;
                        transition: 0.6s;
                        border-radius: 50%;
                        background: #000000;
                    }
                }

                &.active {
                    span {
                        color: #008FFF;
                        /* font-weight: 700; */

                        &:before {
                            background: #000000;
                        }

                        &::after {
                            /* left: 35px; */
                            width: 20px;
                            height: 20px;
                            bottom: -34px;
                            background: #ffb100;
                        }
                    }
                }
            }
        }
    }
}

.year {
    position: relative;
    font-size: 30px;
    cursor: default;
    font-weight: 300;
    color: #d9d9d9;
}

.year.active {
    color: #2023;
    font-weight: 400;

    &::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ffb100;
    }
}


.leadership_sec {
    .headingWrap {
        .resView {
            display: none;
        }
    }

    .leaderWrap {
        z-index: 1;
        position: relative;

        .leaderCard {
            padding: 0 15px;
            opacity: 0.4;

            &.slick-active {
                opacity: 1;
            }

            .leaderCardInner {
                .imgBox {
                    overflow: hidden;
                    margin-bottom: 2px;
                    border-radius: 20px 20px 0 0;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .imgInfo {
                    transition: 0.6s;
                    padding: 10px 20px;
                    background-color: #fff;
                    border-radius: 0 0 20px 20px;

                    .imgInfoInner {
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: space-between;

                        .leftBox {
                            padding-right: 20px;
                            width: calc(100% - 45px);

                            .nameText {
                                display: block;
                                font-size: 26px;
                                color: #008FFF;
                                transition: 0.6s;
                                margin-bottom: 5px;
                            }

                            .desgText {
                                display: block;
                                font-size: 18px;
                                color: #000000;
                                margin-bottom: 5px;
                            }
                        }

                        .socialBox {
                            width: 45px;
                            height: 45px;
                            border-radius: 50%;

                            a {
                                display: block;
                                width: 100%;
                                height: 100%;

                                img {
                                    width: 100%;
                                    height: 100%;
                                    transition: 0.6s;
                                }
                            }
                        }
                    }
                }

                &:hover {
                    .imgInfo {
                        background-color: #FFB600;

                        .imgInfoInner {
                            .leftBox {
                                .nameText {
                                    color: #000000;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


.achievement_sec {
    .eachAwardCard {
        padding-left: 15px;
        padding-right: 15px;

        .awardCardInner {
            text-align: center;
            position: relative;

            .imgBox {
                text-align: center;

                .figure {
                    max-width: 70%;
                    margin: 0 auto 30px;
                }
            }
        }

        &:not(:last-child) {
            .awardCardInner {
                &:after {
                    top: 0;
                    bottom: 0;
                    width: 1px;
                    content: '';
                    right: -15px;
                    position: absolute;
                    background-color: #00000025;
                }
            }
        }
    }
}

.awardCardSlider {
    .slick-arrow {
        width: 45px;
        height: 45px;
        top: 50%;

        &.slick-prev {
            left: 20px;
        }

        &.slick-next {
            right: 20px;
        }
    }
}

.page-template-about-us .vidSecImg {
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .leadership_sec {
        .leaderWrap {
            .leaderCard {
                .leaderCardInner {
                    .imgInfo {
                        .imgInfoInner {
                            .leftBox {
                                .nameText {
                                    font-size: 20px;
                                }

                                .desgText {
                                    font-size: 16px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1536px) {
    .years-bar {
        .years-viewport {
            .years-track {
                .year {
                    span {
                        &:before {
                            left: 45px;
                            content: "";
                            height: 2px;
                            width: 224px;
                        }

                        &::after {
                            bottom: -31px;
                        }
                    }

                    &.active {
                        span {
                            &::after {
                                bottom: -36px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1480px) {
    .viewport {
        width: calc(100% + 280px);
        margin-right: -280px;
    }

    .slide-content {
        width: 50%;
    }

    .eachSlide {
        .slideImg {
            width: 50%;
        }
    }
}

@media (max-width: 1440px) {
    .years-bar {
        years-viewport {
            .years-track {
                .year {
                    span {
                        &:before {
                            width: 212px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1366px) {
    .about-page10 {
        .top_minus_100 {
            margin-top: -90px !important;
        }
    }

    .slick-arrow {
        &.slick-prev {
            left: 20px;
        }
    }

    .slick-arrow {
        &.slick-next {
            right: 20px;
        }
    }

    .eachSlide {
        height: 350px;
    }

    .leadSec {
        .leadSecCard {
            &::after {
                width: 150px;
                height: 150px;
            }
        }
    }
}

@media (max-width: 1360px) {
    .viewport {
        width: 100%;
        margin-right: 0;
    }

    .slideWrap {
        width: 100%;
    }

    .nav-arrow {
        &.prev {
            left: 20px;
        }

        &.next {
            right: 20px;
        }
    }

    .years-bar {
        .years-viewport {
            .years-track {
                .year {
                    font-size: 25px;
                }
            }
        }
    }
}

@media (max-width: 1280px) {
    .years-bar {
        display: none;
    }

    .eachSlide {
        padding: 0;
        margin-bottom: 25px;
    }

    .slider-container {
        padding: 0px 15px 20px;
    }

    .nav-arrow {
        top: auto;
        bottom: 70px;

        &.prev {
            left: calc(50% - 50px);
        }

        &.next {
            right: calc(50% - 50px);
        }
    }

    .slide-content {
        .slide-content-inner {
            .slideContHead {
                font-size: 60px;
            }
        }
    }

    .card_3_wrap {
        .each_card_3 {
            .each_card_3_Inner {
                .each_card_header {
                    h3 {
                        font-size: 30px;
                    }

                    figure {
                        height: 65px;
                        width: 65px;
                        padding: 12px;
                    }
                }
            }
        }
    }
}


/* @media (width: 1280px) and (min-height: 585px) and (max-height: 631px){
    .slide-content {
        .slide-content-inner {
            .slideContHead {
                font-size: 50px;
            }
            h4 {
                font-size: 20px;
            }
            p {
                font-size: 14px;
            }
        }
    }
    .leadership_sec {
        .leaderWrap {
            .leaderCard {
                .leaderCardInner {
                    .imgInfo {
                        .imgInfoInner {
                            .leftBox {
                                .nameText {
                                    font-size: 18px;
                                }
                                .desgText {
                                    font-size: 14px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
} */

@media (max-width: 1199px) {
    .about-page10 {
        padding-bottom: 40px;
    }

    .awardCardSlider {
        padding-bottom: 80px;

        .slick-arrow {
            width: 42px;
            height: 42px;
            top: auto;
            bottom: -20px;

            &.slick-prev {
                left: calc(50% - 50px);
            }

            &.slick-next {
                right: calc(50% - 50px);
            }
        }
    }

    .leadSec {
        .leadSecCard {
            .leadCardTop {
                .leadCardLeft {
                    .leadCardHead {
                        font-size: 40px;
                    }
                }

                .leadCardImg {
                    width: 35px;
                }
            }

            .leaderBtm {
                .leaderBtmInn {
                    height: 160px;
                    padding-right: 6px;
                }
            }
        }
    }

    /* start 16-02-26 */
    .milestone_sec {
        .slider-container {
            padding: 0px 15px 30px;
        }
        .eachSlide {
            margin-bottom: 0;
        }
        .nav-arrow {
            bottom: 30px;
        }
    }

    /* end 16-02-26 */
}

@media (max-width: 1024px) {
    .slide-content {
        .slide-content-inner {
            .slideContHead {
                font-size: 50px;
            }
        }
    }
}

@media (max-width: 991px) {

    .aboutSec_1 {
        .headingWrap {
            padding-bottom: 15px;
        }

        .overlapBtm {
            .headingWrap {
                padding-bottom: 10px;
            }
        }
    }

    .leadSec {
        .leadSecCard {
            background-color: #0C0056;

            &::after {
                opacity: 1;
                visibility: visible;
            }

            * {
                color: #fff;
            }

            .leadCardTop {
                z-index: 2;
                border-color: #fff;

                /* .leadCardImg {
                    img {
                        filter: brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(2065%) hue-rotate(359deg) brightness(103%) contrast(106%);
                    }
                } */
            }

            .leaderBtm {
                z-index: 2;

                .leaderBtmHead {
                    color: #ffb100;
                }

                ::-webkit-scrollbar-thumb {
                    background-color: #ffb100;
                }

                .leaderBtmInn {
                    height: 90px;
                }
            }
        }
    }

    .leadership_sec {
        .headingWrap {
            .deskView {
                display: none;
            }

            .resView {
                display: block;
            }
        }

        .headingWrapBtm {
            display: none;
        }

        .leaderWrap {
            padding-bottom: 60px;

            .slick-arrow {
                top: auto;
                transform: none;
                bottom: -20px;
                background-color: #fff;
                border-color: transparent;

                &::after {
                    filter: brightness(0) saturate(100%) invert(4%) sepia(98%) saturate(7458%) hue-rotate(257deg) brightness(73%) contrast(114%);
                }

                &.slick-prev {
                    left: calc(50% - 45px);
                }

                &.slick-next {
                    right: calc(50% - 45px);
                }
            }
        }
    }

    .about-page10 {
        .leftWrap {
            margin-bottom: 30px;
        }

        .valueCardWrap {
            .each_card_3:not(:last-child) {
                margin-bottom: 20px;
            }

            .each_card_3 {
                .each_card_3_Inner {
                    .cardText {
                        height: auto;
                    }

                    .each_card_header {
                        figure {
                            height: 60px;
                            width: 60px;
                            padding: 12px;
                        }
                    }
                }
            }
        }

        .secBigH {
            font-size: 80px;
        }

        .top_minus_100 {
            margin-top: -70px !important;
        }
    }

    .eachSlide {
        flex-direction: column;
        height: auto;

        .slideImg {
            width: 100%;
            height: 400px;
            border-radius: 0 0 12px 12px;

            img {
                width: 100%;
                height: 100%;
            }
        }
    }

    .slide-content {
        width: 100%;
        height: auto;
        border-radius: 12px 12px 0 0;
    }

}

@media (max-width: 768px) {
    .about-page10 {
        .secBigH {
            font-size: 60px;
            line-height: 1;
        }

        .wid_66p {
            width: 100%;
        }

        .secSmallH {
            text-align: center;
            margin-bottom: 0px;
        }

        .top_minus_60 {
            margin-top: -40px !important;
        }

        .aboutTxt {
            text-align: center;
        }
    }

    .leadership_sec {
        margin-bottom: 50px !important;
        .leaderWrap {
            .leaderCard {
                .leaderCardInner {
                    .imgInfo {
                        .imgInfoInner {
                            .leftBox {
                                .nameText {
                                    font-size: 20px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }


    .eachSlide {
        .slideImg {
            height: 300px;
        }
    }

    .slide-content {
        padding: 30px 20px;

        .slide-content-inner {
            display: block;
            width: 100%;
            text-align: center;

            .slideContHead {
                font-size: 45px;
            }

            p {
                font-size: 14px;
            }
        }
    }

    .card_3_wrap {
        .each_card_3 {
            .each_card_3_Inner {
                .each_card_header {
                    margin-bottom: 20px;
                }
            }
        }
    }


}

@media (max-width: 767px) {
    .leadSec {
        .leadSecCard {
            .leaderBtm {
                .leaderBtmInn {
                    height: auto;
                }
            }

            &::after {
                width: 80px;
                height: 80px;
            }
        }
    }
}

@media (max-width: 575px) {
    .about-page10 {
        .secBigH {
            font-size: 40px;
            line-height: 1;
        }
    }

    .milestone_sec {
        .slider-container {
            padding: 0px 15px 44px;
        }
    }
}

@media (max-width: 480px) {
    .about-page10 {
        .secBigH {
            font-size: 50px;
            line-height: 1;

            &.pl_60 {
                padding-left: 0px;
            }
        }

        .top_minus_100 {
            margin-top: -55px !important;
        }
    }

    .eachSlide {
        .slideImg {
            height: 250px;
        }
    }
}

@media (max-width: 420px) {
    .about-page10 {
        .secBigH {
            font-size: 40px;
            line-height: 1;
        }
    }

    .slide-content {
        .slide-content-inner {
            .slideContHead {
                font-size: 40px;
            }
        }
    }
}