
.icons
{
    position: fixed;
    top: 30%;
    right:0%;
    width: 200px;
    display: flex;
    flex-direction: column;
}
.icons a
{
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    margin: 2px;
    text-align: left;
    border-radius: 50px 0px 0px 50px;
    transform: translate(130px, 0px);
    transition: all 0.5s;
}
.icons a:hover
{
   transform: translate(0px, 0px);
}
.icons a i
{
    margin-right: 25px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    color: black;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.5s;

}
.icons a:hover i
{
    transform: rotate(360deg);
}
.icons a i.fa-telegram
{
    color: #229ED9;
}
.icons a i.fa-skype
{
    color: #00aff0;
}
.icons a i.fa-whatsapp-square
{
    color: #128C7E;
}
.icons a i.fa-twitter
{
    color: #53c5ff;
}
.telegram
{
    background-color: transparent;
    color: #229ED9;
}
.skype
{
    background-color: transparent;
    color: #00aff0;
}
.whatsapp
{
    background-color:transparent;
    color: #128C7E;
}
.twitter
{
    background-color:transparent;
    color: #53c5ff;
}

@media only screen and  (max-width: 600px) {
    
};