@charset "utf-8";
.informationslider-sec {
  width: 100%;
  padding: 100px 0;
  background: #ffffff;
}
.infoslid-imgbox .img-fluid {
  width: 100%;
}
.infoslid-databox .img-fluid {
  margin: 0 0 20px;
}
.infoslid-databox h2 {
  font-size: 36px;
  font-weight: 700;
  color: #17665d;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.infoslid-databox p {
  color: #313232;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 30px;
  font-family: "calibri", sans-serif;
}
.btn.simpleorangebtn {
  border-radius: 0;
  background: #f36c21 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none;
  outline: none;
  min-width: 150px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 10px;
}
.btn.simpleorangebtn:hover {
  background: #17665d !important;
}
.infoslid-databox .simpleorangebtn {
  margin: 0 0 20px;
}
/**/
.informationslid .owl-dots {
  width: 50%;
  text-align: left;
  float: right;
  padding: 0 10px;
  position: relative;
  z-index: 9;
}
.informationslid .owl-dots .owl-dot span {
  margin: 5px;
  width: 8px;
  height: 8px;
  background: #eaeaea;
  transition: all 0.3s;
}
.informationslid .owl-dots .owl-dot:hover span,
.informationslid .owl-dots .owl-dot.active span {
  background: #f36c21;
}
.informationslid .owl-nav {
  margin: 0;
}
.informationslid.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 9;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  color: #000;
  font-size: 34px;
  margin: 0;
  font-family: "calibri", sans-serif;
  transition: all 0.3s;
}
.informationslid.owl-carousel .owl-nav button span {
  display: block;
  line-height: 1;
  margin: -7px 0 0;
}
.informationslid.owl-carousel .owl-nav button:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.informationslid.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -50px;
}

/*-------------------------------- Responsive Media Query --------------------------------*/
@media (min-width: 1200px) {
  .infoslid-imgbox {
    padding-right: 20px;
  }
}

@media (max-width: 1300px) {
  .infoslid-databox {
    padding-right: 30px;
  }
  .informationslid.owl-carousel .owl-nav button {
    left: -10px;
  }
  .informationslid.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -10px;
  }
}

@media (max-width: 991px) {
  .informationslider-sec {
    padding: 50px 0;
  }
  .infoslid-imgbox {
    margin: 0 0 20px;
  }
  .infoslid-databox h2 {
    font-size: 28px;
  }
  .informationslid .owl-dots {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .informationslid.owl-carousel .owl-nav button {
    top: 30%;
  }
}

@media (max-width: 767px) {
  .infoslid-databox h2 {
    font-size: 28px;
  }
  .informationslid.owl-carousel .owl-nav button {
    top: 22%;
  }
}

@media (max-width: 480px) {
  .informationslid.owl-carousel .owl-nav button {
    top: 18%;
  }
}
