/* --------------------------------------------------------------# Clients-------------------------------------------------------------- */

.clients .clients-wrap {
  /*border-top: 1px solid #eceff0;*/
  /*border-left: 1px solid #eceff0;*/
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-right: 1px solid #eceff0;*/
  /*border-bottom: 1px solid transparent;*/
  /*overflow: hidden;*/
  background: #fff;
  /*border: 1px solid #ccc;*/
  /*height: 130px;*/
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  /*border: 1px solid red;*/
}

.clients .client-logo img {
  max-width: 99%;
  /*filter: grayscale(100);*/
  background-color: white;
  border: 1px solid #ccc;
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

.clients img {
  transition: all 0.4s ease-in-out;
}

.bg-client {
  background-color: #000000 !important;
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
  width: 200px;
}

