html .kenesis-body div.rv-content > div {
    padding: 20px !important;
}

.kenesis-body .top-section,
.kenesis-body .top-mid-section {
    position: relative;
    height: 90%;
}

.kenesis-body .top-section > .rv-image,
.kenesis-body .top-mid-section > .rv-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .top-section > .rv-image > .inner-ctn,
.kenesis-body .top-mid-section > .rv-image > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .rv-image > .inner-ctn {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.kenesis-body .top-section > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    text-align: center;
}

.kenesis-body .rv-content,
.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
}

.kenesis-body .rv-content{
	text-align: initial;
}

.kenesis-body .rv-head > .inner-ctn,
.kenesis-body .rv-shead > .inner-ctn {
    padding: 0 !important;
}

.kenesis-body .top-mid-section > .inner-ctn {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.kenesis-body .top-mid-section > .inner-ctn .img-ctn > .rv-image {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    position: relative;
    width: calc(33.33% - 40px);
    box-shadow: 0 0 8px 1px rgba(100, 100, 100, 1);
    transition: 0.5s ease;
    cursor: pointer;
}

.kenesis-body .top-mid-section > .inner-ctn .img-ctn > .rv-image:hover {
    transform: scale(1.1);
}

.kenesis-body .top-mid-section > .inner-ctn .img-ctn > .rv-image:last-child {
    margin-right: 0;
}

.kenesis-body .bot-mid-section .rv-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #131110;
    opacity: 0.56;
}

.kenesis-body .top-mid-section > .inner-ctn .img-ctn > .rv-image .rv-shead,
.kenesis-body .bot-mid-section .rv-image .rv-shead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    text-align: center;
    z-index: 3;
}

.kenesis-body .top-mid-section > .inner-ctn .img-ctn > .rv-image .rv-shead h2,
.kenesis-body .bot-mid-section .rv-image .rv-shead h2 {
    color: white !important;
}

.kenesis-body .bot-mid-section .rv-image {
    float: left;
    width: 33.33%;
    position: relative;
}

.kenesis-body .bot-section {
    position: relative;
    height: 70%;
}

.kenesis-body .bot-section > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .bot-section > .rv-image .inner-ctn {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.kenesis-body .bot-section > .rv-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #19120e;
    opacity: 0.18;
}

.kenesis-body .bot-section > .inner-ctn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 100px;
    border: 2px solid white;
    text-align: center;
    z-index: 3;
    min-width: 40%;
}

.kenesis-body .bot-section > .inner-ctn h1,
.kenesis-body .bot-section > .inner-ctn h2 {
    color: white !important;
}

.kenesis-body .side-nav-ctn {
    position: fixed;
    right: -20px;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    z-index: 9;
}

.kenesis-body .side-nav-pip {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #eee;
    position: relative;
    cursor: pointer;
}

.kenesis-body .side-nav-pip:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    transition: 0.5s ease;
}

.kenesis-body .side-nav-pip:hover:before {
    width: 20px;
    height: 20px;
}

.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;
}

html .kenesis-body .rv-module {
    padding: 0;
}