/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.lgx-carousel-section .lgx-carousel {
  position: relative;
  text-align: center;
}
.lgx-carousel-section .lgx-carousel .lgx-item {
  margin: 0 auto;
  padding: 25px 0;
}
.lgx-carousel-section .lgx-carousel .owl-video-tn {
  background-color: #000;
}
.lgx-carousel-section .owl-theme .owl-controls .owl-prev,
.lgx-carousel-section .owl-theme .owl-controls .owl-next {
  position: absolute;
  top: 45%;
}
.lgx-carousel-section .owl-theme .owl-controls .owl-prev {
  left: 23px;
}
.lgx-carousel-section .owl-theme .owl-controls .owl-next {
  right: 23px;
}
.lgx-carousel-section .owl-theme .owl-controls .owl-prev img {
  width: 30px;
}
.lgx-carousel-section .owl-theme .owl-controls .owl-next img {
  width: 30px;
}
.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*='owl-'] {
  /* background: transparent; */
  cursor: pointer;
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
  opacity: 0.7;
  -webkit-transition: all 0.2 ease;
  transition: all 0.3s linear;
}
.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .lgx-carousel-section .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}
/*SLIDER ANIMATION*/
.lgx-carousel-section .active {
  /*background Images effect*/
  /*background Images effect end*/
  /*SLIDER ITEM ONE ANIMATION*/
  /*SLIDER ITEM ONE ANIMATION END*/
  /*SLIDER ITEM TWO ANIMATION*/
  /*SLIDER ITEM TWO ANIMATION END*/
  /*SLIDER ITEM THREE ANIMATION*/
  /*SLIDER ITEM THREE ANIMATION END*/
}
.lgx-carousel-section .active .lgx-zoomInDown {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
.lgx-carousel-section .active .lgx-fadeInDown {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.lgx-carousel-section .active .lgx-fadeInUp {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.lgx-carousel-section .active .lgx-slideInRight-img {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.lgx-carousel-section .active .lgx-rotateInDownLeft-one {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.lgx-carousel-section .active .lgx-rotateInDownLeft-two {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.lgx-carousel-section .active .lgx-rotateInDownLeft-three {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.lgx-carousel-section .active .lgx-rotateInDownLeft-four {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
.lgx-carousel-section .active .lgx-slideInLeft-img {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.lgx-carousel-section .active .lgx-rotateInUpRight-one {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.lgx-carousel-section .active .lgx-rotateInUpRight-two {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.lgx-carousel-section .active .lgx-rotateInUpRight-three {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.lgx-carousel-section .active .lgx-rotateInUpRight-four {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.7s;
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
.lgx-carousel-section .active .lgx-zoomInUp-one {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.lgx-carousel-section .active .lgx-zoomInUp-two {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.9s;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.lgx-carousel-section .active .lgx-zoomInUp-three {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.lgx-carousel-section .active .lgx-zoomInUp-four {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/*SLIDER ANIMATION END*/
