@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
body,
html {
  width: 100%;
  font-size: 10px;
  font-weight: normal;
  font-family: "Work Sans", Arial, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/* Navebar section style */
.navbar-inverse p{
  position: relative;
  display: block;
  color: #fff;
  margin-top: 50px;
  font-size: 12px;
}
.maa_logo{
  width: 70px;
  height: 70px;
  float: right;
  margin-right: 20px;
}
.navbar-inverse .maaoTitle{
  position: absolute;
  color: #00b0ff;
  font-size: 40px;
  margin-top: 20px;
}
.navbar-inverse .maaoLogo_text{
  position: absolute;
  margin-top: 15px;
  margin-left: 70px;
  width: 140px;
  height: 32px;
}
ul li span{
  margin-right: 10px;
}
.navbar-right span{
  font-size: 15px;
}
#myNavbar ul li a{
  position: relative;
  font-size: 14px;
  margin-top: 15px;
}
#myNavbar ul{
  margin-left: 30px;
}
.navbar-right li a{
  position: absolute;
  display: block;
}

@media  screen and(max-width:1225px) {
  #myNavbar{
    display: none;
  }
}
/*image slider css Section*/
#slidy-container {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -20px;
}
#slidy-container img{
    height:800px;
}
@media screen and (max-width: 1212px) {
  #slidy-container{
    width: 100%;
  }
}
/* Services Section start here */
.wrapper{
  margin-top: 10%;
}
.wrapper h1{
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 52px;
  margin-bottom: 100px;
  margin-top: 100px;
  text-align: center;
}
.wrapper span{
  font-size: 52px;
  color: #1eaaf1;
}
.team{
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;
}
.team a:hover{
  text-decoration: none;
}
.team .Watershed{
  background: #83298d;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  transition: 1s;
}
.Watershed p{
  margin-top: 30px;
}
.Watershed:hover{
  transform: scale(1.1);
  z-index: 2;
}
.team .Watershed h3{
  color: #fff;
  font-size: 26px;
  margin-top: 50px;
}
.team .Watershed p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.team .Watershed .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}
.team .Watershed .team_img img{
  width: 80px;
  height: 100px;
  padding: 5px;
}
.team .education{
  background: #1eaaf1;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  height: 295px;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  transition: 1s;
}
.education:hover{
  transform: scale(1.1);
  z-index: 2;
}
.team .education h3{
  color: #fff;
  font-size: 26px;
  margin-top: 50px;
}

.team .education p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.team .education .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .education .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}
.team .Humanitarian{
  background: #fcc40d;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  height: 295px;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  transition: 1s;
}
.Humanitarian:hover{
  transform: scale(1.1);
  z-index: 2;
}
.team .Humanitarian h3{
  color: #fff;
  font-size: 26px;
  margin-top: 50px;
}

.team .Humanitarian p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.team .Humanitarian .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .Humanitarian .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}
.team .Malnutrition{
  background: #84bf33;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  height: 295px;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  transition: 1s;
}
.Malnutrition:hover{
  transform: scale(1.1);
  z-index: 2;
}
.team .Malnutrition h3{
  color: #fff;
  font-size: 26px;
  margin-top: 50px;
}

.team .Malnutrition p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.team .Malnutrition .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .Malnutrition .team_img img{
  width: 60px;
  height: 100px;
  padding: 5px;
}

.team .Livelihood{
  background: #cb2b29;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  height: 295px;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  transition: 1s;
}
.Livelihood:hover{
  transform: scale(1.1);
  z-index: 2;
}
.team .Livelihood h3{
  color: #fff;
  font-size: 26px;
  margin-top: 50px;
}

.team .Livelihood p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.team .Livelihood .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .Livelihood .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}
.team .wheat{
  background: #5c3c92;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  height: 295px;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  transition: 1s;
}
.wheat:hover{
  transform: scale(1.1);
  z-index: 2;
}
.team .wheat h3{
  color: #fff;
  font-size: 26px;
  margin-top: 50px;
}

.team .wheat p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.team .wheat .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .wheat .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}
.team .General{
  background: #1e847f;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  height: 295px;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  transition: 1s;
}
.General:hover{
  transform: scale(1.1);
  z-index: 2;
}
.team .General h3{
  color: #fff;
  font-size: 26px;
  margin-top: 50px;
}

.team .General p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.team .General .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .General .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}
.team .Agriculture{
  background: #03353E;
  margin: 5px;
  margin-bottom: 50px;
  width: 300px;
  height: 295px;
  padding: 20px;
  line-height: 20px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  transition: 1s;
}
.Agriculture:hover{
  transform: scale(1.1);
  z-index: 2;
}
.Agriculture a:hover{
  text-decoration: none;
}
.team .Agriculture h3{
  color: #fff;
  font-size: 26px;
  margin-top: 50px;
}

.team .Agriculture p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.team .Agriculture .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .Agriculture .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}
/* About section start here */
#about{
  padding: 80px 0;
  color: #ababab;
  width: 95%;
  margin-top: 20%;
}
#about p{
  color: #7f7f7f;
}
#about img{
  margin-top: -150px;
}
#about span{
  color: #3498db;
  font-size: 36px;
  margin-left: 50px;
}
.row{
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 50px;
}
.about-col-1{
  width: 200px;
  height: 200px;
  margin-left: 200px;
  border-radius: 50%;
  margin-left: 40%;
  margin-top: -80px;
}
.about-col-1 img{
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
@media screen and (max-width:600px) {
  .about-col-1{
    margin-left: 100px;
  }
}
.about-col-2{
  margin-top: -220px;
  padding: 20px;
}
.sub-title{
  margin-left: 38%;
  margin-right: 40%;
  margin-bottom: 20px;
  font-size: 36px;
  margin-top: 100px;
  color: #2A3457;
}
.about-col-2 p{
  line-height: 1.6;
  color: #150734;
}
/* Read More and Read Less Section start */
/* details > summary {
  cursor: pointer;
}

details > summary .summary-closed,
details[open] > summary .summary-open {
  display: initial;
}

details[open] > summary .summary-closed,
details > summary .summary-open {
  display: none;
}

details {
  margin-left: 20px;
} */

.background{
  width: 700px;
}
@media (max-width: 778px) {
  .background{
    width: 100%;
  }
  .sub-title{
    width: 100%;
    margin-left: 50px;
  }
  #about{
    margin-top: 40%;
  }

}
.h2-sub-title{
  color: #150734;
  text-align: center;
  padding: 10px;
  margin-top: 30px;
  text-align: left;
  font-size: 24px;
}
.background .vision{
  color: #150734;
  padding: 10px;
  font-size: 24px;
}
.backgroundValues .values{
  font-size: 24px;
}
.backgroundValues{
  color: #150734;
  padding: 40px;
  margin-right: 50px;
  width: 480px;
  margin-left: 750px;
  margin-top: -500px;
  background-color: #f8f9fa !important;
}
@media (max-width: 1000px) {
  .backgroundValues{
    float: left;
    margin-top: 50px;
    margin-left: -50px;
  }
}
.btn{
  border: 2px solid #3498db;
  background: none;
  padding: 10px 20px;
  font-size: 20px;
  font-family: "montserrat";
  cursor: pointer;
  margin: 10px;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  margin-left: 40%;
  margin-top: 40px;
}
.btn1{
  color: #3498db;
}
.btn1:hover{
  color: #fff;
}
.btn::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #3498db;
  z-index: -1;
  transition: 0.8s;
}
.btn1::before{
  top: 0;
  border-radius: 0 0 50% 50%;
}
.btn1:hover::before{
  height: 180%;
}

#paragraph{
  margin-top: 150px;
}
/* Bottom image slider start here */
.cell{
  width: 33%;
  height: 350px;
  margin: 0 15px;
  margin-top: 50px;
  overflow: hidden;
  border-radius: 8px;
}
.cell img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .cell{
    width: 100%;
    height: 400px;
  }
}

/* -------------------------Blog section start here------------------------*/

/* .blog-header{
  text-align: center;
  margin-top: 200px;
  font-size: 36px;
  margin-left: 50px;
}
.fa-solid{
  margin-left: 300px;
  width: 300px;
}
.blog-header span{
  color:#3498db ;
  font-size: 36px;
}
.card-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -200px;
}
.card{
  width: 350px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: 0px 20px 0px 0px;
  margin-top: 250px;
}
.card .btn{
  margin-left: 10px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
.card .card-blue{
  background-color: #3498db;
  margin-top: 20px;
  color: #fff;
  margin: 20px 20px 0px 20px;
}
.card .card-blue2{
  background-color: #3498db;
  margin-top: 20px;
  color: #fff;
  margin: -20px 20px 0px 20px;
}
.card img{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.card-container{
  padding: 16px;
}
.card-container h3{
  font-size: 28px;
  margin-bottom: 8px;
  padding: 20px;
}
.card-container p{
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  padding: 20px;
}
.card-container .btn{
  display: inline-block;
  padding: 8px 16px;
  background-color: #3498db;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 16px;
  color: #fff;
}

@media screen and (max-width: 1000px){
  .card{
    margin-top: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .blog-header{
    margin-bottom: 200px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .card .card-blue2{
    margin-bottom: 20px;
  }
} */
/* ------------------------ Quotes section start here -------------------- */

.container2{
  width: 100%;
  height: auto;
  margin-left: 15%;
  margin-top: 200px;
  position: relative;
}
.quotes-title{
  margin-left: 20%;
  margin-top: -50px;
  margin-bottom: 50px;
  font-weight: 600;
}
.container2 .figure2{
  width: 100%;
  height: 100vh;
  line-height: 0;
}
.figure2 img{
  width: 70%;
  height: 70%;
}
.slide{
  position: relative;
  bottom: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: -15%;
  margin-top: -170px;
}
.slide img{
  width: 100px;
  height: 80px;
  margin: 10px;
  border: 2px solid #fff;
  border-radius: 4px;
  transition: 0.5s;
  cursor: pointer;
  object-fit: cover;
}
.slide img:hover{
  transform: scale(1.3);
  border: 3px solid #ff5733;
}

@media screen and (max-width: 1000px) {

  .figure2 img{
    width: 100%;
    height: 500px;
    margin-left: -150px;
    
  }
}

@media screen and (max-width: 715px) {
  
  .figure2 img{
    width: 70%;
    height: 300px;
    margin-left: -50px;

  }
  .slide{
    margin-top: -300px;
  }
}

@media  screen and (max-width: 600px) {
  .quotes-title{
    font-size: 18px;
    margin-left: 20px;
  }
}
/* ------------innovation section start---------------- */

#innovation{
  width: 100%;
  height: 80vh;
  background-image: url(../img/innovationBack.jpg);
  background-size: cover;
  background-position: center;
  opacity: 5.0;
  margin-top: -20px;
  background-attachment: fixed;
}

span{
  font-size: 24px;
  font-weight: bold;
}
.innovation-Text{
  background-color: black;
  width: 1550px;
  height: 80vh;
  margin-left: -200px;
  margin-right: -50px;
  opacity: 0.6;
  padding: 10px;
}
#innovationParagraph{
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15%;
  width: 600px;
  margin-left: 100px;
  line-height: 1.5;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 900px) {
  #innovation{
    width: 100%;
  }
  .innovation-Text{
    width: 120%;
    margin-left: -100px;
    margin-right: -100px;
    font-size: 14px;
  }
}

@media (max-width:600px) {
 #innovationParagraph{
  width: 400px;
 }
}
/* Bottom image Slider style section */
@media screen and (max-width:800px) {
  .cell{
    width: 100%;
    height: auto;
  }
}
/* Donors section start here */
.Partners-text{
  margin-left: 45%;
  margin-top: 200px;
}
.Partners-text h2{
  font-size: 36px;
  font-weight: 900;
  font-family: inherit;
  color: #2A3457;
}
.donors{
  display: flex;
  margin-top: 50px;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;
}
.donors h2{
  font-size: 36px;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
}
.donors img{
  width: 150px;
  height: 150px;
  margin: 10px;
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  .Partners-text{
    margin-left: 130px;
  }
}
@media screen and (max-width: 600px) {
  .donor-slide{
    width: 100%;
    height: auto;
  }
}
/* Stay in Touch Section */
.message-icon{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #3498db;
  margin-left: 45%;
  margin-top: 150px;
}
.message-icon img{
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-left: 12px;
}
.message-text h1{
  padding: 20px;
  color: #2A3457;
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: center;
}

form { max-width:420px; margin:50px auto; }

.feedback-input {
  color:#878787;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #3498db;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #3498db; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:none;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#CC6666;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#CC4949; }

.submit-btn{
  border: 1px solid #3498db;
  background: none;
  padding: 10px 20px;
  width: 100%;
  font-size: 20px;
  font-family: "montserrat";
  cursor: pointer;
  margin: 10px;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  margin-left: -2px;
  margin-top: 40px;
  color: #3498db;
}

.submit-btn:hover{
color: #fff;
}
.submit-btn::before{
content: "";
position: absolute;
left: 0;
width: 100%;
height: 0%;
background: #3498db;
z-index: -1;
transition: 0.8s;
}
.submit-btn::before{
top: 0;
border-radius: 0 0 50% 50%;
}
.submit-btn:hover::before{
height: 180%;
}
/* footer section start here */
footer{
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 100px;
  background: #3498db;
}
footer .container{
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 50px;
}
footer .container .sec h2{
  position: relative;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
}
footer .container .sec h2::before{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ffeb3b;
}
footer .container .sec p{
  color: #fff;
  margin-right: 30px;
  line-height: 1.5;
  width: 500px;
  font-size: 14px;
}
footer .qulicklinks ul li a{
  font-size: 14px;
}
.sci{
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4,50px);
  grid-gap: 10px;
}
.sci li{
  list-style: none;
}
.sci li a{
  display: inline-block;
  width: 48px;
  height: auto;
  background: #3498db;
  display:grid;
  align-content: center;
  justify-content: center;
  text-decoration: none;
}
.sci li a .fab:hover{
  background: #3498db;
}
.sci li a .fab{
  color: #fff;
  font-size: 20px;
}
.qulicklinks{
  position: relative;
  width: 200px;
}
.qulicklinks li{
  list-style: none;
}
.qulicklinks li a{
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.qulicklinks li a:hover{
  color: #ffeb3b;
}
.info{
  position: relative;
}
.info li{
  display: grid;
  grid-template-columns: 30px 1fr;
  margin-bottom: 16px;
}
.info li img{
  width: 18px;
}
.contact{
  margin-right: -150px;
}
.contact span{
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
}
.contact a{
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.contact li a:hover{
  color: #ffeb3b;
}
.copyrightText{
  width: 100%;
  background: #0c0e2d;
  padding: 8px 100px;
  text-align: center;
  color: #fff;
}
.copyrightText p{
  font-size: 14px;
}
@media (max-width: 991px) {
  footer{
    padding: 40px;
  }
  footer .container{
    grid-template-columns: repeat(1,1fr);
  }
  .aboutus{
    margin-left: 55px;
  }
  .qulicklinks{
    margin-left: 50px;
  }
  .contact{
    margin-left: 50px;
  }
}
@media (max-width: 600px) {
  footer .container{
    grid-template-columns: repeat(1,1fr);
    width: 50%;
    margin-left: -10px;
  }
}
@media (max-width: 500px) {
  footer .aboutus{
    grid-template-columns: repeat(1,1fr);
    width: 50%;
    margin-left: -40px;
  }
}

/*************footer End*****************/

.title{
    font-size: 50px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    text-decoration: underline 4px;
}
.questions-container{
    max-width: 600px;
    margin: 0 auto;
}
.question{
    border-bottom: 1px solid #000;
}
.question button{
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    border:none;
    outline: none;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}
.question p{
    font-size: 22px;
    max-height: 0;
    opacity: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
}
.d-arrow{
    transition: transform 0.5s ease-in ;
    color: #000;
}

/*add this class when click*/
.question p.show{
    max-height: 200px;
    opacity: 1;
    padding:0px 15px 30px 15px;
}
.question button .d-arrow.rotate{
    transform: rotate(180deg);
}
.side-image img{
  width: 650px;
  margin-top: 400px;
}
/* About Page Style starts here*/
.about-img img{
  width: 100%;
  height: 80vh;
}
/* Watershed page style section */
.watershed-header{
  width: 100%;
  height: 600px;
  margin-top: -20px;
}
.watershed-header img{
  width: 100%;
  height: auto;
}
.watershed-child{
  background: #fafafa !important;
  width: 620px;
  margin-left: 150px;
}
.watershed-child h2{
  background-color: #83298d;
  color: #fff;
  text-align: center;
  width: 620px;
  padding: 10px;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 50px;
}
.watershed-child p{
  width: 600px;
  margin-left: 10px;
  font-size: 16px;
}
/* Watershed section end here */
.humanitarian-header{
  width: 100%;
  height: 500px;
  margin-top: -20px;
}
.humanitarian-header img{
  width: 100%;
  height: 500px;
}
.humanitarian-child h2{
  background-color: #fcc40d;
  text-align: center;
  width: 620px;
  padding: 10px;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
.humanitarian-child{
  background: #fafafa !important;
  width: 620px;
  margin-left: 150px;
}
.humanitarian-child p{
  width: 600px;
  font-size: 16px;
  margin-left: 10px;
}
/* Humanitarian section ends here */

.education-header{
  width: 100%;
  height: 500px;
  margin-top: -20px;
}
.education-header img{
  width: 100%;
  height: 500px;
}
.education-child{
  background: #fafafa !important;
  width: 620px;
  margin-left: 150px;
}
.education-child h2{
  background-color: #1eaaf1;
  text-align: center;
  width: 620px;
  padding: 10px;
  align-items: center;
  margin-top:100px;
  margin-bottom: 50px;
}
.education-child p{
  width: 600px;
  margin-left: 10px;
  font-size: 16px;
}
.provention-header{
  width: 100%;
  height: 500px;
  margin-top: -20px;
}
.provention-header img{
  width: 100%;
  height: 550px;
}
.provention-child{
  background: #fafafa !important;
  width: 620px;
  margin-left: 150px;
}
.provention-child h2{
  background-color: #1eaaf1;
  text-align: center;
  width: 620px;
  padding: 10px;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 50px;
}
.provention-child p{
  width: 600px;
  margin-left: 10px;
  font-size: 16px;
}
.livelihood-header{
  width: 100%;
  height: 500px;
  margin-top: -20px;
}
.livelihood-header img{
  width: 100%;
  height: 650px;
}
.livelihood-child{
  position: relative;
  background: #fafafa !important;
  width: 620px;
  margin-left: 150px;
}
.livelihood-child h2{
  background-color: #1eaaf1;
  color: #fff;
  text-align: center;
  width: 620px;
  padding: 10px;
  align-items: center;
  margin-top: 250px;
  margin-bottom: 50px;
}
.livelihood-child p{
  width: 600px;
  margin-left: 10px;
  font-size: 16px;
}
/*  */
.Wheat-header{
  width: 100%;
  height: 500px;
  margin-top: -20px;
}
.Wheat-header img{
  width: 100%;
  height: 550px;
}
.Wheat-child{
  background: #fafafa !important;
  width: 620px;
  margin-left: 150px;
}
.Wheat-child h2{
  background-color: #5c3c92;
  color: #fff;
  text-align: center;
  width: 620px;
  padding: 10px;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 50px;
}
.Wheat-child p{
  width: 600px;
  margin-left: 10px;
  font-size: 16px;
}
/*  */
.GeneralDistribution-header{
  width: 100%;
  height: 500px;
  margin-top: -20px;
}
.GeneralDistribution-header img{
  width: 100%;
  height: 550px;
}
.GeneralDistribution-child{
  background: #fafafa !important;
  width: 620px;
  margin-left: 150px;
}
.GeneralDistribution-child h2{
  background-color: #1e847f;
  color: #fff;
  text-align: center;
  width: 620px;
  padding: 10px;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 50px;
}
.GeneralDistribution-child p{
  width: 600px;
  margin-left: 10px;
  font-size: 16px;
}
/*  */
.Agriculture-header{
  width: 100%;
  height: 500px;
  margin-top: -20px;
}
.Agriculture-header img{
  width: 100%;
  height: 550px;
}
.Agriculture-child{
  background: #fafafa !important;
  width: 620px;
  margin-left: 150px;
}
.Agriculture-child h2{
  background-color: #1e847f;
  color: #fff;
  text-align: center;
  width: 620px;
  padding: 10px;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 50px;
}
.Agriculture-child p{
  width: 600px;
  margin-left: 10px;
  font-size: 16px;
}
.Agriculture-child p span{
  color: #1e847f;
}

.heading-img img{
  width: 101%;
  height: 700px;
}
.blog-body-parent{
  position: relative;
  display: flex;
  grid-template-columns: auto auto;
  gap: 20px;
  margin-top: 100px;
}
.blog-body-parent .blog-body-child1{
  position: absolute;
  flex: 1;
  margin-left: 50px;
  background-color: #F0F0F0;
}
.blog-body-parent .blog-body-child2{
  flex: 1;
  position: absolute;
  height: auto;
  margin-right: 80px;
}
.blog-body-child1 h2{
  background-color: #1eaaf1;
  color: #fff;
  width: 100%;
  height: 70px;
  margin-top: -1px;
  margin-bottom: 50px;
  padding: 20px;
}
.blog-body-child1 p{
  width: 600px;
  margin-left: 10px;
  font-size: 16px;
}
.blog-body-child1 .blog-subtitles{
  color: #1eaaf1;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
}

.blog-body-child1 p{
  margin-left: 20px;
}
