.homeslider .item {
  height: 100vh;
  position: relative;
}
.homeslider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeslider .item .w-auto {
	display:initial !important;
}
.homeslider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
 /* background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.homeslider .item .cover .homeslider-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.homeslider .item .cover .homeslider-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%);
}
.homeslider .item .cover h2 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.homeslider .item .cover  h1 {
  font-size: 62px;
  font-weight: 700;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.homeslider .item .cover .homeslider-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.homeslider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.homeslider .owl-item.active a,
.homeslider .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;
}
.homeslider .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;
}
.homeslider .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;
}
.homeslider .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 25px;
}
.homeslider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.homeslider .owl-nav .owl-prev:focus {
  outline: 0;
}
.homeslider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.homeslider .owl-nav i{
	color:#fff;
    line-height: 50px;
	font-size:35px !important;
}
.homeslider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 25px;
}
.homeslider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.homeslider .owl-nav .owl-next:focus {
  outline: 0;
}
.homeslider .owl-nav .owl-prev:hover,
.homeslider .owl-nav .owl-next:hover {
  background: #fff !important;
}
.homeslider .owl-nav .owl-prev:hover i,
.homeslider .owl-nav .owl-next:hover i {
    color: #056839;
}
.homeslider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.homeslider:hover .owl-next {
  right: 0px;
  opacity: 1;
}