/*=== thsn-client-style-1 ===*/
.thsn-client-style-1{
	text-align: center;
}
.thsn-client-style-1 .thsn-client-wrapper{
	width: 100%;
	height: 100%;
	padding: 30px 20px;
	background: rgb(0 0 0 / 10%);
	border: 1px solid rgb(255 255 255 / 20%);
}
.thsn-client-style-1 .thsn-client-wrapper {
	overflow: hidden;
}
.thsn-client-style-1 .thsn-client-with-hover-img .thsn-featured-wrapper,
.thsn-client-style-1 .thsn-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
}
.thsn-client-style-1 .thsn-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
}
.thsn-client-style-1 .thsn-client-with-hover-img .thsn-client-hover-img {
	padding: 30px 20px;
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	-o-transition: transform .6s ease;
	transition: transform .6s ease;
}
.thsn-client-style-1 .thsn-client-with-hover-img:hover .thsn-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.thsn-client-style-1 .thsn-client-with-hover-img:hover .thsn-featured-wrapper {
	transform: translateY(130%);
	visibility: hidden;
	opacity: 0;
}