#banner .item {
    height: 110vh;
    position: relative;
  }
  #banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #banner .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.63%, rgba(0, 0, 0, 0.8) 100%),
linear-gradient(279.81deg, rgba(0, 0, 0, 0) 24.93%, rgba(0, 0, 0, 0.6) 98.94%);
    display: flex;
    align-items: center;
  }
  #banner .item .cover .banner-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
  #banner .item .cover .banner-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  #banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
.main_caption {
    font-size: 56px;
    font-weight: 600;
    color: #FFFFFF;
    width: 660px;
}
.header-content p {
    color: #FBFBFB;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0px 30px;
}
.header-content .common_btn {
    margin: auto;
}
#banner {
    border-radius: 20px;
    overflow: hidden;
    height: 110vh;
    transform: scale(.97);
    transition: transform 0.5s ease-out;
    position: relative;
    margin-top: 10px;
}
.common_banner_padding {
  padding: 75px 0px 60px;
  position: relative;
}
.common_banner_padding .container{
  position: relative;
  z-index: 9;
}
.banner_caption h3 {
  width: 554px;
  margin: 10px auto 20px;
}
.banner_caption {
  text-align: center;
}
.banner_caption p {
  width: 550px;
  margin: auto;
}
#banner .owl-thumbs {
    position: absolute;
    bottom: 70px;
    left: 50%;
    display: flex;
    gap: 20px;
    transform: translate(-50%, 0%);
}
#banner .owl-thumbs button{
    width: 100px;
    height: 60px;
    border-radius: 4px;
    border: 0;
    overflow: hidden;
    position: relative;
}
/* Create animated underline */
#banner .owl-thumbs .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #01ADF1;
  width: 0;
  animation: fillLine 5s forwards ease-in-out;
}

/* Animation definition */
@keyframes fillLine {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
#banner .owl-thumbs button img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#common_header {
    height: 380px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 15px;
    position: relative;
    transform: scale(.97);
}
#common_header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common_caption_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 67%);
    display: flex;
    align-items: end;
    padding-bottom: 90px;
    text-align: center;
}
.common_caption {
    color: rgba(255, 255, 255, 1);
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
}
.common_caption_wrap p {
    color: rgba(232, 232, 232, 1);
    font-size: 15px;
    font-weight: 300;
    width: 630px;
    margin: 0 auto;
    line-height: 24px;
}