/**
 * 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-nav [class*="owl-"] {
  background: transparent;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  opacity: .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: #008299;
  opacity: 1;
}
/*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: .3s;
  animation-duration: .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: .3s;
  animation-duration: .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: .3s;
  animation-duration: .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: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.lgx-carousel-section .active .lgx-rotateInDownLeft-one {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.lgx-carousel-section .active .lgx-rotateInDownLeft-two {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .9s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.lgx-carousel-section .active .lgx-rotateInDownLeft-three {
  -webkit-animation-duration: .3s;
  animation-duration: .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: .3s;
  animation-duration: .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: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.lgx-carousel-section .active .lgx-rotateInUpRight-one {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.lgx-carousel-section .active .lgx-rotateInUpRight-two {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.lgx-carousel-section .active .lgx-rotateInUpRight-three {
  -webkit-animation-duration: .3s;
  animation-duration: .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: .3s;
  animation-duration: .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: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.lgx-carousel-section .active .lgx-zoomInUp-two {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .9s;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.lgx-carousel-section .active .lgx-zoomInUp-three {
  -webkit-animation-duration: .3s;
  animation-duration: .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: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/*SLIDER ANIMATION END*/
