

*{
	margin: 0;
	padding: 0;
}
@font-face {

    /* font-properties */

    font-family: 'Snat';

    src:url("fonts/Bluetea.ttf");  /* IE9 */

}
.testimonials{
	padding: 40px 0;
	color: #434343;
	text-align: center;
}
.inner{
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 0 20px;

}
.border{
	width: 160px;
	height: 5px;
	background: #6ab04c;
	margin: 10px auto;
}
.row1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.col1{
	flex: 33.33%;
	max-width: 33.33%;
	box-sizing: border-box;
	padding: 15px;
}
.testimonial{
	background: #fff;
	padding: 30px;
}
.testimonial img{
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.name{
	font-size: 20px;
	text-transform: uppercase;
	margin: 20px 0;
}
@media screen and (max-width:960px) {
.col1{
	flex:100%;
	max-width: 80%;
}
}
@media screen and (max-width:600px) {
	.col1{
		flex:100%;
		max-width: 100%;
	}
		
	}
/*= effect-3 css =*/
.effect-3 {
	max-height: 302px;
	min-height: 302px;
	overflow: hidden;
  }
  .effect-3 h3 {
	padding-top: 7px;
	line-height: 27px;
  }
  .effect-3 .member-image {
	border-bottom: 5px solid rgb(160,179,222);
	transition: 0.4s;
	/* height: 212px; */
	width: 100%;
	display: inline-block;
	float: none;
	vertical-align: middle;
  }
  .effect-3 .member-info {
	transition: 0.4s;
    position: relative;
    text-align:"center";
  }
  .effect-3 .member-image img {
	width: 100%;
	vertical-align: bottom;
  }
  .effect-3 .social-touch {
	background-color: #e5642b;
	float: left;
	left: 0;
	bottom: 0;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	transition: 0.4s;
  }
  .effect-3:hover .member-image {
	border-bottom: 0;
	border-radius: 0 0 50px 50px;
	height: 81px;
	display: inline-block;
	overflow: hidden;
	width: 109px;
	transition: 0.4s;
  }
  /*= effect-3 css end =*/
