.social1-icons {
    padding: 0;
    margin-top: 3%;
}

.social1-icons li {
    display: inline-block;
    padding-left: 5px;
}

.social1-icons li a {
    color: #808080;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #777777;
    padding: 10px;
}

.social1-icons li a:hover {
    background: #15c9d4;
    border: 1px solid #15c9d4;
    color: #fff;
}
.social1 ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: rgba(255, 255, 255, 0.4);
}
.social1 ul li {
    display: block;
    margin: 5px;
    background: rgb(229, 194, 86);
    width: 320px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #000000;
}
.social1 ul li:hover i {
    color: #fff;
    background: #15c9d4;
    transform: rotate(360deg);
    transition: all 1s;
}
.social1 ul li i {
    margin-left: 10px;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 16px;
    background: #000000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    line-height: 34px;
    text-align: center;
}
.social1 fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social1 ul li a{
    background-color: transparent;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 25px;
    font-size: 13px;
    color: black;
}
.social1 {
    position:fixed;
    top: 30%;
    z-index: auto;
    box-sizing: border-box;
}

    .social1 ul li:hover a {
        color: #000;
    }

    .social1 ul {
        margin-left: -85%;
    }