.core{
  padding-top: 30px; 
  font-size: 28px; 
  line-height: 32px; 
  color: #009846; 
  font-weight: 600; 
  margin-bottom: 16px; 
  font-family: 'Hind Guntur', sans-serif;
}

.demo {
  font-size: 20px; 
  line-height: 22px; 
  color: #ef7f1a; 
  font-weight: 600; 
  margin-bottom: 16px; 
  text-transform: uppercase; 
  font-family: 'Hind Guntur', sans-serif;
}

.para {
  margin-bottom: 16px; 
  text-align: justify; 
  font-family: 'Hind Guntur', sans-serif; 
  color: #333333; 
  font-size: 17px;
}

.board_img {
  border: 3px solid var(--main-color-one); 
  width: 100%; 
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.board_para {
  text-align: center;
  font-size: 18px; 
  line-height: 20px; 
  font-weight: 500; 
  margin-bottom: 1px;
}

.board_para1 {
  text-align: center; 
  font-size: 14px; 
  line-height: 20px; 
  font-weight: 500; 
  margin-bottom: 1px;
}

.rem_img {
  border: 3px solid #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
  padding: 10px;
}

.motor_ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.motor_ul li a i {
  margin-right: 10px;
  color: var(--main-color-one);
}

.public_demo {
  font-size: 28px; 
  line-height: 22px; 
  color: #009846; 
  font-weight: 600; 
  margin-bottom: 26px;  
  font-family: 'Hind Guntur', sans-serif;
}

.public_para {
  margin-bottom: 80px;
}

.line {
  border-top: 1px dashed #cccccc;
  margin: 40px 0px 40px 0px;
}

.tales_demo {
    font-size: 28px;
    line-height: 32px;
    color: #009846;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: 'Hind Guntur', sans-serif;
}

.tales_para {
  font-size: 15px;
  color: #009846;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.tales_parag {
  margin-top: 12px;
  text-align: justify;  
}

.tales_img {
  border: 3px solid #fff;
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.line1 {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-left: 13px;
}

.result_demo {
  font-size: 25px;
  line-height: 32px;
  color: #009846;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: 'Hind Guntur', sans-serif;
}

.tblwrapper {
  overflow-x: auto;
}

.tbl {
  border-collapse: collapse;
  width: 100%;
  line-height: 22px;
  margin-bottom: 26px;
}

.tbl .hd {
  background-color: #009846;
  color: #fff;
  font-weight: 600;
}

.c11 {
  width: 10%;
}

.tbl td {
  border : 1px solid #cccccc;
  padding: 14px 20px 8px 20px;
}

.c12 {
  width: 18px;
}

.donor_para {
    margin-bottom: 16px;
    text-align: justify;
    font-family: 'Hind Guntur', sans-serif;
    color: #333333;
    font-size: 17px;
    margin-top: 20px;
}

.donor_demo {  
  font-family: 'Hind Guntur', sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #009846;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bodytext .head {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid #666;
}

.tbl .hd1 {
    background-color: #009846;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
    border-bottom: 1px solid #666;
}

.link {
  color: var(--main-color-one);
  
}
.feedback-icon{
   transition:all ease-in-out 0.4s;
}
.feedback-icon:hover {
   color:white;
}

.team-single-item{
    overflow:hidden;
    transition:all ease-out 0.5s;
}
.team-single-item img{
    height:280px;
    width:300px;
    transition:all ease-out 0.5s;
    object-fit:cover;
}
.team-single-item:hover img{
    transform:scale(1.08);
    
    opacity:0.6;
}
    .team-single-item:hover{
        box-shadow:6px 6px 10px grey;
        transform:translateY(-5px);
        
    }
    .gallery-card:hover{
        box-shadow:3px 3px 5px grey;
        transition:all ease-in 0.5s;
    }
    @media only screen and (max-width: 500px) {
        .team-single-item img{
            height:370px;
        }
    }
    
