/* .bannerslider .item .cover {
  padding: 75px 0;
  background: rgba(0, 0, 0, 0.6);

} */

/* .bannerslider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
} */

.bannerslider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
}

.bannerslider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.bannerslider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.bannerslider .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;
}

.bannerslider .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;
}

.bannerslider .owl-item.active .img-cuircle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: rollIn;
  animation-delay: 0.3s;
}

.bannerslider .item img.heroimg,
a.btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.bannerslider .owl-nav {
  position: absolute;
  right: 25px;
  bottom: 20px;
  display: flex;
}

.bannerslider .owl-nav .owl-prev {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: transparent !important;
  width: 50px;
  cursor: pointer;
  height: 50px;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid var(--base-color) !important;
}

.bannerslider .owl-nav .owl-prev span {
  font-size: 17px;
  color: var(--base-color);
}

.bannerslider .owl-nav .owl-prev:focus {
  outline: 0;
}

.bannerslider .owl-nav .owl-next {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: transparent !important;
  width: 50px;
  cursor: pointer;
  height: 50px;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid var(--base-color) !important;
}

.bannerslider .owl-nav .owl-next span {
  font-size: 17px;
  color: var(--base-color);
}

.bannerslider .owl-nav .owl-next:hover,
.bannerslider .owl-nav .owl-prev:hover {
  background-color: var(--base-color) !important;
}

.bannerslider .owl-nav .owl-next:hover span,
.bannerslider .owl-nav .owl-prev:hover span {
  color: #fff !important;
}