.inner-page-banner.clients-banner:before {
    background: rgba(206, 206, 206, 0.9);
}

/*Testimonial*/
.cat-list-bg-style .cat-list__item {
    display: inline-block;
    background-color: #f7f9f9;
    margin: 0 5px;
    border-radius: 30px;
    overflow: hidden;
}
.cat-list-bg-style .cat-list__item.active {
    background-color: #d10000;
}
.cat-list-bg-style .cat-list__item a {
    font-size: 18px;
    color: #acacac;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 20px;
    display: block;
}
.cat-list-bg-style .cat-list__item.active a {
    color: #fff;
}
.cat-list-bg-style .cat-list__item a:hover {
    color: #fff;
    background-color: #d10000;
}
.client-item-style2 .client-image {
    position: relative;
    text-align: center;
}
.testimonial-item.testimonial-arrow {
    padding: 50px 60px;
    background-color: #fff;
    position: relative;
    text-align: left;
}
.testimonial-item.testimonial-arrow .quote {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.testimonial-item.testimonial-arrow .author-info-wrap .testimonial-img-author {
    float: left;
    margin-right: 30px;
}
.testimonial-text {
    font-size: 15px;
    margin-bottom: 25px;
}
.ratings i {
    color: #e57200;
}
/*Testimonial*/

.testimonial-section .swiper-slide {
	background: transparent;
}
.testimonial-section .swiper-container {
    height: auto;
}

/*Client Images*/
.clients-grid .sorting-menu {
    padding-left: 0;
}
.client-image img {
	width: 100%;
}
.clients-grid .bg-border-color {
    background-color: #f7f9f9;
    border: 1px #c1c1c1;
    border-style: dashed;
}
.client-item-style2 {
    padding: 60px 40px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
}
.mb30 {
	margin-bottom: 30px;
}
/*Client Images*/