/*==================================================================
                        Start testimonial
=========================================================================*/

.fwe_testimonial .single_testimonial {
  padding: 15px 15px;
}
.fwe_testimonial .single_testimonial_wrap {
  padding: 25px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgb(221 221 221 / 40%);
}
.fwe_testimonial .single_testimonial_wrap:hover {
  box-shadow: 0px 0px 20px 0px rgb(221 221 221 / 60%);
}
.fwe_testimonial .single_testimonial_wrap .testi_content {
  height: 200px;
  margin-bottom: 30px;
}
.fwe_testimonial .single_testimonial_wrap .testi_client_rating i {
  color: #f3bb00;
}
.fwe_testimonial .single_testimonial .author_info {
  display: flex;
  align-items: center;
}
.fwe_testimonial .single_testimonial .author_img {
  width: 80px;
  margin-right: 15px;
}
.fwe_testimonial .single_testimonial .author_img img {
  border-radius: 50%;
}
.fwe_testimonial .single_testimonial .author_name h4 {
  font-size: 18px;
	margin: 8px 0;
}
.fwe_testimonial .single_testimonial .author_deg h5 {
  font-size: 15px;
	margin: 8px 0;
}
.testi_client_quote,
.rating_top {
    display: none;
    font-size: 42px;
}

/* owl dot */
.fwe_testimonial .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.fwe_testimonial .owl-dots {
    text-align: center;
}
.fwe_testimonial .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.fwe_testimonial .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;
}

/* owl nave */
.fwe_testimonial {
  position: relative;
}
.fwe_testimonial .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 42px;
  transform: translateY(-50px);
}
.fwe_testimonial .owl-nav .owl-prev {
    left: -10px;
    position: absolute;
}
.fwe_testimonial .owl-nav .owl-next {
    right: -10px;
    position: absolute;
}


/* style two */
.style_two .rating_top {
    display: block;
    margin-bottom: 15px;
}
.style_two .rating_bottom {
    display: none;
}
.style_two .single_testimonial_wrap {
    border-radius: 8px;
    box-shadow: 0 8px 0 0 rgba(40.00000000000001,120.00000000000006,235,.1);
}
.style_two .single_testimonial_wrap:hover {
    border-radius: 8px;
    box-shadow: 0 8px 0 0 rgba(40.00000000000001,120.00000000000006,235,.1);
}

/* style three */
.style_three .testi_client_quote {
	display: block;
}
.style_three .single_testimonial_wrap {
    text-align: center;
}
.style_three .single_testimonial .author_info {
    display: block;
}
.style_three .single_testimonial .author_img {
    margin: auto;
}
/*==================================================================
                       End testimonial
=========================================================================*/