html {
    overflow-x: hidden;
}

.kenesis-body .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.kenesis-body .shead,
.kenesis-body .head,
.kenesis-body .content {
    background-color: transparent !important;
}

html body.kenesis-body div.rv-content > div, 
html body.kenesis-body div.rv-head > div, 
html body.kenesis-body div.rv-shead > div {
    padding: 0 !important;
}

.kenesis-body .section-ctn {
    position: relative;
}

.kenesis-body .section-ctn[data-n="3"] {
    height: 500px;
}

.kenesis-body .section-ctn[data-n="4"] {
    padding-top: 50px;
}

.kenesis-body .section-ctn .rv-content {
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
}

.kenesis-body .section-ctn .rv-image {
    height: 460px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 10%;
    transform: translateY(-50%);
}

.kenesis-body .rv-module {
    padding: 0 !important;
    background-color: transparent !important;
}

.kenesis-body .section-ctn[data-n="3"] .layout-svg {
    position: absolute;
    top: 0;
    left: 11%;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n='3']:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 500px 0 0 175px;
    position: absolute;
    left: 10%;
    bottom: 0;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n='3'] .rv-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    width: 50px;
    z-index: 9;
}

.kenesis-body .section-ctn[data-n='3'] .rv-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    width: 12px;
    z-index: 9;
}

.bot-nav {
    height: 50px;
    position: relative;
    z-index: 9;
    background-color: #080808;
}

.go-to-top-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #9d8b1b;
    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;
}

.kenesis-body .botnav {
    position: relative;
}