.special{
  color: #ffc039;
  font-weight: bold;
}
.volunteer-area h2{
    color:#03b664;
  }
  
  .volunteer-area .img1{
    max-width:100%;
    height:350px;
    padding-top:50px;
  }
  
  .volunteer-area .p1{
    text-align:justify;
    padding-top:-5px;
  }
  .volunteer-area .p2{
    text-align: justify;
  }
  
  .volunteer-area .li{
    list-style-type: disc;
    padding:4px;
  }
  
  .volunteer-area .p3{
    text-align:justify;
    padding-top:8px;
  }
  
  .volunteer-area .img2{
    max-width:100%;
    height:350px;
    padding-top:50px;
    padding-bottom:20px;
  }

  
  .testimonials-section1 {
    background: #061738;
    
    
   
  }
  
  .testimonials-section1 h2{
    color:#ffc039;
    margin-top:-50px;
 
  }
  
  
  .testimonials-section1 p{
    color:white;
  
  }
  
  .testimonials-section1 .h1{
    color:#ffc039;
    margin-top:50px;
  
  }
  
  .testimonials-section1 .p1{
  
    color:white;
    padding-left: 0px;
  }

  

  .features1  p{
    text-align:justify;
   color:white;
    padding:2%;
  }
  .features1 .heading1{
   
    color:white;
    text-align:center;
  }
  
  .features1 .heading2{

    color:#white;
    text-align:center;
  }
  
  
  .aboutus1 .founder1{
  text-align: center;
  }
  .director{
    margin-top: 10px;
  }
  .servicesimages{
    height:520px;
    width:550px;
  }
  .ruralmobile{
    display: none;
  }
  .rurallaptop{
    display: block;
  }
  
  @media(max-width: 570px){
    .aboutus1 .founder1 {
        margin-left:5px;
    }
    .founder p{
      padding: 0px 15px;
    }
    .servicesimages{
      height:320px;
      width:550px;
    }
    .ruralmobile{
      display: block;
    }
    .rurallaptop{
      display: none;
    }
  
  }
  
  .aboutus1 .p1{
    text-align: center;
  }
  .aboutus1 .heading{
    text-align: center;
    padding-top: 40px;
  }


  .features2{
   padding-top: 0px;
  }
  .aboutus1 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .aboutus1 .heading{
    padding-top: 15px;
  }
  .aboutus2{
    background-color: #061738 !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .aboutus2 p{
    text-align: justify;
    color: white;
  }

 

  .services1 {
    padding-top: 40px;
  }


  .volunteer p{
   
    color: #303030;
  }




/*SIDE SOCIAL ICONS*/








.icon-bar {

  top: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right:0;
  z-index:99999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #25D366;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
