.owl-carousel .animated { 
	animation-duration: 1000ms;
	animation-fill-mode: both; 
}

.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    cursor: inherit;
}
.home-slider .owl-carousel .owl-nav button.owl-prev {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff !important;
    padding: 0 !important;
    margin: 0 10px;
    border: none;
	border-radius: 100px;
    color: #1946bb;
    transition: all 0.5s ease-in-out;
}
.home-slider .owl-carousel .owl-nav button.owl-next {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff !important;
    padding: 0 !important;
    margin: 0 10px;
    border: none;
	border-radius: 100px;
    color: #1946bb;
    transition: all 0.5s ease-in-out;
}

.owl-carousal .owl-nav {
	margin-top: 40px;
	text-align: center;
}

.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    display: none;
    cursor: inherit;
    justify-content: space-between
}
.home-slider .owl-carousel .owl-nav button.owl-prev {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--listing-base);
    padding: 0 !important;
    border: none;
    border-radius: 50px;
    color: #1946bb !important;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}
.home-slider .owl-carousel .owl-nav button.owl-next {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--listing-base);
    padding: 0 !important;
    border: none;
    border-radius: 50px;
    color: #1946bb !important;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}
.home-slider .owl-carousel {
  display: block;
}

.home-slider .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
}
.home-slider .cover .header-content {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.home-slider .cover .header-content h2 {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  font-family: "Open Sans", serif;
}
.home-slider .cover .header-content h1 {
    font-size: 56px;
    font-weight: 500;
    width: 570px;
    margin: auto;
    color: #fff;
    letter-spacing: 3px;
    text-transform: capitalize;
}
.home-slider .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.home-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  -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;
}
.home-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.home-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.home-slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.home-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  -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;
}
.home-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.home-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.hero-slider .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;
}
.hero-slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.hero-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.hero-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.hero-slider .owl-nav .owl-prev:hover, .hero-slider .owl-nav .owl-next:hover {
  background: #e30404  !important;
  color: #ffffff;
}
.hero-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #bd0568 !important;
  color: #fff !important;
  width: 55px;
  cursor: pointer;
  height: 55px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  font-size: 25px !important;
}
.hero-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #bd0568 !important;
  color: #fff !important;
  width: 55px;
  cursor: pointer;
  height: 55px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  font-size: 25px !important;
}
.hero-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.hero-slider .owl-nav .owl-next:focus {
  outline: 0;
}
/* Small devices */
@media (max-width: 991.98px) {
    
    .home-slider .cover .header-content h1 {
      font-size: 40px;
      width: 450px;
  }
  .home-slider .cover .header-content h2 {
    font-size: 18px;
}

.header-logo {
  max-width: 150px;
  padding: 10px;
}
  }
/* Small devices */
@media (max-width: 767.98px) {
    
    .home-slider .cover .header-content h1 {
      font-size: 30px;
      width: 450px;
      max-width: 100%;
  }
  .home-slider .cover .header-content h2 {
    font-size: 18px;
}
.header-logo {
  max-width: 150px;
  padding: 10px;
}
  }
