.about-text h5 {
  font-weight: 400;
  margin-bottom: 12px;
}

.about-text .about-list {
  list-style: none;
  padding-top: 10px;
}

.about-text .about-list li {
  font-size: 14px;
  color: #636363;
  margin-bottom: 10px;
}

.about-text .about-list li i {
  color: #f6783a;
}

.testimonial-section {
  background: #f7f7f7;
}

.testimonial-slider .ts-author-pic {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonial-slider .ts-text span {
  color: #f6783a;
  font-size: 14px;
}

.testimonial-slider .owl-nav {
  position: absolute;
  top: 35px;
  width: 180px;
  left: 40px;
}

.testimonial-slider .owl-prev {
  float: left;
}

.testimonial-slider .owl-next {
  float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
  font-size: 36px;
  color: #b7b7b7;
}

.testimonial-slider .owl-dots {
  position: absolute;
  left: -15px;
  bottom: -5px;
  width: 25%;
  padding: 0 15px;
  text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #b7b7b7;
  display: inline-block;
  margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
  background: #f6783a;
}

.member {
  text-align: center;
}

.member h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  color:#29a846;
}

.member h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  
}
.team-section{
  margin:30px;
}

.member p {
  
  margin-bottom: 10px;
  font-weight: 14;
}

.member .member-pic:hover{
  transform: scale(1.1);
}



.member:hover .member-social a {
  top: 0;
}

.member:hover .member-social a:nth-child(1) {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.member .member-pic {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.member .member-pic:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.member .member-social {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -6px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.member .member-social a {
  padding: 0 5px;
  margin: auto 5px;
  color: #fff;
  position: relative;
  top: -20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.member .member-social a:hover {
  color: #f6783a;
}
.about-section{
  margin-top:250px;
}
.section-title h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
    color:#29a846;
}
.deptimg img{
 width: 100%;
 height:290px;
}

.about-text h5 {
    font-weight: 400;
    
    font-size:20px;
    
    margin:50px;
    margin-bottom:0px;
    color:#29a846;
}
.about-text h3 {
    font-weight: 400;
    margin-top:15px;
    font-size:20px;
    margin-left:50px;
    margin-right:50px;
    margin-bottom: 0px;
    color:black;
}
.about-text h6 {
    font-weight: 400;
    margin-bottom: 12px;
    font-size:15px;
    margin-top:1px;
        margin-left:50px;
    margin-right:50px;
    color:black;
}