.tm-header :not(.uk-sticky-below)>.uk-navbar-container {
    box-shadow: 2px 12px 32px 0 rgb(0,0,0, 0.5);
}
.tm-toolbar-default {
    background: #fff;
    border-bottom: 1px solid #00000057;
}
.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}
#button_to_top {
    display: inline-block;
    background-color: #921717;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .65);
}

#button_to_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 40px;
    color: #fff;
}

#button_to_top:hover {
    cursor: pointer;
    background-color: #ff0000;
}

#button_to_top:active {
    background-color: #555;
}

#button_to_top.show {
    opacity: 1;
    visibility: visible;
}
