.pbmit-client-style-1 .pbmit-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.pbmit-client-style-1 .pbmit-client-wrapper{
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	transition: all .4s ease-in;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img{
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-client-hover-img{
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper{
	transform: translateY(100%);
}
.pbmit-client-style-1 .pbmit-featured-img-wrapper img{
	filter: saturate(0);
}
.pbmit-client-style-1:hover .pbmit-featured-img-wrapper img{
	filter: saturate(1);
}
.pbmit-element-client-style-1 .pbmit-element-posts-wrapper{
	display: grid;
 	grid-template-columns: repeat(5, 1fr);
}
.pbmit-client-style-1:first-child {
	grid-column: 2;
}
.pbmit-client-style-1{
	border-right: 1px solid rgba(var(--pbmit-smiliz-blackish-color-rgb),.2);
	border-bottom: 1px solid rgba(var(--pbmit-smiliz-blackish-color-rgb),.2);
	padding: 30px;
}
.pbmit-client-style-1:nth-last-child(5),
.pbmit-client-style-1:nth-last-child(4),
.pbmit-client-style-1:nth-last-child(3),
.pbmit-client-style-1:nth-last-child(2),
.pbmit-client-style-1:last-child{
	border-bottom: none;
}
.pbmit-client-style-1:last-child,
.pbmit-client-style-1:nth-last-child(6){
	border-right: none;
}
.pbmit-client-style-1:first-child{
	border-left: 1px solid rgba(var(--pbmit-smiliz-blackish-color-rgb),.2);
}
.pbmit-client-style-1:nth-child(5){
	border-top: 1px solid rgba(var(--pbmit-smiliz-blackish-color-rgb),.2);
}
.pbmit-element-client-style-1 .pbmit-highlight-title{
	font-size: 18px;
	line-height: 28px;
	position: absolute;
	bottom: auto;
	margin: 20px 0 0;
	left: 0;
	right: auto;
	max-width: 280px;
}
.pbmit-elementor-bg-color-blackish .pbmit-element-client-style-1 .pbmit-highlight-title,
.pbmit-elementor-bg-color-secondary .pbmit-element-client-style-1 .pbmit-highlight-title{
	color: var(--pbmit-smiliz-white-color);
}
/* == Responsive == */
@media(max-width: 1300px){
	.pbmit-element-client-style-1 .pbmit-highlight-title{
		font-size: 16px;
		line-height: 26px;
		width: 17%;
	}
}
@media(max-width: 1200px){
	.pbmit-element-client-style-1 .pbmit-highlight-title{
		font-size: 15px;
		line-height: 20px;
		width: 19%;
	}
}
@media(max-width: 1024px){
	.pbmit-element-client-style-1 .pbmit-element-posts-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
	.pbmit-client-style-1:nth-child(5),
	.pbmit-client-style-1:last-child,
	.pbmit-client-style-1:first-child,
	.pbmit-client-style-1{
		border: none;
	}
	.pbmit-client-style-1:first-child {
		grid-column: 1;
	}
	.pbmit-element-client-style-1 .pbmit-highlight-title{
		position: unset;
		width: 100%;
		font-size: 18px;
		line-height: 20px;
	}
}
@media(max-width: 991px){
	.pbmit-client-style-1.col-md-20percent .pbmit-border-wrapper{
		padding: 10px 30px;
	}
}
@media(max-width: 575px){
	.pbmit-element-client-style-1 .pbmit-element-posts-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}