.kenesis-body .rv-image.image1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .rv-image.image1 > .inner-ctn {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.kenesis-body .gradient-ctn {
    position: relative;
    height: 100%;
}

.kenesis-body .gradient-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    width: 100%;
    text-align: center;
}

.kenesis-body .gradient-ctn:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 400% !important;
    opacity: 0.5;
    animation: gradiet-fade 25s ease infinite;
}

.kenesis-body .backdrop-ctn .rv-image.image3 > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .head,
.kenesis-body .shead {
    background-color: transparent !important;
}

.kenesis-body div.rv-head.head > div,
.kenesis-body div.rv-shead.shead > div {
    padding: 0 !important;
}

.kenesis-body .rv-head.head1 h1 {
    font-size: 75px !important;
    margin-bottom: 10px;
}

.kenesis-body .rv-shead.shead1 h2 {
    font-size: 30px !important; 
}

.kenesis-body .top-mid-ctn {
    position: relative;
    height: 475px;
    background-size: 65% 100% !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.kenesis-body .top-mid-ctn .content {
    background-color: transparent !important;
    color: white !important;
}

.kenesis-body .rv-image.image2 > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.kenesis-body .top-mid-ctn > .inner-ctn {
    position: relative;
    z-index: 5;
}

.kenesis-body .rv-image.image2,
.kenesis-body .rv-content.content1 {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 5px);
    position: relative;
    height: 100%;
}

.kenesis-body .mid-mid-ctn {
    height: 100%;
    position: relative;
}

.kenesis-body .backdrop-ctn {
    position: absolute;
    top: 50%;
    height: 50%;
    left: 0;
    right: 0;
}

.kenesis-body .backdrop-ctn .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.kenesis-body .backdrop-ctn .rv-image {
    width: 100%;
    height: 100%;
}

.kenesis-body .backdrop-ctn .rv-image:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 400% !important;
    opacity: 0.5;
    animation: gradiet-fade 25s ease infinite;
}

.kenesis-body .frontdrop-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid  #464646;
    padding: 50px;
    width: 40%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

.kenesis-body .frontdrop-ctn .rv-image {
    width: 100%;
    height: 500px;
}

.kenesis-body .frontdrop-ctn .rv-image > .inner-ctn {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.kenesis-body .frontdrop-ctn .rv-content {
    background-color: transparent !important;
    text-align: center;
    color: white !important;
}

.kenesis-body .bot-mid-ctn {
    position: relative;
    height: 585px;
    z-index: 6;
}

.kenesis-body .bot-mid-ctn .left-ctn,
.kenesis-body .bot-mid-ctn .right-ctn {
    float: left;
    height: 100%;
    width: 50%;
    position: relative;
}

.kenesis-body .left-shape {
    position: absolute;
    width: 45%;
    left: 0;
    top: 0;
    height: 680px;
}

.kenesis-body .bot-mid-ctn .left-ctn > .inner-ctn {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
}

.kenesis-body .bot-mid-ctn .left-ctn > .inner-ctn .rv-shead {
    margin-right: 50px;
}

.kenesis-body .bot-mid-ctn .left-ctn > .inner-ctn .rv-head h1 {
    font-weight: 600 !important;
    font-size: 40px !important;
}

.kenesis-body .bot-mid-ctn .left-ctn > .inner-ctn .rv-shead h2 {
    font-size: 20px !important;
}

.kenesis-body .bot-mid-ctn .right-ctn > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 90%;
}

.kenesis-body .bot-mid-ctn .right-ctn > .inner-ctn .rv-image > .inner-ctn {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.kenesis-body .bot-mid-ctn svg {
    width: 100%;
}

.kenesis-body .bot-mid-ctn .right-ctn > .inner-ctn:before {
    content: "";
    position: absolute;
    top: 50%;
    border: 1px solid #464646;
    width: 250px;
    height: 250px;
    left: -20px;
}

.kenesis-body .bot-mid-ctn .right-ctn > .inner-ctn:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 100px);
    left: calc(50% - 50px);
    transform: translateX(-50%);
    border: 1px solid #464646;
    width: 500px;
    height: 500px;
}

html .kenesis-body .rv-module {
    position: relative;
    z-index: 5;
    padding: 0 !important;
    overflow: hidden;
}

.kenesis-body .bot-ctn {
    width: 100%;
    position: relative;
    height: 260px;
    background-color: #293035;
    z-index: 9;
}

.kenesis-body .go-to-top-btn {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px #191d20;
    background-color: #fd8203;
    cursor: pointer;
    text-align: center;
    color: white;
}

.kenesis-body .go-to-top-btn i {
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 50px;
    font-size: 100px;
    transition: 0.5s ease;
}

.kenesis-body .go-to-top-btn:hover i {
    top: calc(50% - 20px);
}

.kenesis-body .bot-logo {
    position: absolute;
    top: 80px;
    height: 180px;
    left: 50%;
    transform: translateX(-50%);
}

.kenesis-body .bot-logo img {
    height: 150px;
}

.kenesis-body .rv-image.image5 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.kenesis-body .rv-image.image5 > .inner-ctn,
.kenesis-body .rv-image.image2 > .inner-ctn {
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes gradiet-fade {
    
    0%,
    100% {
        background-position: 0 50%
    }
    
    50% {
        background-position: 100% 50%
    }

}