/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.custom-hero-nav {
  position: absolute;
  top: 50%;
  left: 100px;
  margin-top: 35px;
  transform: translateY(-50%);
  z-index: 1;
  background-color: transparent;
  padding: 20px 60px 20px 40px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.device-xs .custom-hero-nav,
.device-sm .custom-hero-nav,
.device-md .custom-hero-nav {
  top: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.custom-hero-nav:hover {
  background-color: #fff;
}

.custom-hero-nav ul {
  counter-reset: dots;
}

.custom-hero-nav li {
  display: block;
  margin: 15px 0;
}

.custom-hero-nav li:before {
  margin-right: 16px;
  color: #fff;
  font-weight: 500;
  opacity: 0.6;
  counter-increment: dots;
  content: counter(dots, decimal-leading-zero) ".";
  transition: color 0.3s ease;
}

.custom-hero-nav:hover li:before {
  color: #999;
}

.custom-hero-nav li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #eee;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-hero-nav:hover li a {
  color: #555;
}

.tiny_bullet_slider .tp-bullet:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 25px;
  top: -12px;
  left: 0px;
  background: transparent;
}
#rev_slider_103_1 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}
#rev_slider_103_1 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_103_1 .uranus.tparrows:hover:before {
  opacity: 0.75;
}
.bullet-bar.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}
.bullet-bar .tp-bullet {
  width: 60px;
  height: 3px;
  position: absolute;
  background: #aaa;
  background: rgba(204, 204, 204, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}
.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
  background: rgba(204, 204, 204, 1);
}
.device-xl .rev_row_wrap,
.device-lg .rev_row_wrap {
  width: 600px !important;
  left: 0 !important;
}
.device-xs .tp-bullets,
.device-sm .tp-bullets,
.device-md .tp-bullets {
  left: 50% !important;
  transform: translate(-50%, -33px) !important;
}

@media (max-width: 991.98px) {
  .custom-hero-nav {
    display: none !important;
  }

  #welcome_wrapper .defaultimg {
    /* background-size: contain !important; */
    background-position: top !important;
  }
}
