.carousel-main-div{ max-width:800px;width: 80%;}
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-demo .item{
    background:transparent;
    padding: 16px 0px 10px 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#owl-demo .item div{max-width:200px; height:40px; width:100%; background-size:auto 38px;}
.client-logo-img1{ background:url("../img/clientl1logo.png") no-repeat;}
.client-logo-img2{ background:url("../img/clientl2logo.png") no-repeat;}
.client-logo-img3{ background:url("../img/clientl3logo.png") no-repeat;}
.client-logo-img4{ background:url("../img/clientl4logo.png") no-repeat;}
.client-logo-img5{ background:url("../img/clientl5logo.png") no-repeat;}
.client-logo-img6{ background:url("../img/clientl6logo.png") no-repeat;}
.client-logo-img7{ background:url("../img/clientl7logo.png") no-repeat;}
.client-logo-img8{ background:url("../img/clientl8logo.png") no-repeat;}


.customNavigation{
    text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }