.hero-slider {
  padding: 100px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .hero-slider {
    padding: 70px 0 0 0;
  }
}

.hero-slider [class*="col-"] {
  position: relative;
}

.hero-slider [class*="col-"].carousel-col {
  left: 95px;
  padding-bottom: 57px;
}

@media screen and (max-width: 1399px) {
  .hero-slider [class*="col-"].carousel-col {
    left: 30px;
  }
}

@media screen and (max-width: 1299px) {
  .hero-slider [class*="col-"].carousel-col {
    left: 0;
  }
}

@media screen and (min-width: 992px) {
  .hero-slider [class*="col-"].carousel-col::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 110px;
    bottom: -115px;
    width: 50vw;
    background-color: #DFF4E7;
  }
}

@media screen and (max-width: 991px) {
  .hero-slider [class*="col-"].carousel-col {
    padding-bottom: 35px;
  }
}

.hero-slider .hero-heading {
  margin: 0 0 55px 0;
  line-height: 66px;
  font-size: 56px;
  font-weight: 700;
  color: #3e368b;
}

@media screen and (max-width: 1399px) {
  .hero-slider .hero-heading {
    line-height: 54px;
    font-size: 46px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-slider .hero-heading {
    line-height: 48px;
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .hero-slider .hero-heading {
    margin: 0 0 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider .hero-heading {
    line-height: 42px;
    font-size: 35px;
  }
}

@media screen and (max-width: 575px) {
  .hero-slider .hero-heading {
    line-height: 37px;
    font-size: 30px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .hero-slider .text {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .hero-slider .text {
    padding: 0 20px;
    margin: 0 0 40px 0;
    text-align: center;
  }
}

.hero-slider .text p {
  margin: 0 0 53px 0;
  line-height: 27px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .hero-slider .text p {
    margin: 0 0 30px 0;
  }
}

.hero-slider .posts-carousel {
  position: static;
  width: 80vw;
  margin-left: -20px;
}

@media screen and (max-width: 991px) {
  .hero-slider .posts-carousel {
    width: 120vw;
  }
}

@media screen and (max-width: 575px) {
  .hero-slider .posts-carousel {
    width: 100%;
    margin: 0;
  }
}

.hero-slider .posts-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 15px;
  bottom: -15px;
  left: 15px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .hero-slider .posts-carousel .owl-nav {
    bottom: -25px;
  }
}

@media screen and (max-width: 575px) {
  .hero-slider .posts-carousel .owl-nav {
    position: static;
    margin: 15px 0 0 0;
  }
}

.hero-slider .posts-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border: 2px solid #0AB14B;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50%;
}

.hero-slider .posts-carousel .owl-nav button span {
  /* display: none; */
  display: block !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.hero-slider .posts-carousel .owl-nav button.owl-prev {
  background: #0AB14B url("/../wp-content/themes/bmc/assets/images/button-arrow-left.svg") center center no-repeat;
}

.hero-slider .posts-carousel .owl-nav button.owl-prev.disabled {
  background-image: url("/../wp-content/themes/bmc/assets/images/button-arrow-left-disabled.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-slider .posts-carousel .owl-nav button.owl-next {
  margin: 0 0 0 25px;
  background: #0AB14B url("/../wp-content/themes/bmc/assets/images/button-arrow-right.svg") center center no-repeat;
}

.hero-slider .posts-carousel .owl-nav button.owl-next.disabled {
  background-image: url("/../wp-content/themes/bmc/assets/images/button-arrow-right-disabled.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-slider .posts-carousel .owl-nav button.disabled {
  background-color: transparent;
  border-color: #9DE0B7;
}

@media screen and (min-width: 992px) {
  .hero-slider .posts-carousel .owl-nav button:hover {
    background-color: #05993e;
    border-color: #05993e;
  }
}

.hero-slider .posts-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-slider .posts-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border: 2px solid #9DE0B7;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50%;
}

.hero-slider .posts-carousel .owl-dots .owl-dot.active {
  width: 26px;
  border-color: #0AB14B;
  background-color: #0AB14B;
  border-radius: 6px;
}

.hero-slider .posts-carousel img {
  width: auto;
}

.hero-slider .posts-carousel .owl-item > div {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .hero-slider .posts-carousel .owl-item > div {
    padding: 15px;
  }
}

.hero-slider .posts-carousel .post-article {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .hero-slider .posts-carousel .post-article {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
}

.hero-slider .posts-carousel .post-article .featured-image a {
  display: block;
}

@media screen and (min-width: 992px) {
  .hero-slider .posts-carousel .post-article .featured-image a:hover {
    opacity: .85;
  }
}

.hero-slider .posts-carousel .post-article .details {
  padding: 30px;
}

.hero-slider .posts-carousel .post-article .details .post-heading {
  margin: 0 0 15px 0;
  line-height: 28px;
  font-size: 24px;
}

.hero-slider .posts-carousel .post-article .details .post-heading a {
  color: #3E368B;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .hero-slider .posts-carousel .post-article .details .post-heading a:hover {
    color: #0AB14B;
  }
}

.hero-slider .posts-carousel .post-article .details .excerpt {
  margin: 0 0 20px 0;
  line-height: 24px;
  font-size: 16px;
  color: #505D68;
}

.hero-slider .posts-carousel .post-article .details .read-more {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #0AB14B;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .hero-slider .posts-carousel .post-article .details .read-more:hover {
    color: #3E368B;
  }
}
/*# sourceMappingURL=hero.css.map */