header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 8%) 18.15%, rgba(0, 0, 0, 0.3) 48.63%);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
}
header .item .cover .header-content h2 {
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    width: 600px;
    line-height: 110%;
}
header .item .cover .header-content h4 {
    font-size: 16px;
    font-weight: 200;
    color: #FFFFFF;
    width: 510px;
}
header .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;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
  margin: 10px 0px 40px;
}
header .owl-item.active a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.common_btn img {
    width: unset !important;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
header{
    position: relative;
}
.custom-thumbnails {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 0;
    position: absolute;
    right: 5%;
    bottom: 60px;
    z-index: 99;
}
.custom-thumbnails .thumb {
    cursor: pointer;
    transition: border-color 0.3s ease;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.custom-thumbnails .thumb.active {
   transform: scale(1.20);
}
.custom-thumbnails .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title_width {
    width: 590px;
}
.heightreduce {
    height: 250px;
}