@charset "utf-8";

:root {
    --white: #ffffff !important;
    --black: #212121 !important;
    --primary: #7ba529 !important;
    --secondary: #0f2f68 !important;
    --font-title: "Jost", sans-serif !important;
    --font: "Open Sans", sans-serif !important;
}

@media only screen and (max-width: 1700px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1400px) {
	/*.footer{height:70vh;}*/
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1200px) {
    .menu ul li {
        margin: 10px 5px !important;
    }

    .menu ul li a {
        padding: 10px 5px;
    }

    .country .nav-link{
        font-size: 16px;
        padding: 0 7px;
    }
}

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

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

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: inline-block;
        width: 400px !important;
    }

    .mobile-none {
        display: none;
    }

    .mobile-block {
        display: block;
    }
    

    .footer-menu {
        margin-bottom: 30px;
    }

    .banner-text h4 {
        font-size: 24px
    }

    .banner-text h2 {
        font-size: 36px
    }

    .padding-right-25 {
        padding-right: 0px;
    }
    
    .padding-left-25 {
        padding-left: 0px;
    }

    .main-title {
        font-size: 24px;
        line-height: 30px;
    }

    .tree {
        display: none;
    }

    .home-testimonial-next,
    .home-testimonial-prev {
        top: 25%
    }

    .home-testimonial-next {
        right: 15px;
    }

    .home-testimonial-prev {
        left: 15px;
    }

    .page-header {
        height: 200px;
    }

    .page-header-text {
        bottom: 20px;
    }

    .page-header-text h2 {
        font-size: 24px !important;
        margin-bottom: 0;
        line-height: 40px;
    }

    .beneficiaries-content {
        padding: 25px 25px 25px 110px;
        margin-top: 100px;
    }

    .order-1{
        order: 2 !important;
    }
    
    .order-2{
        order: 1 !important;
    }

    .recent-project {
        height: auto;
        min-height: 0px;
        padding: 0;
        margin-bottom: 40px;
        /* display: flex;
        flex-wrap: wrap; */
        position: relative;
    }
    
    .recent-project-content {
        min-height: 0;
        width: 100%;
        padding: 50px 15px 20px;
    }
    
    .recent-projects-slider {
        position: relative;
        text-align: center;
        width: 100%;
        border-radius: 10px;
    }
    
    .recent-projects-slider img {
        
        border-radius: 10px;
        height:auto;
    }

    .news-page {
        height: auto;
        min-height: 0px;
        padding: 0;
        margin-bottom: 40px;
        /* display: flex;
        flex-wrap: wrap; */
        position: relative;
    }
    
    .news-page-content {
        min-height: 0;
        width: 100%;
        padding: 50px 15px;
    }
    
    .news-page-slider {
        position: relative;
        text-align: center;
        width: 100%;
        border-radius: 10px;
    }
    
    .news-page-slider img {
        border-radius: 10px;
        height:auto;
    }

    .leadership {
        background-color: #fff;
        height: auto;
        min-height: 360px;
        padding: 0;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
      }
      
      .leadership .img-leader {
        height: 300px;
        width: 250px;
        max-height: 300px;
        background-color: #fff !important;
        position: absolute;
        top: 30px
      }
      
      .leadership .leadership_content {
        width: calc(100% - 125px);
        margin-left: auto;
        float: right;
        padding: 45px 50px 45px 175px;
        border-radius: 10px;
      }
      
      .leadership h3 {
        font-size: 24px;
        line-height: 45px;
        
        font-weight: 700;
        text-transform: uppercase;
      }
      
      .leadership h5 {
        font-size: 18px;
        line-height: 36px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        
        font-weight: 700;
        text-transform: uppercase;
        
      }
      
      .leadership .button-line {
        color: #7ba529;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        position: relative;
        letter-spacing: 1.5px;
        cursor: pointer;
      }
      
      .leadership .button-line:hover:after {
        width: 0;
        margin-left: 0;
        opacity: 0;
      }
      
      .leadership .button-line:hover::before {
        width: 25px;
        opacity: 1;
      }
      
      .leadership .content {
        width: 100%;
        max-height: 230px;
        overflow: hidden;
        transition: max-height 0.5s ease !important;
        margin-bottom: 15px;
      }
      
      .leadership .content.open {
        max-height: 2000px;
        transition: max-height 1s ease !important;
      }
  .foot .sidebar_social .text-center {text-align:left !important;padding-left:1rem !important;}
}

@media only screen and (max-width: 767px) {
.recent-project.news_main_section.aos-init.aos-animate{display:contents !important;}
.read-more-news{position:relative;z-index:23;}

 .recent-project-content{margin-bottom:10px !important;}
    .beneficiaries-content {
        padding: 110px 25px 25px 25px;
        margin-top: 100px;
        width: 100% !important;
        margin-left: 0px !important;
        border-right: 0px;
        border-bottom: 5px solid var(--primary);
    }


    .beneficiaries-img {
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
    }

    .contact{
        padding: 10px;
    }

    .contact-mobile-none {
        display: none;
    }

    .contact-mobile-block {
        display: block;
    }

    .disclaimer{
        padding: 15px;
    }    

    .cloase_btns{
        right : 10px;
        color: #fff;
        background-color: var(--secondary);
        width: 30px;
        height: 30px;
        border-radius: 5px !important;
        top : 10px
    }

    .work .nav-link {
        font-size: 16px;
        font-weight: 600;
        font-family: var(--font);
        color: var(--secondary);
        text-transform: uppercase;
        background-color: var(--white) !important;
        border: 1px solid var(--primary) !important;
        line-height: 40px;
        height: 40px;
        padding: 0px;
        width: 100px;
        margin-left: -1px;
        position: relative;
    }
    
    .work .nav-link img{
        width: 20px;
        margin-top: -5px;
    }

    .area-of-work-country{
        padding: 15px;
    }

        .leadership {
        border-right: 0px;
        background-color: #d7e3e0 !important;
        padding-top: 100px;
        position: relative;
        margin-top: 120px;
        border-top: 3px solid var(--primary);
        border-radius: 10px;
      }
    
      .leadership .img-leader {
        max-width: 170px;
        height: auto !important;
        margin: 0 auto;
        position: absolute;
        top: -100px;
        transform: translateX(-50%);
        left: 50%;
        background-color: var(--tertiary) !important;
        padding: 3px;
        border-radius: 10px;
        max-height:190px;
      }
    
      .leadership .leadership_content {
        width: 100%;
        margin-left: 0;
        float: right;
        padding: 15px 15px;
        border-left: none;
        border-right: 0px;
        border-bottom: 10px solid var(--tertiary);
        border-radius: 10px;
      }
    
      .leadership .leadership_content h3,
      .leadership .leadership_content h5 {
        text-align: center;
      }
    
      .leadership .content {
        width: 100%;
        max-height: 100%;
        height: auto;
        overflow: hidden;
        transition: max-height 0.5s;
        margin-bottom: 15px;
        border-radius: 10px;
      }

      .recent-project-content-height{
        max-height: 100%;
      }
    
      .leadership .content.open {
        max-height: 2000px;
        transition: max-height 1s ease !important;
      }
      
	.home-testimonial-next, .home-testimonial-prev{width:50px;height:50px;line-height:50px;top:20%;}


}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 575px) {.page-id-208 .recent-project.aos-init.aos-animate{min-height:auto !important;}.page-id-208 .recent-project-content{height:auto !important;}}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {}