/*  8.0 Testimonial css
/*----------------------------------------*/
.tp-testimonial-bg {
  background-position: left;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-testimonial-bg {
    background-position: left top;
  }
}
.tp-testimonial-themebg span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--tp-theme-primary);
  z-index: -1;
}
.tp-testimonial-themebg-shape {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-testimonial-themebg-shape {
    display: none;
  }
}
.tp-testimonial-themebg-shape svg path {
  stroke: rgba(185, 26, 61, 0.7);
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 4s linear forwards;
}
@media only screen and (max-width: 767px) {
  .tp-testimonial-section {
    margin-bottom: 10px;
  }
}
.tp-testimonial-wrapper {
  margin-left: -24px;
  margin-right: -88px;
  margin-bottom: 134px;
  padding: 73px 88px 30px 58px;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 20px 20px;
  background: #FEFDFC;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-wrapper {
    margin-left: -100px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-wrapper {
    margin-left: -150px;
    margin-right: 0;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-wrapper {
    margin-left: -80px;
    margin-right: 0;
    margin-bottom: 80px;
    padding: 50px 30px 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
    border-radius: 20px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-testimonial-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
    padding: 73px 30px 30px 30px;
    border-radius: 20px 20px 20px 20px;
  }
}
.tp-testimonial-wrapper .tp-section-title {
  font-size: 40px;
  letter-spacing: 0;
}
.tp-testimonial-shape-1 {
  position: absolute;
  top: 80px;
  right: 70px;
}
@media only screen and (max-width: 767px) {
  .tp-testimonial-shape-1 {
    top: 30px;
    right: 30px;
  }
}
.tp-testimonial-shape-2 {
  position: absolute;
  right: -60px;
  top: 140px;
  z-index: -1;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-shape-2 {
    right: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-shape-2 {
    right: -38px;
  }
}
.tp-testimonial-shape-3 {
  position: absolute;
  right: -190px;
  top: 100px;
  z-index: -1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-testimonial-shape-3 {
    right: -165px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-shape-3 {
    right: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-shape-3 {
    right: -40px;
    top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-shape-3 {
    right: -30px;
    top: 200px;
  }
}
.tp-testimonial-shape-3 img {
  animation: animation-popup 2.5s linear 0s infinite alternate;
}
.tp-testimonial-item {
  padding: 26px 0;
}
.tp-testimonial-avatar {
  margin-bottom: 25px;
}
.tp-testimonial-avatar img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.tp-testimonial-avatar-title {
  color: var(--tp-common-black-1);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
.tp-testimonial-avatar-info span {
  color: var(--tp-text-body);
  font-size: 16px;
  line-height: 1.1;
}
.tp-testimonial-content p {
  color: var(--tp-text-body);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 27px;
}
.tp-testimonial-next, .tp-testimonial-prev {
  border-radius: 50%;
  display: inline-block;
}
.tp-testimonial-next span, .tp-testimonial-prev span {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(1, 15, 28, 0.1);
  color: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-testimonial-next span:hover, .tp-testimonial-prev span:hover {
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-testimonial-next {
  margin-left: 4px;
}

.tp-testimonial-2-avatar-active .slick-track {
  padding-top: 15px;
  padding-bottom: 54px;
}
.tp-testimonial-2-avatar-active .slick-active.slick-center.tp-testimonial-2-avatar-item img {
  object-fit: cover;
  transform: scale(1.36);
  box-shadow: 0px 30px 30px -10px rgba(95, 50, 7, 0.4);
}
.tp-testimonial-2-avatar-active .slick-active.slick-initialized .slick-slide {
  height: 74px;
  width: 74px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  display: inline-block;
  margin: 0 10px;
}
.tp-testimonial-2-avatar-active .slick-prev, .tp-testimonial-2-avatar-active .slick-next {
  top: 30px;
  right: -362px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-avatar-active .slick-prev, .tp-testimonial-2-avatar-active .slick-next {
    right: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-avatar-active .slick-prev, .tp-testimonial-2-avatar-active .slick-next {
    right: -100px;
  }
}
.tp-testimonial-2-avatar-active .slick-prev {
  left: -362px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-avatar-active .slick-prev {
    left: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-avatar-active .slick-prev {
    left: -100px;
  }
}
.tp-testimonial-2-avatar-active .slick-arrow {
  display: inline-block;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid rgba(30, 30, 47, 0.1);
  color: var(--tp-text-body);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-testimonial-2-avatar-active .slick-arrow:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-testimonial-2-avatar-active .slick-arrow svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .tp-testimonial-2-avatar-active .slick-arrow {
    display: none !important;
  }
}
.tp-testimonial-2-avatar-item {
  text-align: center;
}
.tp-testimonial-2-avatar-item img {
  height: 74px;
  width: 74px;
  border-radius: 50% !important;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  display: inline-block;
}
.tp-testimonial-2-avatar-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-testimonial-2-avatar-info {
  margin-bottom: 27px;
}
.tp-testimonial-2-avatar-info span {
  color: #636366;
  font-size: 16px;
  font-weight: 300;
}
.tp-testimonial-2-avatar-rating i {
  color: #FFB21D;
  font-size: 13px;
}
.tp-testimonial-2-content p {
  color: #636366;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}
.tp-testimonial-2-shape .shape-1 {
  position: absolute;
  bottom: -20px;
  right: 0px;
  z-index: -1;
}
.tp-testimonial-2-shape .shape-2 {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: -1;
}

.tp-testimonial-6-item {
  padding: 40px;
  border-radius: 14px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 3px 0px rgba(3, 31, 66, 0.14);
}
.tp-testimonial-6-item-shape {
  position: absolute;
  top: 20px;
  right: 20px;
}
.tp-testimonial-6-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--tp-theme-9);
  font-family: var(--tp-ff-manrope);
}
.tp-testimonial-6-item-content {
  margin-bottom: 40px;
}
.tp-testimonial-6-item-content p {
  font-weight: 500;
  color: #636366;
  font-family: var(--tp-ff-manrope);
}
.tp-testimonial-6-item-user-thumb {
  margin-right: 15px;
}
.tp-testimonial-6-item-user-thumb img {
  width: 60px;
}
.tp-testimonial-6-item-user-content p {
  margin: 0;
  line-height: 1;
  font-weight: 600;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-manrope);
}
.tp-testimonial-6-item-user-content span {
  font-size: 14px;
  font-weight: 400;
  color: #636366;
  font-family: var(--tp-ff-manrope);
}
.tp-testimonial-6-wrapper {
  overflow: hidden;
}
.tp-testimonial-6-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 2;
  background-image: linear-gradient(90deg, #F8F8FA 18%, rgba(248, 248, 250, 0) 106%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-testimonial-6-wrapper::before {
    display: none;
  }
}
.tp-testimonial-6-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 240px;
  z-index: 2;
  background-image: linear-gradient(270deg, #F8F8FA 18%, rgba(248, 248, 250, 0) 106%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-testimonial-6-wrapper::after {
    display: none;
  }
}
.tp-testimonial-6-active {
  margin: 0 -100px;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------------------------------------*/

.tp-testimonial-yoga-border {
  border-top: 1px solid rgba(147, 49, 21, 0.1);
}
.tp-testimonial-yoga-shape {
  margin-top: -100px;
  padding: 0 50px;
  background: var(--tp-grey-7);
  display: inline-block;
}
.tp-testimonial-yoga-shape .shape-img {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tp-testimonial-yoga-shape .shape-text img {
  animation: tp-rotate-video-text 12s linear infinite;
}
.tp-testimonial-yoga-shape-3 {
  bottom: 46px;
  right: 0;
}
.tp-testimonial-yoga-content p {
  font-family: var(--tp-ff-rufina);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: var(--tp-heading-5);
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .tp-testimonial-yoga-content p {
    font-size: 20px;
    line-height: 33px;
  }
}
.tp-testimonial-yoga-content h5 {
  font-family: var(--tp-ff-rufina);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--tp-heading-5);
}
.tp-testimonial-yoga-content span {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tp-grey-8);
}
.tp-testimonial-yoga-wrap {
  padding: 0 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-yoga-wrap {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-testimonial-yoga-wrap {
    padding: 0;
  }
}
.tp-testimonial-yoga-arrow span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -138px;
  border-right: 1px solid #d9d9d9;
  height: 120px;
  line-height: 120px;
  padding-right: 30px;
  color: var(--tp-heading-5);
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-testimonial-yoga-arrow span {
    left: 0;
    top: 80%;
    border: none;
    z-index: 99;
  }
}
.tp-testimonial-yoga-arrow span:hover {
  color: var(--tp-red-4);
}
.tp-testimonial-yoga-arrow span.tp-testimonial-yoga-next {
  left: auto;
  right: -138px;
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  height: 120px;
  padding-right: 0;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-testimonial-yoga-arrow span.tp-testimonial-yoga-next {
    right: 0;
    border: none;
  }
}
.tp-kitchens-area {
  position: relative;
  overflow: hidden;
}