 *==============================================
--> 5.1 SLIDER SECTION
================================================*/
.backToTop {
  display: inline-block;
  position: fixed;
  right: 50px;
  bottom: 35px;
  width: 40px;
  height: 40px;
  background: #0cc652;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 100px;
  box-sizing: content-box;
}

.backToTop:before {
  content: '';
  position: absolute;
  border: 3px solid rgba(12, 198, 82, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  top: -3px;
  left: -3px;
  box-sizing: inherit;
}

.backToTop i {
  display: inline-block;
}

.backToTop:hover {
  background-color: #0cc652;
  color: #ffffff;
}

.banner .rev_slider .slotholder:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100%;
  background-image: url("../images/banner-eclipse.png");
  z-index: 5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

@media (min-width: 768px) {
  .banner .rev_slider .slotholder:before {
    background-size: 45%;
  }
}

@media (min-width: 992px) {
  .banner .rev_slider .slotholder:before {
    background-size: 45%;
  }
}

@media (min-width: 1200px) {
  .banner .rev_slider .slotholder:before {
    width: 100%;
    top: 27%;
    background-size: auto;
  }
}

.banner .rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  /* black overlay with 50% transparency */
  background: rgba(0, 0, 0, 0.5);
  /* green overlay with gradient transparency */
  /*background: linear-gradient(90deg, rgba(4, 123, 13, 0.4) 0%, rgba(4, 123, 13, 0.6) 25%, rgba(4, 123, 13, 0) 76%, rgba(4, 123, 13, 0) 100%), linear-gradient(180deg, #0b7b04 0%, rgba(4, 123, 13, 0.6) 25%, rgba(4, 123, 13, 0) 76%, rgba(4, 123, 13, 0) 100%), linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.42) 5%, rgba(255, 255, 255, 0.42) 9%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, #0b7b04 0%, rgba(4, 123, 13, 0.7) 44%, rgba(4, 123, 13, 0) 76%, rgba(4, 123, 13, 0) 100%);*/
  /*background: linear-gradient(90deg, rgba(5, 95, 186, 0.4) 0%, rgba(5, 95, 186, 0.6) 25%, rgba(5, 95, 186, 0) 76%, rgba(5, 95, 186, 0) 100%), linear-gradient(180deg, #055fba 0%, rgba(5, 95, 186, 0.6) 25%, rgba(5, 95, 186, 0) 76%, rgba(5, 95, 186, 0) 100%), linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.42) 5%, rgba(255, 255, 255, 0.42) 9%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, #055fba 0%, rgba(5, 95, 186, 0.9) 44%, rgba(5, 95, 186, 0) 76%, rgba(5, 95, 186, 0) 100%);*/
}

.banner .tp-caption.caption-1 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.banner .tp-caption.caption-2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.banner .tp-caption.rev-btn {
  border-radius: 50px !important;
}

.banner .tp-caption.rev-btn a {
  color: #ffffff !important;
}

.banner .tp-caption.rev-btn a:hover {
  background-color: #0cc652;
}

.banner .tp-caption.rev-btn.rev-btn-2 {
  background-color: #ffffff !important;
  color: #222222 !important;
}

.banner .tp-caption.rev-btn.rev-btn-2 a {
  color: #222222 !important;
}

.banner .tp-caption.rev-btn.rev-btn-2 a:hover {
  background-color: #ffffff !important;
}

.banner .tp-caption.rev-btn.rev-btn-2:hover {
  color: #222222 !important;
  background-color: #ffffff !important;
}

.banner .tparrows {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 50px;
  position: relative;
  display: none;
  z-index: 1000;
  left: 97% !important;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .banner .tparrows {
    display: block;
  }
}

.banner .tparrows:hover {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .tparrows:hover::before {
  opacity: 1 !important;
}

.banner .tparrows:hover::after {
  opacity: 1 !important;
}

.banner .tparrows.tp-leftarrow {
  -webkit-transform: matrix(1, 0, 0, 1, -60, -20) !important;
          transform: matrix(1, 0, 0, 1, -60, -20) !important;
  margin-top: -38px;
  margin-left: 10px;
  background-image: url("../images/arrow-left-white.png");
  margin-bottom: -10px;
}

.banner .tparrows.tp-leftarrow:hover {
  background-image: url("../images/arrow.png");
}

.banner .tparrows.tp-leftarrow:before {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  border-left: 10px solid #fff;
  border-top: 50px solid transparent;
  z-index: 55;
  top: 0;
  right: -10px;
  opacity: 0.2;
}

.banner .tparrows.tp-leftarrow:after {
  content: '';
  position: absolute;
  border-right: 10px solid #fff;
  border-bottom: 50px solid transparent;
  z-index: 55;
  top: 0;
  left: -10px;
  opacity: 0.2;
}

.banner .tparrows.tp-rightarrow {
  margin-top: 37px;
  background-image: url("../images/arrow-right-white.png");
}

.banner .tparrows.tp-rightarrow:hover {
  background-image: url("../images/arrow-hr.png");
}

.banner .tparrows.tp-rightarrow:before {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  border-right: 10px solid;
  border-top: 50px solid transparent;
  bottom: 0;
  left: -10px;
  opacity: 0.2;
}

.banner .tparrows.tp-rightarrow:after {
  content: '';
  position: absolute;
  border-left: 10px solid #fff;
  border-bottom: 50px solid transparent;
  z-index: 55;
  top: 0;
  right: -10px;
  opacity: 0.2;
}

.tp-caption.tp-svg-layer {
  border-color: #0cc652 !important;
}

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  letter-spacing: 0px !important;
  text-shadow: 2px 2px 5px #333;
}