.logo-header img {
    width: 100px;
}

.footer-top {
    background-color: #000000;
    border-bottom: 2px solid #ffffff;
}

.footer-bottom {
    background-color: #000000;
    padding: 15px 0;
    font-size: 13px;
}

.footer-line:after {
    display: none;
}

.site-footer .widget_services ul li a:hover {
    color: #ff0000;
}

button.scroltop {
    background: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    outline: unset;
}

@media screen and (max-width: 767px) {
    .track_home_slider {
        display: none;
    }
}