.gallery-slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 435px;
}
.gallery-slider-item .count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 60px;
  font-weight: 100;
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  line-height: 1.55;
  margin-right: 30px;
  font-family: "Poppins", sans-serif;
}
.gallery-slider-item .count::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 25px;
  background: #feb406;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.gallery-slider-item .count .t {
  display: inline-block;
  opacity: 0.2;
  margin-left: auto;
  text-align: right;
}
.gallery-slider-item .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: normal;
      align-self: normal;
  border: 1px solid #444444;
  height: 100%;
  height: 435px;
}
.gallery-slider-item .content {
  position: relative;
  -ms-flex-item-align: start;
      align-self: start;
  -ms-flex-preferred-size: 255px;
      flex-basis: 255px;
  margin-left: 60px;
  padding-bottom: 35px;
  z-index: 2;
}
.gallery-slider-item .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.gallery-slider-item .arrows .owl-prev,
.gallery-slider-item .arrows .owl-next {
  position: relative;
  font-size: 14px;
  width: 30px;
}
.gallery-slider-item .arrows .owl-prev::before {
  content: "\E02A";
  color: #feb406;
  font-family: "free-basic-ui-elements";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}
.gallery-slider-item .arrows .owl-prev::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #feb406;
  left: 0.3rem;
}
.gallery-slider-item .arrows .owl-next {
  text-align: right;
}
.gallery-slider-item .arrows .owl-next::before {
  content: "\E044";
  color: #feb406;
  font-family: "free-basic-ui-elements";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}
.gallery-slider-item .arrows .owl-next::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #feb406;
  right: 0.3rem;
}
.gallery-slider-item .title {
  margin-top: 30px;
  margin-left: -100px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 36px;
}

/*# sourceMappingURL=custom-slider.css.map */