/*=== thsn-client-style-1 ===*/
.thsn-client-style-1{
    padding: 30px 0px;
}
.thsn-client-style-1 .thsn-client-wrapper.thsn-client-with-hover-img .thsn-client-hover-img {
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.thsn-client-style-1 .thsn-client-wrapper.thsn-client-with-hover-img {
    position: relative;
}
.thsn-client-style-1 .thsn-client-wrapper.thsn-client-with-hover-img:hover .thsn-client-hover-img {
	opacity: 1;
}
.thsn-client-style-1 .thsn-client-wrapper.thsn-client-with-hover-img:hover .thsn-featured-wrapper {
	opacity: 0;
}