.g-pyramid-home-slider-master header .item {
  height: auto;
  position: relative;
}

.g-pyramid-home-slider-master header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g-pyramid-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.4);
  display: flex;
  align-items: center;
  text-align: center;
}

.g-pyramid-home-slider-master header .item .cover .header-content {
  position: relative;
  padding: 16px;
  overflow: initial;
}

.g-pyramid-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%);
}

.g-pyramid-home-slider-master header .item .cover .header-content h1 {
  font-size: 36px;
  margin: 0em 0em 0.6em 0em;
  word-spacing: 3px;
  color: #ffce55;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 36px;
  font-family: Raleway-Regular;
}

.g-pyramid-home-slider-master header .item .cover .header-content h1 span {
  font-size: 26px;
  letter-spacing: 0px;
}

.g-pyramid-home-slider-master header .item .cover .header-content h2 {
  font-family: JuraLight;
  font-size: 5em;
  color: #fff;
  text-transform: capitalize;
}

.header-content01 {
  position: relative;
  padding: 16px;
  overflow: initial;

  h2 {
    font-family: Raleway-Regular;
    font-size: 5em;
    color: #fff;
    text-transform: capitalize;
  }

  h1 span {
    font-size: 26px;
    letter-spacing: 0px;
  }

  h1 {
    font-size: 36px;
    margin: 0em 0em 0.6em 0em;
    word-spacing: 3px;
    color: #ffce55;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 36px;
    font-family: Raleway-Regular;
  }
}

.g-pyramid-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;
}

.g-pyramid-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;
}

.g-pyramid-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;
}

.g-pyramid-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;
}

.g-pyramid-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;
}

.g-pyramid-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;
}

.g-pyramid-home-slider-master header .owl-nav .owl-prev {
  /* position: absolute;
  left: 15px;
  top: 43%; */
  /* top: 103%;  */
  /* left: 10%; */
  /* opacity: 1;
  -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; */
  cursor: pointer !important;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: block;
  z-index: 2;
  position: relative;
}


.g-pyramid-home-slider-master header .owl-nav .owl-prev .bi {
  font-size: 18px;
  color: #fff;
}

.g-pyramid-home-slider-master header .owl-nav .owl-prev:focus {
  outline: 0;
}

.g-pyramid-home-slider-master header .owl-nav .owl-prev:hover {
  opacity: 0.8;
}

.g-pyramid-home-slider-master header .owl-nav .owl-next {
  /* position: absolute;
  right: 15px;
  top: 43%; */
  /* top: 103%; */
  /* right: 83%; */
  /* opacity: 1;
  -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; */
  cursor: pointer !important;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 18px;
}

.g-pyramid-home-slider-master header .owl-nav .owl-next .bi {
  font-size: 18px;
  color: #fff;
}

.g-pyramid-home-slider-master header .owl-nav .owl-next:focus {
  outline: 0;
}

.g-pyramid-home-slider-master header .owl-nav .owl-next:hover {
  opacity: 0.8;
}

/* .g-pyramid-home-slider-master header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.g-pyramid-home-slider-master header:hover .owl-next {
  right: 0px;
  opacity: 1;
} */
.g-pyramid-home-slider-master .owl-theme .owl-dots {
  display: flex !important;
  color: #fff;
  align-items: flex-end;
  /* justify-content: space-around; */
  position: relative;
  top: 5vh;
  justify-content: flex-end;
}

.g-pyramid-home-slider-master {
  /* margin-bottom: -17px; */
}

.owl-theme .owl-dots .owl-dot {
  /* display: block; */
  zoom: 1;
  font-size: 22px;
  /* padding: 8px 52px !important; */
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #f5f5f5;
  /* padding: 8px 52px !important; */
  padding: 0 8px;
}

.owl-dots .owl-dot.active {
  color: #ffce55;
}


.g-pyramid-home-slider-master .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  position: relative !important;
  top: 10vh;
  display: flex;
}

@media (min-width:320px) and (max-width:576px) {
  .g-pyramid-home-slider-master .owl-theme .owl-dots .owl-dot {
    display: none;
  }

  .g-pyramid-home-slider-master .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    position: unset !important;
  }
}

@media (min-width:577px) and (max-width:768px) {
  .g-pyramid-home-slider-master .owl-theme .owl-dots .owl-dot {
    display: block;
    font-size: 18px;
  }

  .g-pyramid-home-slider-master .owl-theme .owl-dots {
    display: flex !important;
    color: #fff;
    justify-content: flex-end;
    /* position: unset; */
    top: 5vh;
  }

  .g-pyramid-home-slider-master .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    position: unset !important;
    /* top: 8vh; */
  }
}

@media (min-width:769px) and (max-width:991px) {
  .g-pyramid-home-slider-master .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    position: unset !important;
    top: 9vh;
  }
}

@media (min-width:992px) and (max-width:1820px) {
  .g-pyramid-home-slider-master .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    position: unset !important;
    top: 9vh;
  }
}