.tp-testimonial-active {
  margin: -40px -20px;
  padding: 40px 20px;
}

.tp-testimonial-active .swiper-slide.swiper-slide-active .tp-testimonial-item::after {
  background-image: -ms-linear-gradient(-90deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100%);
  opacity: 100%;
}

.tp-testimonial-item {
  padding: 40px;
  padding-left: 100px;
  margin-left: 65px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
}

@media (max-width: 767px) {
  .tp-testimonial-item {
    padding: 40px 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-item {
    padding: 40px;
    margin-left: 0;
  }
}
.tp-testimonial-item::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  position: absolute;
  background-image: -ms-linear-gradient(-90deg, rgb(226, 9, 53) 0%, rgb(22, 23, 26) 100);
  opacity: 0.2;
}

.tp-testimonial-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  z-index: 1;
}

@media (max-width: 767px) {
  .tp-testimonial-thumb {
    position: static;
    transform: translateY(0%);
    margin-bottom: 50px;
  }
}
.tp-testimonial-thumb img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
}

.tp-testimonial-thumb-quot {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .tp-testimonial-thumb-quot {
    position: absolute;
    left: 26%;
    transform: translateX(-50%);
    top: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-thumb-quot {
    position: absolute;
    left: 16%;
    transform: translateX(-50%);
    top: 95px;
  }
}
.tp-testimonial-thumb-quot span {
  height: 60px;
  width: 60px;
  line-height: 70px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-theme);
}

.tp-testimonial-text p {
  line-height: 30px;
  padding-right: 20px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-text p {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-text p {
    padding-right: 0px;
    font-size: 15px;
  }
}
.tp-testimonial-author-info span {
  font-weight: 500;
}

.tp-testimonial-author-name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}

.tp-testimonial-star i {
  color: var(--tp-theme);
}

.tp-testimonial-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp-testimonial-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-shape-2 {
    top: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-shape-2 {
    top: -20%;
  }
}
.tp-testimonial-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tp-testimonial-shape-4 {
  position: absolute;
  left: -3%;
  bottom: 0;
  animation: tptranslateX2 3s infinite alternate;
}

.tp-testimonial-shape-5 {
  position: absolute;
  right: 0;
  top: 0;
  animation: tptranslateY2 4s infinite alternate;
}

.tp-testimonial-3-space {
  padding-top: 90px;
  padding-bottom: 90px;
}

.tp-testimonial-3-item {
  padding: 40px;
  background-color: var(--tp-common-white);
  position: relative;
  z-index: 3;
  box-shadow: 0px 10px 12px -3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .tp-testimonial-3-item {
    padding: 40px 20px;
  }
  .tp-testimonial-3-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tp-testimonial-3-item::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 35px;
  height: 33px;
  width: 55px;
  background-color: var(--tp-common-white);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

.tp-testimonial-3-item-wrap {
  margin-top: 50px;
}

.tp-testimonial-3-item-box .tp-testimonial-3-item {
  background-color: transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-testimonial-3-item-box .tp-testimonial-3-item::after {
  display: none;
}

.tp-testimonial-3-item-box .tp-testimonial-3-active {
  margin: -30px -20px;
  padding: 30px 20px;
}

.tp-testimonial-3-avata {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.tp-testimonial-3-avata img {
  border-radius: 50%;
  width: 101px;
  height: 101px;
}

.tp-testimonial-3-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}

.tp-testimonial-3-author-info {
  position: relative;
  z-index: 5;
}

.tp-testimonial-3-author-info span {
  font-weight: 600;
  font-size: 19px;
  color: var(--tp-theme);
}

.tp-testimonial-3-text p {
  line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-text p {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3-text p {
    font-size: 14px;
  }
}
.tp-testimonial-3-star i {
  color: #f5b238;
}

.tp-testimonial-3-active {
  margin: -30px;
  padding: 30px;
}

.tp-testimonial-3-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}

.tp-testimonial-3-shape-2 {
  position: absolute;
  bottom: 0;
  left: -5%;
  animation: tptranslateX2 4s infinite alternate;
}

.tp-testimonial-3-shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-section-box .tp-section-title br {
    display: block;
  }
}/*# sourceMappingURL=testimonials-block.css.map */