.kenesis-body .svg-layer {
    height: 100%;
    width: 100%;
    position: relative;
}

.kenesis-body .rv-image.image1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .image-grid-ctn > .rv-image,
.kenesis-body .image-grid-ctn > .mid-block {
    width: 33.33%;
    float: left;
}

.kenesis-body .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.kenesis-body .svg-layer > .inner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

.kenesis-body .default-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.kenesis-body .rv-head.head1 {
    background-color: transparent !important;
}

.kenesis-body .image-grid-ctn .rv-head {
    position: relative;
}

.kenesis-body .image-grid-ctn .rv-head > .inner-ctn {
    text-align: center;
}

.kenesis-body .image-grid-ctn > .rv-image > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .image-grid-ctn > .rv-image {
    animation: 4.5s picture infinite;
}

.kenesis-body .image-grid-ctn > .rv-image.image2 {
    animation-delay: 0.5s;
}

.kenesis-body .image-grid-ctn > .rv-image.image3 {
    animation-delay: 1s;
}

.kenesis-body .image-grid-ctn > .rv-image.image4 {
    animation-delay: 1.5s;
}

.kenesis-body .image-grid-ctn > .rv-image.image5 {
    animation-delay: 2s;
}

.kenesis-body .image-grid-ctn > .rv-image.image6 {
    animation-delay: 2.5s;
}

.kenesis-body .image-grid-ctn > .rv-image.image7 {
    animation-delay: 3s;
}

.kenesis-body .image-grid-ctn > .rv-image.image8 {
    animation-delay: 3.5s;
}

.kenesis-body .image-grid-ctn > .rv-image.image9 {
    animation-delay: 4s;
}

.kenesis-body .shead,
.kenesis-body .head,
.kenesis-body .content {
    background-color: transparent !important;
}

.kenesis-body .mid-ctn {
    padding: 100px;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
}

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 .rv-shead h2 {
    font-size: 12px !important;
}

.kenesis-body .rv-head h1 {
    font-size: 30px !important;
}

.kenesis-body .mid-block > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 75%;
    text-align: center;
}

.kenesis-body .image-grid-ctn > .mid-block {
    position: relative;
    overflow: hidden;
}

.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;
}

.svg-layer svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

@keyframes picture {

    0%, 
    100% {
        filter: sepia(0%);
    }

    50% {
        filter: sepia(100%);
    }

}