#slidermaster {
    background-color: transparent;
    margin-top: -5px;
}
.home-main-slider-master header .item {
  height: auto;
  position: relative;
}
.home-main-slider-master header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 40px;
}



.home-main-slider-master header .item .cover {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
}
.home-main-slider-master header .item .cover .header-content {
  position: relative;
  padding: 16px;
  overflow: initial;
}
.home-main-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%);
}
.home-main-slider-master header .item .cover .header-content h1 {
    font-weight: 600;
    margin: 0.5em 0em 0.3em 0em;
    word-spacing: 0px;
    color: #000;
    text-transform: capitalize;
    line-height: 46px;
    font-size: 46px;
}
.home-main-slider-master header .item .cover .header-content h1 span {
    padding: 0;
    margin: 0;
}
.home-main-slider-master header .item .cover .header-content h4 {
    font-family: Poppins-Medium;
    font-size: 17px;
    color: #bababa;
    line-height: 30px;
    margin-bottom: 1.5em;
}

.home-main-slider-master header .item .cover .header-content h2 {
    font-size: 22px;
    text-transform: capitalize;
    background-color: transparent;
    color: #c314c5;
    padding: 10px 0px;
    margin: 0 auto 0.7em auto;
    line-height: 35px;
}

.header-content #bannrlogo {
    max-width: 100%!important;
    width: 420px!important;
}

.home-main-slider-master header .item .cover .header-content form .form-control {
    display: inline;
    width: auto;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Quicksand-Bold;
    border-radius: 20px 20px 0px 20px;
    border: 2px solid #2196F3;
}
.home-main-slider-master header .item .cover .header-content .btn-primary {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    background: #0062DD;
    border-radius: 20px 20px 0px 20px;
    padding: 13px 11px 9px 11px;
    padding-inline: 14px;
    text-transform: capitalize;
    font-family: Quicksand-Bold;
}





.home-main-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;
}
.home-main-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;
}
.home-main-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;
}
.home-main-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;
}
.home-main-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;
}
.home-main-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: #000;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.home-main-slider-master header .owl-nav .owl-prev .bi {
  font-size: 36px;
  color: #000;
}
.home-main-slider-master header .owl-nav .owl-prev:focus {
  outline: 0;
}
.home-main-slider-master header .owl-nav .owl-prev:hover {
  opacity: 0.8;
}
.home-main-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: #000;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.home-main-slider-master header .owl-nav .owl-next .bi {
  font-size: 36px;
  color: #000;
}
.home-main-slider-master header .owl-nav .owl-next:focus {
  outline: 0;
}
.home-main-slider-master header .owl-nav .owl-next:hover {
  opacity: 0.8;
}
.home-main-slider-master header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.home-main-slider-master header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.home-main-slider-master .owl-theme .owl-dots {
    text-align: center;
    display: none;
}
.home-main-slider-master {
    margin-bottom: -10px;
}
.home-main-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;
}
.home-main-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%;
}