.social-ul{
    list-style: none;
    float: right;
}
.social-ul li{
    float: right;
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 30px;

}
.social-ul li a{
    color: white!important;
    display: block;
}
.social-ul li:hover{opacity: 0.8;font-size: 15px;}
.social-ul .facebook{
    background-color: #3B5998;
}
.social-ul .twitter{
    background-color: #4099FF;
}
.social-ul .telegram{
    background-color:#3BDBFD;
}
.social-ul .google{
    background-color:#D34836;
}
.social-ul .linkedin{
    background-color:#2274B9;
}
.social-ul .mail{
    background-color:#666666;
}