.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #000;
    background-color: transparent;
}

.back-to-top i {
    font-size: 60px;
}

.back-to-top i:hover {
    color: #eb3812;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}