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;
    margin-bottom: 20px;
}

.kenesis-body .layout-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .layout-foreground {
    position: relative;
    margin: 200px 100px;
    margin-bottom: 100px;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="1"] .back-ctn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="1"] .back-ctn .rv-image {
    height: 400px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.kenesis-body .section-ctn[data-n="1"] .back-ctn > .inner-ctn {
    position: absolute;
    top: 320px;
    left: 0;
    z-index: 2;
    width: 90%;
    padding: 20px 5%;
    height: 80px;
}

.kenesis-body .section-ctn[data-n="1"] .back-ctn > .inner-ctn .rv-head {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 50%;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-content {
    position: relative;
    z-index: 2;
    padding-top: 450px;
    padding-bottom: 50px;
    padding-left: 5%;
    width: 50%;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-image {
    position: absolute;
    top: 50%;
    right: 10%;
    max-width: 35%;
    width: 400px;
    height: 400px;
    z-index: 2;
    transform: translateY(-50%);
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-image:last-child {
    right: 5%;
    top: calc(50% + 150px);
    width: 320px;
    height: 200px;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-image.image3:before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -10px;
    width: 75px;
    height: 95%;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-image > .rv-head {
    position: absolute;
    bottom: 0;
    right: -40px;
    padding: 50px 30px;
    z-index: 3;
    width: 100%;
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="2"] {
    height: 720px;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image:nth-child(1) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 60%;
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 42%;
    right: 25%;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 75%;
    width: 45%;
    text-align: center;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .rv-image {
    width: 600px;
    height: 350px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .rv-head,
.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .rv-shead {
    text-align: left;
}

.kenesis-body .section-ctn[data-n="3"] > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn {
    width: 55%;
    margin-left: auto;
    padding-right: 55px;
    padding-top: 85px;
    padding-bottom: 85px;
    z-index: 2;
    position: relative;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn:before {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: -5%;
    width: 10%;
}

.kenesis-body .section-ctn[data-n="3"] > .inner-ctn > .inner-ctn {
    padding: 100px;
    text-align: left;
    z-index: 2;
    position: relative;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20%;
    width: 5%;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="4"] {
    background-color: transparent !important;
}

html .kenesis-body .rv-module {
    padding: 0;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image:nth-child(1):before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50px;
    height: 500px;
    border: 1px solid;
    opacity: 0.8;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="2"] > .rv-image:nth-child(1):after {
    content: "";
    position: absolute;
    top: -40px;
    right: 30%;
    height: 100px;
    border: 1px solid;
    opacity: 0.4;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="2"]:before {
    content: "";
    position: absolute;
    top: -60px;
    height: 300px;
    right: 2.5%;
    border: 1px solid;
    opacity: 0.4;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="2"]:after {
    content: "";
    position: absolute;
    top: -40px;
    height: 300px;
    right: 3%;
    border: 1px solid;
    opacity: 0.4;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="3"]:before {
    content: "";
    position: absolute;
    top: -40px;
    height: 140px;
    left: 50%;
    border: 1px solid;
    opacity: 0.4;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="3"]:after {
    content: "";
    position: absolute;
    top: -40px;
    height: 140px;
    left: 80%;
    border: 1px solid;
    opacity: 0.4;
    z-index: 3;
}

.bot-bar {
    height: 50px;
    position: relative;
    z-index: 2 !important;
    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;
}