@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");



/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #5BB12F;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 150px;
  background-color: white;
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 150px;
  height: auto;
}



@media (max-width : 1200px) {

.testimonial {
    padding-top: 40px;
    
    margin-bottom: 40px;
}

.testimonial .item i {
  margin-bottom: 40px;
}

}

@media (max-width : 768px) {

.testimonial {
    padding-top: 20px;
    
    margin-bottom: 20px;
}

.testimonial .item i {
  margin-bottom: 30px;
}



}


@media (max-width : 520px) {

.testimonial .item i {

    margin-bottom: 10px;
    font-size: 40px;

}

.testimonial .item .client-details p {

    font-size: 13px;
    font-weight: 300;
    padding: 0px 0%;

}

h3, .h3 {
    font-size: 16px;
	line-height:26px;
}

.testimonial .item .client-details {
padding-bottom:30px;

}

.testimonial .item .client-thumb img {
width:80px;
position:relative;
bottom:6px;

}



}
