/* 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-about {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about {
    padding-bottom: 5.33vw;
  }
}
@media only screen and (max-width: 991px) {
  .ln-about {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .ln-about {
    padding: 40px 0;
  }
}
.ln-about .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-about__content {
  width: 60%;
  padding: 80px 0 80px 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content {
    padding: 5.333vw 0 5.333vw 1.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .ln-about__content {
    width: 100%;
    order: 1;
    padding-left: 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ln-about__content {
    padding: 40px 0;
  }
}
.ln-about__content .ln-subtitle {
  margin-top: 15px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content .ln-subtitle {
    margin-top: 1vw;
  }
}
.ln-about__content .ln-dis {
  margin-top: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content .ln-dis {
    margin-top: 2vw;
  }
}
.ln-about__content .ln-dis p:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content .ln-dis p:not(:first-child) {
    margin-top: 1vw;
  }
}
.ln-about__content .about-info {
  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;
  margin: 0 -6px;
  margin-top: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content .about-info {
    margin: 0 -0.4vw;
    margin-top: 2vw;
  }
}
.ln-about__content .about-info .item {
  width: 25%;
  padding: 0 6px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content .about-info .item {
    padding: 0 0.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .ln-about__content .about-info .item {
    width: 50%;
  }
  .ln-about__content .about-info .item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.ln-about__content .about-info .item .info-icons {
  margin: auto;
  border-radius: 100%;
  border: 1px solid #c0d72f;
  padding: 20px;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content .about-info .item .info-icons {
    padding: 1.333vw;
    width: 5.333vw;
    height: 5.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .ln-about__content .about-info .item .info-icons {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
}
.ln-about__content .about-info .item .info-text {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content .about-info .item .info-text {
    margin-top: 0.667vw;
  }
}
.ln-about__content .about-info .item .info-text .counter-text {
  font-size: 26px;
  line-height: 1.2;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content .about-info .item .info-text .counter-text {
    font-size: 1.733vw;
  }
}
@media only screen and (max-width: 767px) {
  .ln-about__content .about-info .item .info-text .counter-text {
    font-size: 20px;
  }
}
.ln-about__content .about-info .item .info-text p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__content .about-info .item .info-text p {
    font-size: 1.067vw;
  }
}
.ln-about__img {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .ln-about__img {
    width: 100%;
  }
}
.ln-about__img img {
  width: 100%;
}
.ln-about__logoSlider {
  width: 100%;
}
.ln-about__logoSlider .ln-innerRow .logo-slider {
  position: relative;
  width: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__logoSlider .ln-innerRow .logo-slider {
    padding: 0.667vw 0;
  }
}
.ln-about__logoSlider .ln-innerRow .logo-slider .marquee-content {
  display: flex;
  flex-direction: row;
  will-change: transform;
  user-select: none;
  flex-wrap: nowrap;
  white-space: nowrap;
  will-change: transform;
}
.ln-about__logoSlider .ln-innerRow .logo-slider .item {
  width: 100%;
  padding: 10px 20px;
  max-width: 350px;
  min-width: 350px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__logoSlider .ln-innerRow .logo-slider .item {
    padding: 0.667vw 1.333vw;
    max-width: 23.333vw;
    min-width: 23.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .ln-about__logoSlider .ln-innerRow .logo-slider .item {
    max-width: 180px;
    min-width: 180px;
    padding: 0 5px;
  }
}
.ln-about__logoSlider .ln-innerRow .logo-slider .item .logo-slide {
  border: 2px solid rgba(40, 40, 43, 0.5);
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .ln-about__logoSlider .ln-innerRow .logo-slider .item .logo-slide {
    border-radius: 0.8vw;
    padding: 2.667vw;
    border-width: 0.13vw;
  }
}
@media only screen and (max-width: 767px) {
  .ln-about__logoSlider .ln-innerRow .logo-slider .item .logo-slide {
    padding: 20px;
  }
}
.ln-about__logoSlider .ln-innerRow .logo-slider .item .logo-slide .wrap {
  position: relative;
  padding-bottom: 35%;
}
.ln-about__logoSlider .ln-innerRow .logo-slider .item .logo-slide .wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ln-about__logoSlider .ln-innerRow .logo-slider .item:hover .logo-slide {
  -webkit-filter: blur(0) !important;
  -moz-filter: blur(0) !important;
  -o-filter: blur(0) !important;
  -ms-filter: blur(0) !important;
  filter: blur(0) !important;
  border-color: #c0d72f;
}
.ln-about__logoSlider .ln-innerRow .logo-slider:hover .item .logo-slide {
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}