.brand__list-3 {
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand__list,
  .brand__list-3,
  .brand__list-2 {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand__list,
  .brand__list-3,
  .brand__list-2 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .brand__list,
  .brand__list-3,
  .brand__list-2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
  }
}

.brand__list-3 .brand__item-2 img {
  filter: brightness(0.5) !important;
}

.hero__text-animation {
  font-weight: 700 !important;
}
.offcanvas__area {
  width: 300px !important;
  display: flex !important;
  left: auto !important;
  right: 0 !important;
}
.offcanvas__right {
  grid-column-start: 4 !important;
}

.hero__area-3 .sec-title {
  z-index: 2;
  font-weight: 600;
  font-size: 210px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--black-2);
}

/* .testimonial__video video {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  } */

.workflow__wrapper-3 {
  width: 200% !important;
}

.brand__item-2 img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.header__logo-2 img {
  height: 45px !important;
}
.hero__area-3 {
  z-index: 9990 !important;
}
/* .hero__area-3 #video_check {
  width: 400px;
} */
.hero__area-3 .intro-title {
  /* left: 240px; */
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .hero__area-3 .sec-title {
    font-size: 200px;
  }

  .cta__title-2 {
    font-size: 54px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__area-3 .sec-title {
    font-size: 160px;
  }
  .cta__title-2 {
    font-size: 54px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__area-3 .sec-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__area-3 .sec-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__area-3 .sec-title {
    font-size: 60px;
  }
}

.footer__copyright-2 p {
  max-width: 100%;
}

.more-icon {
  transform: rotate(180deg);
  position: absolute;
  right: -15px;
  top: 50%;
}

.counter__number {
  position: relative;
}

.rollslide_title-1 {
  line-height: 1;
}

.pointer {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.service__area-3 .sec-title-wrapper {
  padding-left: 0;
}

.team__slide img {
  height: 500px !important;
  object-fit: cover;
  object-position: top;
}

.testimonial__inner-2 {
  background-image: none !important;
}

.bold {
  font-weight: bold;
}

.testimonial__author {
  font-size: 24px;
}

.testimonial__role {
  font-size: 18px;
}

.mail_sent {
  padding: 6px 12px;
  border: 1px solid #000;
  border-radius: 25px;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 9999;
  background: #fff;
  transform: translateX(-50%);
  display: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mail_sent {
    padding: 8px 18px;
  }
  .team__slide img {
    height: 400px !important;
  }
  #open_offcanvas {
    display: none;
  }
  .contact_wrap .link {
    display: none;
  }
  .mb-mb {
    margin-bottom: 24px;
  }
}
