/* LOGO SLIDE */

.logo-slider {
  background: transparent;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-slider::before,
.logo-slider::after {

  content: "";
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.logo-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.logo-slider::before {
  left: 0;
  top: 0;
}

.logo-slider .logo-slide-track {
  -webkit-animation: logo-scroll 40s linear infinite;
  animation: logo-scroll 60s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

.logo-slider .slide {
  height: 200px;
  width: 160px;
  padding: 20px;
}

@-webkit-keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}




/* Video Reviews */

.background-video {
  width: 100%;
  height: 500px;
  position: absolute;
}

.video-item {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.play-button i {
  font-size: 100px;
  position: relative;
  right: -9px;
}

.play-button {
  border: 5px solid #000;
  padding: 20px 30px;
  border-radius: 80px;
}


/* Testimobial */




.kagepisuceng {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1250px;;
  }

  .kagepisuceng__items {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }

  .kagepisuceng__item {
  position: relative;  
  display: none;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  }

  .kagepisuceng__item_active,
  .kagepisuceng__item_next,
  .kagepisuceng__item_prev {
  display: block;
  }

  .kagepisuceng__item_next,
  .kagepisuceng__item_prev {
  position: absolute;

  top: 0;
  }

  .kagepisuceng__item_next.kagepisuceng__item_left,
  .kagepisuceng__item_prev.kagepisuceng__item_right {
  transform: translateX(0);
  }

  .kagepisuceng__item_next,
  .kagepisuceng__item_right.kagepisuceng__item_active {
  transform: translateX(100%);
  }

  .kagepisuceng__item_prev,
  .kagepisuceng__item_left.kagepisuceng__item_active {
  transform: translateX(-100%);
  }

   

  .kagepisuceng__control {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  }

  .kagepisuceng__control:hover,
  .kagepisuceng__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
  }

  .kagepisuceng__control_prev {
  left: 0;
  }

  .kagepisuceng__control_next {
  right: 0;
  }

  .kagepisuceng__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  }

  .kagepisuceng__control_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }

  .kagepisuceng__control_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }

  /* Sidebar */

  .kagepisuceng__indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  }

  .kagepisuceng__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  }

  .kagepisuceng__indicator::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
  }

  .kagepisuceng__indicator::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
  }

  .kagepisuceng__indicator_active {
  background-color: #fff;
  }



  .kagepisuceng__item {}

  .kagepisuceng__item_1 {
  background: linear-gradient(45deg, #085078 10%, #85d8ce 90%);
  }

  .kagepisuceng__item_2 {
  background: linear-gradient(to right, #dd1818, #333333);
  }

  .kagepisuceng__item_3 {
  background: linear-gradient(to right, #093028, #237a57);
  }

  .kagepisuceng__item_4 {
  background: linear-gradient(to right, #243B55, #141E30);
  }

  .kagepisuceng__item {
  height: 320px;
  overflow: hidden;
  }

  .kagepisuceng__item_inner {
  position: absolute;
  left: 50%;
  right: 15%;
  top: 36px;
  bottom: 36px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  }

  .kagepisuceng__item_img {
  flex: 0 0 80px;
  max-width: 80px;

  }

  .kagepisuceng__item_testimonial {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  text-align: center;

  }

  @media (min-width: 576px) {
  .kagepisuceng__item {
  height: 340px;
  }
  .kagepisuceng__item_inner {
  flex-direction: row;
  }
  .kagepisuceng__item_testimonial {
  margin-left: 15px;
  }
  .kagepisuceng__item_img {
  flex: 0 0 150px;
  max-width: 150px;
  }
  .kagepisuceng__item_testimonial {
  text-align: left;
  }
  }

  .kagepisuceng__item_name {
  font-size: 20px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
  }

  .kagepisuceng__item_post {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
  }

  .kagepisuceng__item_text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  }