.cloud-home-slider-master header .item {
  height: auto;
  position: relative;
}
.cloud-home-slider-master header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cloud-home-slider-master header .item .cover {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  text-align: center;
}
.cloud-home-slider-master header .item .cover .header-content {
  position: relative;
  padding: 16px;
  overflow: initial;
}
.cloud-home-slider-master header .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%);
}


.cloud-home-slider-master header .item .cover .header-content h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}


.cloud-home-slider-master header .item .cover .header-content h2 {
    font-size: 77px;
    margin-bottom: 1.6em;
    margin-top: 0.6em;
    line-height: 55px;
    color: #a8cf45;
    font-style: italic;
    text-transform: capitalize;
    text-shadow: 2px 2px 0px #fff, 9px 8px 0px rgb(0 0 0 / 15%);
    font-family: Poppins-SemiBold;
}


.cloud-home-slider-master header .item .cover .header-content .btn-primary {
    color: #fff;
    background-color: #107aa3;
    border-color: #107aa3;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0px;
    border: none;
    padding: 4px 10px 4px 10px;
}

.cloud-home-slider-master header .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;
}
.cloud-home-slider-master 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;
}
.cloud-home-slider-master header .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;
}
.cloud-home-slider-master header .owl-item.active .btn-primary {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.cloud-home-slider-master header .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;
}
.cloud-home-slider-master 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: transparent!important;
  color: #fff;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.cloud-home-slider-master header .owl-nav .owl-prev .bi {
  font-size: 36px;
  color: #000;
}
.cloud-home-slider-master header .owl-nav .owl-prev:focus {
  outline: 0;
}
.cloud-home-slider-master header .owl-nav .owl-prev:hover {
  opacity: 0.8;
}
.cloud-home-slider-master 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: transparent!important;
  color: #fff;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.cloud-home-slider-master header .owl-nav .owl-next .bi {
  font-size: 36px;
  color: #000;
}
.cloud-home-slider-master header .owl-nav .owl-next:focus {
  outline: 0;
}
.cloud-home-slider-master header .owl-nav .owl-next:hover {
  opacity: 0.8;
}
.cloud-home-slider-master header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.cloud-home-slider-master header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.cloud-home-slider-master .owl-theme .owl-dots {
    text-align: center;
    display: none;
}
.cloud-home-slider-master {
    margin-bottom: -17px;
    background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ), url(../img/home/1100.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.cloud-home-slider-master .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #b68c24;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.cloud-home-slider-master .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}



#slidermaster video {
  height: auto;
  width: 100%;
}