
/*------------- General Features: Testimonials ----------*/
.testimonial-wrap {
  padding: 30px 25px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  border: 1px solid #e5e9ec;
}
.client-thumb-box {
  display: table;
  width: 100%;
}
.client-thumb-content {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.client-thumb {
  position: relative;
  max-width: 80px;
  margin-right: 20px;
  border-radius: 50%;
  border: 5px solid rgba(45, 45, 45, 0.1);
  padding: 5px;
  float: left;
}
.client-info h5 {
  color: #3151b7;
  font-size: 16px;
}
.client-info .small-font {
  font-size: 13px;
}
.testimonial-wrap p {
  line-height: 1.8;
  font-size: 15px;
}

.smart-tes-author {
    text-align: left;
    padding: 1.2rem 0 5px;
    display: inline-block;
    width: 100%;
  }
  .smart-center {
    text-align: center;
  }
  .smart-textimonials.smart-light {
    color: #ffffff;
  }
  .st-author-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #e9edf3;
    -webkit-box-shadow: 0px 0px 0px 5px #e9edf3;
    float: left;
    margin-left: 6px;
  }
  .smart-tes-content {
    margin-left: 3px;
  }
  .smart-light .st-author-thumb,
  .st-author-thumb.light {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    float: left;
  }
  .st-author-info {
    display: inline-block;
    margin-left: 22px;
  }
  .smart-textimonials.smart-light .st-author-title {
    color: #ffffff;
  }
  .st-author-info .st-author-title {
    margin: 0 0 4px 0;
  }
  .st-author-info .st-author-subtitle {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 15px;
  }
  .st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .smart-center .st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
.call-to-act {
    position: relative;
  }
  .call-to-act .container {
    z-index: 2;
    position: relative;
  }
  .call-to-act:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
  }
  .clt-caption h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .clt-caption p {
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    font-family: initial;
    margin-bottom: 0;
  }
  .btn-md.btn-light.clt-act,
  .btn-md.btn-light.clt-act:hover,
  .btn-md.btn-light.clt-act:focus {
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    font-size: 18px;
    background: #ffffff;
    border-color: #ffffff;
    text-transform: uppercase;
    border-radius: 50px;
  }