/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients {
padding-top: 60px;
}

.clients .section-title h2 {
font-size: 40px;
color: #111111;
line-height: 1.4;
font-weight: 400;
/* margin-bottom: 0; */
}

.clients .swiper-slide img {
opacity: 0.5;
transition: 0.3s;
}

.clients .swiper-slide img:hover {
opacity: 1;
}

.clients .swiper-pagination {
margin-top: 20px;
position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #94c045;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
background-color: #94c045;
}