 .section.kf-testimonials:before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #090c0f;
     opacity: 0.75;
 }

 .kf-testimonials-slider {
     position: relative;
     padding: 80px;
     min-height: 540px;
     background-color: #090c0f;
     background-position: 80% bottom;
     background-repeat: no-repeat;
     background-size: 402px auto;
 }

 .kf-testimonials-slider .swiper-container {
     overflow: hidden;
 }

 .kf-testimonials-slider .swiper-slide {
     opacity: 0;
     -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
     transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
     -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
 }

 .kf-testimonials-slider .swiper-slide.swiper-slide-active {
     opacity: 1;
 }

 .kf-testimonials-slider .slide-item {
     text-align: center;
 }

 .kf-testimonials-slider .slide-item .image {
     position: relative;
     margin: 0 auto 30px auto;
     width: 85px;
     height: 85px;
     font-size: 0;
 }

 .kf-testimonials-slider .slide-item .image img {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     border-radius: 100%;
     -webkit-border-radius: 100%;
 }

 .kf-testimonials-slider .slide-item .desc {
     margin: 0 auto;
     max-width: 700px;
 }

 .kf-testimonials-slider .slide-item .text {
     font-size: 24px;
     font-weight: 300;
 }

 .kf-testimonials-slider .slide-item .name {
     margin: 20px 0 10px 0;
     font-family: "Outfit";
     font-size: 18px;
     color: #fff;
     font-weight: 600;
 }

 .kf-testimonials-slider .slide-item .name em {
     margin-left: 5px;
     font-size: 15px;
     color: #b99272;
     font-style: normal;
 }

 .kf-testimonials-slider .slide-item .stars {
     font-size: 15px;
     color: #b99272;
 }

 @media screen and (max-width: 767px) {
     .kf-testimonials-slider {
         padding: 30px;
         min-height: 400px;
     }

     .kf-testimonials-slider .slide-item .image {
         margin: 0 auto 10px auto;
         width: 60px;
         height: 60px;
     }

     .kf-testimonials-slider .slide-item .text {
         font-size: 16px;
         font-weight: 400;
     }

     .kf-testimonials-slider .slide-item .name {
         font-size: 16px;
     }

     .kf-testimonials-slider .slide-item .name em {
         font-size: 14px;
     }

     .kf-testimonials-slider .slide-item .stars {
         font-size: 14px;
     }

     .kf-testimonials-slider .swiper-button-prev,
     .kf-testimonials-slider .swiper-button-next {
         display: none;
     }
 }

 .kf-testimonials {
     overflow: hidden;
 }

 .kf-testimonials-2 {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .kf-testimonials-2:before {
     display: none;
 }

 .kf-testimonials-slider .swiper-slide {
     -o-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
     transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
     -webkit-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
 }

 .kf-testimonials-carousel {
     padding: 35px 0 70px 0;
     position: relative;
 }

 .kf-testimonials-carousel .swiper-slide {
     opacity: 0;
     -o-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
     transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
     -webkit-transition: opacity 0.7s cubic-bezier(0.3, 0, 0.3, 1);
 }

 .kf-testimonials-carousel .swiper-slide.swiper-slide-visible {
     opacity: 1;
 }

 .kf-testimonials-carousel .slide-item {
     padding: 0 30px 30px 30px;
     background: #0E1317;
     min-height: 340px;
     text-align: center;
 }

 .kf-testimonials-carousel .slide-item .image {
     position: relative;
     margin: -35px auto 15px auto;
     width: 70px;
     height: 70px;
     font-size: 0;
 }

 .kf-testimonials-carousel .slide-item .image img {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     border-radius: 100%;
     -webkit-border-radius: 100%;
 }

 .kf-testimonials-carousel .slide-item .desc {
     margin: 0 auto;
     max-width: 100%;
 }

 .kf-testimonials-carousel .slide-item .name {
     margin: 15px 0 0 0;
     font-family: "Outfit";
     font-size: 18px;
     color: #fff;
     font-weight: 600;
 }

 .kf-testimonials-carousel .slide-item .name em {
     display: block;
     margin-top: 5px;
     font-size: 15px;
     color: #b99272;
     font-style: normal;
 }

 .kf-testimonials-carousel .slide-item .stars {
     margin-bottom: 15px;
     font-size: 15px;
     color: #b99272;
 }

 .kf-testimonials-carousel .swiper-pagination {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
 }

 .kf-testimonials-carousel .swiper-pagination .swiper-pagination-bullet {
     width: 8px;
     height: 8px;
     background: #fff;
     border-radius: 8px;
     -webkit-border-radius: 8px;
     opacity: 0.75;
     -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
     transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
     -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
 }

 .kf-testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: #b99272;
     opacity: 1;
 }

 @media screen and (max-width: 767px) {
     .kf-testimonials-carousel {
         padding-bottom: 50px;
     }

     .kf-testimonials-carousel .slide-item {
         min-height: 300px;
     }

     .kf-testimonials-carousel .slide-item .image {
         width: 60px;
         height: 60px;
     }

     .kf-testimonials-carousel .slide-item .text {
         font-size: 16px;
         font-weight: 400;
     }

     .kf-testimonials-carousel .slide-item .name {
         font-size: 16px;
     }

     .kf-testimonials-carousel .slide-item .name em {
         font-size: 14px;
     }

     .kf-testimonials-carousel .slide-item .stars {
         font-size: 14px;
     }
 }