/**************** mission section starts *************/

.section.mission {
    background: #1A2B3B;
    margin-top: -4px;
}
.section.keyInvestment.about_keyinvestment{
    background: #fff;
}

.mission_grid {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mission_grid .mission_left {
    width: 50%;
}

.mission_grid .mission_right {
    width: 42%;
}

.mission_grid .mission_right img,
.mission_grid .mission_left img {
    width: 100%;
}

.mission_grid .mission_left .vision_list {
    width: 65%;
}

/**************** mission section ends *************/


/**************** philosophy section starts *************/
.section.philosophy {
    background: #1E1E23;
    background: linear-gradient(45deg, #253444 0%, #1E1E23 46%, #253444 100%);
}

.philosophy_grid {
    position: relative;
    width: 60%;
    margin: auto;
    display: table;
}

.philosophy_grid img {
    width: 100%;
}

/**************** philosophy section ends *************/


/******************** opportunities section starts ****************/
.section.opportunities {
    position: relative;
    background: linear-gradient(110deg, #E4F3FF 4.02%, #ffffff 40.27%);
}

.section.opportunities .section_top .sec_right {
    width: 66%;
}


.clients_grid {
    position: relative;
}

.mission_text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
}


.clients_grid ul {}

.clients_grid ul li {
    position: relative;
    float: left;
    margin: 10px;
    width: calc(20% - 20px);
}

.clients_grid ul li img {
    width: 70%;
    margin: auto;
    display: table;
}

.clients_grid .simply-scroll .simply-scroll-list li {
    width: 210px !important;
    height: 62px;
}


.opportunities_list {
    position: relative;
    display: flex;
}

.opportunities_list ul {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;

}

.opportunities_list ul li {
    float: left;
    position: relative;
    margin: 10px 40px;
    width: calc(33.33% - 80px);
    padding: 40px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #1E1E23;
    min-height: 200px;
}

.opportunities_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../assets/opportunities_line.svg);
    background-size: cover;
    background-position: center;
}

.opportunities_list ul li .icon {
    background-color: #193131;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: auto;
    display: table;
    margin-top: -73px;
    border: 1px solid #019DA0;
}

.opportunities_list ul li .icon img {
    width: 50%;
    margin: 16px auto;
    display: table;
}

.opportunities_list ul li h3 {
    color: #FAFAF9;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 20px 0px;
}

.opportunities_list ul li p {
    color: #AAA;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/******************** opportunities section ends ****************/







/******************* expertise section starts *****************/
.section.expertise {
    position: relative;
    background: linear-gradient(90deg, #253444 0%, #1E1E23 46%, #253444 100%);
}

.expertise_slick {
    position: relative;
}

.expertise_slick .expertise_slick_wrapper {
    position: relative;
}


.expertise_slick_wrapper .slick_slide {
    position: relative;
    backdrop-filter: blur(17.789880752563477px);
    padding-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.expertise_slick_wrapper .slick_slide .left {
    width: 46%;
}

.expertise_slick_wrapper .slick_slide .left h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-left: 40px;
    line-height: 32px;
}

.expertise_slick_wrapper .slick_slide .bottom_text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 30%;
}

.expertise_slick_wrapper .slick_slide .bottom_text h2 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.expertise_slick_wrapper .slick_slide .bottom_text h3 {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 5px;
}

.expertise_slick_wrapper .slick_slide .bottom_text .linkdin {
    width: 54px;
    margin-top: 20px;
    cursor: pointer;
}

.expertise_slick_wrapper .slick_slide .bottom_text .linkdin img {
    width: 100%;
}

.expertise_slick_wrapper .slick_slide .right {
    width: 40%;
}

.expertise_slick_wrapper .slick_slide .right img,
.expertise_slick_wrapper .slick_slide .left img {
    width: 100%;
}



.expertise_slick .slider-nav-wrapper {
    display: flex;
    position: relative;
    justify-content: flex-end;
    overflow: hidden;
}

.expertise_slick .slider-nav {
    display: inline-flex;
    text-align: center;
    width: 40%;
    position: relative;
    z-index: 1;
}

.expertise_slick .slider-nav .slider-nav-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: transform 0.3s, filter 0.3s;
    cursor: pointer;
}

.expertise_slick .slider-nav .slider-nav-img.slick-current img,
.expertise_slick .slider-nav .slider-nav-img.slick-current img {
    transform: scale(1);
    border: 4px solid #396c80;
    filter: grayscale(0);
}

.expertise_slick .slider-nav .slick-slide {
    opacity: 1;
    transition: opacity 0.3s;
}

.expertise_slick .slider-nav .slick-center {
    opacity: 1;
}


/******************* expertise section ends *******************/



/******************* sustainability section starts *********************/
.section.sustainability {
    position: relative;
}

.sustainability_block {
    position: relative;
    border-radius: 10px;
    background: #1A2B3B;
    box-shadow: 0px 4px 76.9px 0px rgba(0, 0, 0, 0.15);
}

.sustainability_block::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/lines_pattern.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sustainability_block .sus_grid {
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.sustainability_block .sus_left {
    width: 50%;
}


.progress_block {
    position: relative;
    width: 100%;
}

.sus_progress {
    position: relative;
    width: 100%;
}

.sus_progress ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sus_progress ul li {
    position: relative;
    margin: 26px 0px;
    width: 30%;
}

.sus_progress ul li .icon {
    width: 40.469px;
}

.sus_progress ul li .icon img {
    width: 100%;
}

.sus_progress ul li .text_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 10px 0px;
    margin-bottom: 6px;
}

.sus_progress ul li .text_num h2 {
    color: #C8C8C8;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sus_progress ul li .text_num h3 {
    color: #22EEF2;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sus_progress ul li .progress {
    border-radius: 10px;
    background: rgba(78, 169, 197, 0.41);
    height: 8px;
    width: 100%;
    position: relative;
}

.sus_progress ul li .progress .bar {
    background: #00B5B8;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
}


.sustainability_block .sus_image {
    width: 44%;
    position: absolute;
    right: 40px;
    bottom: -4px;
}

.sustainability_block .sus_image img {
    width: 100%;
}

/******************* sustainability section ends *********************/






/********************* Advisory section starts **************************/
.section.advisory {
    position: relative;
    background: linear-gradient(110deg, #E4F3FF 4.02%, #ffffff 40.27%);
}


.section.advisory::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../assets/whyPartnerLine.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.advisory_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.advisory_block .advisory_left {
    padding: 40px;
    width: 50%;
    box-sizing: border-box;
    border-radius: 10px 0px 0px 10px;
    background: #30404F;
}

.advisory_block .advisory_right {
    padding: 40px;
    width: 50%;
    box-sizing: border-box;
    border-radius: 0px 10px 10px 0px;
    background: rgba(241, 241, 241, 0.90);
}

.adv_list {
    position: relative;
}

.adv_list li {
    padding: 20px 0px;
    border-bottom: 1px solid #4E4A4A;
}

.adv_list li h4 {
    color: #03C0C3;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 24px;
}

.adv_list li h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background-image: url(../assets/tick-circle-solid.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.adv_list li p {
    color: #CECECE;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.adv_list.second li {
    padding-bottom: 30px;
}

.adv_list.second li h4::before {
    background-image: none;
    width: 15px;
    height: 15px;
    background-color: #747474;
    border-radius: 100%;
}

.adv_list.second li h4 {
    color: #282828;
}

.adv_list.second li p {
    color: #0F0F0F;
}

/********************* Advisory section ends ****************************/



@media screen and (max-width: 1300px) {
    .expertise_slick_wrapper .slick_slide .left h4 {
        font-size: 26px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h2 {
        font-size: 22px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h3 {
        font-size: 14px;
    }


}


@media screen and (max-width: 1200px) {

    .expertise_slick .slider-nav .slider-nav-img img {
        width: 60px;
        height: 60px;
    }

}

@media screen and (max-width: 1100px) {

    .expertise_slick_wrapper .slick_slide .left h4 {
        font-size: 24px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h2 {
        font-size: 20px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h3 {
        font-size: 13px;
    }

    .mission_grid .mission_left .vision_list {
        width: 70%;
    }
}

@media screen and (max-width: 1024px) {
    .mission_text {
        font-size: 14px;
    }

    .mission_grid .mission_left {
        width: 42%;
    }

    .mission_grid .mission_left img {
        width: 400px;
        margin: 20px auto;
    }

    .philosophy_grid {
        width: 70%;
    }

    .opportunities_list ul li {
        margin: 10px 30px;
        width: calc(33.33% - 60px);
        min-height: 210px;
    }

    .opportunities_list ul li h3 {
        font-size: 18px;
    }

    .opportunities_list ul li .icon {
        width: 60px;
        height: 60px;
    }


    .clients_grid .simply-scroll .simply-scroll-list li {
        width: 200px !important;
    }


    .mission_grid .mission_left .vision_list {
        width: 90%;
    }

    .expertise_slick .slider-nav .slider-nav-img img {
        width: 50px;
        height: 50px;
    }

}

@media screen and (max-width: 999px) {
    .mission_grid .mission_left {
        width: 100%;
    }

    .mission_grid .mission_right {
        width: 100%;
    }

    .mission_grid .mission_left .vision_list {
        width: 100%;
    }

    .sustainability_block .sus_image {
        display: none;
    }

    .sustainability_block .sus_left {
        width: 100%;
    }

    .advisory_block {
        display: block;
    }

    .advisory_block .advisory_left {
        width: 100%;
        border-radius: 0px;
    }

    .advisory_block .advisory_right {
        width: 100%;
        border-radius: 0px;
    }

    .expertise_slick_wrapper .slick_slide .left {
        width: 100%;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text {
        position: relative;
        left: unset;
        bottom: unset;
        width: 100%;
        margin-top: 20px;
    }

    .expertise_slick_wrapper .slick_slide .right {
        width: 44%;
    }

    .expertise_slick_wrapper .slick_slide .left h4 {
        font-size: 20px;
        margin-top: 20px;
        line-height: normal;
        margin-left: 0;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h2 {
        font-size: 18px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h3 {
        font-size: 12px;
    }

    .opportunities_list ul li {
        margin: 10px 10px;
        width: calc(33.33% - 20px);
        min-height: 190px;
    }

    .expertise_slick .slider-nav-wrapper {
        justify-content: center;
        margin-top: 20px;
    }

    .expertise_slick .slider-nav {
        width: 50%;
    }

    .sus_progress {
        width: 60%;
    }

    .sus_progress ul {
        display: block;
    }

    .sus_progress ul li {
        width: 100%;
    }

    .sus_progress ul li .text_num h2 {
        font-size: 14px;
    }

    .sus_progress ul li .text_num h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 900px) {
    .opportunities_list ul li {
        min-height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .mission_grid {
        display: block;
    }

    .mission_grid .mission_left {
        width: 100%;
    }

    .mission_grid .mission_right {
        width: 100%;
        margin-top: 30px;
    }

    .vision_list.extra li {
        margin-top: 30px;
    }

    .mission_grid .mission_left img {
        width: 70%;
        margin: 20px auto;
    }

    .philosophy_grid {
        width: 80%;
    }


    .opportunities_list ul li {
        padding: 40px 10px;
        min-height: 185px;
        padding-bottom: 10px;
    }

    .opportunities_list ul li h3 {
        margin-bottom: 12px;
    }

    .opportunities_list ul li .icon {
        width: 50px;
        height: 50px;
    }

    .opportunities_list ul li .icon img {
        margin: 14px auto;
        width: 43%;
    }

    .expertise_slick_wrapper .slick_slide {
        display: block;
        padding: 20px;
        padding-top: 0px;
    }

    .expertise_slick_wrapper .slick_slide .left {
        width: 100%;
    }

    .expertise_slick_wrapper .slick_slide .right {
        width: 100%;
        text-align: center;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text {
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center;
        margin-top: 20px;
    }

    .expertise_slick_wrapper .slick_slide .left img {
        width: 100%;
    }

    .expertise_slick_wrapper .slick_slide .left h4 {
        font-size: 18px;
        text-align: center;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text .linkdin {
        width: 44px;
        margin: auto;
        margin-top: 20px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h2 {
        font-size: 16px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h3 {
        font-size: 11px;
    }

    .section.opportunities .section_top .sec_right {
        width: 100%;
    }

    .sus_progress {
        width: 80%;
    }

    .expertise_slick .slider-nav {
        width: 60%;
    }

}

@media screen and (max-width: 700px) {
    .opportunities_list ul li {
        min-height: 200px;
    }
}

@media screen and (max-width: 650px) {
    .expertise_slick_wrapper .slick_slide { 
        padding: 0px; 
    }
}

@media screen and (max-width: 600px) {
    .mission_grid .mission_left img {
        width: 80%;
    }

    .philosophy_grid {
        width: 90%;
    }

    .opportunities_list ul li h3 {
        font-size: 16px;
    }

    .opportunities_list ul {
        margin-left: 0px;
        margin-right: 0px;
    }

    .opportunities_list ul li {
        float: none;
        width: 100%;
        margin-top: 40px;
        min-height: 10px;
        padding-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .sus_progress {
        width: 100%;
    }

    .sustainability_block .sus_grid {
        padding: 30px;
    }

    .expertise_slick .expertise_slick_wrapper .slick-list.draggable {
        padding-left: 0px !important;
    }

    .expertise_slick_wrapper .slick_slide .left h4 {
        font-size: 16px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h2 {
        font-size: 14px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h3 {
        font-size: 10px;
    }

    .clients_grid .simply-scroll .simply-scroll-list li {
        width: 190px !important;
    }

    .expertise_slick .slider-nav {
        width: 70%;
    }

    .expertise_slick .slider-nav .slider-nav-img.slick-current img,
    .expertise_slick .slider-nav .slider-nav-img.slick-current img {
        border: 3px solid #396c80;
    }
}

@media screen and (max-width: 500px) { 

    .philosophy_grid {
        width: 100%;
    }

    .advisory_block .advisory_left,
    .advisory_block .advisory_right {
        padding: 30px;
    }

    .sus_progress ul li .icon {
        width: 36px;
    }

    .sus_progress ul li .text_num h2 {
        font-size: 13px;
    }

    .sus_progress ul li .text_num h3 {
        font-size: 17px;
    }
 
}

@media screen and (max-width: 450px) {
    .expertise_slick .slider-nav {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .expertise_slick .slider-nav .slider-nav-img img {
        width: 40px;
        height: 40px;
    }

    .expertise_slick_wrapper .slick_slide .left h4 {
        font-size: 14px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h2 {
        font-size: 13px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text h3 {
        font-size: 9px;
    }

    .expertise_slick_wrapper .slick_slide .bottom_text .linkdin {
        width: 40px;
        margin-top: 16px;
    }

    .mission_grid .mission_left img {
        width: 100%;
    }

    .clients_grid .simply-scroll .simply-scroll-list li {
        width: 170px !important;
    }

    .advisory_block .advisory_left,
    .advisory_block .advisory_right,
    .sustainability_block .sus_grid {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 370px) {
    .areas_grid.what_we_do_grid ul li {
        width: calc(100% - 16px);
        min-height: 10px;
        float: none;
    }
}