body.is_home header.top {
  padding: 0;
}
body.is_home header.top .container {
  max-width: 100%;
  width: 100%;
}
body .home_slides .slide_lists video {
  z-index: 1;
}
body .text_slides .btn-wrap a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 20px;
  font-size: 22px;
}
body .text_slides .btn-wrap a:hover {
  color: #00CC33;
  background: #fff;
}

.feature-img {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .feature-img {
    width: 100%;
  }
}

.page-id_2715 .heading {
  padding: 40px 0 40px;
}

.news .container .news-wrap {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 30px;
  justify-content: space-between;
}
.news .container .news-wrap .content {
  width: 32%;
  padding: 40px;
}
@media (max-width: 991px) {
  .news .container .news-wrap .content {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .news .container .news-wrap .content {
    width: 100%;
  }
}
.news .container .news-wrap .content .img-wrap {
  margin-bottom: 20px;
}
.news .container .news-wrap .content span {
  margin-bottom: 10px;
}
.news .container .news-wrap .content h2 {
  font-size: 25px;
}

/*# sourceMappingURL=styles.css.map */
