/* Enter Your Custom CSS Here */


ul.our-clients li {
    border: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(n+7) {
       border: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(n+8) {
      border: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(n+9) {
  border: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(n+10) {
    border: 1px solid #e9e9e9;
}


ul.our-clients li {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

ul.our-clients li:nth-child(5n) {
    border-right: 1px solid #e9e9e9;
}