.kenesis-body .rv-image.image1 {
    height: 500px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.kenesis-body .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.kenesis-body .rv-image.image1 > .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body .rv-content,
.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
}

html .kenesis-body div.rv-content > div, 
html .kenesis-body div.rv-head > div, 
html .kenesis-body div.rv-shead > div {
    padding: 0 !important;
}

.kenesis-body .rv-image.image1 > .rv-head {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.kenesis-body .rv-image.image1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(30, 30, 30, 0.8);
    z-index: 1;
}

.kenesis-body .rv-image.image1:after {
    content: "";
    width: 20%;
    position: absolute;
    bottom: -1.5px;
    border: 3px solid #db5520;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
