.kenesis-body .section-ctn {
  position: relative;
}

html .kenesis-body div.rv-content > div {
  padding: 20px !important;
}

.kenesis-body .rv-head,
.kenesis-body .rv-shead,
.kenesis-body .rv-content {
  background-color: transparent !important;
}

.kenesis-body .rv-image > .inner-ctn {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.kenesis-body .section-ctn[data-n="1"] {
  height: 90%;
  overflow: hidden;
}

.kenesis-body .section-ctn[data-n="1"] .middle-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  text-align: center;
}

.kenesis-body .rv-module {
  padding: 0 !important;
  overflow: unset !important;
}

.kenesis-body h2 {
  color: #7e7e7e !important;
}

.kenesis-body .rv-module {
  padding: 0 !important;
}

.kenesis-body .bot-bar {
  position: relative;
  width: 100%;
  background-color: #242424;
  height: 100px;
  z-index: 9999;
}

.kenesis-body .bot-bar .go-to-top-btn {
  width: 70px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.kenesis-body .bot-bar .go-to-top-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 60px 35px;
  border-color: transparent transparent #4d4d4d transparent;
  z-index: 1;
}

.kenesis-body .bot-bar .go-to-top-btn svg {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
  transform: rotate(180deg);
}

.kenesis-body .bot-bar .go-to-top-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  background-color: #4d4d4d;
  color: white;
  font-size: 20px;
}

.kenesis-body .section-ctn[data-n="2"] {
  height: 950px;
}

.kenesis-body .section-ctn[data-n="2"] .img-ctn {
  float: left;
  width: 35%;
  height: 100%;
  margin-right: 30px;
  position: relative;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn {
  float: left;
  width: calc(65% - 30px);
  height: 100%;
}

.kenesis-body .section-ctn[data-n="2"] .img-ctn > .rv-image.image2 {
  float: left;
  height: 100%;
  width: 65%;
  margin-right: 30px;
}

.kenesis-body .section-ctn[data-n="2"] .img-ctn > .rv-image.image3 {
  float: left;
  height: 100%;
  position: relative;
  z-index: 1;
  width: calc(35% - 30px);
}

.kenesis-body .section-ctn[data-n="2"] .img-ctn > .rv-image.image3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: 2;
}

.kenesis-body .section-ctn[data-n="2"] .img-ctn svg {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  z-index: 3;
}

.kenesis-body .section-ctn[data-n="2"] > .inner-ctn .rv-image,
.kenesis-body .section-ctn[data-n="2"] > .inner-ctn .rv-content {
  height: 450px;
  width: 100%;
}

.kenesis-body .section-ctn[data-n="2"] .img-ctn svg .st0 {
  fill: #4d4d4d;
}

.kenesis-body .section-ctn[data-n="2"] .img-ctn .rv-image > .inner-ctn {
  background-attachment: fixed;
}

@keyframes grain {
  0%,
  100% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(-5%, -10%);
  }

  20% {
    transform: translate(-15%, 5%);
  }

  30% {
    transform: translate(7%, -25%);
  }

  40% {
    transform: translate(21%, 25%);
  }

  50% {
    transform: translate(-25%, 10%);
  }

  60% {
    transform: translate(15%, 0%);
  }

  70% {
    transform: translate(0%, 15%);
  }

  80% {
    transform: translate(25%, 35%);
  }

  90% {
    transform: translate(-10%, 10%);
  }
}
