.kenesis-body .rv-module {
    padding: 0 !important;
}

.bot-nav {
    height: 50px;
    position: relative;
    z-index: 9;
    background-color: #232323;
}

.go-to-top-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #944729;
    right: 5%;
    top: -25px;
    cursor: pointer;
}

.go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: white;
}
