/* 
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 2));
  }
}
.logo-slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.logo-slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 4);
}
.logo-slider .slide {
  height: 100px;
  width: 250px;
} */
#ourclients {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* background:#f9f9f9; */
    /* padding-bottom:30px; */
    height:150px;
  }
  #ourclients .clients-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  #ourclients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  #ourclients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 210px;
    height: 110px;
    line-height: 100px;
    text-align: center;
  }
  #ourclients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    width:150px;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
  }
  #ourclients h3{
  border-bottom:2px solid #3399ff;
  width:150px;
  padding:10px;
  }