.partner_image img {
    padding: 2vw;
    border: 1px solid rgba(217, 217, 217, 1);
}

.partners_container {
    padding: 3vw 3.2vw 5vw;
}

    .partners_container > p {
        font-size: 1.2vw;
        margin-bottom: 3vw;
        font-weight: 400;
    }

.partner_image {
    cursor: pointer;
}

.venture_container {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4vw 1vw 2vw;
    border-radius: 10px;
    transition: all 0.6s ease-in-out;
}

.venture_logo {
    width: 30%;
    position: absolute;
    margin-left: auto;
    right: 1.5vw;
    top: 2vw;
}

    .venture_logo img {
        width: 100%;
        display: block;
    }

.venture_container:hover {
    background: rgba(16, 97, 70, 1);
    color: #fff;
}

.mena_clr {
    transition: all 0.6s ease-in-out;
}

.venture_container:hover .mena_clr {
    color: rgba(200, 224, 126, 1);
}

.venture_container:hover .equity_hed {
    color: #fff;
}

.venture_container:hover .afg_btn .infos {
    color: #fff;
}

.venture_container .afg_btn .infos {
    transition: all 0.5s ease-in-out;
}

.venture_container h2 {
    text-align: left;
    margin-bottom: 2vw;
    color: rgba(16, 97, 70, 1);
    font-weight: 500;
    font-size: 1.5vw;
    width: 30%;
    transition: all 0.6s ease-in-out;
}

.venture_container p {
    font-size: 1.4vw;
    font-weight: 300;
    text-align: left;
    width: 90%;
    line-height: 1.5;
}

.venture_container h3 {
    font-weight: 600;
    color: rgba(16, 97, 70, 1);
    text-align: left;
    font-size: 1.4vw;
    margin-bottom: 2vw;
}

.Venture_slide:nth-child(2) .venture_logo {
    width: 30%;
}

.Venture_slide:nth-child(3) .venture_logo {
    width: 30%;
}

.portfolio_container {
    width: 100%;
    background: rgba(240, 240, 240, 0.5);
    margin-bottom: 4vw;
    padding: 3vw 0;
}

    .portfolio_container p {
        font-size: 1.2vw;
        margin-bottom: 2vw;
    }

.portfolio_cards {
    /* width: 100%; */
    padding: 3vw 2vw;
    background: #fff;
    border-radius: 10px;
}

.food_btn a {
    background: #C8E07E;
    padding: .3vw 1.1vw;
    border-radius: 10px;
    font-size: 1.3vw;
    letter-spacing: 3px;
    color: rgba(16, 97, 70, 1);
    transition: all 0.6s ease-in-out;
}

.food_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 1vw;
}

.protfolio_card_logo img {
    width: 100%;
    display: block;
}

.protfolio_card_logo {
    width: 35%;
    margin-bottom: 1vw;
}

.portfolio_cards p {
    font-size: 1.5vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 4vw;
    color: rgba(54, 54, 54, 0.8);
    width: 90%;
}

.portflio_btns {
    gap: 2vw;
    margin-bottom: 2vw;
}

.portfolio_thumbnail img {
    width: 100%;
    display: block;
}

.portfolio_thumbnail {
    border-radius: 10px;
}

.food_btn a:hover {
    background: rgba(16, 97, 70, 1);
    color: rgba(200, 224, 126, 1);
}

.page-apart {
    background: #363636;
}

.pillars_container {
    width: 100%;
    position: relative;
    padding: 2vw 3vw 5vw 3vw;
}

.content-holder {
    padding-top: 12vw;
}

.pillars_container .faqs-holder ul li.active h3 {
    color: rgba(200, 224, 126, 1) !important;
    transition: 0.3s ease-in-out;
}

.pillars_container .faqs-holder ul li h3 {
    color: #fff;
}

.pillars_container .cont-left p {
    color: #fff;
    font-size: 1.3vw;
    font-weight: 100;
}

.pillars_container .faqs-holder ul li h3 .plus {
    top: 10px;
    right: 20%;
}

.pillars_container .faqs-holder ul li {
    border-color: #fff;
    border: none;
    position: relative;
    padding-bottom: 3vw;
}

.pillars_container h2 {
    color: #fff;
    font-size: 5.7vw;
    margin-bottom: 6vw;
    font-weight: 600;
}

.pillars_container .faqs-holder ul li h3 i {
    padding-right: 6vw;
}

.pillars_container .faqs-holder ul li .content {
    padding-left: 7vw;
}

.pillars_container .faqs-holder ul li .content {
    padding-top: 2vw;
}

.discover_group {
    width: 100%;
    background: rgba(16, 97, 70, 1);
    padding: 9vw 5vw 15vw 5vw;
}

.discover_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
}

    .discover_content h2 {
        font-size: 3.5vw;
        width: 61%;
        color: #fff;
        font-weight: 600;
    }

/* privacy_policy */

.policy_sec {
    padding: 5vw 18vw 0vw 1vw;
    position: relative;
    margin-bottom: 7vw;
}

    .policy_sec .left {
        position: absolute;
        top: 5vw;
        /* padding-top: 1vw; */
        left: 5vw;
    }

        .policy_sec .left ul li {
            margin-bottom: 1.8vw;
        }

            .policy_sec .left ul li a {
                font-size: 1.5vw;
                font-weight: 600;
                line-height: 1.2;
                cursor: pointer;
                color: rgba(16, 97, 70, 1);
                transition: all 0.7s ease;
            }

                .policy_sec .left ul li.active a,
                .policy_sec .left ul li a:hover {
                    color: #C8E07E;
                }

    .policy_sec .right {
        width: 65%;
        margin-left: auto;
    }

        .policy_sec .right .info {
            margin-bottom: 3vw;
        }

            .policy_sec .right .info h2 {
                font-size: 1.5vw;
                line-height: 1;
                margin-bottom: 2vw;
                color: rgba(74, 74, 73, 1);
            }

            .policy_sec .right .info p {
                font-size: 1.2vw;
                line-height: 1.4;
                font-weight: 300;
            }

            .policy_sec .right .info:last-child {
                margin: 0;
            }

/* stickey_tab */

.sticky-main.relative {
    margin: 0 0 0;
    background: #f8f8f8;
}

.sticky-section {
    display: flex;
    position: relative;
    padding: 7vw 0vw 7vw 23%;
}

    .sticky-section > .left {
        width: 15%;
        position: absolute;
        top: 0;
        left: 5vw;
        padding: 0 0 0 0;
        z-index: 2;
    }

    .sticky-section .right {
        width: 100%;
    }

.fix-nav {
    position: relative;
    padding-top: 8vw;
    padding-bottom: 3vw;
}

    .fix-nav:before {
        /* content: ""; */
        position: absolute;
        top: 0;
        left: -44px;
        width: 44px !important;
        background: var(--paginationBg);
        padding: 2.5vw 0;
        border-radius: 50px;
        height: 100%;
    }

    .fix-nav ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        grid-gap: 1.5vw;
        padding: 0;
        width: 55%;
    }

        .fix-nav ul li {
            list-style-type: none;
            cursor: pointer;
        }

            .fix-nav ul li a {
                line-height: 1;
                margin: 0 0 0;
                color: rgba(56, 56, 56, 0.5);
                transition: all 0.7s ease;
                font-size: 1.5vw;
                font-weight: 600;
                position: relative;
                display: flex;
                text-transform: capitalize;
            }

                .fix-nav ul li a span {
                    width: 24px;
                    height: 24px;
                    background: transparent;
                    position: absolute;
                    top: 0;
                    left: -33px;
                    z-index: 2;
                    text-align: center;
                    line-height: 24px;
                    font-size: 16px;
                    color: var(--bodyText);
                    opacity: 1;
                    transition: all 0.5s ease;
                    font-weight: 600;
                }

            .fix-nav ul li p {
                position: absolute;
                visibility: hidden;
                opacity: 0;
                transition: all 0.5s ease;
                margin: 0;
                font-size: 20px;
            }

            .fix-nav ul li a.active {
                color: rgba(16, 97, 70, 1);
            }

                .fix-nav ul li a.active span {
                    background: var(--primary);
                    border-radius: 50%;
                    color: var(--white);
                }

.sticky-tab-content {
    position: relative;
    margin-bottom: 3vw;
}

    .sticky-tab-content .inner {
        padding: 0 11% 2vw 0;
    }

        .sticky-tab-content .inner h2 {
            font-weight: 600;
            font-size: 3vw;
            line-height: 1;
            margin: 0 0 40px;
        }

    .sticky-tab-content .img {
        width: 100%;
        position: relative;
    }

    .sticky-tab-content > img {
        width: 100%;
        border-radius: 25px;
        overflow: hidden;
    }

    .sticky-tab-content .inner > h3,
    .sticky-tab-content > h3 {
        color: var(--primary);
        margin: 0 0 20px;
        font-weight: 600;
        font-size: 2vw;
        line-height: 1.1;
        margin-bottom: 2vw;
    }

    .sticky-tab-content > p {
        font-size: 20px;
    }

    /* .sticky-tab-content .ofh {
  border-radius: 25px;
} */

    .sticky-tab-content:last-child {
        margin: 0;
    }

.process_sec h2 {
    color: rgba(16, 97, 70, 1);
    font-weight: 600;
    font-size: 3.3vw;
    line-height: 1.2;
    margin-bottom: 1.5vw !important;
}

.sector_swiper_container {
    width: 100%;
    position: relative;
}

.sector_swiper_image img {
    width: 100%;
    display: block;
}

.sector_swiper_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8vw 5vw 5vw 5vw;
    z-index: 999;
}

.sector_card_logo {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 2vw;
}

.swp_logo img {
    width: 100%;
    display: block;
}

.sector_swiper_content h2 {
    color: #fff;
    font-size: 1.6vw;
    font-weight: 500;
    width: 55%;
    text-align: start;
    line-height: 1.3;
    margin-bottom: 1vw !important;
}

.sector_swiper_content h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 1.6vw;
    font-weight: 100;
    width: 58%;
    text-align: start;
    line-height: 1.3;
    margin-bottom: 6vw;
}

.sector_card_logo .food_btn {
    margin: 0;
}

    .sector_card_logo .food_btn a {
        font-size: .9vw;
        font-weight: 500;
        border-radius: 6px;
        color: #ffff;
    }

.light_white {
    background-color: rgba(248, 248, 248, 1);
}

.steak_cards {
    width: 14vw;
    padding: 6vw 1vw 1vw 1vw;
    background: #fff;
    border-radius: 7px;
    height: 14vw;
    position: relative;
}

.steak_logo img {
    width: 100%;
    display: block;
}

.steak_logo {
    width: 40%;
    margin-bottom: 0.5vw;
    position: absolute;
    top: 0.5vw;
    left: 0.4vw;
}

.steak_cards h2 {
    font-size: 1.7vw;
    font-weight: 600;
    margin-bottom: 0.5vw;
    text-align: start;
}

.steak_cards h3 {
    font-weight: 500;
    text-align: start;
    font-size: 1.5vw;
}

.alfa_partners_wrapper {
    width: 100%;
    padding: 5vw 0 5vw 0;
}

.alfa_lead {
    padding-left: 0 !important;
}

.alfa_stage p {
    font-size: 2.5vw !important;
    font-weight: 400;
    width: 76%;
    margin: 0 !important;
}

.todat_afg {
    padding-left: 2vw !important;
    margin-bottom: 6vw;
}

.growth_banner {
    margin-bottom: 0;
}

.info.first_mill {
    width: 100%;
}

.sticky-main2 .first_mill > p {
}

.mil_logo {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1.5vw;
}

.mill_image img {
    width: 100%;
    display: block;
}

.mill_image {
}

.mil_logo h2 {
    font-size: 3vw;
    font-weight: 600;
    margin: 0 !important;
}

.sticky-main .smasco {
    padding: 15vw 5vw 0 38%;
}

.mil_thumbnail img {
    width: 100%;
    display: block;
}

.mil_thumbnail {
    width: 100%;
    margin-bottom: 3vw;
}

.first_mill > h3 {
    font-size: 2vw;
    font-weight: 600;
    margin-bottom: 2vw;
}

.mill_card_wrapper {
    width: 100%;
    display: flex;
    gap: 1.5vw;
    align-items: center;
    margin-bottom: 4vw;
}

.mill_left,
.mill_right {
    background: #F8F8F8;
    border-radius: 8px;
}

    .mill_left h2 {
        font-size: 4vw;
        color: rgba(200, 224, 126, 1);
        font-weight: 600;
        margin: 0 !IMPORTANT;
    }

    .mill_left h3 {
        font-size: 1.5vw;
        font-weight: 600;
        margin-bottom: 0.5vw;
    }

    .mill_right h2 {
        font-size: 2vw;
        font-weight: 600;
        color: rgba(54, 54, 54, 1);
        margin: 0 !important;
    }

    .mill_right h3 {
        font-size: 4vw;
        color: rgba(200, 224, 126, 1);
        font-weight: 600;
    }

    .mill_left p,
    .mill_right p {
        font-size: 1.2vw;
    }

.mill_left {
    padding: 2vw 2vw 1vw 2vw;
    width: 35%;
}

.mill_right {
    padding: 2vw 6vw 1vw 2vw;
    width: 40%;
}

.sticky-main2 .leading-milling {
    margin-bottom: 4vw !important;
    width: 95%;
    line-height: 1.3 !important;
}

.lead_program {
    padding-left: 0vw !important;
}

.hert-description.lead_prargrah::after {
    left: 4% !important;
    top: 0;
}

.lead_prargrah {
    padding-left: 4vw;
}

.hert-description.lead_prargrah p {
    line-height: 1.3;
    font-size: 1.3vw;
    padding-bottom: 0;
    margin: 0;
}

.hert-description.lead_prargrah {
    padding-left: 4vw;
    width: 95%;
    padding: .2vw 5vw .2vw 4vw;
    margin-bottom: 0;
}

.second_sticky_tab .mill_left,
.mill_right {
}

.second_sticky_tab .sticky-main {
    margin-bottom: 0 !important;
    background: transparent !important;
}

.second_sticky_tab {
    background: #F8F8F8;
    margin-bottom: 0 !important;
}

.drives_innovation {
    padding-left: 3vw !important;
    line-height: 1.3;
}

.hert-description.drives_innovation::after {
    left: 1vw !important;
}

.drives_innovation p {
    font-size: 1.8vw !important;
}

.equity_flex {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4vw;
    margin-bottom: 3vw;
    padding-left: 2vw;
    justify-content: space-between;
}

    .equity_flex p {
        position: relative;
        font-size: 1.4vw;
        line-height: 1.3;
        width: 80%;
        border-left: solid 2px rgba(200, 224, 126, 1);
        padding-left: 2vw;
    }

        .equity_flex p:before {
            content: "";
            position: absolute;
            top: 0;
            height: 100%;
            width: 2px;
            background: rgba(200, 224, 126, 1);
            left: -2vw;
        }

.equity_card_logo img {
    width: 100%;
    display: block;
}

.equity_card_logo {
    width: 20%;
}

.venture-firm {
    width: 100%;
    font-size: 2.1vw;
    margin-bottom: 4vw;
    font-weight: 600;
    padding-right: 6vw;
}

.equity_buttn {
    margin-bottom: 4vw;
}

.investment_wrapper {
    width: 100%;
}

    .investment_wrapper > p {
        font-size: 1.3vw;
        margin-bottom: 2vw;
    }

.investment_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5vw;
}

.investment_items {
    border: 1px solid rgba(0, 0, 0, 0.11);
    padding: 2vw 1.5vw 2vw 1.5vw;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
}

.investment_image img {
    width: 100%;
    display: block;
}

.investment_image {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2vw;
}

.venture_nav {
    padding: 8vw 0 !important;
}

.sticky-section .venture_left {
    left: 4vw !important;
}

.direct_investment_btn {
    display: flex;
    gap: 2vw;
}

.drect_bttn {
    margin-bottom: 1vw;
}

    .drect_bttn a {
        font-size: 1vw;
        letter-spacing: 2px;
        color: rgba(16, 97, 70, 1);
        background: rgba(248, 248, 248, 1);
        padding: 5px 15px 5px 15px;
        border-radius: 6px;
    }

        .drect_bttn a:hover {
            color: rgba(248, 248, 248, 1);
            background: rgba(16, 97, 70, 1);
        }

.portfolio_swiper {
    width: 96%;
    margin: 0 !important;
    margin-left: auto !important;
}

.process_sec .pagi_head .page.active {
    color: #C8E07E;
}

    .process_sec .pagi_head .page.active .line {
        background: #C8E07E;
    }

.process_sec .pagi_head .line {
    background: #C8E07E;
}

.process_sec .page {
    color: #FFFFFF;
}

.updated-detail {
    color: #106146;
    font-size: 1.1vw;
    font-weight: 300;
}

.page-nuturing .alfa_lead {
    width: 100% !important;
}

.page-nuturing .drives_innovation {
    width: 100% !important;
}

.drect_bttn span {
    font-size: 1vw;
    letter-spacing: 2px;
    color: rgba(16, 97, 70, 1);
    background: rgba(248, 248, 248, 1);
    padding: 5px 15px 5px 15px;
    border-radius: 6px;
}

.investment_image .img {
    width: 50%;
}

.investment_image p {
    width: 50%;
    font-size: .9vw;
}
