/*COLORS*/
/*FONTS*/
.stm_testimonials_list_style {
  margin: 0; }

.owl-carousel .owl-nav button.owl-prev:before, .owl-carousel .owl-nav button.owl-next:before {
  color: black !important; }
  .owl-carousel .owl-nav button.owl-prev:before:hover, .owl-carousel .owl-nav button.owl-next:before:hover {
    color: #871b2a !important; }

.stm_testimonials_style_3 {
  font-weight: 400;
  margin-bottom: 30px; }
  .stm_testimonials_style_3 .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px; }
    .stm_testimonials_style_3 .owl-nav button.owl-prev, .stm_testimonials_style_3 .owl-nav button.owl-next {
      position: static;
      display: inline-block;
      vertical-align: top;
      -webkit-transform: none;
              transform: none;
      width: 42px;
      height: 42px;
      border-radius: 0;
      border: 1px solid #e5e5e5;
      background-color: transparent !important;
      margin: 0 3px; }
      .stm_testimonials_style_3 .owl-nav button.owl-prev:before, .stm_testimonials_style_3 .owl-nav button.owl-next:before {
        font-size: 26px;
        line-height: 42px;
        transition: .3s ease; }
  .stm_testimonials_style_3 .owl-dots {
    margin-top: 20px; }
    .stm_testimonials_style_3 .owl-dots .owl-dot {
      display: inline-block;
      margin-right: 10px;
      width: 10px;
      height: 10px;
      background-color: #ccc; }
  .stm_testimonials_style_3 .owl-controls {
    display: block; }
    .stm_testimonials_style_3 .owl-controls .owl-nav {
      width: 420px;
      position: absolute;
      bottom: 140px;
      left: 50%;
      margin-left: -210px; }
      .stm_testimonials_style_3 .owl-controls .owl-nav .owl-next,
      .stm_testimonials_style_3 .owl-controls .owl-nav .owl-prev {
        width: 59px;
        height: 59px;
        line-height: 59px;
        border-radius: 50%;
        transition: all 0.3s; }
        .stm_testimonials_style_3 .owl-controls .owl-nav .owl-next:before,
        .stm_testimonials_style_3 .owl-controls .owl-nav .owl-prev:before {
          color: #aaaaaa; }
        .stm_testimonials_style_3 .owl-controls .owl-nav .owl-next:hover:before,
        .stm_testimonials_style_3 .owl-controls .owl-nav .owl-prev:hover:before {
          color: #ffffff; }
  @media (max-width: 767px) {
    .stm_testimonials_style_3 .owl-controls {
      display: none; } }
  .stm_testimonials_style_3 .stm_testimonials__item {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center; }
  .stm_testimonials_style_3 .stm_testimonials__review {
    position: relative;
    padding-bottom: 120px;
    font-size: 18px !important;
    line-height: 35px;
    color: #565656; }
  .stm_testimonials_style_3 .stm_testimonials__meta {
    position: relative;
    text-align: center;
    order: -1; }
    .stm_testimonials_style_3 .stm_testimonials__meta_left {
      padding-left: 0; }
    .stm_testimonials_style_3 .stm_testimonials__meta_align-center {
      align-items: center; }
  .stm_testimonials_style_3 .stm_testimonials__avatar img {
    border-radius: 50%;
    max-width: 100%;
    margin: 5px auto;
    height: auto; }
  .stm_testimonials_style_3 .stm_testimonials__avatar_rounded img {
    border-radius: 50%; }
  .stm_testimonials_style_3 .stm_testimonials__avatar img {
    width: auto !important; }
  .stm_testimonials_style_3 .stm_testimonials__info {
    margin: 30px 0 15px; }
    .stm_testimonials_style_3 .stm_testimonials__info h5 {
      margin-bottom: 5px;
      text-transform: none !important; }
    .stm_testimonials_style_3 .stm_testimonials__info span {
      font-size: 14px;
      color: #333; }
