/* Revolution Slider Layers */
.tp-resizeme {
  position: absolute;
}

.tp-mask-wrap {
  position: absolute;
  overflow: hidden;
}

.tp-loop-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tp-animation {
  position: absolute;
}

.banner_up {
  position: relative;
}

.banner_up::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 61, 122, 0.7) 0%, rgba(0, 102, 204, 0.7) 100%);
  z-index: 1;
}

.banner_up .rev_slider {
  z-index: 0;
}

.banner_up .tp-caption {
  z-index: 2;
}
