/* Testimonial Section */
.testimonials {
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonials {
    padding: 0;
  }
}
.testimonials__bg{
  position: absolute;
  left: calc( calc(1200px / 2) - 100px );
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 50% left -100px;
  z-index: -1;
  height: 500px;
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .testimonials__bg {
    display: none;
  }
  .testimonials {
    background-size: 50%;
  }
}
.testimonial__module:nth-child(n+2) {
  display: none;
}
.testimonial__module {
  padding: 50px 100px;
  display: flex;
  background-color: white;
}
.testimonial__module__text {
  max-width: 700px;
}
.testimonial__module__text--author {
  text-transform: uppercase;
  font-weight: 300;
}
.testimonial__module__text--subtitle {
  font-weight: 300;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .testimonial__module {
    padding: 20px;
    padding-bottom: 50px;
    width: auto;
  }
}
.testimonial__module__image {
  margin-left: -150px;
  margin-right: 50px;
  height: 300px;
  width: 300px;
  border-radius: 15px;
  flex-shrink: 0;
  background-position: center center;
  padding-top: -20px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .testimonial__module__image {
    margin: 0 auto;
    padding: 0;
  }
}
.blockquote-icon {
  fill: #19CCA3;
}

/* Carousel (Tiny Slider) */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tns-ovh {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.tns-outer {
  position: relative;
}

.tns-item {
  padding: 35px 75px;
}

.tns-controls {
  position: absolute;
  height: 65px;
  display: block;
  top: 50%;
  width: 100%;
}

.tns-controls button {
  position: absolute;
  display: block;
  z-index: 2;
  color: black;
  border-color: transparent;
  text-transform: uppercase;
  padding: 15px 15px 15px 20px;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.tns-controls button:focus {
  outline: none;
}

.tns-controls button:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23eb4e54' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 24px;
  height: 1.5rem;
  width: 1.15rem;
  display: block;
  position: relative;
}

.tns-controls button:first-of-type {
  left: 0;
  padding: 15px 20px 15px 15px;
}

.tns-controls button:last-of-type {
  right: 0;
}

.tns-controls button:last-of-type:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23eb4e54' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3e%3c/svg%3e");
}

.tns-nav {
  text-align: center;
  position: absolute;
  bottom: 60px;
  right: 48%;
  transform: rotate(0deg);
  z-index: 5;
}

.tns-nav button {
  background-color: rgba(25,204,163,0.15);
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.25em;
}

.tns-nav button.tns-nav-active {
  background-color: #19CCA3;
}

.tns-nav button:hover,
.tns-nav button:focus {
  border: 2px solid transparent;
}
@media (max-width:767px){
  .tns-item {
    padding: 35px 0;
  }

  .testimonial__module__image {
    margin-bottom: 30px;
  }

  blockquote {
    margin-left: 0;
  }
}