.tm-bgcolor-darkgrey .themetechmount-box.themetechmount-box-client.themetechmount-box-view-boxed-logo.themetechmount-client-box-view-boxed-logo-style1 {
    background-color: transparent;
}
.themetechmount-element-clientbox-boxed-logo-style1 {    
    position: relative;
}
.themetechmount-client-box-view-boxed-logo-style1 .themetechmount-item-thumbnail-inner {
    padding: 0;
	border: 1px solid #D7D7D7;
	border-radius: 20px;	
    height: 100%;    
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;    
    text-align: center;
    position: relative;    
    overflow: hidden;
}
.themetechmount-box-client.themetechmount-client-box-view-boxed-logo-style1 .themetechmount-item-thumbnail {
    opacity: 1;
    transition: all 1s ease;
	padding: 20px 0 0;
}
.themetechmount-box-view-simple-logo .themetechmount-item-thumbnail-inner img {
	transition: all 0.3s ease 0s;
}
.themetechmount-box-view-simple-logo:hover .themetechmount-item-thumbnail-inner img {
    transform: translateY(-7px);
}

.tm-layout-style2 .themetechmount-box-client.themetechmount-box-view-simple-logo .themetechmount-item-thumbnail {    
    transition: all 1s ease;
    border: 1px solid rgba(255,255,255, 0.20);
    height: 120px;
    border-radius: 80px;
}

/* */
.themetechmount-client-box-view-boxed-logo.tm-withoutlink:hover .themetechmount-item-thumbnail,
.themetechmount-client-box-view-boxed-logo:hover .tm-client-logo-link {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.themetechmount-client-box-view-boxed-logo .themetechmount-item-thumbnail-hover,
.themetechmount-client-box-view-boxed-logo .tm-client-logo-hover {
    position: absolute;
    opacity: 0;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -khtml-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -moz-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -ms-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -o-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    transition: transform 0.4s ease 0s, opacity 0.4s ease;
    left: 0;
    right: 0;
	transform: translateY(-70%);
	-webkit-transform: translateY(-70%);
    -khtml-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    -o-transform: translateY(-70%);
}
.themetechmount-client-box-view-boxed-logo:hover .themetechmount-item-thumbnail-hover,
.themetechmount-client-box-view-boxed-logo:hover .tm-client-logo-hover {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
	-webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -khtml-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -moz-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -ms-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -o-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    transition: transform 0.4s ease 0s, opacity 0.4s ease;
}
.themetechmount-box-client.themetechmount-client-box-view-boxed-logo {
    padding: 0;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 4px 16px 0px rgba(1, 6, 9, 0.1);
    height: 100%;    
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    display: block;
    text-align: center;
    position: relative;    
    overflow: hidden;
}
.themetechmount-client-box-view-boxed-logo .themetechmount-item-thumbnail,
.themetechmount-client-box-view-boxed-logo .tm-client-logo-link {
    opacity: 1;
    -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -khtml-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -moz-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -ms-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    -o-transition: transform 0.4s ease 0s, opacity 0.4s ease;
    transition: transform 0.4s ease 0s, opacity 0.4s ease;
}
