body {
	overflow-x: hidden;
}
.our-client-slider .client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background: rgba(249, 249, 249, 0.1);
}
.our-client-slider .client-logo img {
    max-height: 70px;
    max-width: 150px;
    mix-blend-mode: darken;
}
.our-client-slider .swiper-button-next,
.our-client-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
.our-client-slider .swiper-button-nav {
    top: 48px;
    transition: all 0.3s ease;
}
.our-client-slider .swiper-button-nav svg {
    height: 12px;
    fill: #fff;
}
.our-client-slider .swiper-button-nav:not(.swiper-button-disabled):hover {
    background: #3abb9c;
}
.our-client-slider .swiper-button-nav:not(.swiper-button-disabled):hover svg path {
    fill: #fff;
}
.our-client-slider .swiper-button-prev {
    --left: -60px;
}
.our-client-slider .swiper-button-next {
    --right: -60px;
}

.testimonail-item {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.testimonail-item .testimonail-image {
	width: 280px;
}
.testimonail-item .testimonail-image img {
	border: 5px solid #222;
}
.testimonail-item .testimonail-content {
	width: calc(100% - 300px);
}

@media only screen and (max-width: 767px) {
	.testimonail-item .testimonail-image,
	.testimonail-item .testimonail-content {
		width: 100%;
	}
}