
#client-logos .item {
    margin: 1px;
}

.cover-wrapper .owl-nav, .owl-dots {
	display:block;
}

.cover-wrapper {
    padding: 0px 90px 60px;
}
.client-inners img {
    height: 100%;
	width: 5% !important;
	margin: auto;
	padding: 0px 5px 60px;
}
.client-inners {
    text-align: center;
}

.client-inners h3 {
  font-size: 19px;
  line-height: 37px;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 0px 40px;
}

.client-inners p {
  color: #ae3968;
}
.owl-nav img {
    width: 34px;
}
.owl-prev img {
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -20px;
}
.owl-next img {
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -20px;
}