.list--hover li:not(:hover) {
    opacity: 1;
}
.socicons{
    width: 40px;
    height: 40px;
    
}
.list-inline-item{
    position: relative;
}
.socicons-float{
    width:100px;
    height: 100px;
    background-color:white;
    position: absolute;
    display: none;
    top: -109px;
    left: -20px;

}
/* .socicons-float img{
    width: 90px;
    height: 90px;
    margin-left:5px;
    margin-top:5px;
    float:left;
} */
.text-black{
    color:rgba(34,34,34,1);
}
.nav{
    position: fixed;top: 0;left: 0;z-index: 100;width: 100%;
}
.box-shadow-wide8{
    box-shadow: 0 23px 40px rgba(232, 232, 232, 0.8);
}
.box-shadow-wide2{
    box-shadow: 0 23px 40px rgba(232, 232, 232, 0.2);
}
.menu{
    margin-right: 20px;
}
.start_cooperation{
    position: relative;
}
.start_cooperation img{
    position: absolute;
    top: 52px;
    left:0;
    display: none;
}
.contactLeft{
    background-position: -35px 0 !important;
}
.contact input{
    margin-bottom:10px;
}
#ContactButton{
    margin-top:10px;
}