.clients {
  background-size: cover;
  background-position: center center;
}
.clients .clients-ct {
  padding: 100px 0;
}
.clients-1 .clients-header + .clients-row {
  margin-top: 70px;
}
.clients-1 .clients-intro + .clients-row {
  margin-top: 70px;
}
.clients-1 .clients-row {
  margin: 0 -15px;
}
.clients-1 .clients-row .clients-logo {
  text-align: center;
}
.clients-1 .clients-row .clients-logo a {
  display: inline-block;
}
.clients-1 .clients-row .clients-logo a img {
  height: 90px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .clients-1 .clients-row .clients-logo[class*="-4"] {
    border-right: 1px solid #dddddd;
  }
  .clients-1 .clients-row .clients-logo[class*="-4"]:nth-child(3n) {
    border-right: none;
  }
  .clients-1 .clients-row .clients-logo[class*="-4"]:nth-child(-n +3) {
    padding-bottom: 45px;
  }
  .clients-1 .clients-row .clients-logo[class*="-4"]:nth-child(n+4) {
    border-top: 1px solid #dddddd;
    padding-top: 45px;
  }
  .clients-1 .clients-row .clients-logo[class*="-3"] {
    border-right: 1px solid #dddddd;
  }
  .clients-1 .clients-row .clients-logo[class*="-3"]:nth-child(4n) {
    border-right: none;
  }
  .clients-1 .clients-row .clients-logo[class*="-3"]:nth-child(-n +4) {
    padding-bottom: 45px;
  }
  .clients-1 .clients-row .clients-logo[class*="-3"]:nth-child(n+5) {
    border-top: 1px solid #dddddd;
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .clients-1 .clients-row .clients-logo[class*="6"]:nth-child(-n+2) {
    padding-bottom: 45px;
  }
  .clients-1 .clients-row .clients-logo[class*="6"]:nth-child(n+3) {
    padding-top: 45px;
  }
}
.clients-grid .clients-1 .clients-row {
  margin-left: -10px;
  margin-right: -10px;
}
.clients-grid .clients-1 .clients-row .clients-logo {
  height: 170px;
  border: 10px solid #ffffff !important;
  padding: 0 !important;
}
.clients-grid .clients-1 .clients-row .clients-logo a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clients-grid .clients-1 .clients-row .clients-logo a img {
  height: auto;
}
.clients-grid .clients-1 .clients-row .clients-logo:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: -1;
  border: 1px solid #dddddd;
}

.clients-2 {
  margin-top: -30px;
  margin-bottom: -30px;
}
.clients-2 .clients-header {
  margin-bottom: 20px;
}
.clients-2 .clients-header .clients-title {
  margin: 0 0 15px;
}
.clients-2 .clients-header .clients-title:after {
  width: 100%;
}
.clients-2 .clients-header + .clients-row {
  margin-top: 70px;
}
.clients-2 .clients-intro + .clients-row {
  margin-top: 70px;
}
.clients-2 .clients-row .clients-logo {
  text-align: center;
}
.clients-2 .clients-row .clients-logo a img {
  width: auto;
  display: inline-block;
}
.clients-2.controled {
  padding: 0 30px;
}