.hero_carosel .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next {
  position: absolute;
  bottom: 50%;
  right: 50%;
  color: #000;
}

.hero_carosel .owl-nav button.owl-prev {
  left: 0;
}

.hero_carosel .owl-nav button.owl-next {
  right: 0;
}

.hero_carosel.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #444;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.hero_carosel.owl-carousel.owl-theme.owl-loaded a {
  text-decoration: none;
}

.hero_carosel i.owl-direction {
  margin: 0 13px;
  font-size: 3em;
  padding: 0;
  color: #607d8b;
}

.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
  outline: 0;
  background: #fff;
  width: 36px;
}

.tag {
  display: block;
  font-size: 20px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.desc {
  position: absolute;
  padding: 8%;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.desc h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}

.hero-img {
  position: relative;
}

.hero-img:before {
  background: rgba(0, 0, 0, 0.38);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carsl_btn {
  margin: 30px 0;
}
.btn-gradient-bg {
  position: relative;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  background-color: #c27800;
  border-radius: 2px;
  border: 0;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-transform: capitalize;
}

.btn-gradient-bg:hover {
  background-color: #b26e00;
  color: #fff;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.slider-counter {
  z-index: 99;
  bottom: 1%;
  position: absolute;
  text-align: center;
  right: 4%;
  font-size: 120px;
  color: rgba(242, 242, 242, 0.7);
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider-counter {
    font-size: 80px;
    font-weight: 600;
    bottom: 0;
  }
}

@media (max-width: 576px) {
  .slider-counter {
    font-size: 30px;
    font-weight: 500;
    bottom: 0;
  }
}

/*Credit*/
.credit-footer a {
  text-decoration: none;
  color: #e91e63;
}

.credit-footer {
  margin-top: 100px;
  color: #646464;
  font: 500 12px/22px "Roboto", Arial, sans-serif;
  letter-spacing: -0.25px;
  text-align: center;
}

.credit-footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
  text-align: center;
}

.credit-footer-nav li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  color: #aaa;
}

.credit-footer-nav li a {
  display: block;
  color: #424242;
  font-weight: 400;
  transition: all 0.3s ease;
  text-decoration: none;
}

.credit-footer-nav li:not(:last-child):after {
  content: "/";
  margin-right: 6px;
  margin-left: 6px;
}

.credit-footer-wrap {
  padding-bottom: 4%;
}
