#fbx-testimonials {
	background-color: var(--clr-bg);
}

.wrapper-testimonials {
	max-width: 1000px;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}
.single-testimonials p {
	margin-bottom: 20px;
}
.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 18px;
  color: var(--clr-text1);
}
.wrapper-author p {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}
.single-testimonials {
    text-align: center;
}
#fbx-testimonials .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#fbx-testimonials .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
#fbx-testimonials .owl-dots .owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
#fbx-testimonials .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#fbx-testimonials .owl-dots .owl-dot.active span, 
#fbx-testimonials .owl-dots .owl-dot:hover span {
    background: #869791;
}


