#testimonial {
	/* background-image: url('../img/e.jpg'); */
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
}
#testimonial .head {
	text-align: center;
	cursor: pointer;
}
#testimonial .head .testi-title {
	color: #000;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 7px;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
#testimonial .head .line {
	border-bottom: 2px solid #33bfb3;
	display: inline-block;
	width: 130px;
	padding: 10px 0;
}
#testimonial .head:hover .line {
	border-bottom: 2px solid #85c159;
	transition: 0.3s;
}
#testimonial .big-title1 {
	text-transform:uppercase;
	text-align:center;
	padding: 30px 0 0 0;
}
#testimonial .big-title1 .title1 {
	color:white;
	padding:0px;
	font-weight:bold;
	font-size:39px;
}
#testimonial .big-title1 .img-responsive {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin: 20px 0 40px 0;
}
#testimonial .border {
	border: solid 0.5px white;
	padding: 40px 0;
	width: 100%;
	display: block;
	margin-top: 50px;
	overflow:  hidden;
}
#testimonial .border .border-img {
	display:  flex;
	width: 85px;
}
#testimonial .border .border-text {
	padding: 25px 40px;
	color: black;
	text-align: center;
	line-height;
	line-height: 25px;
}
#testimonial .border .border-name {
	color: black;
	font-weight: bold;
	text-align: center;
	line-height;
	font-size: 17px;
}
#testimonial .border .border-img .img1 {
	background-image:url('../img/f.jpg');
	background-repeat: no-repeat;
	display:  flex;
	flex-grow: 1;
	text-align: center;
	background-size: 100%;
	background-position: center;
	border-radius: 60%;
	transition: ease 0.3s all;
	justify-content:  center;
}
#testimonial .border .border-img .ig:hover {
	cursor: pointer;
	background-size: 110%;
}
#testimonial .border .border-img .img2 {
	background-image:url('../img/g.jpg');
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	flex-grow: 1;
	text-align: center;
	border-radius: 60%;
	transition: 0.3s ease all;
	background-size: 100%;
	background-position: center;
}
#testimonial .border .border-img .img3 {
	background-image:url('../img/h.jpg');
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	flex-grow: 1;
	text-align: center;
	border-radius: 60%;
	transition: 0.3s ease all;
	background-size: 100%;
	background-position: center;
}
#testimonial .border .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#testimonial .border .item .t-img {
	display: flex;
	flex-wrap: wrap;
	height: 85px;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	#testimonial {
		padding: 40px 0;
	}
	#testimonial .head .testi-title {
		font-size: 35px;
	}
	#testimonial .border .border-text {
		padding: 25px 10px;
		line-height: 23px;
	}
}
