/* ************************ HOME PAGE START *********************** */
* {
    font-family: "Montserrat", sans-serif;
}
p{
    text-align:justify !important;
}

.hero_banner_img {
    position: relative;
    overflow: hidden; /* Keeps the overlay and content within bounds */
}

.hero_banner_img img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; /* Black with 50% transparency */
    z-index: 1;
    opacity:0.1;
}

.banner-content_hero {
    position: relative;
    z-index: 2; /* Ensures content is above the overlay */
    color: #fff; /* Makes the text readable over the dark overlay */
}
.pPad p{
    padding:30px;
}

.darkGreen {
    color: #025543 !important;
}

.carousel-control-next,
.carousel-control-prev {
    position: unset !important;
    justify-content: left;
    width: 7%;
    color: #025543 !important;
}
p>a{
    color:black !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #025543;
    color: white;
    /* border-radius: 25px; */
}
.banner_hero div p{
    color:black !important;
}
.dropdown-item {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
}

.dropdown-divider {
    margin-left: 7%;
    margin-right: 6%;
    border-top: 1px solid #ffffff;
    opacity: 0.2;
}

.navbar-toggler {
    border: 2px solid #025543 !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar .navbar-nav .nav-link {
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

#banner {
    padding-top: 75px;
    padding-bottom: 55px;
}

#nav_slider {
    background-color: #F3F3EE !important;
    border-bottom-left-radius: 165px;
}

#knowledge {
    padding-top: 90px;
    padding-bottom: 110px;
}

.knowledge_content h2 {
    font-weight: bold;
    font-size: 28px;
    color: #518971;
    line-height: 140%;
}

.knowledge_content p {
    font-weight: 400;
    font-size: 14px;
    color: #676767;
    line-height: 170%;
}


.Annual_img {
    border-top-left-radius: 80px;
}



/* 1440 */
.navbar .navbar-nav .nav-link {

    font-size: 14px;

}

.banner_images {
    height: 530px;
    border-bottom-right-radius: 120px;

}

.banner_content h1 {
    font-weight: bold;
    font-size: 42px;
    color: #518971;
    line-height: 120%;
}

.banner_content p {
    font-weight: 400;
    line-height: 150%;
    color: #000000;
}

.banner_content a {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;


}

.btn-brand_1 {
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 16px 35px 16px 35px;

}

.btn-brand_1:hover {
    background-color: #6c9a80;
    color: #fff;

}

.btn-brand:hover {
    background-color: #025543;
    color: #fff;

}

.knowledge_content h2 {

    font-size: 28px;

}

.knowledge_content p {

    font-size: 15px;

}

#Annual_plan {
    background-color: #025543;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom-right-radius: 165px;

}

.img_1 img {
    height: 305px;
}

.img_2 img {
    height: 405px;
}

.content h1 {
    font-size: 30px;
    color: #518971;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 160%;
}

.content p {
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.content a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none !important;
    padding: 6px 8px 6px 5px;

}

.btn-brand {
    background-color: #518971;
    border: none;
    border-radius: 20px;

}

.btn-brand:hover {
    background-color: #025543;
    color: #fff;

}

#key_initiative {
    padding-top: 100px;
    padding-bottom: 110px;
}


#key_initiative .card {
    background: #f8fcf4;
    border: none;
    padding: 50px 32px 35px 24px;
    border-bottom-left-radius: 50px;
}

#key_initiative .card h2 {
    font-size: 20px;
    color: #252323;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1%;
    text-transform: capitalize;
}

#key_initiative .card p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}
.home_card_3 {
    margin-top: -20px;
}

.home_card_4 {
    margin-top: -80px;
}

#footer h5 {
    font-size: 14px !important;

}

.btn-brand_about {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 17px 45px 17px 45px;
}

.btn-brand_about:hover {
    background-color: #518971;
    color: #fff;
}



/* end 1440 */




@media (max-width: 300px) {
    .navbar .navbar-nav .nav-link {

        font-size: 14px;
    }

    #nav_slider {

        border-bottom-left-radius: 0px;
    }

    .banner_images {
        height: 380px;
        border-bottom-right-radius: 120px;

    }

    .banner_content h1 {
        font-weight: bold;
        font-size: 24px;
        color: #518971;
        line-height: 120%;
    }

    .banner_content p {
        font-weight: 400;
        font-size: 9px;
        line-height: 150%;
    }

    .slide_count {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;

    }

    .banner_content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none;

    }

    .btn-brand {
        background-color: #518971;
        border: none;
        border-radius: 17px;
        padding: 9px 16px 9px 16px;

    }

    .btn-brand:hover {
        background-color: #025543;
        color: #fff;

    }

    #Annual_plan {
        background-color: #025543;
        padding-top: 40px;
        padding-bottom: 60px;
        border-bottom-right-radius: 0px;

    }

    .content h1 {
        font-size: 24px;
        color: #518971;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 160%;
    }

    .content p {
        font-size: 14px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    .content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none !important;
        padding: 6px 8px 6px 5px;
    }

    .btn-brand {
        background-color: #518971;
        border: none;
        border-radius: 20px;

    }

    .btn-brand:hover {
        background-color: #025543;
        color: #fff;

    }

    .img_1 img {
        height: unset;
    }

    .img_2 img {
        height: unset;
    }

    #key_initiative {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #key_initiative .card {
        background: #f8fcf4;
        border: none;
        padding: 30px 18px 30px 18px;
        border-bottom-left-radius: 50px;
    }

    #key_initiative .card h2 {
        font-size: 20px;
        color: #252323;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1%;
        text-transform: capitalize;
    }

    #key_initiative .card p {
        font-size: 12px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    #col_card_3 {
        margin-top: unset;
    }

    #col_card_4 {
        margin-top: unset;
    }

}

@media (min-width: 301px) and (max-width: 600px) {


    #nav_slider {

        border-bottom-left-radius: 0px !important;
    }

    .navbar .navbar-nav .nav-link {

        font-size: 14px;

    }

    #banner {
        padding-top: 33px;
        padding-bottom: 50px;
    }

    .banner_images {
        height: 380px;
        border-bottom-right-radius: 120px;

    }

    .banner_content h1 {
        font-weight: bold;
        font-size: 28px;
        color: #518971;
        line-height: 120%;
    }

    .banner_content p {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        padding-left: 35px;
        padding-right: 35px;
    }

    .slide_count {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;

    }

    .banner_content a {
        font-size: 14px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none;

    }

    .btn-brand {
        background-color: #518971;
        border: none;
        border-radius: 17px;
        padding: 9px 16px 9px 16px;

    }

    .btn-brand:hover {
        background-color: #025543;
        color: #fff;

    }

    .knowledge_content h2 {

        font-size: 14px;

    }

    #knowledge {

        padding-bottom: 50px;
    }

    .knowledge_content p {
        /* padding-left: 15px;
    padding-right: 15px; */
        font-size: 12px;

    }

    #Annual_plan {
        background-color: #025543;
        padding-top: 40px;
        padding-bottom: 50px;
        border-bottom-right-radius: 0px;

    }

    .content h1 {
        font-size: 22px;
        color: #518971;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 160%;
    }

    .content p {
        font-size: 12px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 160%;
    }

    .content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none !important;
        padding: 6px 8px 6px 5px;

    }

    .btn-brand_anplan {
        background-color: #6c9a80;
        border: none;
        border-radius: 30px;
        padding: 17px 45px 17px 45px !important;

    }

    .btn-brand_anplan:hover {
        background-color: #025543;
        color: #fff;

    }

    .img_1 img {
        height: unset;
    }

    .img_2 img {
        height: unset;
    }

    #key_initiative {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #key_initiative .card {
        background: #f8fcf4;
        border: none;
        padding: 30px 18px 30px 18px;
        border-bottom-left-radius: 50px;
    }

    #key_initiative .card h2 {
        font-size: 20px;
        color: #252323;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1%;
        text-transform: capitalize;
    }

    #key_initiative .card p {
        font-size: 12px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    .publication_heading {
        font-size: 22px !important;

    }

    .banner_hero .hero_banner_img img {
        height: 30vh !important;
    }


    .banner_hero .hero_banner_img {
        border-bottom-left-radius: 55px !important;
        border-top-right-radius: 55px !important;
    }

    .banner_hero_heading_3 {
        font-size: 20px !important;

    }

    .banner_hero_para_3 {
        font-size: 12px !important;
        padding: 0 20px;

    }

    .banner-content_hero a {
        font-size: 13px !important;
    }

    .banner-content_hero .btn-brand {

        background-color: #025543 !important;
        border: none;
        border-radius: 18px;
        padding: 10px 30px 10px 30px !important;

    }

    .col_c {
        text-align: center;
    }

    #col_card_3 {
        margin-top: 25px;
    }

    #col_card_4 {
        margin-top: 25px;
    }


}

@media (min-width: 601px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-link {

        font-size: 14px;

    }

    #nav_slider {

        border-bottom-left-radius: 0px;
    }

    #banner {
        padding-top: 33px;
        padding-bottom: 50px;
    }

    .banner_images {
        height: 380px;
        border-bottom-right-radius: 120px;

    }

    .banner_content h1 {
        font-weight: bold;
        font-size: 30px;
        color: #518971;
        line-height: 120%;
    }

    .banner_content p {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }

    .slide_count {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;

    }

    .banner_content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none;

    }

    .btn-brand_anplan {
        background-color: #6c9a80;
        border: none;
        border-radius: 30px;
        padding: 17px 45px 17px 45px;

    }

    .btn-brand_anplan:hover {
        background-color: #025543;
        color: #fff;

    }

    .knowledge_content h2 {

        font-size: 23px;

    }

    .knowledge_content p {
        /* padding-left: 30px;
    padding-right: 30px; */
        font-size: 14px;

    }

    #Annual_plan {
        background-color: #025543;
        padding-top: 40px;
        padding-bottom: 60px;
        border-bottom-right-radius: 0px;

    }

    .content h1 {
        font-size: 23px;
        color: #518971;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 160%;
    }

    .content p {
        font-size: 14px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    .content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none !important;
        padding: 6px 8px 6px 5px;

    }

    .btn-brand {
        background-color: #518971;
        border: none;
        border-radius: 20px;

    }

    .btn-brand:hover {
        background-color: #025543;
        color: #fff;

    }
    
    .img_1 img {
        height: unset;
    }

    .img_2 img {
        height: unset;
    }

    #key_initiative {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #key_initiative .card {
        background: #f8fcf4;
        border: none;
        padding: 30px 18px 30px 18px;
        border-bottom-left-radius: 50px;
    }

    #key_initiative .card h2 {
        font-size: 20px;
        color: #252323;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1%;
        text-transform: capitalize;
    }

    #key_initiative .card p {
        font-size: 12px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    .banner_hero .hero_banner_img img {
        height: 22vh !important;
    }

    .banner_hero_heading_3 {
        font-size: 26px !important;

    }

    .banner_hero_para_3 {
        font-size: 12px !important;

    }

    /* #footer h5{
font-size: 12px !important;

} */
    .col_c {
        text-align: center;
    }

    #col_card_3 {
        margin-top: 25px;
    }

    #col_card_4 {
        margin-top: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {

.dropdown:hover > .dropdown-menu{
        display: block;
    }
    .navbar .navbar-nav .nav-link {

        font-size: 10px;
        letter-spacing: 0.5px !important;

    }

    .banner_images {
        height: 400px;
        border-bottom-right-radius: 120px;

    }

    .banner_content h1 {
        font-weight: bold;
        font-size: 33px;
        color: #518971;
        line-height: 120%;
    }

    .banner_content p {
        font-weight: 400;
        font-size: 10px;
        line-height: 150%;
    }

    .slide_count {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;

    }

    .banner_content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none;

    }

    .btn-brand {
        background-color: #518971;
        border: none;
        border-radius: 17px;
        padding: 9px 16px 9px 16px;

    }

    .btn-brand:hover {
        background-color: #025543;
        color: #fff;

    }

    .knowledge_content h2 {

        font-size: 19px;

    }

    .knowledge_content p {

        font-size: 12px;

    }

    #Annual_plan {
        background-color: #025543;
        padding-top: 40px;
        padding-bottom: 60px;
        border-bottom-right-radius: 165px;

    }

    .img_1 img {
        height: 280px;
    }

    .img_2 img {
        height: 360px;
    }

    .content h1 {
        font-size: 20px;
        color: #518971;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 160%;
    }

    .content p {
        font-size: 13px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 162%;
    }

    .content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none !important;
        padding: 6px 8px 6px 5px;

    }

    .btn-brand_anplan {
        background-color: #6c9a80;
        border: none;
        border-radius: 30px;
        padding: 17px 45px 17px 45px;

    }

    .btn-brand_anplan:hover {
        background-color: #025543;
        color: #fff;

    }

    #key_initiative {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #key_initiative .card {
        background: #f8fcf4;
        border: none;
        padding: 30px 18px 30px 18px;
        border-bottom-left-radius: 50px;
    }

    #key_initiative .card h2 {
        font-size: 20px;
        color: #252323;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1%;
        text-transform: capitalize;
    }

    #key_initiative .card p {
        font-size: 12px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    #col_card_3 {
        margin-top: -20px;
    }

    #col_card_4 {
        margin-top: -65px;
    }

    .home_card_1 {
        padding-top: 48px;
    }

    .home_card_2 {
        padding-top: 16px;
    }

    #publication .card .card-title {
        font-size: 14px !important;
    }

    #publication .card .card-text {
        font-size: 12px !important;
    }

    #footer h5 {
        font-size: 11px !important;

    }
}

@media (min-width: 1029px) and (max-width: 1224px) {
.dropdown:hover > .dropdown-menu{
        display: block;
    }
    .navbar .navbar-nav .nav-link {

        font-size: 14px;

    }

    .banner_images {
        height: 495px;
        border-bottom-right-radius: 120px;

    }

    .banner_content h1 {
        font-weight: bold;
        font-size: 44px;
        color: #518971;
        line-height: 120%;
    }

    .banner_content p {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
    }

    .slide_count {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;

    }

    .banner_content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none;

    }

    .btn-brand {
        background-color: #518971;
        border: none;
        border-radius: 17px;
        padding: 9px 16px 9px 16px;

    }

    .btn-brand:hover {
        background-color: #025543;
        color: #fff;

    }

    #Annual_plan {
        background-color: #025543;
        padding-top: 40px;
        padding-bottom: 60px;
        border-bottom-right-radius: 165px;

    }

    .img_1 img {
        max-height: 305px;
    }

    .img_2 img {
        max-height: 405px;
    }

    .content h1 {
        font-size: 20px;
        color: #518971;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 160%;
    }

    .content p {
        font-size: 13px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 162%;
    }

    .content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none !important;
        padding: 6px 8px 6px 5px;

    }

    .btn-brand {
        background-color: #518971;
        border: none;
        border-radius: 20px;

    }

    .btn-brand:hover {
        background-color: #025543;
        color: #fff;

    }

    #key_initiative {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #key_initiative .card {
        background: #f8fcf4;
        border: none;
        padding: 30px 18px 30px 18px;
        border-bottom-left-radius: 50px;
    }

    #key_initiative .card h2 {
        font-size: 20px;
        color: #252323;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1%;
        text-transform: capitalize;
    }

    #key_initiative .card p {
        font-size: 12px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    #col_card_3 {
        margin-top: -20px;
    }

    #col_card_4 {
        margin-top: -65px;
    }

    .home_card_1 {
        padding-top: 48px;
    }

    .home_card_2 {
        padding-top: 16px;
    }

    #footer h5 {
        font-size: 14px !important;

    }
}

@media (min-width: 1225px) and (max-width: 1439px) {
.dropdown:hover > .dropdown-menu{
        display: block;
    }
    .navbar .navbar-nav .nav-link {

        font-size: 14px;

    }

    .banner_images {
        height: 495px;
        border-bottom-right-radius: 120px;

    }

    .banner_content h1 {
        font-weight: bold;
        font-size: 39px;
        color: #518971;
        line-height: 120%;
    }

    .banner_content p {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }

    .banner_content a {
        font-size: 20px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none;


    }

    .btn-brand_1 {
        background-color: #025543;
        border: none;
        border-radius: 30px;
        padding: 17px 45px 17px 45px;

    }

    .btn-brand_1:hover {
        background-color: #6c9a80;
        color: #fff;

    }

    .knowledge_content h2 {

        font-size: 25px;

    }

    .knowledge_content p {

        font-size: 14px;

    }

    #Annual_plan {
        background-color: #025543;
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom-right-radius: 165px;

    }

    .img_1 img {
        max-height: 305px;
    }

    .img_2 img {
        max-height: 405px;
    }

    .content h1 {
        font-size: 26px;
        color: #518971;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 160%;
    }

    .content p {
        font-size: 13px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    .content a {
        font-size: 16px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none !important;
        padding: 6px 8px 6px 5px;

    }

    .btn-brand_anplan {
        background-color: #6c9a80;
        border: none;
        border-radius: 30px;
        padding: 17px 45px 17px 45px;

    }

    .btn-brand_anplan:hover {
        background-color: #025543;
        color: #fff;

    }

    #key_initiative {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #key_initiative .card {
        background: #f8fcf4;
        border: none;
        padding: 35px 24px 35px 24px;
        border-bottom-left-radius: 50px;
    }

    #key_initiative .card h2 {
        font-size: 20px;
        color: #252323;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1%;
        text-transform: capitalize;
    }

    #key_initiative .card p {
        font-size: 13px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    #col_card_3 {
        margin-top: -20px;
    }

    #col_card_4 {
        margin-top: -65px;
    }

    .home_card_1 {
        padding-top: 48px;
    }

    .home_card_2 {
        padding-top: 16px;
    }

    #footer h5 {
        font-size: 14px !important;

    }
}

@media (min-width: 1439px) and (max-width: 1440px) {
.dropdown:hover > .dropdown-menu{
        display: block;
    }
    .banner_images {
        padding-left: 35px;
        height: 500px;
    }

    .banner_content h1 {
        font-size: 44px;
    }

    .btn-brand_anplan {
        background-color: #6c9a80;
        border: none;
        border-radius: 30px;
        padding: 17px 45px 17px 45px;

    }

    .btn-brand_anplan:hover {
        background-color: #025543;
        color: #fff;

    }

    #publication .card .card-text {
        font-size: 15.5px !important;

    }

    .home_card_1 {
        padding-top: 48px;
    }

    .home_card_2 {
        padding-top: 16px;
    }

}

@media (min-width: 1441px) {
.dropdown:hover > .dropdown-menu{
        display: block;
    }
    .navbar .navbar-nav .nav-link {

        font-size: 17px;

    }

    .banner_images {
        height: 700px;
        border-bottom-right-radius: 120px;
        padding-left: 62px;

    }

    .banner_content h1 {
        font-weight: bold;
        font-size: 59px;
        color: #6c9a80;
        line-height: 120%;
    }

    .banner_content p {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #000000;
    }

    .slide_count {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;

    }

    .banner_content a {
        font-size: 20px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none;


    }

    .btn-brand_1 {
        background-color: #025543;
        border: none;
        border-radius: 30px;
        padding: 17px 45px 17px 45px;

    }

    .btn-brand_1:hover {
        background-color: #6c9a80;
        color: #fff;

    }

    .knowledge_content h2 {
        font-size: 37px;
        font-weight: bold;
        color: #6c9a80;
        line-height: 140%;
    }

    .knowledge_content p {
        font-size: 19px;
        font-weight: 400;
        color: #676767;
        line-height: 170%;
    }


    #Annual_plan {
        background-color: #025543;
        padding-top: 55px;
        padding-bottom: 50px;
        border-bottom-right-radius: 165px;

    }

    .img_1 img {
        height: 420px;
        object-fit: cover;
    }

    .img_2 img {
        height: 540px;
        object-fit: cover;
    }

    .content h1 {
        font-size: 39px;
        color: #518971;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 160%;
    }

    .content p {
        font-size: 19px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
        padding-right: 31px;
    }

    .contents p {
        /* font-size: 19px; */
        color: #000;
        /* font-family: "Montserrat", sans-serif; */
        /* font-weight: 400; */
        /* line-height: 170%; */
        /* padding-right: 31px; */
    }

    .content a {
        font-size: 20px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 150%;
        text-decoration: none !important;
    }

.btn-brand_anplan{
background-color: #6c9a80 !important;
border: none !important;
border-radius: 30px !important;
padding: 17px 45px 17px 45px!important;
}
.btn-brand_anplan:hover{
background-color: #fff !important;
color:#6c9a80;
border: none !important;
border-radius: 30px !important;
padding: 17px 45px 17px 45px!important;
}

    .btn-brand_anplan {
        background-color: #6c9a80;
        border: none;
        border-radius: 30px;
        padding: 17px 45px 17px 45px;

    }

    .btn-brand_anplan:hover {
        background-color: "";
        color: "";

    }

    #key_initiative {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #key_initiative .card {
        background: #f8fcf4;
        border: none;
        padding: 50px 24px 35px 24px;
        border-bottom-left-radius: 50px;
    }

    #key_initiative .card h2 {
        font-size: 22px;
        color: #252323;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 1%;
        text-transform: capitalize;
    }

    #key_initiative .card p {
        font-size: 16px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 170%;
    }

    #col_card_3 {
        margin-top: -28px;
    }

    #col_card_4 {
        margin-top: -80px;
    }

    .home_card_1 {
        padding-top: 48px;
    }

    .home_card_2 {
        padding-top: 16px;
    }


}



#publication {
    padding-top: 80px;

    background-color: #F3F3EE;
}

.publication_heading {
    font-size: 30px;
    color: #518971;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

#publication .card img {
    border-bottom-left-radius: 40px;
}

#publication .card .card-title {
    font-size: 22px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 120%;
}

#publication .card .card-date {
    font-size: 14px;
    color: #3c3c3c;
    opacity: 0.8;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 140%;
}

#publication .card .card-text {
    font-size: 16px;
    color: #3c3c3c;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 140%;
}

#hero_banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner_hero .hero_banner_img {
    position: relative;
    overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
    width: 20px !important;
}

.banner_hero .hero_banner_img {
    width: 100%;

    border-bottom-left-radius: 85px;
    border-top-right-radius: 85px;

}

.banner_hero .hero_banner_img img {
    height: 30vh;
}

.banner_hero .banner-content_hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.overlay_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    linear-gradient(to right, rgba(0, 0, 0, 0.9) -8%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.7) 100%)
}

.banner_hero_heading_3 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.banner_hero_para_3 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
}

.banner-content_hero a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
}

.banner-content_hero .btn-brand {

    background-color: #025543 !important;
    border: none;
    border-radius: 30px;
    padding: 17px 45px 17px 45px;

}

#footer {
    margin-top: -90px;
    padding-top: 100px;
    background-color: #025543;
}

#footer h5 {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 38px;
}

#footer .nav a {
    font-size: 14px;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.8;
}

.copy_right {
    font-size: 12px;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 190%;
    opacity: 0.8;
}

/* ************************ HOME PAGE END *********************** */

/* ************************ ABOUT PAGE START *********************** */
#nav_slider_about {
    background-color: #F3F3EE !important;

}

.about_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

#banner_about {
    padding-top: 110px;
    padding-bottom: 70px;
}

/* .about_ban_content h1{
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
 } */
.about_ban_content h2 {
    font-size: 26px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.about_ban_content p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 155%;
}

.about_middle_text h2 {
    font-size: 26px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    padding: 80px 28px 0px 28px;
}

.about_middle_text_2 h2 {
    font-size: 26px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    padding: 80px 28px 0px 28px;
}




#primary {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom-right-radius: 130px;

}



.content_about h1 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 160%;
}

.content_about li {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.content_about li::marker {
    font-size: 10px;
}



#text_2_middle {

    /* padding-top: 50px; */
    padding-bottom: 30px;
    background-color: #F3F3EE;

}

.aboutUsImageOne {
    border-top-left-radius: 80px;
}

.aboutUsImageTwo {
    border-bottom-left-radius: 80px;

}

.aboutUsImageOne {

    width: 70%;
    height: 650px;
    float: right;

}

.aboutUsImageTwo {
    width: 15%;
    height: 350px;
    float: left;
    position: absolute;
    z-index: 1px;
    /* left: 10px; */
    margin-left: 50px;
    margin-top: 435px;
}

@media (max-width: 300px) {
    .aboutUsImageOne {
        width: 100% !important;
        height: unset;
    }

}

@media (min-width: 301px) and (max-width: 600px) {
    .aboutUsImageOne {
        width: 260px;
        height: 400px;
    }

    .aboutUsImageTwo {
        width: 170px;
        height: 233px;
        float: left;
        position: absolute;
        z-index: 1px;
        /* left: 10px; */
        margin-left: -46px;
        margin-top: 200px;
    }

    #banner_about {

        padding-bottom: 30px;
    }

    .about_ban_content h2 {
        font-size: 19px;
    }

    .about_ban_content p {
        font-size: 14px;


    }

    .about_middle_text h2 {
        font-size: 19px;
        padding: 25px 0px 0px 0px;
    }

    .about_middle_text_2 h2 {
        font-size: 19px;
        padding: 25px 0px 0px 0px;
    }


    /* section_2 */
    .content_about h1 {
        font-size: 19px;

    }

    .content_about li {
        font-size: 14px;
    }

    #text_2_middle {
        padding-top: 15px;
    }

    .aboutUsImageOne {
        width: 100% !important;
        height: unset;
    }

}

@media (min-width: 601px) and (max-width: 991px) {


    .aboutUsImageOne {
        width: 100% !important;
        height: unset;
    }

    .about_ban_content h2 {
        font-size: 24px;
    }

    .about_ban_content p {
        font-size: 14px;
        line-height: 170%;

    }

    .about_middle_text h2 {
        font-size: 22px;
        padding: 90px 0px 0px 0px;
    }

    .about_middle_text_2 h2 {
        font-size: 22px;
        padding: 80px 0px 0px 0px;
    }


    /* section_2 */
    .content_about h1 {
        font-size: 24px;

    }

    .content_about li {
        font-size: 14px;
    }



}


@media (min-width: 992px) and (max-width: 1028px) {


    .aboutUsImageOne {

        width: 75% !important;
        height: 400px;
        position: relative;
    }

    .aboutUsImageTwo {
        margin-top: 250px;
        position: absolute;
        /* bottom: 5%; */
        width: 20%;
        height: 250px;
        /* left: 0; */
        margin-left: 10px;
    }

    .about_ban_content h2 {
        font-size: 19px;
    }

    .about_ban_content p {
        font-size: 12px;
        line-height: 160%;

    }

    .about_middle_text h2 {
        font-size: 19px;
    }


    /* **sectin_2 */

    .about_img_1 img {
        height: 305px;
    }

    .about_img_2 img {
        height: 405px;
    }

    .content_about h1 {
        font-size: 28px;

    }

    .content_about li {
        font-size: 13px;
    }



}

@media (min-width: 1225px) and (max-width: 1439px) {


    .about_ban_content h2 {
        font-size: 22px;
    }

    .about_ban_content p {
        font-size: 14px;

    }

    .about_middle_text h2 {
        font-size: 24px;
    }


    /* **sectin_2 */
    .about_img_1 img {
        height: 325px;

    }

    .about_img_2 img {
        height: 430px;
    }
}

@media (min-width: 1439px) and (max-width: 1440px) {

    .about_img_1 img {
        max-height: 305px;
        object-fit: cover;

    }

    .about_img_2 img {
        max-height: 405px;
    }

    /* .aboutUsImageOne {
        width: 460px;
        height: 460px;

    }

    .aboutUsImageTwo {
        width: 228px;
        height: 310px;
        float: left;
        position: absolute;
        z-index: 1px;
        /* left: 10px; */
        /* margin-left: 40px; */
        /* margin-top: 245px; */
    /* } */

    .aboutUsImageOne {
        width: 70%;
        height: 490px;
        float: right;
    
    }
    
    .aboutUsImageTwo {
        width: 15%;
        height: 280px;
        float: left;
        position: absolute;
        z-index: 1px;
        /* left: 10px; */
        margin-left: 50px;
        margin-top: 300px;
    }

    .about_ban_content h2 {
        font-size: 27.5px;

    }

    .about_ban_content p {
        font-size: 15px;

    }
}

@media (min-width: 1441px) {

    .about_middle_text_2 h2 {
        font-size: 30px;

        padding: 80px 28px 0px 28px;
    }

    #text_2_middle {
        /* padding-top: 50px; */
        padding-bottom: 30px;

    }

    .about_middle_text h2 {
        font-size: 30px;
        padding: 130px 28px 0px 28px;
    }

    .aboutUsImageOne {

        /* width: 64% !important;
        height: 651px;
        position: relative; */
    }

    .aboutUsImageTwo {
        /* margin-top: 415px; */
        /* position: absolute; */
        /* bottom: 20%; */
        /* width: 17%; */
        /* height: 450px; */
        /* left: 0; */
        /* margin-left: 75px; */
    }


    #primary {

        padding-top: 60px;
        padding-bottom: 60px;

    }

    .about_ban_content h2 {
        font-size: 34px;
    }

    .about_ban_content p {
        font-size: 20px;
        line-height: 162%;

    }


    /* **sectin_2 */
    .about_img_1 img {
        height: 420px;
        object-fit: cover;
    }

    .about_img_2 img {
        height: 540px;
        object-fit: cover;
    }

    .content_about li {
        font-size: 20px;
    }
}

/* ************************ ABOUT PAGE END *********************** */

/* ************************ START ANNUAL WORK PLAN *********************** */



#annual_work_nav_slider {
    background-color: #F3F3EE !important;
}

.Secretariat_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

/* section_1 */
#Secretariat {
    padding-top: 100px;
    padding-bottom: 80px;
}

.Secretariat_content_1 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Secretariat_content_1 p {
    font-size: 16px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Secretariat_content_1 a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none !important;


}


.Secretariat_content_1 .btn-brand {
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 16px 40px 16px 40px;

}

.Secretariat_content_1 .btn-brand:hover {
    background-color: #6c9a80;
    color: #fff;

}

.Secretariat_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}

/* Section_2 */

#Workstreams {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #025543;
    border-bottom-right-radius: 110px;
}

.Workstreams_content_1 h2 {
    font-size: 30px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Workstreams_content_1 p {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Workstreams_content_1 a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none !important;


}


.Workstreams_content_1 .btn-brand {
    background-color: #6c9a80;
    border: none;
    border-radius: 20px;
    border-radius: 30px;
    padding: 16px 40px 16px 40px;
}

.Workstreams_content_1 .btn-brand:hover {
    background-color: #025543;
    color: #fff;

}

.Workstreams_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}

/* .Secretariat_img img{
    height: 450px;
    object-fit: cover;
 } */


/* section_3 */


#focus {
    padding-top: 50px;
    padding-bottom: 35px;
}

.focus_content_1 h2 {
    font-size: 30px;
    color: #518971;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.focus_content_1 p {
    font-size: 16px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.focus_content_1 a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none !important;


}


.focus_content_1 .btn-brand {
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 16px 40px 16px 40px;
}

.focus_content_1 .btn-brand:hover {
    background-color: #6c9a80;
    color: #fff;

}

.focus_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}

@media (max-width: 300px) {
    .Secretariat_title h1 {
        font-size: 24px;

    }


    .Secretariat_content_1 h2 {
        font-size: 20px;

    }

    .Secretariat_content_1 p {
        font-size: 12px;

    }

    /* section_2 */

    .Workstreams_content_1 h2 {
        font-size: 20px;

    }

    .Workstreams_content_1 p {
        font-size: 12px;

    }

    /* secction_3 */

    .focus_content_1 h2 {
        font-size: 20px;

    }

    .focus_content_1 p {
        font-size: 12px;

    }
}


@media (min-width: 301px) and (max-width: 600px) {
    .Secretariat_title h1 {
        font-size: 26px;

    }


    .Secretariat_content_1 h2 {
        font-size: 22px;

    }

    .Secretariat_content_1 p {
        font-size: 14px;

    }

    /* section_2 */

    .Workstreams_content_1 h2 {
        font-size: 22px;

    }

    .Workstreams_content_1 p {
        font-size: 14px;

    }

    /* secction_3 */

    .focus_content_1 h2 {
        font-size: 22px;

    }

    .focus_content_1 p {
        font-size: 14px;

    }



}

@media (min-width: 992px) and (max-width: 1028px) {

    .Secretariat_img img {
        height: 600px;
        object-fit: cover;
    }

    .Secretariat_content_1 h2 {
        font-size: 24px;

    }

    .Secretariat_content_1 p {
        font-size: 15px;
        line-height: 150%;

    }

    /* section_2 */

    .Workstreams_img img {
        height: 600px;
        object-fit: cover;
    }

    .Workstreams_content_1 h2 {
        font-size: 24px;

    }

    .Workstreams_content_1 p {
        font-size: 15px;
        line-height: 150%;

    }

    /* section_3 */

    .focus_img img {
        height: 600px;
        object-fit: cover;
    }

    .focus_content_1 h2 {
        font-size: 24px;

    }

    .focus_content_1 p {
        font-size: 15px;
        line-height: 150%;

    }

}

@media (min-width: 1225px) and (max-width: 1439px) {


    .Secretariat_content_1 h2 {
        font-size: 24px;

    }

    .Secretariat_content_1 p {
        font-size: 15px;
        line-height: 160%;

    }

    /* section_2 */

    .Workstreams_content_1 h2 {
        font-size: 24px;

    }

    .Workstreams_content_1 p {
        font-size: 15px;
        line-height: 160%;

    }

    /* section_3 */

    .focus_content_1 h2 {
        font-size: 24px;

    }

    .focus_content_1 p {
        font-size: 15px;
        line-height: 160%;

    }
}




@media (min-width: 1441px) {
    .Secretariat_title h1 {
        font-size: 50px;

    }

    .Secretariat_content_1 h2 {
        font-size: 36px;

    }

    .Secretariat_content_1 p {
        font-size: 22px;

    }

    /* section_2 */

    .Workstreams_content_1 h2 {
        font-size: 36px;

    }

    .Workstreams_content_1 p {
        font-size: 22px;

    }

    /* secction_3 */

    .focus_content_1 h2 {
        font-size: 36px;

    }

    .focus_content_1 p {
        font-size: 22px;

    }

}

/* ************************ END ANNUAL WORK PLAN *********************** */

/* ************************ START GFIN SECRETARIAT *********************** */




#annual_work_nav_slider {
    background-color: #F3F3EE !important;
}

.over_view_1_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

/* section_1 */
#over_view_1 {
    padding-top: 100px;
    /* padding-bottom: 50px; */
}

#over_view_3 {
    /* padding-top: 50px; */
    padding-bottom: 80px;
}

.over_view_1_content_1 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.over_view_1_content_1 p {
    font-size: 16px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.over_view_1_content_1 a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none !important;


}


.over_view_1_content_1 .btn-brand {
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 16px 40px 16px 40px;

}

.over_view_1_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}



/* section_2 */


#over_view_2 {
    padding-top: 30px;
    padding-bottom: 70px;
}

.over_view_2_content_1 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.over_view_2_content_1 p {
    font-size: 16px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.over_view_2_content_1 a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none !important;


}


.over_view_2_content_1 .btn-brand {
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 16px 40px 16px 40px;

}

.over_view_2_content_1 .btn-brand:hover {
    background-color: #6c9a80;
    color: #fff;

}

.over_view_2_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}

@media (max-width: 300px) {
    .over_view_1_title h1 {
        font-size: 24px;

    }

    #over_view_2 {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .over_view_1_content_1 h2 {
        font-size: 20px;

    }

    .over_view_1_content_1 p {
        font-size: 12px;

    }

    /* secction_2*/

    .over_view_2_content_1 h2 {
        font-size: 20px;

    }

    .over_view_2_content_1 p {
        font-size: 12px;

    }

    #over_view_1 {

        padding-bottom: 40px;
    }

}




@media (min-width: 301px) and (max-width: 600px) {
    .over_view_1_title h1 {
        font-size: 26px;

    }

    #over_view_2 {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .over_view_1_content_1 h2 {
        font-size: 22px;

    }

    .over_view_1_content_1 p {
        font-size: 14px;

    }

    #over_view_1 {

        padding-bottom: 40px;
    }

    /* secction_2*/

    .over_view_2_content_1 h2 {
        font-size: 22px;

    }

    .over_view_2_content_1 p {
        font-size: 14px;

    }

}

@media (min-width: 992px) and (max-width: 1028px) {

    .over_view_1_img img {
        height: 600px;
        object-fit: cover;
    }

    .over_view_1_content_1 h2 {
        font-size: 24px;

    }

    .over_view_1_content_1 p {
        font-size: 15px;
        line-height: 150%;

    }

    /* section_2 */

    .over_view_2_img img {
        height: 600px;
        object-fit: cover;
    }

    .over_view_2_content_1 h2 {
        font-size: 24px;

    }

    .over_view_2_content_1 p {
        font-size: 15px;
        line-height: 150%;

    }

}

@media (min-width: 1225px) and (max-width: 1439px) {


    .over_view_1_content_1 h2 {
        font-size: 24px;

    }

    .over_view_1_content_1 p {
        font-size: 15px;
        line-height: 160%;

    }

    /* section_2 */

    .over_view_2_content_1 h2 {
        font-size: 24px;

    }

    .over_view_2_content_1 p {
        font-size: 15px;
        line-height: 160%;

    }
}




@media (min-width: 1441px) {

    .over_view_1_content_1 h2 {
        font-size: 36px;

    }

    .over_view_1_content_1 p {
        font-size: 21px;

    }

    /* secction_2*/

    .over_view_2_content_1 h2 {
        font-size: 36px;

    }

    .over_view_2_content_1 p {
        font-size: 21px;

    }

}

/* ************************ END GFIN SECRETARIAT *********************** */

/* ************************ START MEMBERS *********************** */



#annual_work_nav_slider {
    background-color: #F3F3EE !important;
}

.members_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

/* section_1 */
#members {
    padding-top: 110px;
    padding-bottom: 70px;
}

.members_content_1 h2 {
    font-size: 26px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.members_content_1 li {
    font-size: 23px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.members_content_1 li::marker {
    font-size: 10px;
}


.members_content_2 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.members_content_2 .paar_link {
    font-size: 14px !important;
    color: #000000 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    line-height: 170% !important;
    text-decoration: underline !important;
}

.members_content_2 a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none !important;


}

.members_content_2 .btn-brand:hover {
    background-color: #6c9a80;
    color: #fff;

}

/* section_2 */

#Coordination {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 65px;
}

.Coordination_title h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Coordination_para p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Coordination_cards h2 {
    font-size: 20px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1%;

}

.Coordination_cards p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

/* section_3 */

#Members_cards_sec {
    background-color: #025543;
    padding-top: 70px;
    padding-bottom: 65px;
    border-bottom-right-radius: 130px;
}

.Members_card_title h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Members_card_para p {
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Members_cards h2 {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1%;

}

.Members_cards p {
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}



/* section_4 */


#Observers {
    background-color: #F3F3EE;
    padding-top: 70px;
    padding-bottom: 20px;
    /* border-bottom-right-radius: 130px;  */
}

.Observers_card_title h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Observers_card_para p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Observers_cards h2 {
    font-size: 20px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1%;

}

.Observers_cards p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}


@media (max-width: 300px) {
    .members_content_1 li {

        font-size: 14px;
    }

    .members_title h1 {

        font-size: 28px;
    }

    .members_content_1 h2 {
        font-size: 20px;
    }

    .Coordination_title h2 {
        font-size: 24px;

    }

    .Coordination_cards h2 {
        font-size: 18px;

    }

    .Members_card_title h2 {
        font-size: 24px;

    }

    .Members_cards h2 {
        font-size: 18px;
    }

    .Observers_card_title h2 {
        font-size: 24px;
    }

    .Observers_cards h2 {
        font-size: 18px;
    }

}


@media (min-width: 301px) and (max-width: 600px) {

    .members_content_1 li {

        font-size: 14px;
    }

    .members_title h1 {

        font-size: 28px;
    }

    .members_content_1 h2 {
        font-size: 22px;
    }

    .Coordination_title h2 {
        font-size: 24px;

    }

    .Coordination_cards h2 {
        font-size: 18px;

    }

    .Members_card_title h2 {
        font-size: 24px;

    }

    .Members_cards h2 {
        font-size: 18px;
    }

    .Observers_card_title h2 {
        font-size: 24px;
    }

    .Observers_cards h2 {
        font-size: 18px;
    }


}



@media (min-width: 601px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1028px) {

    .members_content_2 p {
        font-size: 13px;
    }

    .members_content_1 li {
        font-size: 16px;

    }

    .Coordination_para p {
        font-size: 13px;
    }

    .Members_card_para p {
        font-size: 13px;
    }

    .Coordination_cards h2 {
        width: 96%;
    }

    /* section_3 */
    .Members_cards h2 {
        width: 96%;
    }

    /* section_ 4*/
    .Observers_cards h2 {
        width: 96%;
    }

}

@media (min-width: 1225px) and (max-width: 1439px) {


    /* .members_content_1 li{
            font-size: 21px;
           
         }
        .Members_card_para p {
            font-size: 13px;
        } */
    .Coordination_cards h2 {
        width: 77%;
    }

    /* section_3 */
    .Members_cards h2 {
        width: 77%;
    }

    /* section_ 4*/
    .Observers_cards h2 {
        width: 77%;
    }


}

@media (min-width: 1439px) and (max-width: 1440px) {




    .members_content_2 p {
        font-size: 15px;

    }

    .members_content_2 .paar_link {
        font-size: 15px !important;

    }


    /* section_2 */

    .Coordination_title h2 {
        font-size: 32px;

    }

    .Coordination_para p {
        font-size: 15px;

    }

    .Coordination_cards h2 {
        font-size: 22px;

        width: 70%;
    }

    .Coordination_cards p {
        font-size: 15px;

    }

    /* section_3 */



    .Members_card_title h2 {
        font-size: 32px;

    }

    .Members_card_para p {
        font-size: 15px;

    }

    .Members_cards h2 {
        font-size: 22px;

        width: 70%;
    }

    .Members_cards p {
        font-size: 15px;

    }

    /* section_4 */




    .Observers_card_title h2 {
        font-size: 32px;

    }

    .Observers_card_para p {
        font-size: 15px;

    }

    .Observers_cards h2 {
        font-size: 22px;

        width: 70%;
    }

    .Observers_cards p {
        font-size: 15px;

    }


}

@media (min-width: 1441px) {
    .members_title h1 {
        font-size: 50px;

    }


    .members_content_1 h2 {
        font-size: 30px;
        ;
    }

    .members_content_1 li {
        font-size: 23px;

    }



    .members_content_2 p {
        font-size: 18px;

    }

    .members_content_2 .paar_link {
        font-size: 18px !important;

    }


    /* section_2 */

    .Coordination_title h2 {
        font-size: 35px;

    }

    .Coordination_para p {
        font-size: 18px;

    }

    .Coordination_cards h2 {
        font-size: 25px;

        width: 90%;
    }

    .Coordination_cards p {
        font-size: 18px;
    }

    /* section_3 */
    .Members_card_title h2 {
        font-size: 35px;
    }

    .Members_card_para p {
        font-size: 18px;
    }

    .Members_cards h2 {
        font-size: 25px;
        width: 90%;
    }

    .Members_cards p {
        font-size: 18px;
    }

    /* section_4 */
    .Observers_card_title h2 {
        font-size: 35px;
    }

    .Observers_card_para p {
        font-size: 18px;
    }

    .Observers_cards h2 {
        font-size: 25px;
        width: 90%;
    }

    .Observers_cards p {
        font-size: 18px;
    }
}

/* ************************ END MEMBERS *********************** */
/* ************************ START REGTECH PAGE *********************** */
.suptech_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

/* section_1 */
#suptech {
    padding-top: 110px;
    padding-bottom: 40px;
}

.suptech_content_1 h2 {
    font-size: 26px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.suptech_content_2 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

/* section_2 */

#regtech_member {
    padding-top: 30px;
    padding-bottom: 70px;
    background-color: #fff;
}

.regtech_member_content_1 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.regtech_member_content_1 li a {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;

}

.regtech_member_content_1 li::marker {
    font-size: 10px;
}

.regtech_member_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}

/* section_2 */

#ourwoks {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #025543;
}

.ourwoks_content_1 h2 {
    font-size: 30px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.ourwoks_content_1 .accordion {
    --bs-accordion-border-color: #4f9183 !important;
    --bs-accordion-bg: : unset !important;
}

.our_workd_accordn .accordion-item {
    color: #fff;

}

.our_workd_accordn .accordion-item:last-child .accordion-button {
    border-bottom: 1px solid #4f9183;
}

.ourwoks_content_1 .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    box-shadow: none;
}

.our_workd_accordn .accordion-button::after {
    background-image: url(../images/Plus.svg);
}

.our_workd_accordn .accordion-button:not(.collapsed)::after {
    background-image: url(../images/Plus.svg);
}

.our_workd_accordn .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #025543 !important;

}


.our_workd_accordn .accordion-body {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;

}

.our_workd_accordn .accordion-button[aria-expanded="true"] {
    border-bottom: none;
}

.our_workd_accordn .accordion-button {
    color: #ffffff;
    background-color: #025543 !important;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    box-shadow: none;
    /* border-bottom: 1px solid #4f9183; */
    transition: border-bottom 0.8s ease;
    /* Add transition for the border-bottom property */
    padding: 10px 10px 27px 10px;

}

.our_workd_accordn .accordion-button:focus {

    box-shadow: none;
}


.ourwoks_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}

/* section_3 */
#pipeline {
    padding-top: 70px;
    padding-bottom: 25px;
}

.pipeline_content_1 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.pipeline_content_1 p {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.pipeline_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}


@media (max-width: 300px) {

    .suptech_title h1 {
        font-size: 28px;
    }

    .suptech_content_1 h2 {
        font-size: 20px;

    }

    .regtech_member_content_1 h2 {
        font-size: 24px;

    }

    .suptech_content_1 p {
        font-size: 19px;

    }

    .regtech_member_content_1 li a {
        font-size: 12px;

    }

    .ourwoks_content_1 h2 {
        font-size: 24px;
    }

    .our_workd_accordn .accordion-button {
        font-size: 16px;

    }

    .pipeline_content_1 h2 {
        font-size: 24px;

    }

    .pipeline_content_1 p {
        font-size: 14px;

    }
}

@media (min-width: 301px) and (max-width: 600px) {

    .suptech_title h1 {
        font-size: 28px;
    }

    .suptech_content_1 h2 {
        font-size: 21px;

    }

    .regtech_member_content_1 h2 {
        font-size: 24px;

    }

    .suptech_content_1 p {
        font-size: 19px;

    }

    .regtech_member_content_1 li a {
        font-size: 12px;

    }

    .ourwoks_content_1 h2 {
        font-size: 24px;
    }

    .our_workd_accordn .accordion-button {
        font-size: 16px;

    }

    .pipeline_content_1 h2 {
        font-size: 24px;

    }

    .pipeline_content_1 p {
        font-size: 14px;

    }

}

@media (min-width: 601px) and (max-width: 991px) {

    .suptech_content_1 p {
        font-size: 25px;

    }

    .regtech_member_content_1 li a {
        font-size: 18px;

    }

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

}

@media (min-width: 992px) and (max-width: 1028px) {

    .regtech_member_img img {
        height: 520px;
        object-fit: cover;
    }

    .regtech_member_content_1 li a {
        font-size: 14px;

    }

    /* section_2 */
    .ourwoks_img_radius {
        height: 520px;
        object-fit: cover;
    }

    /* section_3 */
    .pipeline_img_radius {
        height: 520px;
        object-fit: cover;
    }

    .pipeline_content_1 h2 {
        font-size: 24px;

    }

    .pipeline_content_1 p {
        font-size: 14px;
        line-height: 150%;
    }
}

@media (min-width: 1225px) and (max-width: 1439px) {
    .suptech_content_1 p {
        font-size: 23px;

    }

    /* section_3 */

    .pipeline_content_1 h2 {
        font-size: 24px;

    }

    .pipeline_content_1 p {
        font-size: 14px;
        line-height: 160%;
    }

}

@media (min-width: 1439px) and (max-width: 1440px) {

    .suptech_content_1 h2 {
        font-size: 27px;

    }

    .suptech_content_2 p {
        font-size: 16px;

    }

    .regtech_member_content_1 li a {
        font-size: 16px;

    }

    .pipeline_content_1 p {
        font-size: 16px;

    }

}



@media (min-width: 1441px) {

    .suptech_title h1 {
        font-size: 50px;

    }

    .suptech_content_1 h2 {
        font-size: 37px;

    }

    .suptech_content_2 p {
        font-size: 19px;

    }



    .regtech_member_content_1 h2 {
        font-size: 37px;

    }

    .regtech_member_content_1 li a {
        font-size: 20px;

    }

    .regtech_member_img img {
        height: 670px;
        object-fit: cover;
    }

    .ourwoks_content_1 h2 {
        font-size: 37px;

    }

    .our_workd_accordn .accordion-button {

        font-size: 28px;

        padding: 33px 10px 27px 10px;

    }

    .our_workd_accordn .accordion-body {

        font-size: 19px;

    }


    /* section_3 */
    .pipeline_content_1 h2 {
        font-size: 37px;

    }

    .pipeline_content_1 p {
        font-size: 20px;

    }
}

/* ************************ END REGTECH PAGE *********************** */

/* ************************ START COMPENDIUM PAGE *********************** */

.Compendium_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

/* section_1 */
#Compendium {
    padding-top: 100px;
    padding-bottom: 50px;
}

.Compendium_content_1 p {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Compendium_content_1 a {
    font-size: 15px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    text-decoration-thickness: 1px;
    /* Adjust thickness as needed */
    text-decoration-skip-ink: none;
}

/* section_2 */
#Coordination_link {
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #fff;
}

.Coordination_link_content_1 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
}

.Coordination_link_content_1 a {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    text-decoration-thickness: 1px;
    /* Adjust thickness as needed */
    text-decoration-skip-ink: none;
}

.Observers_link_content_1 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
}

.Observers_link_content_1 a {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    text-decoration-thickness: 1px;
    /* Adjust thickness as needed */
    text-decoration-skip-ink: none;
}

li::marker {
    font-size: 10px;
}

#section_3_link {
    padding-top: 70px;
    padding-bottom: 20px;
}




@media (max-width: 300px) {
    .Compendium_title h1 {
        font-size: 24px;

    }

    .Coordination_link_content_1 h2 {
        font-size: 22px;

    }

    .Coordination_link_content_1 a {
        font-size: 12px;

    }

    .Observers_link_content_1 h2 {
        font-size: 22px;

    }

    .Observers_link_content_1 a {
        font-size: 12px;
    }

}


@media (min-width: 301px) and (max-width: 600px) {

    .Compendium_title h1 {
        font-size: 28px;

    }

    .Coordination_link_content_1 h2 {
        font-size: 24px;

    }

    .Coordination_link_content_1 a {
        font-size: 12px;

    }

    .Observers_link_content_1 h2 {
        font-size: 24px;

    }

    .Observers_link_content_1 a {
        font-size: 12px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {

    #section_3_link {

        padding-bottom: 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {

    .Coordination_link_content_1 a {
        font-size: 13px;

    }

    .Observers_link_content_1 a {
        font-size: 13px;

    }
}

@media (min-width: 1225px) and (max-width: 1439px) {
    .Compendium_content_1 p {
        font-size: 13px;

    }
}

@media (min-width: 1441px) {
    .Compendium_title h1 {
        font-size: 50px;

    }

    .Compendium_content_1 p {
        font-size: 19px !important;

    }

    .Compendium_content_1 a {
        font-size: 19px;
    }

    .Compendium_content_1 p {
        font-size: 19px;

    }

    .Compendium_content_1 a {
        font-size: 19px;

    }

    /* section_2 */


    .Coordination_link_content_1 h2 {
        font-size: 35px;


    }

    .Coordination_link_content_1 a {
        font-size: 19px;

    }

    .Observers_link_content_1 h2 {
        font-size: 35px;

    }

    .Observers_link_content_1 a {
        font-size: 19px;

    }
}

/* ************************ END COMPENDIUM PAGE *********************** */


/* ************************ Start Albarta Securities *********************** */

#annual_work_nav_slider {
    background-color: #F3F3EE !important;
}

/* section_1 */
#alberta_securities {
    padding-top: 100px;
    padding-bottom: 25px;
}

.icon {

    font-size: 20px;
}

.alberta_securities_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.alberta_securities_title p {
    font-size: 15px;
    color: #025543;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

/* section_2 */
#Geographical {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #FAFAFA;
}

.Geographical_title h1 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Geographical_title p {
    font-size: 15px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Geographical_title .accordion-button:focus {

    box-shadow: none;
}

.alberta_securities_accordion .accordion-button {
    color: #6c9a80;
    background-color: #FAFAFA !important;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    box-shadow: none;
    /* padding: 10px 10px 27px 10px; */

}

.Geographical_title .accordion {
    border: none;
}

.accordion {
    --bs-accordion-border-color: unset !important;
    --bs-accordion-bg: : unset !important;
}

.alberta_securities_accordion .accordion-body {
    background-color: #025543;


}

.alberta_securities_accordion .accordion-body p {
    color: #ffffff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.alberta_securities_accordion .accordion-body li {
    color: #ffffff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.alberta_securities_accordion .accordion-body li::marker {
    font-size: 12px;

}

#Innovation {
    /* padding-top: 65px;  */
    padding-bottom: 0px;
}

.Innovation_accordion .accordion-button {
    color: #6c9a80;
    background-color: #F3F3EE !important;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    box-shadow: none;
    /* padding: 10px 10px 27px 10px; */

}

.Innovation_accordion .accordion-body li {
    color: #ffffff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Innovation_accordion .accordion-body li::marker {
    font-size: 12px;

}

.Innovation_accordion .accordion-body {
    background-color: #025543;


}

#Criteria {
    padding-top: 35px;
    padding-bottom: 20px;
}

.Criteria_title h1 {
    font-size: 20px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Criteria_title p {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Testing_Participation p {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Testing_Participation a {
    font-size: 15px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 170%;
    text-decoration: none;
}



#contact_info {
    padding-top: 10px;
    /* padding-bottom: 20px; */
}

.contact_info_title h1 {
    font-size: 20px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}


.contact_info_title p {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.contact_info_title .icon {

    color: #025543;

}


@media (max-width: 300px) {
    .alberta_securities_title h1 {
        font-size: 26px;
    }

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

    .Geographical_title h1 {
        font-size: 19px;
    }

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

    .alberta_securities_accordion .accordion-button {
        font-size: 14px;
    }

    .alberta_securities_accordion .accordion-body p {
        font-size: 12px;
    }

    .alberta_securities_accordion .accordion-body li {
        font-size: 12px;
    }

    .Innovation_accordion .accordion-button {
        font-size: 13px;
    }

    .Innovation_accordion .accordion-body li {
        font-size: 12px;
    }

    .Testing_Participation p {
        font-size: 12px;
    }

    .Testing_Participation a {
        font-size: 12px;
    }

    .Criteria_title h1 {
        font-size: 18px;
    }

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

    .contact_info_title h1 {
        font-size: 18px;
    }

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

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

@media (min-width: 301px) and (max-width: 600px) {
    .alberta_securities_title h1 {
        font-size: 30px;
    }

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

    .Geographical_title h1 {
        font-size: 22px;
    }

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

    .alberta_securities_accordion .accordion-button {
        font-size: 14.5px;
    }

    .alberta_securities_accordion .accordion-body p {
        font-size: 12px;
    }

    .alberta_securities_accordion .accordion-body li {
        font-size: 12px;
    }

    .Innovation_accordion .accordion-button {
        font-size: 14.5px;
    }

    .Innovation_accordion .accordion-body li {
        font-size: 12px;
    }

    .Testing_Participation p {
        font-size: 13px;
    }

    .Testing_Participation a {
        font-size: 13px;
    }

    .Criteria_title h1 {
        font-size: 18px;
    }

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

    .contact_info_title h1 {
        font-size: 18px;
    }

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

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

@media (min-width: 601px) and (max-width: 991px) {

    .alberta_securities_title h1 {
        font-size: 35px;

    }

}

@media (min-width: 992px) and (max-width: 1028px) {
    .alberta_securities_accordion .accordion-body li {

        font-size: 12px;

    }

    .Innovation_accordion .accordion-body li {

        font-size: 12px;

    }

}

@media (min-width: 1225px) and (max-width: 1439px) {}

@media (min-width: 1441px) {

    .alberta_securities_title h1 {
        font-size: 50px;

    }

    .alberta_securities_title p {

        font-size: 19px;
    }

    .Geographical_title p {
        font-size: 19px;
    }

    .alberta_securities_accordion .accordion-button {
        font-size: 26px;
    }

    .alberta_securities_accordion .accordion-body li {

        font-size: 19px;

    }

    .alberta_securities_accordion .accordion-body p {
        font-size: 19px;
    }

    .Innovation_accordion .accordion-button {
        font-size: 26px;
    }

    .Innovation_accordion .accordion-body li {

        font-size: 19px;

    }

    .Testing_Participation p {
        font-size: 19px;
    }

    .Testing_Participation a {
        font-size: 19px;
    }

    .Criteria_title h1 {
        font-size: 26px;
    }

    .Criteria_title p {
        font-size: 19px;
    }

    .contact_info_title h1 {
        font-size: 26px;
    }

    .contact_info h1 {
        font-size: 24px;
    }

    .contact_info_title p {
        font-size: 19px;
    }

    .icon {

        font-size: 25px;
    }
}


/* ************************ END Albarta Securities *********************** */

/* ************************ START COMPENDIUM FORM *********************** */

/* section_1 */
#Compendium_form {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Compendium_form_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

#form_Compendium {
    padding-top: 80px;
    padding-bottom: 50px;

}

.form_Compendium_title {
    background-color: #fff;
}

.form-control:focus {
    border-color: #dee2e6;
    box-shadow: none;
}

.form-select:focus {
    border-color: #dee2e6;
    box-shadow: none;
}

.form-select::before {
    display: none;
}

.form-select {
    position: relative;
    padding-right: 3rem;
    /* Adjust as needed */
}

.form-select-container {
    position: relative;
}

.form-select-container::after {
    content: '';
    position: absolute;
    right: 2.5rem;
    /* Adjust to match padding-right */
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    /* Adjust as needed */
    background-color: #D7DFE9;
    /* Adjust the color as needed */
}

.form-select-container_2 {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select-container_2 .form-select {
    border: none;
    outline: none;
    appearance: none;
    padding: 0;
    background-position: left 2rem center;
    width: 63px;
    font-size: 16px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.vertical-line {
    width: 1px;
    height: 1.5rem;
    background-color: #ced4da;
    margin-right: .5rem;
    /* Space between the vertical line and the placeholder */
}

.form-select-container_2 .form-control {
    border: none;
}

.form_Compendium_title .form-label {
    font-size: 14px;
    color: #3D4A5C;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.form_Compendium_title .form-control::placeholder {
    font-size: 14px;
    color: #8897AE;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;

}

.form-select {
    font-size: 14px;
    color: #8897AE;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;

}

.form-select option:disabled {
    display: none;
    /* Hide the disabled option */
}

.form_Compendium_title p {
    font-size: 14px;
    color: #3D4A5C;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.form_Compendium_title h2 {
    font-size: 19px;
    color: #3D4A5C;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.btn-brand_compendiam_form {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 700;
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 17px 45px 17px 45px;
}

.btn-brand_compendiam_form:hover {
    background-color: #6c9a80;
    color: #fff;

}


@media (max-width: 300px) {
    .Compendium_form_title h1 {
        font-size: 28px;

    }
}

@media (min-width: 301px) and (max-width: 600px) {

    .Compendium_form_title h1 {
        font-size: 28px;

    }
}

@media (min-width: 1441px) {
    .Compendium_form_title h1 {
        font-size: 50px;

    }
}

/* ************************ START COMPENDIUM FORM *********************** */



/* ************************  START  Cross Border Testing *********************** */

/* section_1 */
#cross_border {
    padding-top: 100px;
    padding-bottom: 80px;
}

.cross_border_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}


.cross_border_content_1 h2 {
    font-size: 26px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.cross_border_content_2 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

/* section_2 */

#cross_border_sec_2 {
    padding-top: 35px;
    padding-bottom: 70px;
    background-color: #fff;
}

.cross_border_sec_2_content_3 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.cross_border_sec_2_content_3 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.cross_border_sec_2_content_3 li {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.cross_border_sec_2_content_3 li a {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;

}

.cross_border_sec_2_content_3 li::marker {
    font-size: 10px;
}

.cross_border_sec_2_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}

.cross_border_sec_2_img img {
    height: 480px;
    object-fit: cover;
}

/* section_3 */

#cross_border_sec_3 {
    padding-top: 35px;
    padding-bottom: 40px;

}

.cross_border_sec_3_content_4 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.cross_border_sec_3_content_4 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.cross_border_sec_3_content_4 li {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;


}

.cross_border_sec_3_content_4 li::marker {
    font-size: 10px;
}

@media (max-width: 300px) {

    .cross_border_title h1 {
        font-size: 22px;

    }


    .cross_border_content_1 h2 {
        font-size: 18px;


    }

    .cross_border_sec_2_img img {
        height: unset;
    }
}

@media (min-width: 301px) and (max-width: 600px) {
    .cross_border_title h1 {
        font-size: 26px;
    }

    .cross_border_content_1 h2 {
        font-size: 20px;
    }

    .cross_border_content_2 p {
        font-size: 13px;
    }

    .cross_border_sec_2_content_3 h2 {
        font-size: 20px;

    }

    .cross_border_sec_2_content_3 p {
        font-size: 13px;

    }

    .cross_border_sec_2_content_3 li {
        font-size: 13px;

    }

    .cross_border_sec_2_content_3 li a {
        font-size: 13px;


    }

    .cross_border_sec_3_content_4 h2 {
        font-size: 20px;

    }


    .cross_border_sec_3_content_4 li {
        font-size: 13px;



    }

    .cross_border_sec_3_content_4 p {
        font-size: 13px;
    }

    .cross_border_sec_2_img img {
        height: unset;
    }

    #cross_border {

        padding-bottom: 35px;

    }

}

@media (min-width: 601px) and (max-width: 991px) {

    .cross_border_sec_2_img img {
        height: unset;
    }

    #cross_border {

        padding-bottom: 30px;

    }
}

@media (min-width: 992px) and (max-width: 1028px) {

    .cross_border_sec_3_content_4 p {
        font-size: 12px;

    }

    .cross_border_content_1 h2 {
        font-size: 24px;
    }

    .cross_border_sec_3_img img {
        height: 575px;
        object-fit: cover;
    }


}

@media (min-width: 1225px) and (max-width: 1439px) {}

@media (min-width: 1439px) and (max-width: 1440px) {


    .cross_border_content_2 p {
        font-size: 15px;
    }


    .cross_border_sec_2_content_3 p {
        font-size: 15px;

    }

    .cross_border_sec_2_content_3 li {
        font-size: 15px;

    }

    .cross_border_sec_2_content_3 li a {
        font-size: 15px;


    }

    .cross_border_sec_3_content_4 li {
        font-size: 15px;



    }

    .cross_border_sec_3_content_4 p {
        font-size: 15px;
    }
}

@media (min-width: 1441px) {

    .cross_border_title h1 {
        font-size: 50px;
    }

    .cross_border_content_1 h2 {
        font-size: 35px;
    }

    .cross_border_content_2 p {
        font-size: 18px;
    }

    .cross_border_sec_2_content_3 h2 {
        font-size: 35px;

    }

    .cross_border_sec_2_content_3 p {
        font-size: 18px;

    }

    .cross_border_sec_2_content_3 li {
        font-size: 18px;

    }

    .cross_border_sec_2_content_3 li a {
        font-size: 18px;


    }

    .cross_border_sec_3_content_4 h2 {
        font-size: 35px;

    }


    .cross_border_sec_3_content_4 li {
        font-size: 18px;



    }

    .cross_border_sec_3_content_4 p {
        font-size: 18px;
    }

    .cross_border_sec_2_img img {
        height: 720px;
        object-fit: cover;
    }

    .cross_border_sec_3_img img {
        height: 720px;
        object-fit: cover;
    }

}



/* ************************  END  Cross Border Testing *********************** */


/* ************************  START Greenwashing TeshSprint *********************** */
/* section_1 */
#greenwasing {
    padding-top: 110px;
    padding-bottom: 35px;
}

.greenwasing_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;

}

.greenwasing_content_1 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    ;
}

/* section_2 */

#greenwasing_sec_2 {
    padding-top: 30px;
    padding-bottom: 55px;
    background-color: #fff;
}

.greenwasing_content_2 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.greenwasing_content_2 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;


}


/* .regtech_member_img_radius{
       
    border-top-left-radius: 110px; 
    border-bottom-right-radius: 110px; 
    
} */

/* section_3 */

#greenwasing_sec_3 {
    padding-top: 75px;
    padding-bottom: 80px;
    background-color: #025543;
    border-bottom-right-radius: 110px;
}

.greenwasing_content_3 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.greenwasing_content_3 p {
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}



/* section_4 */
#greenwasing_sec_4 {
    padding-top: 80px;
    padding-bottom: 90px;
}

.greenwasing_content_4 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.greenwasing_content_4 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.greenwasing_content_4 li {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.greenwasing_content_4 li::marker {
    font-size: 10px;

}


@media (max-width: 300px) {

    .greenwasing_title h1 {
        font-size: 20px;

    }

    .greenwasing_content_2 h2 {
        font-size: 16px;

    }

    .greenwasing_content_3 h2 {
        font-size: 18px;

    }

    .greenwasing_content_4 h2 {
        font-size: 20px;
    }

    #greenwasing_sec_3 {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }

    #greenwasing_sec_4 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #greenwasing {

        padding-bottom: 20px;
    }


}

@media (min-width: 301px) and (max-width: 600px) {

    .greenwasing_content_1 p {
        padding-top: 10px;
    }

    .greenwasing_content_2 h2 {
        font-size: 18px;

    }

    .greenwasing_title h1 {
        font-size: 23px;
        padding-left: 0px;
    }

    .greenwasing_content_1 p {
        padding-left: 0px;
    }

    .greenwasing_content_3 h2 {
        font-size: 20px;

    }

    .greenwasing_content_4 h2 {
        font-size: 23px;
    }

    #greenwasing_sec_3 {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
        border-bottom-right-radius: 0px;
    }

    #greenwasing_sec_4 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #greenwasing {

        padding-bottom: 20px;
    }

}

@media (min-width: 601px) and (max-width: 991px) {

    .greenwasing_content_4 h2 {
        font-size: 27px;
    }

    #greenwasing_sec_3 {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }

    #greenwasing_sec_4 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #greenwasing {

        padding-bottom: 20px;
    }

}

@media (min-width: 992px) and (max-width: 1028px) {

    .greenwasing_content_2 {
        padding-top: 40px;
    }

    .greenwasing_content_2 h2 {
        font-size: 23px;
    }

    .greenwasing_img img {
        height: 390px;

    }

    .greenwasing_content_2 p {
        font-size: 13px;

    }


}

@media (min-width: 1225px) and (max-width: 1439px) {

    .greenwasing_content_2 {
        padding-top: 40px;
    }

    .greenwasing_content_2 h2 {
        font-size: 29px;
    }

    .greenwasing_img img {
        height: 400px;

    }


}

@media (min-width: 1439px) and (max-width: 1440px) {

    .greenwasing_content_2 {
        padding-top: 30px;
    }

    .greenwasing_content_2 h2 {
        font-size: 34px;
    }

    .greenwasing_content_2 p {
        font-size: 15px;
    }

    .greenwasing_content_3 p {
        font-size: 15px;
    }

    .greenwasing_content_4 p {
        font-size: 15px;
    }

    .greenwasing_content_4 li {
        font-size: 15px;
    }

    .greenwasing_content_1 p {
        font-size: 15px;
    }


}



@media (min-width: 1441px) {
    .greenwasing_title h1 {
        font-size: 50px;

    }

    .greenwasing_content_2 h2 {
        font-size: 35px;
    }


    .greenwasing_content_2 p {
        font-size: 20px;

    }

    .greenwasing_content_1 p {
        font-size: 20px;

    }

    .greenwasing_content_3 p {
        font-size: 20px;

    }

    .greenwasing_content_3 h2 {
        font-size: 35px;
    }

    .greenwasing_content_4 p {
        font-size: 20px;
    }

    .greenwasing_content_4 li {
        font-size: 20px;
    }

    .greenwasing_content_2 {
        padding-top: 60px;
    }
}

/* ************************  END  Greenwashing TeshSprint *********************** */


/* ************************  START  Annual General Metting *********************** */

/* section_1 */
#anugeneral_meting {
    padding-top: 90px;
    padding-bottom: 25px;
}

.anugeneral_meting_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

/* section_2 */
#anugeneral_meting_sec_2 {
    /* padding-top: 70px;  */
    padding-bottom: 70px;
}

.anugeneral_meting_content_1 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.anugeneral_meting_content_1 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}


.anugeneral_meting_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}

.anugeneral_meting_content_1 .accordion {
    --bs-accordion-border-color: #F3F3EE !important;
    --bs-accordion-bg: : unset !important;
}

.anugeneral_meting_accord .accordion-item {
    color: #025543;

}

/* .accordion-item:last-child .accordion-button{
    border-bottom: 1px solid #4f9183;
  } */
.anugeneral_meting_content_1 .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    box-shadow: none;
}

/* .accordion-button::after{
  background-image: url(../images/chevron_down.svg);
 }
 .accordion-button:not(.collapsed)::after {
    background-image: url(../images/chevron_up.svg);
 } */

.anugeneral_meting_accord .accordion-button:not(.collapsed) {
    color: #6c9a80;
    background-color: #F3F3EE !important;

}


.anugeneral_meting_accord .accordion-body {
    color: #ffffff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    background-color: #025543;

}

/* .accordion-button[aria-expanded="true"] {
    border-bottom: none;
  } */
.anugeneral_meting_accord .accordion-button {
    color: #025543;
    background-color: #F3F3EE !important;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    box-shadow: none;
}

.anugeneral_meting_accord .accordion-button:focus {

    box-shadow: none;
}


/* section_3 */

#anugeneral_meting_sec_3 {
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #ffffff;
}

.anugeneral_meting_sec_3_content_1 h2 {
    font-size: 30px;
    color: #6c9a80;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.anugeneral_meting_sec_3_content_1 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.anugeneral_meting_sec_3_content_1 .accordion {

    --bs-accordion-border-color: #fff !important;
    --bs-accordion-bg: : unset !important;
}

.anugeneral_meting_2_accord .accordion-item {
    color: #025543;

}

/* .accordion-item:last-child .accordion-button{
    border-bottom: 1px solid #4f9183;
  } */
.anugeneral_meting_sec_3_content_1 .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    box-shadow: none;
}

/* .accordion-button::after{
  background-image: url(../images/chevron_down.svg);
 }
 .accordion-button:not(.collapsed)::after {
    background-image: url(../images/chevron_up.svg);
 } */

.anugeneral_meting_2_accord .accordion-button:not(.collapsed) {
    color: #6c9a80;
    background-color: #ffffff !important;

}


.anugeneral_meting_2_accord .accordion-body {
    color: #ffffff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    background-color: #025543;

}

/* .accordion-button[aria-expanded="true"] {
    border-bottom: none;
  } */
.anugeneral_meting_2_accord .accordion-button {
    color: #025543;
    background-color: #ffffff !important;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    box-shadow: none;
}

.anugeneral_meting_2_accord .accordion-button:focus {

    box-shadow: none;
}

#anugeneral_meting_sec_last {
    padding-top: 30px;
    padding-bottom: 30px;
}



@media (max-width: 300px) {
    .anugeneral_meting_title h1 {
        font-size: 20px;

    }

    .anugeneral_meting_content_1 h2 {
        font-size: 18px;

    }

    .anugeneral_meting_sec_3_content_1 h2 {
        font-size: 18px;
    }
}

@media (min-width: 301px) and (max-width: 600px) {

    .anugeneral_meting_title h1 {
        font-size: 24px;

    }

    .anugeneral_meting_content_1 h2 {
        font-size: 20px;

    }

    .anugeneral_meting_sec_3_content_1 h2 {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    .anugeneral_meting_content_1 h2 {
        font-size: 24px;

    }

    .anugeneral_meting_sec_3_content_1 h2 {
        font-size: 24px;
    }

    .anugeneral_meting_img img {
        height: 540px;
        object-fit: cover;
    }

    .anugeneral_meting_content_1 p {
        font-size: 13px;

    }

    .anugeneral_meting_sec_3_content_1 p {
        font-size: 13px;
    }

    .anugeneral_meting_accord .accordion-button {
        padding: 7px;
    }

    .anugeneral_meting_2_accord .accordion-button {
        padding: 7px;
    }
}




@media (min-width: 1225px) and (max-width: 1439px) {
    .anugeneral_meting_img img {
        height: 575px;
        object-fit: cover;
    }

    .anugeneral_meting_accord .accordion-button {
        padding: 12px;
    }

    .anugeneral_meting_2_accord .accordion-button {
        padding: 12px;
    }
}


@media (min-width: 1439px) and (max-width: 1440px) {
    .anugeneral_meting_content_1 p {
        font-size: 15px;
    }

    .anugeneral_meting_sec_3_content_1 p {
        font-size: 15px;
    }
}

@media (min-width: 1441px) {

    .anugeneral_meting_title h1 {
        font-size: 50px;
    }

    #anugeneral_meting {
        padding-top: 90px;
        padding-bottom: 25px;
    }

    .anugeneral_meting_accord .accordion-button {

        font-size: 24px;
    }


    .anugeneral_meting_content_1 h2 {
        font-size: 35px;
    }


    .anugeneral_meting_content_1 p {
        font-size: 18px;

    }

    .anugeneral_meting_sec_3_content_1 p {
        font-size: 18px;

    }

    .anugeneral_meting_accord .accordion-button {
        padding: 35px;
    }

    .anugeneral_meting_sec_3_content_1 h2 {
        font-size: 35px;
    }

    .anugeneral_meting_2_accord .accordion-button {
        padding: 35px;
    }

    .anugeneral_meting_2_accord .accordion-button {

        font-size: 24px;
    }

    .anugeneral_meting_accord .accordion-body {

        font-size: 16px;
    }

    .anugeneral_meting_2_accord .accordion-body {

        font-size: 16px;
    }


}


/* ************************  END Annual General Metting *********************** */



/* ************************  START Publications *********************** */
/* section_1 */
 #Publications{
    padding-top: 100px;
    padding-bottom: 25px;
 }

.Publications_title h1{
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
 }

 

 #tabs .filt_btn_1 {
    background-color: transparent;
    margin-right: 40px;
    margin-left: 40px;
    color: #025543;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 100%;
}

#tabs .filt_btn_1:first-child {
    margin-left: 0; /* Ensures no left margin for the first child */
    padding: unset;
}

  
 .custom-nav-pills .filt_btn_1 {
    position: relative;
    display: flex;
    align-items: center;
}

.custom-nav-pills .filt_btn_1:not(:last-child)::after {
    content: '';
    border-right: 2px solid #ccc; 
    height: 65%; 
    position: absolute;
    right: -43px;
    top: 50%;
    transform: translateY(-50%);
} 


#pills-tabContent .card img{
    border-bottom-left-radius: 40px;
    }
    
    #pills-tabContent .card .card-title{
    font-size: 18px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 120%;
    }
    #pills-tabContent .card .card-date{
    font-size: 12px;
    color: #3c3c3c;
    opacity: 0.8;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 140%;
    }
    #pills-tabContent .card .card-text{
    font-size: 14px;
    color: #3c3c3c;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 140%;
    }
  
   
    
    @media (max-width: 300px) {
        .Publications_title h1{
            font-size: 18px;
            
         }
         #tabs .filt_btn_1{
            margin-right:0px;
            margin-left: 0px;
          
            font-size: 12px;
           
           padding: 7px 7px 
         }
    }

    @media (min-width: 301px) and (max-width: 600px) {

        .Publications_title h1{
            font-size: 26px;
            
         }
         #tabs .filt_btn_1{
            margin-right:0px;
            margin-left: 0px;
          
            font-size: 14px;
           
           padding: 10px 10px 
         }

    }

    @media (min-width: 601px) and (max-width: 991px) {
        #tabs .filt_btn_1{
            margin-right:20px;
            margin-left: 20px;
          
            font-size: 16px;
           
           /* padding: unset; */
         }

         .custom-nav-pills .filt_btn_1:not(:last-child)::after {
            right: -25px;
            height: 45%; /* Adjust the height as needed */
            
        }


    }




    @media (min-width: 992px) and (max-width: 1028px) {

        #pills-tabContent .card .card-title{
            font-size: 14px !important;
            }
            
            #pills-tabContent .card .card-text{
            font-size: 12px !important;
            }

            #tabs .filt_btn_1{
                margin-right:20px;
                margin-left: 20px;
              
                font-size: 16px;
               
               /* padding: unset; */
             }
    
             .custom-nav-pills .filt_btn_1:not(:last-child)::after {
                right: -25px;
                
            }
    
           
    }

    @media (min-width: 1225px) and (max-width: 1439px) {

        #tabs .filt_btn_1{
            margin-right:30px;
            margin-left: 30px;
          
            font-size: 17px;
           
           /* padding: unset; */
         }

         .custom-nav-pills .filt_btn_1:not(:last-child)::after {
            right: -35px;
            
        }

    }

    @media (min-width: 1439px) and (max-width: 1440px) {
        #tabs .filt_btn_1{
            margin-right:40px;
            margin-left: 40px;
          
            font-size: 18px;
           
           /* padding: unset; */
         }

         .custom-nav-pills .filt_btn_1:not(:last-child)::after {
            right: -45px;
            
        }


    }

    @media (min-width: 1441px) {
        #tabs .filt_btn_1{
            margin-right:60px;
            margin-left: 60px;
          
            font-size: 22px;
           
           /* padding: unset; */
         }

         .custom-nav-pills .filt_btn_1:not(:last-child)::after {
            right: -70px;
            
        }
    }

/* ************************  END Publications *********************** */



/* ************************  START Publication Details *********************** */

/* section_1 */
#Publication_title_sec {
    padding-top: 100px;
    padding-bottom: 35px;
}

.Publication_title_sec_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Publication_title_sec_title p {
    font-size: 14px;
    color: #025543;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Publication_title_sec_title li {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.Publication_title_sec_title li::marker {
    font-size: 10px;
}

.Publication_title_sec_title a {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    text-decoration-thickness: 1px;
    /* Adjust thickness as needed */
    text-decoration-skip-ink: none;
}






@media (max-width: 300px) {
    .Publication_title_sec_title h1 {
        font-size: 18px;

    }

    .Publication_title_sec_title a {
        font-size: 11px;

    }

}

@media (min-width: 301px) and (max-width: 600px) {

    .Publication_title_sec_title h1 {
        font-size: 22px;

    }

    .Publication_title_sec_title a {
        font-size: 12px;

    }
}

@media (min-width: 601px) and (max-width: 991px) {

    .Publication_title_sec_title h1 {
        font-size: 30px;

    }
}


@media (min-width: 992px) and (max-width: 1028px) {}

@media (min-width: 1439px) and (max-width: 1440px) {

    .Publication_title_sec_title p {
        font-size: 15px;
    }

    .Publication_title_sec_title li {
        font-size: 15px;
    }

    .Publication_title_sec_title a {
        font-size: 15px;
    }
}

@media (min-width: 1441px) {


    .Publication_title_sec_title h1 {
        font-size: 50px;
    }

    .Publication_title_sec_title p {
        font-size: 20px;
    }

    .Publication_title_sec_title li {
        font-size: 20px;
    }

    .Publication_title_sec_title a {
        font-size: 20px;
    }
}


/* ************************  END Publication_tiltle *********************** */


/* ************************  START Contact us *********************** */

/* section_1 */
#contact_us_sec {
    padding-top: 100px;
    padding-bottom: 20px;
}

.contact_us_sec_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.contact_us_sec_content_1 h2 {
    font-size: 26px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.contact_us_sec_content_2 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

/* section_3 */

#contact_us_sec_3 {
    padding-top: 100px;
    padding-bottom: 25px;
}

.contact_us_sec_content_3 .car {
    background-color: #fff;
    border-bottom-left-radius: 80px;
    /* max-height: 470px; */
}

.contact_us_sec_content_3 h2 {
    font-size: 28px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.contact_us_sec_content_3 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

.contact_us_sec_content_3 .btn-brand_5 a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none !important;

}

.contact_us_sec_content_3 .btn-brand_5 {
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 16px 40px 16px 40px;
}

.contact_us_sec_content_3 .btn-brand_5:hover {
    background-color: #6c9a80;
    color: #fff;
}

.link {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    text-decoration-thickness: 1px;
    /* Adjust thickness as needed */
    text-decoration-skip-ink: none;
}



.contact_us_sec_content_4 .car {
    background-color: #fff;
    border-bottom-left-radius: 80px;
    /* max-height: 470px; */
}

.contact_us_sec_content_4 h2 {
    font-size: 28px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
    
}

.contact_us_sec_content_4 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
    text-align: justify;
}

#col_padding_1 {
    padding-right: 35px;
}



#col_padding_2 {
    padding-left: 35px;
}

.contact_us_sec_content_4 .btn-brand_4 a {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none !important;

}

.contact_us_sec_content_4 .btn-brand_4 {
    background-color: #6c9a80;
    border: none;
    border-radius: 30px;
    padding: 16px 40px 16px 40px;
}

.contact_us_sec_content_4 .btn-brand_4:hover {
    background-color: #025543;
    color: #fff;
}








@media (max-width: 300px) {
    .contact_us_sec_title h1 {
        font-size: 22px;

    }

    .contact_us_sec_content_1 h2 {
        font-size: 18px;

    }

    #contact_us_sec_3 {
        padding-top: 0px;

    }

    .contact_us_sec_content_3 h2 {
        font-size: 20px;
    }

    .contact_us_sec_content_4 h2 {
        font-size: 20px;
    }

}

@media (min-width: 301px) and (max-width: 600px) {

    .contact_us_sec_title h1 {
        font-size: 26px;

    }

    .contact_us_sec_content_1 h2 {
        font-size: 19px;

    }

    #contact_us_sec_3 {
        padding-top: 0px;

    }

    .contact_us_sec_content_3 h2 {
        font-size: 22px;
    }

    .contact_us_sec_content_4 h2 {
        font-size: 22px;
    }


}


@media (min-width: 601px) and (max-width: 991px) {

    /* .contact_us_sec_title h1{
            font-size: 30px;
            
         } */
    #contact_us_sec_3 {
        padding-top: 20px;

    }

}


@media (min-width: 992px) and (max-width: 1028px) {}

@media (min-width: 1225px) and (max-width: 1439px) {
    .bttn_margin_2 {
        margin-top: 30px;
    }
}


@media (min-width: 1439px) and (max-width: 1440px) {
    .contact_us_sec_content_1 h2 {

        font-size: 28px;
    }

    .contact_us_sec_content_2 p {
        font-size: 15px;
    }

    .contact_us_sec_content_4 p {
        font-size: 15px;
    }

    .link {
        font-size: 15px;
    }

    .contact_us_sec_content_3 p {
        font-size: 15px;
    }

    .bttn_margin_2 {
        margin-top: 35px;
    }



}


@media (min-width: 1441px) {

    .contact_us_sec_title h1 {
        font-size: 50px;
    }

    .contact_us_sec_content_1 h2 {
        font-size: 38px;
    }

    .contact_us_sec_content_2 p {
        font-size: 21px;
    }

    .contact_us_sec_content_4 p {
        font-size: 20px;
    }

    .link {
        font-size: 20px;
    }

    .contact_us_sec_content_3 p {
        font-size: 20px;
    }

    .contact_us_sec_content_4 h2 {
        font-size: 34px;
    }

    .contact_us_sec_content_3 h2 {
        font-size: 34px;
    }

    .bttn_margin_2 {
        margin-top: 40px;
    }


}

/* ************************  END Contact us *********************** */


/* ************************  START General_enquiries *********************** */

/* section_1 */
#General_enquiries_sec {
    padding-top: 100px;
    padding-bottom: 20px;
}

.General_enquiries_sec_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.General_enquiries_sec_content_1 h2 {
    font-size: 26px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.General_enquiries_sec_content_2 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

#General_enquiries_secc_2 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.General_enquiries_img_radius {

    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;

}

.General_enquiries_content_3 .form-label {
    font-size: 14px;
    color: #3D4A5C;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .0.2px;
}

.General_enquiries_content_3 .form-control::placeholder {
    font-size: 14px;
    color: #8897AE;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .0.2px
}

.General_enquiries_content_3 .btn-brand_6 {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 16px 40px 16px 40px;
}

.General_enquiries_content_3 .btn-brand_6:hover {
    background-color: #6c9a80;
    color: #fff;
}



@media (max-width: 300px) {
    .General_enquiries_sec_title h1 {
        font-size: 18px;

    }

    .General_enquiries_sec_content_1 h2 {
        font-size: 18px;

    }


}

@media (min-width: 301px) and (max-width: 600px) {

    .General_enquiries_sec_title h1 {
        font-size: 26px;

    }

    #General_enquiries_secc_2 {
        padding-top: 30px;
    }

    .General_enquiries_sec_content_1 h2 {
        font-size: 19px;

    }


}


@media (min-width: 601px) and (max-width: 991px) {

    /* .General_enquiries_sec_title h1{
         font-size: 30px;
         
      }
      */


}


@media (min-width: 992px) and (max-width: 1028px) {
    .General_enquiries_img img {
        height: 540px;
        object-fit: cover;
    }

}

@media (min-width: 1225px) and (max-width: 1439px) {}

@media (min-width: 1439px) and (max-width: 1440px) {

    .General_enquiries_sec_content_2 p {
        font-size: 15px;

    }

    .General_enquiries_sec_content_1 h2 {
        font-size: 28px;
    }

}


@media (min-width: 1441px) {

    .General_enquiries_sec_title h1 {
        font-size: 50px;
    }

    .General_enquiries_sec_content_2 p {
        font-size: 21px;
    }

    .General_enquiries_sec_content_1 h2 {
        font-size: 38px;
    }

    .General_enquiries_img img {
        height: 600px;
        object-fit: cover;
    }
}

/* ************************  END General_enquiries *********************** */

/* ************************  START Global_financials *********************** */

/* section_1 */
#Global_financial_sec {
    padding-top: 100px;
    padding-bottom: 20px;
}

.Global_financial_sec_title h1 {
    font-size: 41px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Global_financial_sec_content_1 h2 {
    font-size: 28px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 140%;
}

.Global_financial_sec_content_2 p {
    font-size: 14px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 170%;
}

#Global_financial_sec_3 {
    padding-top: 70px;
    padding-bottom: 20px
}

.Global_financial_sec_3_title {
    background-color: #fff;
}


.Global_financial_sec_3_title .form-label {
    font-size: 14px;
    color: #3D4A5C;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.Global_financial_sec_3_title .form-control::placeholder {
    font-size: 14px;
    color: #8897AE;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;

}

.Global_financial_sec_3_title .btn-brand_7 {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 150%;
    background-color: #025543;
    border: none;
    border-radius: 30px;
    padding: 16px 40px 16px 40px;
}

.Global_financial_sec_3_title .btn-brand_7:hover {
    background-color: #6c9a80;
    color: #fff;
}



@media (max-width: 300px) {
    .Global_financial_sec_title h1 {
        font-size: 18px;

    }

    .Global_financial_sec_content_1 h2 {
        font-size: 18px;

    }


}

@media (min-width: 301px) and (max-width: 600px) {

    .Global_financial_sec_title h1 {
        font-size: 26px;
    }

    .Global_financial_sec_content_1 h2 {
        font-size: 19px;

    }


}


@media (min-width: 601px) and (max-width: 991px) {

    .Global_financial_sec_title h1 {
        font-size: 30px;

    }



}


@media (min-width: 992px) and (max-width: 1028px) {}

@media (min-width: 1225px) and (max-width: 1439px) {}

@media (min-width: 1439px) and (max-width: 1440px) {

    .Global_financial_sec_content_2 p {

        font-size: 16px;
    }

}


@media (min-width: 1441px) {

    .Global_financial_sec_title h1 {
        font-size: 50px;
    }

    .Global_financial_sec_content_1 h2 {
        font-size: 37px;
    }

    .Global_financial_sec_content_2 p {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    p{
        text-align:justify !important;
    }
    h2{text-align: left !important;}
}

.btn-brand11:hover{
        color:#025543 !important;
        border: solid 2px #025543 !important;
        background:white !important;
    }
    
  .btn-brand11{
    margin-top:20px !important;
    background-color: #025543 !important;
    border: none;
    border-radius: 30px;
    padding: 17px 45px 17px 45px;
    }

/* ************************ END Global_financials *********************** */