$(document).ready(function(){
  $(".clients li:last-child").addClass('last_client');
  $(".project_grid li:nth-child(3n)").addClass('last');
 
});


