/*** Testimonials Partners */
.testimonials-partners__separator {
  background: #fff;
  opacity: 0.2;
  height: 1px;
  width: 100%;
  margin-bottom: 35px;
}
.ts-pt-testimonials {
  margin-left: -50px;
}
/* Testimonial Item */
.ts-pt-testimonials__item {
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  color: #fff;
}
.ts-pt-testimonials__item--size-1 {
  width: -webkit-calc(25% - 50px);
  width: calc(25% - 50px);
}
.ts-pt-testimonials__item--size-2 {
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
}
.ts-pt-testimonials__item--size-3 {
  width: -webkit-calc(75% - 50px);
  width: calc(75% - 50px);
}
.ts-pt-testimonials__item--size-4 {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
/* Testimonial content */
.ts-pt-testimonials__text {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 25px 25px;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  position: relative;
  min-height: 152px;
}
.ts-pt-testimonials__text:after {
  content: "";
  position: absolute;
  left: 55px;
  border: 13px solid transparent;
}
.ts-pt-testimonials__item--normal .ts-pt-testimonials__text:after {
  top: 100%;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.ts-pt-testimonials__item--reversed .ts-pt-testimonials__text:after {
  bottom: 100%;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.ts-pt-testimonials__item--normal .ts-pt-testimonials__infos {
  margin-top: 10px;
}
.ts-pt-testimonials__item--reversed .ts-pt-testimonials__infos {
  margin-bottom: 15px;
}
.ts-pt-testimonials__item--normal .ts-pt-testimonials__infos--noimg {
  margin-top: 25px;
  margin-left: 20px;
}
.ts-pt-testimonials__item--reversed .ts-pt-testimonials__infos--noimg {
  margin-bottom: 25px;
  margin-left: 20px;
}
.ts-pt-testimonials__img {
  position: relative;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background-clip: content-box;
}
.ts-pt-testimonials__item--normal .ts-pt-testimonials__img {
  margin-top: -20px;
}
.ts-pt-testimonials__item--reversed .ts-pt-testimonials__img {
  margin-top: -15px;
}
.ts-pt-testimonials__item--size-1 .ts-pt-testimonials__img {
  width: 60px;
  height: 60px;
  margin-left: 5px;
  margin-top: 0;
}
.ts-pt-testimonials__name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 0;
}
.ts-pt-testimonials__item--size-1 .ts-pt-testimonials__name {
  font-size: 14px;
}
.ts-pt-testimonials__position {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300;
  opacity: 0.5;
  margin-bottom: 5px;
}
.ts-pt-testimonials__stars span {
  opacity: 0.6;
  font-size: 11px;
}
.ts-pt-testimonials__stars--1 span:nth-child(1) ~ span,
.ts-pt-testimonials__stars--2 span:nth-child(2) ~ span,
.ts-pt-testimonials__stars--3 span:nth-child(3) ~ span,
.ts-pt-testimonials__stars--4 span:nth-child(4) ~ span {
  opacity: 0.3;
}

/* Slick slider default styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/*.slick-loading .slick-list {*/
/*  background: #fff url("../images/ajax-loader.gif") center center no-repeat;*/
/*}*/

/* Arrows */
.slick--showOnMouseover .hgSlickNav {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.slick--showOnMouseover:hover .hgSlickNav {
  opacity: 1;
}
.hgSlickNav-arr,
.hgSlickNav-arr svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.hgSlickNav-arr polyline {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  stroke: #141414;
}
.hgSlickNav-arr:hover polyline {
  stroke-width: 35px;
}
.hgSlickNav-arr:active polyline {
  stroke-width: 50px;
}
.hgSlickNav-arr.hgSlickNav-prev {
  text-align: left;
}
.hgSlickNav-arr.hgSlickNav-next {
  text-align: right;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots .slickBtn {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ffffff45;
}
.slick-dots li button,
.hgSlickNav--light .slick-dots li button {
  background-color: #fff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  padding: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-right: 10px;
}
.hgSlickNav--light polyline {
  stroke: #ececec;
}
.hgSlickNav--light .slick-dots li.slick-active button {
  opacity: 0.8;
}

li.slick-active button{
    background: #fff!important;
}
/* end Slick slider default styles */

.ts-pt-partners__title {
  width: 22%;
  float: left;
  font-size: 28px;
  color: #fff;
  opacity: 0.6;
  position: relative;
  line-height: 1.2;
  font-family: "Gabarito", sans-serif;
}

.ts-pt-partners__title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #fff;
}

.ts-pt-partners--y-title .ts-pt-partners__carousel-wrapper {
  width: 78%;
  float: left;
}

.ts-pt-partners__link {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .ts-pt-partners--y-title .ts-pt-partners__carousel-wrapper {
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
    .ts-pt-partners__title {
      width: 100%;
    }
}

/* =================================== */
