/* Navigation */
.owl-carousel .owl-nav i {
  font-size: 100px;
  width:100px;
  height:110px;
  line-height:110px;
  background:none;
}

/* Caption */
.owl-slide-caption {
  position: absolute;
  width: 80%;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  filter: blur(0);
  -webkit-filter: blur(0);
}

.owl-slide-caption.center {
  text-align: center;
}

.owl-slide-caption.left {
  text-align: left;
}

.owl-slide-caption.right {
  text-align: left;
}

.owl-slide-caption-heading {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 600;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.owl-slide-caption-subheading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1%;
  text-transform: uppercase;
  display: block;
  /* font-style: italic; */
  /* text-transform: uppercase; */
}

.owl-slide-caption-description {
  font-size: 1.1rem;
  font-weight: 300;
  width:50%;
  margin-top: 2%;
  /* display: block; */
  /* font-style: italic; */
  /* text-transform: uppercase; */
}

/* .owl-slide-caption-description:first-letter {
  text-transform: capitalize;
} */

/* .owl-slide-caption-title:after {
content: '';
width: 20%;
border-bottom: 2px solid #fff;
display: block;
margin: 0 auto;
} */

.owl-item.active .owl-slide-caption-heading {
  animation: 1s .2s fadeInDown both;
}

.owl-item.active .owl-slide-caption-subheading {
  animation: 1s .2s fadeInLeftBig both;
}

.owl-item.active .owl-slide-caption-description {
  animation: 1s .6s fadeInUp both;
}

.owl-item.active .button {
  animation: 1s .9s fadeInUp both;
}
