<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.theme_6 .imc_wrapp ul{
margin:0px;
padding:0px;
list-style-type:none;
}
.theme_6 .imc_wrapp ul li{
	/*
-webkit-animation-delay: 0s;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-webkit-animation-name: fadeIn;
	*/
box-sizing: border-box;
color: rgb(136, 136, 136);
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 300;
line-height: 21px;
min-height: 1px;
padding-left: 5px;
padding-right: 5px;
position: relative;
width: 292px;
vertical-align:top;
min-width:100px;
display:inline-block;
float:none;
margin-bottom:5px;
}
.theme_6 .imc-logo-wrapper{
position:relative;
border: 4px solid #f9f9f9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #ffffff;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.theme_6 .imc-logo-wrapper:hover{
background: #f9f9f9;
border: 4px solid #eee;
}
.theme_6 .imc-logo-wrapper .imc-logo{
background-size: contain !important; 
background-position:center !important;
background-repeat:no-repeat !important;
overflow:hidden;
width:96%; 
height:96%; 
margin: 0 auto;
position:absolute;
top:2%;
left:2%;
opacity:0.7;
transition-delay: 0s;
transition-duration: 0.4s;
transition-property: all;
transition-timing-function: ease-in-out;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.theme_6 .imc-logo-wrapper:hover .imc-logo{
opacity:1;
-webkit-transform: scale(0.95) ;
-moz-transform: scale(0.95);
-ms-transform: scale(0.95);
-o-transform: scale(0.95);
transform: scale(0.95);
}
.theme_6 .imc-logo-wrapper:hover .imc-client-name{
opacity:1;
transition-delay: 0.1s;
-webkit-animation-delay: 0.1s;
}
.theme_6 .imc-client-name{
font-family: "Montserrat";
width: 100%;
margin: 0;
margin:0 1px;
z-index:9995;
color: #333;
text-shadow: 1px 1px 1px #fff;;
font-size: 1.6em;
font-weight:600;
position:absolute;
bottom:0px;
left:0px;
opacity:0;
padding-top:13px;
padding-bottom:13px;
z-index:9995;
transition: 0.6s;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
-o-transition: 0.6s;
-ms-transition: 0.6s;
text-align:center;
}
</pre></body></html>