/*  HOME BANNER   */
.banner-item {
  position: relative;
  z-index: 1;
  background: #000;
  height: 800px;
  overflow: hidden;
}
.js-hmbanner {
  height: 100%;
}
.sec-hmbanner {
  line-height: 0;
  position: relative;
  height: 800px;
  overflow: hidden;
}
.banner-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.banner-heading {
  font-size: 56px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}
.banner-overlay .container {
  width: 100%;
}
.hm-banenr-content {
  max-width: 570px;
  position: relative;
}
.hm-banenr-content::before {
  position: absolute;
  content: "";
  background-color: var(--white);
  height: 1px;
  width: 180px;
  left: -36%;
  top: 30px;
}
.hm-banenr-content p {
  font-size: 19px;
  font-weight: 600;
}
.hm-banenr-content .btnlist {
  justify-content: flex-start;
}
.banner-contnet > *,
.banner-heading,
.hm-banenr-content p {
  color: var(--white);
}
.banner-item > img {
  width: 100%;
  opacity: 0.8;
  height: 100%;
  object-fit: cover;
}
.sec-hmbanner .js-hmbanner .slick-dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: auto;
  width: auto;
  right: 50px;
  top: 0;
  bottom: 0;
  justify-content: center;
}
.sec-hmbanner .js-hmbanner .slick-dots li {
  margin: 5px 0;
}
.sec-hmbanner .js-hmbanner .slick-dots li button {
  width: 21px;
  height: 21px;
  border-radius: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  position: relative;
  background: transparent !important;
}
.sec-hmbanner .js-hmbanner .slick-dots li button::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  left: 5px;
  top: 5px;
}
.sec-hmbanner .js-hmbanner .slick-dots li.slick-active button {
  border-color: var(--white);
}
.sec-hmbanner .js-hmbanner .slick-dots li.slick-active button::after {
  background-color: var(--white);
}
/*  END banner  */
.hm-content-about {
  width: calc(100% - 720px);
  padding-left: 140px;
}
.hm-content-about .heading-40 span {
  display: block;
}
.hm-content-about .cl-content .qt-icon,
.hm-content-about .cl-content .cl-rating {
  display: inline-block;
}
.hm-content-about .cl-content .cl-name::before {
  left: 50%;
  margin-left: -15px;
}
/*  Spare content  */
.left-spare-block {
  width: 30%;
}
.left-spare-block .heading-44 {
  margin-bottom: 15px;
}
.right-spare-block {
  width: 70%;
  padding-left: 125px;
}

.ft-dist-wrapper .container-fluid {
  padding: 0;
}
.ft-dist-wrapper .dist-item,
.ft-dist-wrapper .dist-content {
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.ft-dist-wrapper .dist-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ft-distribute-section .container-fluid {
  padding: 0;
}
.ft-distribute-section .container-fluid .dist-content {
  padding: 100px 200px;
  color: var(--white);
}
.ft-distribute-section .dist-content > *,
.ft-distribute-section .dlist.inline > li {
  color: var(--white);
}
.ft-distribute-section .dist-content img.bgimg {
  height: 100% !important;
}
.center-img-board {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(136px, -50%);
}
.dist-content .button.button-border {
  color: #4c5054;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #fff;
}
/* home customer  */
.hm-about-item {
  width: 720px;
}

.hm-content-about .cl-content .cl-rating {
  margin-top: 10px;
}
.hm-content-about .hm-about-exp-block {
  margin-top: 125px;
  position: relative;
}
.hm-content-about .hm-about-exp-block .exp-badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hm-content-about .cl-content {
  padding: 0 70px;
  margin-bottom: 30px;
}
.hm-content-about .slick-dots {
  bottom: 0;
}
.hm-content-about .js-cl-slider {
  margin-bottom: 0;
}
.hm-content-about .cl-content p {
  font-size: 18px;
  line-height: 32px;
}
/* tabs-section  */
.tabs-section {
  padding: 100px 0;
}
.top-proudct-item {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
/* sldier text  */
.text-scroll-wrapper {
  padding: 125px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.text-slider {
  display: flex;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.text-slider .text-anim-original {
  display: flex;
  align-items: baseline;
}
.text-slider .text-anim-copy {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
  animation: qode-move-horizontal-normal-text-marquee-copy 20slinear infinite;
  display: flex;
  align-items: baseline;
}
.text-slider .text-item {
  color: #94a1ab;
  font-size: 80px;

  line-height: 1.2;
  padding: 20px 25px;
}
.text-anim-original {
  animation: move-horizontal-text-marquee 20s linear infinite;
}
.text-anim-copy {
  animation: move-horizontal-text-marquee-copy 20s linear infinite;
}
@keyframes move-horizontal-text-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }

  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes move-horizontal-text-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }

  100% {
    transform: translateX(0) translateZ(0);
  }
}
/* media query */

@media (max-width: 1599.98px) {
  .right-spare-block {
    padding-left: 80px;
  }
  .ft-distribute-section .container-fluid .dist-content {
    padding: 100px 100px 100px 150px;
  }
}
@media (max-width: 1439.98px) {
  .right-spare-block {
    padding-left: 50px;
  }
  .right-spare-block {
    width: 60%;
  }
  .left-spare-block {
    width: 40%;
  }
  .ft-distribute-section .container-fluid .dist-content {
    padding: 80px 80px 80px 150px;
  }
  .center-img-board {
    transform: translate(115px, -50%);
    width: 230px;
  }
}
@media (max-width: 1199.98px) {
  .banner-item,
  .sec-hmbanner {
    height: 700px;
  }

  .right-spare-block {
    padding-left: 30px;
  }
  .btnwrap.mb-40 {
    margin-bottom: 20px;
  }
  .ft-distribute-section .container-fluid .dist-content {
    padding: 50px 30px 50px 120px;
  }
  .center-img-board {
    transform: translate(100px, -50%);
    width: 200px;
  }
  .about-content .about-inner-content {
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .about-content:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner-item,
  .sec-hmbanner {
    height: 600px;
  }
  .banner-heading {
    font-size: 40px;
  }
  .sec-hmbanner .js-hmbanner .slick-dots {
    right: auto;
    flex-direction: row;
    top: inherit;
    left: auto;
    width: 100%;
    bottom: 10px;
  }
  .sec-hmbanner .js-hmbanner .slick-dots li {
    margin: 0 5px;
  }
  .sec-hmbanner {
    height: 500px;
  }
  .sec-hmbanner .js-hmbanner,
  .sec-hmbanner .js-hmbanner.slick-slider .slick-list,
  .sec-hmbanner .js-hmbanner.slick-slider .slick-track,
  .sec-hmbanner .js-hmbanner.slick-slider .slick-slide,
  .sec-hmbanner .js-hmbanner.slick-slider .slick-slide > div,
  .banner-item {
    height: 100%;
  }
  .banner-overlay {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .hm-banenr-content {
    padding-bottom: 60px;
    max-width: 100%;
    text-align: center;
  }
  .hm-banenr-content .btnlist {
    justify-content: center;
  }
  .banner-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hm-about-item,
  .hm-content-about,
  .left-spare-block,
  .right-spare-block {
    width: 100%;
  }
  .hm-content-about,
  .right-spare-block {
    padding-left: 0;
  }
  .ft-dist-wrapper .dist-item,
  .ft-dist-wrapper .dist-content {
    width: 100%;
    flex-basis: 100%;
  }
  .center-img-board {
    transform: none;
    right: 15px;
    bottom: 15px;
    top: inherit;
  }
  .left-spare-block {
    text-align: center;
  }
  .left-spare-block .header-small {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .left-spare-block .header-small:before {
    position: relative;
    content: "";
    background-color: var(--tag-color);
    height: 1px;
    width: 50px;
    top: 50%;
    margin-right: 20px;
  }
  .left-spare-block .header-small::after {
    position: relative;
  }
  .ft-distribute-section .container-fluid .dist-content {
    padding: 30px;
  }
  .ft-distribute-section .dlist.inline {
    margin-bottom: 20px;
  }
  .hm-banenr-content::before {
    content: none;
  }
}
@media (max-width: 767.98px) {
  .banner-item,
  .sec-hmbanner {
    height: 500px;
  }
  .banner-heading {
    font-size: 30px;
  }
  .banner-tag {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .center-img-board {
    width: 150px;
  }
  .about-content .about-inner-content {
    padding-left: 50px;
  }
  .hm-banenr-content p {
    font-size: 17px;
  }
  .sec-hmbanner .js-hmbanner .slick-dots {
    right: 0px;
  }
  .hm-banenr-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-item,
  .sec-hmbanner {
    height: 450px;
  }
  .banner-heading {
    font-size: 26px;
  }
  .banner-tag {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .center-img-board {
    width: 100px;
  }
  .hm-banenr-content p {
    font-size: 15px;
  }
}
.banner-video-item {
  position: relative;
  height: 100%;
  display: block;
  padding-bottom: 51.25%;
  width: 100%;
}
.banner-video-item video {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 1980px;
  width: 100%;
  object-fit: cover;
}
