/* variables for text */
/* Main Color Palet */
/*
Green Dark: #5bbd80, rgb(91 189 128)
Green light: #c0d72f, rgb(192 215 47)

*/
/* variables for bg */
/* variables for fonts */
/* ================================ Global Mixins =========================== */
/*
** Transition use **
    .foo {
        @include transition(all 0.35s ease-in-out);
    }
*/
/*
** Position use **
    .foo {
        @include position(both);
    }
*/
/*
**clearfix use **
    .foo {
        @include clearfix;
    }
*/
/*
** center-auto **
    .foo {
        @include center-auto;
    }
*/
/*
** placeholder use **
    input,
    textarea {
        @include input-placeholder {
            color: $grey;
        }
    }
*/
/*
** pseudo use **
    div::after {
        @include pseudo;
        top: -1rem; left: -1rem;
        width: 1rem; height: 1rem;
    }
*/
/*
** prefix use **
    div {
       @include css3-prefix(transform, scale3d(2.5, 2, 1.5));
    }
}*/
/* Animation use
**
    @include keyframes(fade-out) {
        0% { opacity: 1; }
        90% { opacity: 0; }
    }
*/
.ln-testimonial {
  padding: 80px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-testimonial {
    padding: 5.333vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .ln-testimonial {
    padding: 40px 0;
  }
}
.ln-testimonial .ln-container {
  position: relative;
}
.ln-testimonial__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ln-testimonial__header .ln-title {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .ln-testimonial__header .ln-title {
    width: 100%;
    text-align: center;
  }
}
.ln-testimonial__header .ln-testimonial__slider-nav {
  width: 30%;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media only screen and (max-width: 991px) {
  .ln-testimonial__header .ln-testimonial__slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 0 20px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c0d72f;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow {
    width: 3.333vw;
    height: 3.333vw;
  }
}
.ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow svg {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow svg * {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow.prev {
  margin-right: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow.prev {
    margin-right: 0.667vw;
  }
}
.ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow:hover {
  background: linear-gradient(205deg, rgb(91, 189, 128) 0%, rgb(192, 215, 47) 100%);
}
.ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow:hover svg {
  color: #fff;
}
.ln-testimonial__header .ln-testimonial__slider-nav .slider-arrow.slick-hidden {
  display: none !important;
}
.ln-testimonial__slider {
  margin-top: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-testimonial__slider {
    margin-top: 2.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .ln-testimonial__slider {
    margin-top: 20px;
  }
}
.ln-testimonial__slider .items .ln-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ln-testimonial__slider .items .content {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .ln-testimonial__slider .items .content {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
.ln-testimonial__slider .items .content .review-text {
  line-height: 1.5;
  font-size: 22px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-testimonial__slider .items .content .review-text {
    font-size: 1.467vw;
  }
}
@media only screen and (max-width: 767px) {
  .ln-testimonial__slider .items .content .review-text {
    font-size: 18px;
  }
}
.ln-testimonial__slider .items .content .client-detail {
  margin-top: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-testimonial__slider .items .content .client-detail {
    margin-top: 2.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .ln-testimonial__slider .items .content .client-detail {
    margin-top: 20px;
  }
}
.ln-testimonial__slider .items .content .client-detail h3 {
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-testimonial__slider .items .content .client-detail h3 {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .ln-testimonial__slider .items .content .client-detail h3 {
    font-size: 20px;
  }
}
.ln-testimonial__slider .items .content .client-detail p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-testimonial__slider .items .content .client-detail p {
    font-size: 1.067vw;
  }
}
.ln-testimonial__slider .items .client-img {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .ln-testimonial__slider .items .client-img {
    width: 100%;
  }
}
.ln-testimonial__slider .items .client-img img {
  width: 100%;
  max-width: 80%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 991px) {
  .ln-testimonial__slider .items .client-img img {
    max-width: 500px;
    margin: auto;
  }
}