.pagination .nums {
    display: flex;
    align-items: baseline;
    gap: .5vw;
}

    .pagination .nums .line {
        width: 0;
        transition: all .7s ease;
    }

    .pagination .nums.active .line {
        width: 5vw;
    }

    .pagination .nums .page {
        transition: all .7s ease;
    }

    .pagination .nums.active .page {
        color: #106146;
    }

.visn_sec .tab_content .info .horizontalScroller {
    width: 100% !important;
}

.visn_sec .tab_content {
    height: auto;
}

.tab_content .info.active:before {
    height: 100%;
}

.horizontalScroller__scroll {
    height: 100%;
    overflow: unset;
    padding: 0 0 0 12vw;
}

.horizontalScroller__images {
    padding: 0;
}

.visionTab {
    background-color: #363636;
}

.missionTab {
    background-color: #106146;
}

.valuesTab {
    background-color: #f2f2f2;
}

.missionTab,
.visionTab {
    height: 100vh;
}

.mission_sec {
    height: 100vh;
}

    .mission_sec .item {
        position: absolute;
        width: 100vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: absolute;
        inset: 0%;
    }

.missionSwiper {
    width: 100%;
    height: 100vh;
}

.inner_wrapper {
    height: 100vh;
    z-index: 2;
    position: absolute;
    inset: 0;
}

.n_text h2 {
    font-size: 2vw;
    color: #c8e07e;
    font-weight: bold;
    margin-bottom: 2vw;
}

.n_text h3 {
    font-size: 2vw;
    color: #fff;
    line-height: 1.2;
}

.valuesTab .text {
    width: 85%;
    margin-left: auto;
    display: flex;
    padding-right: 11vw;
    padding-top: 5vw;
}

    .valuesTab .text h2 {
        font-size: 3.2vw;
        color: #106146;
        font-weight: 600;
        width: 45%;
    }

    .valuesTab .text .left {
        width: 55%;
    }

        .valuesTab .text .left h3 {
            font-size: 2.1vw;
            color: #363636;
            font-weight: 600;
            margin-bottom: 2vw;
        }

        .valuesTab .text .left p {
            font-size: 1.3vw;
            font-weight: 400;
            line-height: 1.2;
        }

.integritySwiper {
    padding-left: 11.5%;
    margin-top: 5vw;
    padding-right: 4%;
    position: relative;
}

    .integritySwiper .inner {
        background-color: #fff;
        border-radius: 8px;
        min-height: 42vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5vw;
        padding: 3vw 7vw 3vw 2vw;
        justify-content: center;
        text-align: left;
    }

    .integritySwiper h2 {
        font-size: 2.5vw;
        color: #363636;
        font-weight: 400;
    }

    .integritySwiper p {
        font-size: 1vw;
        line-height: 1.2;
    }


.tab_list a {
    transition: all .7s ease;
}

.tab_list.dark a.active {
    color: #106146;
}

.sector_swiper .pagination .nums.active .page {
    color: #C8E07E;
}

.leadershipSwiper .lead_sec .left .img {
    overflow: hidden;
    opacity: 0;
}

.leadershipSwiper .swiper-slide-active .left .img {
    opacity: 1;
}

.extiveSwiper .text {
    cursor: pointer;
}

#leaderModal .modal-xl {
    --bs-modal-width: 1230px
}

.modalSwipwer {
}

    .modalSwipwer .lead_sec {
        display: flex;
        gap: 2vw;
    }

        .modalSwipwer .lead_sec .left {
            width: 32%;
        }

            .modalSwipwer .lead_sec .left .img {
                overflow: hidden;
            }

                .modalSwipwer .lead_sec .left .img img {
                    width: 100%;
                    border-radius: 8px;
                    margin-bottom: -8px;
                }

        .modalSwipwer .lead_sec .right {
            width: 70%;
            padding-right: 4vw;
            padding-top: 1.5vw;
        }

            .modalSwipwer .lead_sec .right h2 {
                font-size: 2.5vw;
                color: #106146;
                font-weight: 600;
                width: 75%;
                line-height: 1;
                margin-bottom: 1vw;
            }

            .modalSwipwer .lead_sec .right span {
                background: #C8E07E;
                border-radius: 50px;
                padding: .3vw 1vw;
                display: inline-block;
                margin-bottom: 2vw;
            }

            .modalSwipwer .lead_sec .right p {
                font-size: 1.1vw;
                line-height: 1.4;
                margin-bottom: 1.5vw;
            }

    .modalSwipwer .beyound_text {
        width: 100%;
        margin: auto;
        padding-right: 0;
        margin-bottom: 2vw;
    }

        .modalSwipwer .beyound_text p {
            padding-left: 2vw;
            width: 95%;
            padding-right: 4vw;
        }

#leaderModal .close {
    position: absolute;
    top: 1.5vw;
    right: 1.5vw;
    background-color: transparent;
    border: 0;
    z-index: 2;
}

    #leaderModal .close svg {
        stroke: #ADA7A7;
        transition: all .7s ease;
    }

    #leaderModal .close:hover svg {
        stroke: #106146;
    }

#leaderModal .modal-content {
    background: #f8f8f8;
}

#leaderModal .modal-body {
    padding: 2vw;
}

#leaderModal .modal-content {
    height: 85vh;
}

.modalSwipwer .lead_sec .left .img {
    background: #fff;
    padding: 2vw 0 0;
    margin-bottom: 1.5vw;
    border-radius: 8px;
}

.modalSwipwer .lead_sec .right {
    padding-right: 0;
}

    .modalSwipwer .lead_sec .right .inner {
        max-height: 70vh;
        overflow-y: scroll;
        padding-right: 4vw;
    }

        .modalSwipwer .lead_sec .right .inner::-webkit-scrollbar-track {
            background-color: rgba(16, 97,70, .20);
        }

        .modalSwipwer .lead_sec .right .inner::-webkit-scrollbar {
            width: 3px;
            background-color: rgba(16, 97,70, .20);
        }

        .modalSwipwer .lead_sec .right .inner::-webkit-scrollbar-thumb {
            background-color: #106146;
            border: 0;
        }

.search_res .define-us {
    padding-left: 0;
}

    .search_res .define-us h2 {
        font-size: 7vw;
        margin-bottom: 2vw;
    }

.search_res .search-input-holder {
    width: 47%;
    margin: 0 auto 5vw;
    border-bottom: 2px solid #D9D9D9;
}

    .search_res .search-input-holder input {
        color: rgba(54, 54,54, .50);
        font-size: 1.5vw;
        padding-right: 0;
    }

.search-input-holder .flex {
    padding: 0 20px 10px;
    gap: 15px;
}

.search_res .search-input-holder input::placeholder {
    color: rgba(54, 54, 54, 0.5);
}

.search_res .search-input-holder input::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.5);
}

.search_res .search-input-holder input::-moz-placeholder {
    color: rgba(54, 54, 54, 0.5);
}

.search_res .search-input-holder input:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.5);
}

.search_res_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 84%;
    margin: 0 auto 7vw;
    gap: 2vw;
}

    .search_res_grid .card {
        position: relative;
        border-radius: 5px;
        border: 1px solid rgba(0, 0,0, .20);
        display: flex;
        flex-direction: column;
        padding: 2vw 1.5vw;
    }

        .search_res_grid .card .badges {
            margin-bottom: 1.5vw;
        }

            .search_res_grid .card .badges span {
                background: #C8E07E;
                border-radius: 5px;
                padding: .3vw 1vw;
                display: inline-flex;
                color: #106146;
            }

        .search_res_grid .card h2 {
            font-size: 2.3vw;
            line-height: 1.2;
            color: #106146;
            font-weight: 600;
            margin-bottom: 1vw;
        }

        .search_res_grid .card p {
            font-size: 1.3vw;
            line-height: 1.4;
            padding-right: 10%;
            margin-bottom: 2vw;
        }

        .search_res_grid .card .bdr {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 10px;
            background: linear-gradient( to right, #C8E07E 0%, #106146 100% );
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .search_res_grid .card .afg_btn.light_green {
            background: transparent;
            gap: .5vw;
        }

        .search_res_grid .card .afg_btn {
            padding: 0.6vw 1vw 0.6vw 1vw;
        }

            .search_res_grid .card .afg_btn:before {
                content: "";
                width: 30px;
                height: 30px;
                background: #C8E07E;
            }

            .search_res_grid .card .afg_btn .arrow {
                width: 30px;
                height: 30px;
            }

            .search_res_grid .card .afg_btn.light_green:hover:before {
                background: #C8E07E;
            }

            .search_res_grid .card .afg_btn .arrow svg {
                width: 12px;
            }

.history_Sec {
    background: #106146;
    padding-top: 12vw;
    height: auto;
}

    .history_Sec nav.breadcrumb {
        margin-bottom: 0
    }

    .history_Sec .breadcrumb-item {
        color: #fff;
    }

.breadcrumb-arrow img {
    margin-left: 2px;
}

.history_Sec .define-us h2 {
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.2;
    /*transition: all .5s ease;*/
}

.history_Sec .define-us {
    margin-bottom: 5vw;
    padding-top: 0;
    z-index: 3;
    position: relative;
}


.mile_bg {
    background: #106146;
    transition: all .5s ease;
}

.milestone_sec {
    /*background: #106146;*/
    height: 100vh;
    padding-top: 2vw !important;
}

.historySwiper {
    height: 100%
}

    .historySwiper .pagi_head {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        padding: 0 3vw;
        margin-bottom: 4vw;
    }

        .historySwiper .pagi_head .pagination {
            justify-content: space-between;
            width: 100%;
        }

    .historySwiper .pagination .nums.active .page {
        color: #C8E07E;
    }

    .historySwiper .pagi_head .line {
        background: #C8E07E;
    }

    .historySwiper .pagination .nums.active .line {
        width: 7vw;
    }

    .historySwiper .swiper-pagination {
        right: 3vw !important;
        gap: 5px;
        display: flex;
        flex-direction: column;
        top: 30% !important;
    }

    .historySwiper .swiper-pagination-bullet {
        background: rgba(217, 217, 217, 0.5);
        width: .6vw;
        height: .6vw;
        transition: all .7s ease;
        transform: scale(1);
    }

    .historySwiper .swiper-pagination-bullet-active {
        background: #C8E07E;
        transform: scale(1.5);
    }

.milestone-text > div {
    display: flex;
    align-items: center;
    gap: 1vw;
}

    .milestone-text > div h2 {
        font-size: 6.5vw;
        color: #fff;
        font-weight: 300;
        line-height: 1;
        /* transition: all .5s ease; */
    }

.milestone-text p {
    font-size: 1.4vw;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.3;
    /* transition: all .5s ease; */
}

    .milestone-text p strong {
        color: #C8E07E;
        font-size: 2.5vw;
        font-weight: 500;
        margin-bottom: 1vw;
        display: block;
        line-height: 1;
        /* transition: all .5s ease; */
    }

.milestone {
    display: flex;
    align-items: center;
    padding-left: 7vw;
    width: 80%;
    gap: 5vw;
}

.milestone-text {
    display: flex;
    align-items: start;
    width: 65%;
    gap: 4vw;
}

.milestone-images {
    gap: 1vw;
    width: 35%;
    display: flex;
    align-items: center;
}

    .milestone-images img {
        width: 100%;
    }

.history_Sec .define-us h3 {
    color: rgba(64, 129, 107, 1);
    font-size: 3vw;
    line-height: 1.2;
    font-weight: 300;
    /*transition: all .5s;*/
}

.fade-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    background: linear-gradient( to bottom, transparent 0%, #106146 100% );
    z-index: 2;
    transition: all .2s ease;
}

.historySwiper .swiper-slide {
    transition: all .7s ease;
    opacity: .1
}

.historySwiper .swiper-slide-active {
    opacity: 1
}

.fade-bg.top {
    bottom: auto;
    top: 0;
    left: 0;
    height: 40vh;
    background: linear-gradient( to top, transparent 0%, #106146 100% );
    z-index: 2;
}

.reveal-title .word {
    display: inline-block;
    margin-right: 12px;
}

.milestone-images img {
    width: 100%;
}

.history_Sec .define-us h3 {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.history_Sec .define-us .ofh {
    position: relative;
}

.history_Sec .define-us h3.active {
    position: relative;
}

.dummy-slide {
    opacity: 0;
    pointer-events: none;
}

.historySwiper .bullets_sec {
    right: 3vw !important;
    gap: 5px;
    display: flex;
    flex-direction: column;
    top: 30% !important;
    display: flex;
    flex-direction: column;
    position: absolute;
    gap: 1vw;
}

    .historySwiper .bullets_sec span {
        background: rgba(217, 217, 217, 0.5);
        width: .6vw;
        height: .6vw;
        transition: all .7s ease;
        transform: scale(1);
        border-radius: 50px;
    }

        .historySwiper .bullets_sec span.active {
            background: #C8E07E;
            transform: scale(1.5);
        }

.define-dec {
    position: relative;
    border-left: 0 !important;
}

    .define-dec i {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: rgba(200, 224, 126, 1)
    }

.breadcrumb-item {
    transition: none !important;
}

.reveal-img {
    visibility: hidden;
    position: relative;
}

.mile_bg.second {
    background: #363636;
}

.mile_bg.second .fade-bg {
    background: linear-gradient( to bottom, transparent 0%, #363636 100% );
}
.mile_bg.second .fade-bg.top {
    background: linear-gradient( to top, transparent 0%, #363636 100% );
}

    .mile_bg.second .milestone_sec .define-us h3 {
        color: #C8E07E;
    }

.mile_bg.third {
    background: #ffffff;
}
.mile_bg.third .fade-bg.top {
    background: linear-gradient(to top,transparent 0%,#ffffff 100% );
    height: 25vh;
}
.mile_bg.third .fade-bg {
    background: linear-gradient(to bottom,transparent 0%,#ffffff 100% );
    height: 25vh;
}

.milestone-text > div .img {
    transition: all .5s ease;
}

.mile_bg.third .historySwiper .pagination .nums.active .page {
    color: #106146;
}

.mile_bg.third .historySwiper .pagination .nums.active .line {
    background: #106146;
}

.mile_bg.third .history_Sec .define-us h2 {
    color: #363636;
}

.mile_bg.third .define-us h2 {
    color: #363636;
}

.mile_bg.third .milestone-text p {
    color: #363636;
}

    .mile_bg.third .milestone-text p strong {
        color: #106146;
    }

.mile_bg.third .milestone-text > div h2 {
    color: #363636;
}

.mile_bg.third .milestone-text > div .img {
    filter: brightness(0.1);
}

.yearsDiv {
    position: relative;
    /*    width: 19%;*/
}

    .yearsDiv .yearName {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        visibility: hidden;
        transition: all .7s ease;
        transform: translateY(20px);
    }

        .yearsDiv .yearName.active {
            position: relative;
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

.main_header.inner-header .search-box.shows .search-close-icon span {
    background: #363636;
}


.ofer_sec .head_left > div h2 a {
    color: #106146;
    transition: all .7s ease;
}
.ofer_sec .head_left > div h2 a:hover {
    color: #C8E07E;
}

.leadershipSwiper {
    margin-bottom: 3vw;
}

.otherLeadershipSwiper {
    margin-bottom: 3vw;
}

    .otherLeadershipSwiper .arrows_swi {
        position: relative;
        top: 0;
        right: 0;
        display: flex;
        align-items: end;
        gap: 20px;
        justify-content: end;
        margin-bottom: 30px;
    }

    .otherLeadershipSwiper .swiper-slide {
        height: auto;
    }

    .otherLeadershipSwiper .box {
        background-color: #fff;
        border-radius: 8px;
        height: 100%;
        padding: 2vw;
    }

    .otherLeadershipSwiper h2 {
        font-size: 2.8vw;
        color: #106146;
        font-weight: 600;
        width: 100%;
        line-height: 1;
        margin-bottom: 1vw;
    }

    .otherLeadershipSwiper .box > span {
        background: #C8E07E;
        border-radius: 50px;
        padding: .3vw 1vw;
        display: inline-block;
        margin-bottom: 2vw;
    }

    .otherLeadershipSwiper p {
        font-size: 1.1vw;
        line-height: 1.4;
        margin-bottom: 2vw;
    }

.otherModalSwipwer .lead_sec .right h2 {
    font-size: 2.5vw;
    color: #106146;
    font-weight: 600;
    width: 75%;
    line-height: 1;
    margin-bottom: 1vw;
}

.otherModalSwipwer .lead_sec .right span {
    background: #C8E07E;
    border-radius: 50px;
    padding: .3vw 1vw;
    display: inline-block;
    margin-bottom: 2vw;
}

.otherModalSwipwer .lead_sec .right p {
    font-size: 1.1vw;
    line-height: 1.4;
    margin-bottom: 1.5vw;
}

.otherModalSwipwer .beyound_text {
    width: 100%;
    margin: auto;
    padding-right: 0;
    margin-bottom: 2vw;
}

    .otherModalSwipwer .beyound_text p {
        padding-left: 2vw;
        width: 95%;
        padding-right: 4vw;
    }

#otherLeaderModal .close {
    position: absolute;
    top: 1.5vw;
    right: 1.5vw;
    background-color: transparent;
    border: 0;
    z-index: 2;
}

    #otherLeaderModal .close svg {
        stroke: #ADA7A7;
        transition: all .7s ease;
    }

    #otherLeaderModal .close:hover svg {
        stroke: #106146;
    }

#otherLeaderModal .modal-content {
    background: #f8f8f8;
}

#otherLeaderModal .modal-body {
    padding: 2vw;
}

#otherLeaderModal .modal-content {
    height: 85vh;
}

.otherModalSwipwer .inner {
    max-height: 70vh;
    overflow-y: scroll;
    padding-right: 4vw;
    margin-right: 1px;
}

    .otherModalSwipwer .inner::-webkit-scrollbar-track {
        background-color: rgba(16, 97,70, .20);
    }

    .otherModalSwipwer .inner::-webkit-scrollbar {
        width: 3px;
        background-color: rgba(16, 97,70, .20);
    }

    .otherModalSwipwer .inner::-webkit-scrollbar-thumb {
        background-color: #106146;
        border: 0;
    }

.otherModalSwipwer .lead_sec .right {
    padding-top: 1.5vw;
}

.history_Sec .define-us h2 {
    font-size: 4vw;
}

.history_Sec .define-us h3 {
    font-size: 2vw;
}

.history_Sec .milestone_sec {
    padding-top: 0 !important;
}

.history_Sec .define-us {
    margin-bottom: 3vw;
    padding-top: 1vw;
}

.milestone {
    width: 85%;
}

.milestone-images {
    width: 30%;
}

    .milestone-images img {
        width: 45%;
    }

.milestone-text > div h2 {
    font-size: 5vw;
}

.milestone-text p {
    font-size: 1.4vw;
}

.historySwiper .swiper-slide {
    transition: all .7s ease;
    opacity: 1;
}

.milestone-text p strong {
    font-size: 2vw;
}

.historySwiper .pagi_head {
    margin-bottom: 2.5vw;
}

.otherModalSwipwer .arrows_swi {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    justify-content: end;
}

#otherLeaderModal .modal-body .inner {
    height: 100%;
}

.otherModalSwipwer {
    height: 100%;
}

.page-portfolio-companies .logo-cent .steak_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    left: 0;
    top: 0;
}