/* Testimonial section */
.reup-testimonial-carousel .testimonial-slider {
  display: flex;
}
.reup-testimonial-carousel .testimonial-slider__content {
  background-color: #2E65A8;
  color: #fff;
  padding: 120px 150px 80px 70px;
  margin-top: 80px;
  background-image: url(https://reupeducation.com/wp-content/themes/reup/assets/images/quotation.svg);
  background-repeat: no-repeat;
  background-position: 70px 0;
  background-size: 90px;
  width: 72.6%;
}
.reup-testimonial-carousel .testimonial-slider__content > * {
  padding-left: 30px;
  font-style: normal;
}
.reup-testimonial-carousel .testimonial-slider__content .testimonial-slider__text {
  border-left: 8px solid #FF9900;
}
.reup-testimonial-carousel .testimonial-slider__content .testimonial-slider__text p {
  font-family: "Alianza Slab";
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}
.reup-testimonial-carousel .testimonial-slider__content .testimonial-slider__cite {
  display: block;
  font-family: "futura-pt";
  font-size: 18px;
  padding-left: 2rem;
}
.reup-testimonial-carousel .testimonial-slider__content .testimonial-slider__cite .testimonial-slider__name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.reup-testimonial-carousel .testimonial-slider__footer {
  margin-left: -110px;
  width: 27.3%;
}
.reup-testimonial-carousel .testimonial-slider__footer .testimonial-slider__image {
  width: calc(100% + 70px);
  height: 0;
  padding-top: calc(100% + 70px);
  position: relative;
}
.reup-testimonial-carousel .testimonial-slider__footer .testimonial-slider__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  box-shadow: 40px 40px 0px 0px #FF9900;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

.tns-outer {
  position: relative;
}
.tns-outer .tns-nav {
  width: calc(25% + 70px);
  position: absolute;
  top: 25.5rem;
  right: 0;
  left: auto;
}
.tns-outer .tns-nav button {
  background-color: #fff;
  border: 2px solid #122645;
  opacity: 1;
  width: 14px;
  height: 14px;
}
.tns-outer .tns-nav button.tns-nav-active {
  background-color: #122645;
}
.tns-outer .tns-controls button {
  color: #122645;
  border: 1px solid #122645;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 16px !important;
  line-height: 0;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.tns-outer .tns-controls button[data-controls=prev] {
  left: -56px !important;
}
.tns-outer .tns-controls button[data-controls=prev] i:before {
  content: "\f060";
}
.tns-outer .tns-controls button[data-controls=next] {
  right: -56px !important;
}
.tns-outer .tns-controls button[data-controls=next] i:before {
  content: "\f061";
}
.tns-outer .tns-controls button i.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}

/* Responsive */
@media screen and (min-width: 768px) and (max-width: 1172px) {
  .reup-testimonial-carousel .testimonial-slider {
    padding: 0 60px;
  }
  .reup-testimonial-carousel .testimonial-slider .testimonial-slider__content {
    padding: 6.75rem 8.25rem 3rem 3rem;
    background-position: 3rem 0;
  }
  .reup-testimonial-carousel .testimonial-slider .testimonial-slider__content .testimonial-slider__text {
    font-size: 20px;
    line-height: 1.4em;
  }
  .tns-outer .tns-nav {
    top: auto !important;
    bottom: 0;
  }
  .tns-outer .tns-controls button[data-controls=prev] {
    left: -10px !important;
  }
  .tns-outer .tns-controls button[data-controls=next] {
    right: -10px !important;
  }
}
@media screen and (max-width: 767px) {
  .reup-testimonial-carousel .testimonial-slider {
    padding: 0;
    flex-wrap: wrap;
  }
  .reup-testimonial-carousel .testimonial-slider .testimonial-slider__content {
    padding: 5rem 1.5rem 3rem 1.5rem;
    margin: -2rem 20px 0 20px;
    background-position: 1.5rem 0;
    background-size: 60px;
    width: 100%;
    order: 2;
  }
  .reup-testimonial-carousel .testimonial-slider .testimonial-slider__content .testimonial-slider__text {
    font-size: 1.1rem;
  }
  .reup-testimonial-carousel .testimonial-slider .testimonial-slider__content .testimonial-slider__cite {
    display: flex;
    flex-wrap: wrap;
  }
  .reup-testimonial-carousel .testimonial-slider .testimonial-slider__content .testimonial-slider__cite > * {
    width: 100%;
  }
  .reup-testimonial-carousel .testimonial-slider .testimonial-slider__footer {
    margin-left: inherit;
    width: 100%;
    padding: 0 60px;
    display: flex;
    justify-content: flex-end;
    order: 1;
  }
  .reup-testimonial-carousel .testimonial-slider .testimonial-slider__footer .testimonial-slider__image {
    width: 50%;
    padding-top: 50%;
  }
  .reup-testimonial-carousel .testimonial-slider .testimonial-slider__footer .testimonial-slider__image img {
    box-shadow: 20px 20px 0px 0px #FF9900;
  }
  .tns-outer .tns-nav {
    top: auto !important;
    bottom: -50px;
    width: 100%;
  }
  .tns-outer .tns-controls button {
    z-index: 2;
  }
  .tns-outer .tns-controls button[data-controls=prev] {
    left: 0px !important;
  }
  .tns-outer .tns-controls button[data-controls=next] {
    right: 0px !important;
  }
}
/* Carousel (tiny slider) */
.tns-outer .testimonials {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.testimonials.tns-gallery {
  left: 0;
  position: relative;
}

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

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

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

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: 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-nav {
  margin: 20px 0;
  text-align: center;
}

.tns-nav > [aria-controls] {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
}

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

/*# sourceMappingURL=module.css.map */
