.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@keyframes animateIn {
  0% {
    transform: scale(1.2);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeUpTitle {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpSubtitle {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  30% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-carousel {
  height: calc(100vh - 120px);
  background-color: #000000;
}
.banner-carousel .owl-carousel .owl-item.animated.active {
  animation: none;
  display: block;
}
.banner-carousel .owl-carousel .owl-item.animated.active .slide .bg-image {
  animation-duration: 3s;
  animation-name: animateIn;
}
.banner-carousel .owl-carousel .owl-item.animated.active .slide .title-primary {
  animation: fadeUpTitle 1s;
}
.banner-carousel .owl-carousel .owl-item.animated.active .slide .subtitle {
  animation: fadeUpSubtitle 2s;
}
.banner-carousel .container-fluid,
.banner-carousel .owl-carousel,
.banner-carousel .owl-stage-outer,
.banner-carousel .owl-stage,
.banner-carousel .owl-item {
  height: 100%;
}
.banner-carousel .owl-carousel {
  position: relative;
}
.banner-carousel .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  top: 130px;
  display: flex;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.banner-carousel .owl-carousel .owl-dots .owl-dot {
  margin: 0 20px;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.222s ease-in-out !important;
  -webkit-transition: all 0.222s ease-in-out !important;
  -moz-transition: all 0.222s ease-in-out !important;
  -o-transition: all 0.222s ease-in-out !important;
}
.banner-carousel .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.banner-carousel .owl-carousel .owl-dots .owl-dot.active,
.banner-carousel .owl-carousel .owl-dots .owl-dot:hover {
  border-color: #ffffff;
}
.banner-carousel .owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  opacity: 1;
}
.banner-carousel .slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-carousel .slide .bg-image {
  z-index: -1;
}
.banner-carousel .slide .title-primary {
  color: #ffffff;
}
.banner-carousel .slide .subtitle {
  margin-top: 20px;
  color: #ffffff;
  font-family: 'Kaisei Decol', serif;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}
@media (max-width: 1399.98px) {
  .banner-carousel {
    max-height: 700px;
  }
  .banner-carousel .owl-carousel .owl-dots {
    top: 65px;
  }
}
@media (max-width: 576px) {
  .banner-carousel {
    max-height: none;
    height: calc(87vh - 80px);
  }
  .banner-carousel .owl-carousel .owl-dots {
    top: 30px;
  }
  .banner-carousel .owl-carousel .owl-dots .owl-dot {
    margin: 0 5px;
    width: 30px;
    height: 30px;
  }
  .banner-carousel .owl-carousel .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
  }
  .banner-carousel .slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 0;
  }
  .banner-carousel .slide .container {
    position: relative;
    z-index: 1;
  }
}
