

.testimonial-container {
	padding:0px 0;
	background-color:#b8bb9a;
	color:#000000;
	font-size:14px;
	line-height:35px;  
	font-weight:600;
	text-align: center;
    display: none;
}

.testimonial {
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.testimonial img
{
	margin:0 2px;
}

.testimonial span
{
	color:#fff;
}

.testimonial.active {
  display: block;
}


.controls {
  margin-top: 0;
}

.controls button {
    background: #b8bb9a;
    color: white;
    border: none;
    padding: 0rem 0rem;
    margin: 0 0;
    border-radius: 0px;
    cursor: pointer;
}

.control-left {
    position: absolute;
    left: 20px;
	top: 0;
}
.control-right {
    position: absolute;
    right: 20px;
	top: 0;
}