.sticky-ico ul {
    list-style: none;
    position: fixed;
    bottom: 30%;
    left: 0%;
    z-index: 999;
    transform: translateY(0%);
}

ol, ul {
    text-decoration: none;
    list-style: none;
    padding: 0px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.sticky-ico ul li .spotify {
    background: #b59d08;
    border-color: #6b5d04;
    color: #fff;
}

.sticky-ico ul li a {
    display: block;
    margin-left: -2px;
    height: 60px;
    width: 60px;
    border-radius: 0 25px 25px 0;
    border: 2px solid #000;
    background: #FFF;
    margin-bottom: 1em;
    transition: all .4s ease;
    color: #2980b9;
    text-decoration: none;
    line-height: 60px;
    position: relative;
}

.sticky-ico ul li a.spotify:hover {
    cursor: pointer;
    width: 150px;
    color: #fff;
}

.sticky-ico ul li .spotify:hover {
    background: #b59d08ab;
}

.sticky-ico ul li a:hover span {
    left: 20px;
    font-weight: 600;
}

.sticky-ico ul li a.spotify span {
    padding: 0 30px 0 5px;
}

.sticky-ico ul li a span {
    padding: 0 30px 0 15px;
    position: absolute;
    left: -155px;
    transition: left .4s ease;
}

.sticky-ico ul li a i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5em;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: larger;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-phone:before {
    content: "\f095";
}

.sticky-ico ul li a span {
    padding: 0 30px 0 15px;
    position: absolute;
    left: -155px;
    transition: left .4s ease;
}

.fa-whatsapp:before {
    content: "\f232";
}

.sticky-ico ul li a.soundcloud:hover {
    cursor: pointer;
    width: 180px;
    color: #fff;
    background-color: #e91e6382;
}

.sticky-ico ul li a:hover span {
    left: 20px;
    font-weight: 600;
}

.sticky-ico ul li .soundcloud {
    background: rgba(228 29 29 / 48%);
    border-color: #e41d1d;
    color: #fff;
}

.bodytext {
    line-height: 20px;
    text-align: justify;
    color: #000000;
}

.table-list {
    background: #FFF;
    color: #10100f;
    font-size: 14px;
    padding: 0px;
}
.table-list li {
    padding: 12px 8px;
    text-align: left;
    padding-left: 30px;
    background: #bbbdc11f;
}
.table-list li i {
    margin-right: 10px;
}
.table-list li:nth-child(2n) {
    background: #37383a61;
}

.bodycenter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #000000;
}




