html .kenesis-body div.rv-content > div {
    padding: 20px !important;
}

.kenesis-body .rv-image > .inner-ctn {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.kenesis-body section {
    position: relative;
}

.kenesis-body .rv-content:not(.has-background),
.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
}

.kenesis-body .rv-head > .inner-ctn,
.kenesis-body .rv-shead > .inner-ctn {
    padding: 0 !important;
}

.kenesis-body .bot-nav {
    height: 100px;
    width: 100%;
    position: relative;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #333);
}

.kenesis-body .go-to-top-btn {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #ccc;
    font-size: 70px;
    cursor: pointer;
}

.kenesis-body .go-to-top-btn:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 40px;
    border-color: transparent transparent #fff transparent;
}

.kenesis-body .go-to-top-btn:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 40px;
    border-color: transparent transparent transparent #fff;
}

.kenesis-body section[data-n="1"] > .rv-image,
.kenesis-body section[data-n="3"] > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body section[data-n="1"] > .rv-image > div,
.kenesis-body section[data-n="3"] > .rv-image > div {
    background-attachment: fixed;
}

.kenesis-body section[data-n="1"] > .inner-ctn {
    position: relative;
    z-index: 3;
    padding: 200px;
    padding-bottom: 0;
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn,
.kenesis-body section[data-n="3"] > .inner-ctn {
    height: 670px;
    position: relative;
    z-index: 3;
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .rv-image, 
.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .rv-content,
.kenesis-body section[data-n="3"] > .inner-ctn .rv-image, 
.kenesis-body section[data-n="3"] > .inner-ctn .rv-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 600px;
    height: 400px;
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .rv-content > .inner-ctn,
.kenesis-body section[data-n="3"] > .inner-ctn .rv-content > .inner-ctn {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .rv-image {
    left: 65%;
    top: 40%;
    border: 5px solid #022136;
}

.kenesis-body section[data-n="3"] > .inner-ctn .rv-image {
    left: 35%;
    top: 55%;
    border: 5px solid #022136;
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .rv-content {
    left: 35%;
    z-index: 2;
    box-shadow: 0px 0px 3px 2px #929292;
}

.kenesis-body section[data-n="3"] > .inner-ctn .rv-content {
    left: 65%;
    z-index: 2;
    box-shadow: 0px 0px 3px 2px #929292;
    top: 45%;
}

/*.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .over-block {
    left: 35%;
    z-index: 3;
}*/

/*.kenesis-body section[data-n="3"] > .inner-ctn .over-block {
    left: 65%;
    z-index: 3;
    top: 45%;
}*/

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .over-block:before,
.kenesis-body section[data-n="3"] > .inner-ctn .over-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 250px;
    height: 5px;
    background-color: #50b847;
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .over-block:before {
    bottom: calc(10% + 37px);
    right: -210px;
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .over-block:after,
.kenesis-body section[data-n="3"] > .inner-ctn .over-block:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 5px;
    background-color: #065590;
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .over-block:after {
    right: -280px;
    bottom: calc(10% + 32px);
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .over-block > .inner-ctn:before,
.kenesis-body section[data-n="3"] > .inner-ctn .over-block > .inner-ctn:before {
    content: "";
    opacity: 0.6;
    position: absolute;
    bottom: calc(10% + 32px);
    width: 40px;
    background-color: #065590;
    z-index: -1;
    height: 395px;
}

.kenesis-body section[data-n="1"] > .inner-ctn > .inner-ctn .over-block > .inner-ctn:before {
    right: -20px;
}

.kenesis-body section[data-n="2"] > .inner-ctn {
    max-width: 1400px;
    margin: 80px auto;
}

.kenesis-body section[data-n="3"] > .inner-ctn .over-block:before {
    bottom: calc(-10% - 16px);
    left: -210px;
}

.kenesis-body section[data-n="3"] > .inner-ctn .over-block:after {
    left: -280px;
    bottom: calc(-10% - 21px);
}

.kenesis-body section[data-n="3"] > .inner-ctn .over-block > .inner-ctn:before {
    left: -20px;
    bottom: calc(-10% - 21px);
}

.kenesis-body section[data-n="3"] .over-image {
    position: absolute;
    top: 0;
    left: calc(20% + 60px);
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 2;
    background-color: #022136;
}

.kenesis-body section[data-n="3"]:before {
    content: "";
    background-color: white;
    width: 60px;
    position: absolute;
    top: 0;
    left: 20%;
    bottom: 0;
    z-index: 2;
}