#banner .item {
    height: 100vh;
    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;
  }
    #banner .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
      #banner .owl-item.active a {
    -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: 58px;
    font-weight: 600;
    color: #FFFFFF;
    width: 565px;
}
.main_caption span {
    display: inline-block;
}
.header-content p {
    color: #FBFBFB;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0px 0px;
    text-transform: capitalize;
    width: 410px;
}
.header-content a {
    color: #FFFFFF;
    margin-top: 40px;
}
.header-content a:hover{
    color: #FFFFFF;
}
#banner {
    overflow: hidden;
    height: 100vh;
    transition: transform 0.5s ease-out;
    position: relative;
}
.common_banner_padding {
  padding: 75px 0px 60px;
  position: relative;
}
.common_banner_padding .container{
  position: relative;
  z-index: 9;
}
.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: 810px;
    margin: 0 auto;
    line-height: 24px;
}
#contact_banner {
    height: 430px;
    overflow: hidden;
}
#contact_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#about_banner {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#service_banner h3 {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
    filter: blur(4px);
}
#about_banner h3 {
    width: 700px;
    margin: auto;
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
    filter: blur(4px);
}
@keyframes fade-in{
  100% {
    opacity: 1;
    filter: blur(0);
}
}
#about_banner .small_title {
    justify-content: center;
    margin: 0 auto 50px;
}
  #about_image {
    height: 450px;
    overflow: hidden;
  }

  #about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 0.3s ease; 
    will-change: transform; 
  }
#service_banner {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#service_detail_image {
    height: 400px;
}
#service_detail_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .owl-dot {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background: transparent;
    color: #fff;
    border: 1px solid #FFFFFF2E;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    transition: all 0.3s 
ease;
}

#banner .owl-dot.active {
    background: #ffffff0b;
    color: #fff;
    border-color: #f4a22266;
}
#banner .owl-dots {
    position: absolute;
    bottom: 50px;
    right: 50px;
}