.testimonial {
  padding-top: 70px;
  margin: 50px 15px 0;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
}
.testimonial:hover {
  border-color: #e7e3e3;
}
.testimonial .pic {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  position: absolute;
  top: -50px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  transition: all 0.7s ease 0s;
}
.testimonial:hover .pic {
  background: #1d3033;
}
.testimonial .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial .title {
  font-size: 16px;
  font-weight: 700;
  color: #eabd44;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.testimonial .description {
  font-size: 15px;
  color: #999;
  line-height: 25px;
  border-bottom: 1px solid #f7f7f7;
  padding: 0 25px 35px;
  margin: 0;
}
.testimonial .testimonial-content {
  padding: 15px 25px 12px;
  border: 1px solid #f7f7f7;
  border-top: none;
  position: relative;
  text-align: left;
  transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content {
  border-color: #1d3033;
}
.testimonial .testimonial-content:after {
  content: "";
  width: 100%;
  height: 0;
  background: #1d3033;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after {
  height: 100%;
}
.testimonial-content .testimonial-profile {
  display: inline-block;
}
.testimonial .name {
  font-size: 16px;
  font-weight: 700;
  color: #3d3d3d;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease 0s;
}
.testimonial:hover .name {
  color: #fff;
}
.testimonial .post {
  font-size: 14px;
  color: #eabd44;
  text-transform: capitalize;
}
.testimonial .rating {
  display: inline-block;
  padding: 5px;
  margin: 0;
  list-style: none;
  background: #eabd44;
  position: absolute;
  right: 25px;
  line-height: 0;
}
.testimonial .rating li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.lrwp-testimonial-slider-style3.owl-theme .owl-dots {
  display: none !important;
}
.lrwp-testimonial-slider-style3.owl-theme .owl-nav {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.lrwp-testimonial-slider-style3.owl-theme .owl-nav button.owl-prev,
.lrwp-testimonial-slider-style3.owl-theme .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 !important;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e9e9e9;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 1;
  pointer-events: auto;
}
.lrwp-testimonial-slider-style3.owl-theme .owl-nav button.owl-prev {
  left: -40px;
}
.lrwp-testimonial-slider-style3.owl-theme .owl-nav button.owl-next {
  right: -40px;
}
.lrwp-testimonial-slider-style3.owl-theme .owl-nav button.owl-prev:hover,
.lrwp-testimonial-slider-style3.owl-theme .owl-nav button.owl-next:hover {
  color: #eabd44;
  background: #fff;
  border-color: #eabd44;
}
body .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 2px solid #0c4767;
  opacity: 1;
}
body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #fa7921;
  background: #fff;
}
@media only screen and (max-width: 990px) {
  .lrwp-testimonial-slider-style3.owl-theme .owl-nav button.owl-prev {
    left: 0px;
  }
  .lrwp-testimonial-slider-style3.owl-theme .owl-nav button.owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial .testimonial-content {
    padding: 15px 10px 12px;
  }
  .testimonial .rating {
    right: 12px;
  }
}
