@CHARSET "UTF-8";




.testimonial-block{
	
	background-color: #ECF1F3;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	
}

.testimonial-item{
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	display: block;
	background-color: #ffffff;
}

.testimonial-block .slick-slide{
	
	/* width: 280px !important; */
	height: 260px !important;
	margin: 0 20px;
}



.testimonial-block  .slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 30px;
  background: none;
  padding: 5px;
  border: 0;
  color: #C7DFEA;
  font-size: 0;
  line-height: 0;
}

.testimonial-block  .slick-arrow:after {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-rendering: auto;
  content: '\f104';
}

.testimonial-block  .slick-arrow:hover {
  color: #085B8E;
}

.testimonial-block  .slick-next {
  top: 50%;
  right: -40px;
	
}

.testimonial-block  .slick-prev {
  top: 50%;
  left: -40px;
}

.testimonial-block  .slick-next:after {
  top: -15px;
  right: 0px;
  content: '\f105';
}


.testimonial-block  .slick-prev:after {
 	top: -15px;
	left: 0px;

}


.testimonial-block  .slick-initialized .slick-slide {
  display: block;
}



.testimonial-item img{
	width: 140px;
	height: 140px;
	border-radius: 50%;
}

.testimonial-item .testimonial{
	
	margin-top: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #020303;
	line-height: 20px;
	text-align: center;

	
	
}

.testimonial-item .testimonial i{
	
	font-size: 26px;
	padding-right: 10px;
	color: #C7DFEA;
}

.testimonial-item .who_where{
	
	
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	bottom: 30px;
	color: #005B91;
	position: absolute;
	width: inherit;
	padding-right: 40px;
	text-align: center;
}





/* ****** */



.testimonial-listitem{
	
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	display: block;
	background-color: #ffffff;
	
	/*clear:both; */
	
}


.testimonial-listitem div.img{
	position:relative;
	width: 100px;
	height: 100px;
	/*float: left; */
	margin: auto;

}

.testimonial-listitem div.img img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	
}

.testimonial-listitem .testimonial{
	
	postion: relative;
/*
 * 
 	margin-left: 120px;
	margin-top: 10px;
*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #020303;
	line-height: 20px;
	text-align: center;
	
	width: 100%;
	
	
}

.testimonial-listitem .testimonial i{
	postion: relative;
	font-size: 26px;
	padding-right: 10px;
	color: #C7DFEA;
}

.testimonial-listitem .who_where{
	
	postion: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	bottom: 30px;
	color: #005B91;
	width: inherit;
	padding-right: 40px;
	
}