.kenesis-body,
html {
    overflow-x: hidden;
}

html .kenesis-body div.rv-content > div {
    padding: 20px !important;
}

.kenesis-body .clip-svg {
    position: absolute;
    top: -200%;
    left: -200%;
    opacity: 0;
    z-index: -1;
}

.kenesis-body .section-ctn {
    position: relative;
}

.kenesis-body .rv-head,
.kenesis-body .rv-shead,
.kenesis-body .rv-content {
    background-color: transparent !important;
}

.kenesis-body .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.kenesis-body .section-ctn[data-n="1"] {
    height: 90%;
    overflow: hidden;
}

.kenesis-body .section-ctn[data-n="1"] .middle-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    text-align: center;
}

.kenesis-body .section-ctn[data-n="2"] {
    height: 600px;
}

.kenesis-body .section-ctn[data-n="2"] .rv-image {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50px;
    left: 10%;
    z-index: 2;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(white));
}

.kenesis-body .rv-image > svg {
    filter: none;
}

.kenesis-body .section-ctn[data-n="2"] .rv-content {
    margin-left: auto;
    max-width: 50%;
    z-index: 2;
    position: relative;
    color: white !important;
    padding: 100px 0;
}

.kenesis-body .section-ctn[data-n="3"] {
    height: 600px;
}

.kenesis-body .section-ctn[data-n="3"] .rv-content {
    width: calc(50% - 5px);
    display: inline-block;
    vertical-align: top;
    height: 100%;
    position: relative;
    z-index: 9;
}

.kenesis-body .section-ctn[data-n="3"] .rv-content > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0 !important;
    width: 80%;
}

.kenesis-body .section-ctn[data-n="3"] .rv-content > .inner-ctn:before {
    content: "";
    position: absolute;
    right: -25%;
    width: 50%;
    height: 150%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.kenesis-body .section-ctn[data-n="3"] .rv-content > .inner-ctn * {
    position: relative;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="3"] > .img-ctn {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    height: 100%;
}

.kenesis-body .section-ctn[data-n="3"] > .img-ctn > .rv-image.image3 {
    clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
    -webkit-clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
    position: absolute;
    z-index: 2;
    left: -10%;
    top: -10%;
    width: 100%;
    height: 110%;
}

.kenesis-body .section-ctn[data-n="3"] > .img-ctn > .rv-image.image3:before,
.kenesis-body .section-ctn[data-n="4"] .img-ctn > .rv-image.image5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    z-index: 9;
}

.kenesis-body .section-ctn[data-n="3"] > .img-ctn > .rv-image.image4 {
    clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
    -webkit-clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
    position: absolute;
    z-index: 2;
    left: 32%;
    top: -10%;
    width: 100%;
    height: 110%;
}

.kenesis-body .section-ctn[data-n="3"] > .img-ctn > .some-shape {
    clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
    -webkit-clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
    position: absolute;
    z-index: 2;
    left: 74%;
    top: -10%;
    width: 100%;
    height: 110%;
    background-color: #4d4d4d;
}

.kenesis-body .section-ctn[data-n="4"] {
    height: 800px;
    z-index: 4;
}

.kenesis-body .section-ctn[data-n="4"] .img-ctn {
    float: left;
    height: 100%;
    width: 50%;
    position: relative;
}

.kenesis-body .section-ctn[data-n="4"] > .rv-image {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    height: 500px;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(white));
}

.kenesis-body .section-ctn[data-n="4"] .head-ctn {
    position: absolute;
    bottom: 5%;
    left: 55%;
    text-align: center;
    z-index: 9;
}

.kenesis-body .section-ctn[data-n="4"] .img-ctn > .rv-image.image5 {   
    width: 60%;
    height: 100%;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.kenesis-body .section-ctn[data-n="4"] .img-ctn > .rv-image.image6 {
    width: calc(40% - 20px);
    height: 100%;
    float: left;
}

.kenesis-body .section-ctn[data-n="4"] > .rv-image > .inner-ctn {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.kenesis-body .section-ctn .extra-steps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.kenesis-body .section-ctn[data-n="4"] .img-ctn svg {
    position: absolute;
    top: -60px;
    right: -78px;
    width: 150px;
    height: 150px;
}

.kenesis-body .section-ctn[data-n="4"] .img-ctn svg .st0 {
    fill: #4d4d4d;
}

.kenesis-body .section-ctn[data-n="4"] .head-ctn h1 {
    margin: 0 !important;
}

.kenesis-body h2 {
    color: #7e7e7e !important;
}

.kenesis-body .section-ctn[data-n="4"] .head-ctn > div > * {
    padding: 0 !important;
}

.kenesis-body .section-ctn[data-n="4"] .head-ctn:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 150%;
    height: 300%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="4"] .head-ctn > * {
    z-index: 2;
    position: relative;
}

.kenesis-body .section-ctn[data-n="5"] {
    height: 800px;
}

.kenesis-body .section-ctn[data-n="5"] .rv-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="5"] .rv-content {
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(50, 50, 50, 0.8) !important;
    color: white !important;
    width: 60%;
}

.kenesis-body .section-ctn[data-n="5"] .rv-content svg {
    position: absolute;
    bottom: 20%;
    left: -70px;
    width: 150px;
    height: 150px;
    opacity: 0.8;
}

.kenesis-body .section-ctn[data-n="5"] .rv-content svg .st0 {
    fill: #4d4d4d;
}

.kenesis-body .section-ctn[data-n="5"] .rv-content > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
}

.kenesis-body .section-ctn[data-n="4"] .img-ctn .rv-image > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .rv-module {
    padding: 0 !important;
}

.kenesis-body .bot-bar {
    position: relative;
    width: 100%;
    background-color: #242424;
    height: 100px;
    z-index: 9999;
}

.kenesis-body .bot-bar .go-to-top-btn {
    width: 70px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.kenesis-body .bot-bar .go-to-top-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 60px 35px;
    border-color: transparent transparent #4d4d4d transparent;
    z-index: 1;
}

.kenesis-body .bot-bar .go-to-top-btn svg {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: 2;
    transform: rotate(180deg);
}

.kenesis-body .bot-bar .go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    background-color: #4d4d4d;
    color: white;
    font-size: 20px;
}

@keyframes grain {

    0%, 
    100% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(-5%, -10%);
    }

    20% {
        transform: translate(-15%, 5%);
    }

    30% {
        transform: translate(7%, -25%);
    }

    40% {
        transform: translate(21%, 25%);
    }

    50% {
        transform: translate(-25%, 10%);
    }

    60% {
        transform: translate(15%, 0%);
    }

    70% {
        transform: translate(0%, 15%);
    }

    80% {
        transform: translate(25%, 35%);
    }

    90% {
        transform: translate(-10%, 10%);
    }

}

@-moz-document url-prefix() {

    .kenesis-body .section-ctn[data-n="4"] .img-ctn .rv-image > .inner-ctn {
        background-attachment: scroll;
    }

}