/* Tiny slider CSS */
.testimonial-slider{
  background-color:#f4f6f7;
}
.testimonial  .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 49px;
}

.testimonial  .owl-dots button span {
    font-size: 10px;
    color: #e50a47;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0;
    display: block;
    background: #e85d30;
    border-radius: 50%;
}

.testimonial  .owl-dots button span {
    margin: 0 6px;
}

.testimonial  .owl-dots button.owl-dot.active span:before {
  content: " ";
  position: absolute;
  border: 1px solid #e9652d;
  width: 100%;
  height: 100%;
  top: -4px;
  right: -4px;
  border-radius: 50%;
  padding: 10px;
}
.testimonial  .owl-dots button span {
    position: relative;
    margin: 0;
}
.testimonial  .owl-dots button {
    margin: 0 6px;
}
.slider-wrapper-content p {
    color: #000;
    font-size: 24px;
    line-height: 36px;
    text-align: center!important;
    max-width: 70%;
    margin: 0 auto;
}
.slider-quote {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}

.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
  clear: both;
  content: '';
  display: table;
}

.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: calc(100% / 70);
}

/* Slider */

.tns-outer {
  margin-bottom: 1.4rem;
  padding: 0 !important;
  padding-bottom: 1.4rem !important;
  position: relative;
}

@media (max-width: 767px) {
  .tns-item {
    padding: 0;
  }
}

.tns-nav {
  bottom: -1.4rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.tns-nav button {
  background-color: #d0d0d0;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  line-height: 0;
  margin: 0 0.25em;
  padding: 0;
  transition: all 300ms ease-in-out;
  width: 12px;
}

.tns-nav button:hover,
.tns-nav button:focus {
  border: 2px solid transparent;
}

.tns-nav .tns-nav-active {
  background-color: #34b5e5;
}

/* Testimonial */

.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
}

.testimonial__inner-wrapper {
  background-color: #fff;
  height: 100%;
  padding: 2.1rem;
  text-align: center;
}

.testimonial__content {
  border: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.testimonial__author-image,
.testimonial__author-name {
  display: inline-block;
  margin: 0 0.35rem;
  vertical-align: middle;
}

.testimonial__author-image {
  border-radius: 50%;
  height: auto;
  width: 45px;
}

.testimonial__author-name {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
}
