/*----------------------------------------*/
/*  7.3 brand css start
/*----------------------------------------*/
.tp-brand__transparent {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -65px;
}
.tp-brand__title-sm {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #475467;
  background-color: var(--tp-common-white);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0px 35px;
}
@media (max-width: 767px) {
  .tp-brand__title-sm {
    padding: 0;
  }
}
.tp-brand__bg {
  background-color: var(--tp-common-white);
  max-width: 1295px;
  margin: 0 auto;
  padding: 70px 50px 80px 50px;
}
.tp-brand__title-box {
  position: relative;
  margin: 0px 45px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tp-brand__title-box {
    margin: 0px 0px;
    margin-bottom: 50px;
  }
}
.tp-brand__title-box::after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  content: "";
}
.tp-brand__item {
  text-align: center;
  cursor: pointer;
}
.tp-brand__item span {
  color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-brand__item:hover span {
  color: var(--tp-theme-1);
}

.tp-brand-3__bg {
  background-color: #FFF4EF;
  padding: 80px 0;
}
.tp-brand-3__shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp-brand-2__active .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: center;
}
