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 .rv-module {
    background-color: transparent !important;
    padding: 0 !important;
}

.kenesis-body .rv-content {
    width: 60%;
    padding: 50px 10%;
}

.kenesis-body .section-ctn > .inner-ctn > .image-ctn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.kenesis-body .section-ctn[data-n="2"],
.kenesis-body .section-ctn[data-n="4"] {
    min-height: 500px;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .image-ctn {
    right: calc(20% - 250px);
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .image-ctn > .rv-image.image1 {
    width: 400px;
    height: 400px;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .image-ctn > .rv-image.image2 {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: -140px;
    width: 220px;
    height: 220px;
    z-index: 2;
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .image-ctn > .rv-image.image1:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: -1;
    top: 10px;
    left: -10px;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn > .image-ctn > .rv-image.image2:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 140px;
    z-index: -1;
    top: -10px;
    left: 10px;
}

.kenesis-body .section-ctn[data-n="3"] {
    height: 530px;
}

.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"] .rv-image > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .section-ctn[data-n="3"] .inner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    text-align: center;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="4"] .rv-content {
    margin-left: auto;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .image-ctn {
    left: calc(20% - 250px);
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .image-ctn > .rv-image.image4 {
    width: 400px;
    height: 400px;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .image-ctn > .rv-image.image5 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -140px;
    width: 220px;
    height: 220px;
    z-index: 2;
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .image-ctn > .rv-image.image4:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: -1;
    top: 10px;
    left: -10px;
}

.kenesis-body .section-ctn[data-n="4"] > .inner-ctn > .image-ctn > .rv-image.image5:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 140px;
    z-index: -1;
    top: -10px;
    left: 10px;
}

.bot-nav {
    height: 50px;
    position: relative;
    z-index: 2;
    background-color: #131a20;
}

.go-to-top-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #02ccda;
    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;
}