
  #testimonials-wrap {
	padding:30px 0;
	overflow:hidden;
  }
  #testimonials-wrap {
	padding:30px 0;
	position:relative;
  }
  #testimonials-wrap h2 {
	color: #fff;
	margin:35px 0;
  }
  #bg-testi-blue {
	position:absolute;
	background-color: #306195;
	width:100%;
	height:325px;
	top:0;
  }
  #testimonials-wrap article {
	background-color: #fff;
	text-align:center;
	width:90%;
	max-width:800px;
	margin: 5px auto 25px;
	padding:40px 20px;
	border-radius:10px;
	box-shadow:0px 3px 30px #00000014;
	position:relative;
	z-index:999;
  }
  #testimonials-wrap article .test-desc {
	color: #666666;
	font-size:14px;
	font-weight:400;
	line-height:1.85em;
	margin:0;
	padding:15px 20px;
  }
  #testimonials-wrap article .testi-name {
	color:#207BB7;
	font-size:14px;
	font-weight:600;
	margin:20px 0 0;
  }
  @media screen and (max-width: 767px) {
	#testimonials-wrap .text-left,
	#testimonials-wrap .text-right {
	  text-align:center;
	  padding:5px;
	}
  }




  #testimonials-wrap .slick-slide {
	text-align:center;
	height: auto !important;
  }
  #testimonials-wrap .slick-slide:before {
	content: '';
	display:inline-block;
	height:100%;
	vertical-align:middle;
  }
  #testimonials-wrap .slick-prev, 
  #testimonials-wrap .slick-next {
	display: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 25%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
  }
  #testimonials-wrap .slick-prev {
	left:-30px;
  }
  #testimonials-wrap .slick-prev:before {
	content: '<';
  }
  #testimonials-wrap .slick-next {
	right:-30px;
  }
  #testimonials-wrap .slick-next:before {
	content: '>';
  }
  #testimonials-wrap .slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 28px;
	line-height: 1;
	opacity: .9;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
