html {
    overflow-x: hidden;
}

.kenesis-body .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.kenesis-body .shead,
.kenesis-body .head,
.kenesis-body .content {
    background-color: transparent !important;
}

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 .section-ctn {
    position: relative;
}

.kenesis-body .section-ctn .rv-module {
    padding: 0 !important;
    background-color: transparent !important;
}

.kenesis-body .section-ctn .rv-widget {
    background-color: transparent !important;
}

.kenesis-body .rv-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 100px;
    text-align: center;
}

.kenesis-body .section-ctn[data-n="2"] {
    z-index: 8;
}

.kenesis-body [data-n='4'].section-ctn {
    overflow: hidden;
}

.bot-nav {
    height: 50px;
    position: relative;
    z-index: 2;
    background-color: #080c17;
}

.go-to-top-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #cda34d;
    right: 5%;
    top: -25px;
    cursor: pointer;
}

.go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: white;
}

.kenesis-body .botnav {
    position: relative;
}

@media (max-width: 500px){
	.kenesis-body .section-ctn[data-n="2"]:before{
		display: none;
	}
}