/* 




.testimonials {
    background: #e9ecef; }
    .testimonials .testimonial {
      border-left: 4px solid #f59f7e;
      box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
      background: #fff;
      padding: 30px 30px 30px 130px;
      margin: 0 15px 30px 15px;
      overflow: hidden;
      position: relative; }
      .testimonials .testimonial:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        border-top: 25px solid #f59f7e;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(-45deg);
        transform-origin: 80% -30% 0; }
      .testimonials .testimonial .pic {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 20px; }
        .testimonials .testimonial .pic img {
          width: 100%;
          height: auto; }
      .testimonials .testimonial .description {
        font-size: 15px;
        font-style: italic;
        color: #e92323;
        line-height: 25px;
        margin-bottom: 15px; }
      .testimonials .testimonial .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        color: #f59f7e;
        font-family: 'Lobster', cursive;
        margin: 0; }
      .testimonials .testimonial .post {
        display: inline-block;
        font-size: 17px;
        color: #f59f7e; }
      @media only screen and (max-width: 767px) {
        .testimonials .testimonial {
          padding: 20px;
          text-align: center; }
          .testimonials .testimonial .pic {
            display: block;
            position: static;
            margin: 0 auto 15px; } }
    .testimonials .owl-theme .owl-controls .owl-page span {
      border: 2px solid #f59f7e;
      background: #fff;
      opacity: 1; }
    .testimonials .owl-theme .owl-controls .owl-page.active span,
    .testimonials .owl-theme .owl-controls .owl-page:hover span {
      background: #f59f7e; }
   */