

.find{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
}
.owl-carousel .owl-item.active .caption-title{
animation: fadeInUp ease 2s 1s both;
}
.owl-carousel .owl-item.active .caption-para{
animation: fadeInDown ease 2s both;
}
.owl-carousel .owl-item.active .btn-get-started
{
animation: fadeInUp ease 2s 2s both;
}

.caption-title {
  color: #fff;
  font-size: 65px;
  font-style: italic;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-transform: capitalize;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.caption-title span {
  color: #fff;
  font-weight: 600;
}

.caption-para {
  color: #fff;
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.item{
      height: 640px;
    }
  .slide-1{
background: linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),url('/img/executive.jpeg');
background-repeat: no-repeat;
    background-size: cover;
}

.slide-2{
background: linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),url('/img/commercial.jpeg');
background-repeat: no-repeat;
    background-size: cover;
}
.slide-3{
background: linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),url('/img/toilet.jpeg');
background-repeat: no-repeat;
    background-size: cover;
}