/*----------------------------------------*/
/*  06. BRAND CSS START
/*----------------------------------------*/
.tp-barnd-area {
  padding: 4rem 0;
  overflow: hidden;
  padding-top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-barnd-title-sm {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .tp-barnd-title-sm {
    font-size: 17px;
    line-height: 23px;
  }
}
.tp-barnd-icon {
  margin-right: 20px;
}

.tp-brand-item {
  text-align: center;
  padding: 10px;
  background: var(--plainclr);
  border-radius: 10px;
  margin-left: 10px;
}
.tp-brand-item img {
  width: 100%;
  aspect-ratio: 4/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.tp-barnd-slider-wrapper {
  padding: 0px 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-barnd-slider-wrapper {
    padding: 0px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-barnd-left-item {
    margin-bottom: 25px;
  }
}
.tp-barnd-main-wrapper {
  padding: 25px 0;
  position: relative;
}
.tp-barnd-main-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--themeprimaryclr);
  transform: scale(1) perspective(300px) rotateX(-5deg);
  border-radius: 14px;
  z-index: -1;
}

.tp-barnd-shape-1 {
  position: absolute;
  top: 0%;
  left: -1%;
}

.tp-barnd-plr {
  padding: 4rem 300px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-barnd-plr {
    padding: 4rem 180px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-barnd-plr {
    padding: 4rem 70px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-barnd-plr {
    padding: 4rem 50px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-barnd-plr {
    padding: 4rem 15px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-barnd-plr {
    padding: 4rem 30px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-barnd-plr {
    padding: 4rem 15px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-barnd-left-item {
    margin-bottom: 10px;
  }
}
.tp-barnd-slider-active button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid var(--darkclr);
  font-size: 22px;
  font-weight: 700;
  color: var(--darkclr);
  text-align: center;
  line-height: 56px;
  position: relative;
  transition: 0.3s;
  background: transparent;
}
.tp-barnd-slider-active button::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--darkclr);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 3;
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-barnd-slider-active button.slick-prev {
  position: absolute;
  left: -75px;
}
.tp-barnd-slider-active button.slick-prev i {
  position: relative;
  z-index: 5;
  margin-left: -3px;
}
.tp-barnd-slider-active button.slick-next {
  position: absolute;
  right: -75px;
  top: 0;
}
.tp-barnd-slider-active button.slick-next i {
  position: relative;
  z-index: 5;
  margin-right: -3px;
}
.tp-barnd-slider-active button:hover {
  color: var(--plainclr);
}
.tp-barnd-slider-active button:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(0.8);
}

@media (max-width: 767px) {
  .tp-barnd-slider-active button {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}/*# sourceMappingURL=testimonials.css.map */