.banner-slider .owl-item.active h1, .banner-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-slider .owl-item.active p, .banner-slider .owl-item.active .bnrP_txt img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner-slider .owl-item.active .google_tate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner-slider .owl-item.active .bnrImg_box {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;
}
.banner-slider .owl-nav .owl-prev, .banner-slider .owl-nav .owl-next {
  position: absolute;
  left: 30px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  border: none !important;
}
.banner-slider .owl-nav .owl-prev:focus, .banner-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.banner-slider .owl-nav .owl-next {
  left: auto;
  right: 30px;
}
.banner-slider:hover .owl-prev, .banner-slider:hover .owl-next {
  opacity: 1;
}