.who_we_are_banner_bg{
    background-image: url(./../img/banner_images/Who_we_are_Banner_Desktop.png);
    background-position: 100% 0%;
    background-size: 100%;
}

.who_we_are_banner_bg .banner_conatiner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.who_we_are_banner_bg .banner_conatiner p{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 0px 95px;
}

.who_we_are_details{
    margin: 25px 0px 20px;
}

.who_we_are_details .brand_header{
    margin: 0px 0px 10px 0px;
}

.who_we_are_details p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
}

.history_section_main_sec{
    position: relative;
}
.green_overlay_bg{
    background: rgba(45, 167, 125, 0.5);
    border-radius: 8px 0px 0px 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40vw;
    height: 100%;
    z-index: -1;
}

.history_section{
    position: relative;
    display: flex;
    overflow: initial;
}

.history_section .history_left_section,
.history_section .history_right_section{
    width: 50%;
}
/* .history_right_section .brand_header h2{
    margin-bottom: 30px;
} */
/* .history_right_section .brand_header{
    display: none;
} */
/* .history_right_section .brand_header h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #30A67E;
} */
/* .history_right_section .brand_header p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    color: #767676;
} */
.history_section .history_right_section{
    position: relative;
    height: 711px;
}

.history_section .history_right_section .history_right_section_bg{
    width: 100%;
    height: 100%;
    /* background: #30A67E; */
    display: flex;
    align-items: center;
}

.history_section .history_right_section .history_right_section_bg img{
    position: absolute;
    left: 50px;
    border-radius:10px;
}

.history_calender_box{
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.history_calender_year_drop_down{
    padding-right: 25px;
}

.history_calender_year_drop_down select{
    padding: 0px;
    padding-right: 15px;
    background-image: url(./../img/expand_more.png);
    background-position: right 0px center;
    background-size: 12px 9px;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #30A67E;
}
.history_calender_year_drop_down select:focus{
    border: 0px;
    border-color: transparent;
    box-shadow: none;
    outline: none;
}

.history_calender_year_month{
    border-left: 3px solid #767676;
    padding-top: 8px;
    width: calc(100% - 100px);
}

.history_calender_year_month ul{
    display: flex;
}
.history_calender_year_month ul li{
    list-style: none;
}
.history_calender_year_month ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    color: #767676;
    text-decoration: none;
    cursor: pointer;
}

.history_calender_year_month ul li a.active{
    font-weight: 700;
    color: #30A67E;
}

.calender_year_cont{
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.calender_month_cont{
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.calender_year_cont::-webkit-scrollbar,
.calender_month_cont::-webkit-scrollbar {
    display: none;
}

.calender_year_cont ul li{
    margin-right: 15px;
}
.calender_month_cont ul {
    margin-bottom: 8px;
}
.calender_month_cont ul li{
    margin : 0px 12px;
}

.history_detals_slider_box{
    margin-top: 50px;
}

.history_detals_slider_box .green_color h3{
    color: #30A67E;
}
.awards_and_recognitions{
    margin-top: 100px;
    margin-bottom: 100px;
}
.awards_and_recognitions_slick_slider .slick-track{
    padding: 10px 0px;
}
/* .awards_and_recognitions_slick_slider .slick-list{
    margin-right: -15px;
    padding-left: 10px;
    padding-right: 10px;
} */
.awards_and_recognitions{
    
}

.history_detals_slider .slider_img_main_box_sec{
    margin-right: 0px;
    box-shadow: none;
}

@media(max-width: 991px){
    .history_section{
        flex-direction: column;
        padding-left: 15px;
        padding-right: 0px;
    }
    .history_section .history_left_section, 
    .history_section .history_right_section{
        width: 100%;
    }
    .history_section .history_right_section{
        min-height: 430px;
        height: initial;
    }
    .history_section .history_right_section .history_right_section_bg{
        right: 0px;
        height: 470px;
        width: calc(100% - 55px);
    }
    .history_section .history_right_section .history_right_section_bg img{
        left: 0px;
        width: calc(100% - 50px);
        height: calc(100% - 120px);
    }
    .awards_and_recognitions{
        margin-top: 30px;
    }
    .green_overlay_bg{
        width: 85vw;
        height: 470px;
    }
}


@media(max-width: 767px){
    .who_we_are_banner_bg{
        height: 215px;
    }
    .who_we_are_banner_bg .banner_body_section .banner_conatiner p{
        font-size: 12px;
        width: calc(100% - 30px);
        padding: 0px;
    }
    .history_section .history_right_section{
        height: 470px;
        overflow: hidden;
    }
    .history_left_section{
        padding-right: 15px;
    }
    .history_calender_year_drop_down{
        padding-right: 10px;
    }
    .history_section .history_right_section .history_right_section_bg img{
        width: calc(100% - 50px);
    }
    .history_detals_slider_box{
        margin-top: 20px;
    }
    .history_calender_year_month ul{
        padding-left: 10px;
    }
    .who_we_are_details{
        padding-left: 15px;
        padding-right: 15px;
    }
    .awards_and_recognitions{
        margin-top: 20px;
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    /* .green_overlay_bg{
        height: 470px;
    } */
}



/* .history_section .history_left_section .brand_header{
    margin: 20px 0px 10px 0px;
} */

.logo_value_bx{
    text-align: center;
}
.logo_value_bx img{
    height: auto;
    width: 480px;
    padding: 20px 0 20px 0;
}
.Values_cards{
    margin-top: 30px;
    text-align: center;
    padding: 0 60px 60px 60px;
}
.cards_v{
    background-color: #2CA67D;
    width: 164px;
    margin: 0 auto;
    border: 2px solid #2CA67D;
    border-top-left-radius: 25px;
    overflow: hidden;
}
.cards_v .card_img{
    width: 100%;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-bottom-right-radius: 25px;
}
.cards_v .card_img .img1{
    width: 80%;
    height: auto;
}
.cards_v .card_img .img2{
    width: 50%;
    height: auto;
}
.cards_v .card_img .img3{
    width: 50%;
    height: auto;
}
.cards_v .card_img .img4{
    width: 50%;
    height: auto;
}
.cards_v .card_img .img5{
    width: 50%;
    height: auto;
}
.cards_v .card_info{
    height: 56px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0 15px;
    line-height: 18px;
    letter-spacing: 1px;
}
.slick-disabled{
    opacity: 0.3;
}
@media only screen and (max-width: 600px) and (min-width: 300px) {
    .logo_value_bx img {
        height: auto;
        width: 260px;
        padding: 10px 0 40px 0;
    }
    .Values_cards{
        padding: 0 0px 30px 0px;
    }
}