.kenesis-body .top-ctn {
    height: 550px;
    width: 100%;
    position: relative;
}

.kenesis-body .rv-image.image1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kenesis-body .rv-image.image1 > .inner-ctn {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.kenesis-body .top-ctn > .inner-ctn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
    color: white;
}

.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
    text-align: center;
}

.kenesis-body .rv-head > .inner-ctn,
.kenesis-body .rv-shead > .inner-ctn {
    padding: 0 !important;
}

.kenesis-body .top-ctn > .inner-ctn .rv-head h1 {
    font-size: 43px !important;
    font-weight: 800 !important;
}

.kenesis-body .top-ctn > .inner-ctn .rv-shead h2 {
    font-size: 38px !important;
    font-weight: 300 !important;
}

.kenesis-body .mid-ctn .rv-inner-content {
    height: 500px;
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.kenesis-body .mid-ctn .rv-inner-content.rv-image > .inner-ctn {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.kenesis-body .mid-ctn .rv-inner-content.rv-content > .inner-ctn {
    text-align: center;
    padding: 100px 50px !important;
}

.kenesis-body .rv-image.image6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .rv-image.image6 > .inner-ctn {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.kenesis-body .bot-ctn {
    position: relative;
}

.kenesis-body > .head-ctn {
    background-color: white;
    text-align: center;
    padding: 50px;
}

.kenesis-body .bot-ctn > .inner-ctn {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.kenesis-body .mid-ctn {
    height: 2000px;
}

.kenesis-body .img-ctn {
    width: 60%;
    float: left;
    height: 100%;
    position: relative;
}

.kenesis-body .bot-ctn .head-ctn {
    width: 40%;
    float: left;
    height: 100%;
    position: relative;
}

.kenesis-body .bot-ctn .head-ctn > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}

.kenesis-body .bot-ctn .img-ctn .rv-image {
    width: 300px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.kenesis-body .bot-ctn .img-ctn .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.kenesis-body .bot-ctn .img-ctn .rv-image.image7 {
    z-index: 2;
    transform: translateY(-20%) translateX(-100%);
}

.kenesis-body .bot-ctn .img-ctn .rv-image.image8 {
    z-index: 4;
    transform: translateY(-50%) translateX(-50%);
}

.kenesis-body .bot-ctn .img-ctn .rv-image.image9 {
    z-index: 5;
    transform: translateY(-80%) translateX(0%);
}

.kenesis-body .rv-shead.shead2 h2,
.kenesis-body .rv-shead.shead3 h2 {
    font-size: 16px !important;
    font-weight: 300;
}

.kenesis-body .rv-head.head2 h1,
.kenesis-body .rv-head.head3 h1 {
    font-size: 32px !important;
    font-weight: 800;
}

.kenesis-body .img-ctn > .inner-ctn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 400px;
    width: 400px;
    border: 10px solid white;
    transform: translateY(-60%) translateX(-55%);
    z-index: 1;
}

.kenesis-body .img-ctn > .inner-ctn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 400px;
    width: 400px;
    border: 2px solid white;
    transform: translateY(-35%) translateX(-45%);
    z-index: 3;
}

.kenesis-body .bot-nav {
    padding: 20px;
    background-color: #12130f;
    width: 100%;
    position: relative;
    min-height: 150px;
}

.kenesis-body .go-to-top-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 50%;
    background-color: white;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: inset 0 0 15px 1px #12130f;
    color: #12130f;
    transform: translateY(-50%);
}

.kenesis-body .go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
}

html .kenesis-body .rv-module {
    padding: 0 !important;
}