.swiper-block {
  float: left;
  width: 100%;
  position: relative;
}

.newsslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.newsslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.newsslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.newsslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.newsslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.newsslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../newsslider.gif") no-repeat left top;
  margin-top: -45px;
}

.newsslider_nav:active {
  opacity: 1.0;
}

.newsslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.material-icons {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "Material Icons", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.carousel-control {
  position: absolute;
  top: 90px;
  bottom: 130px;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: .5;
}

.carousel .carousel-control.left, .carousel .carousel-control.right {
  background: none;
}

.carousel .carousel-control.left, .carousel .carousel-control.right {
  background: none;
}

.home_news_title {
  color: #1E1E1E;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'Oswald', sans-serif;
}

.home_news_date {
  color: #1E1E1E;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  font-family: 'Oswald', sans-serif;
}

.carousel .carousel-inner {
  height: 100% !important;
}

.home_news_description {
  margin-top: 30px;
  padding: 10px;
}


.news_page_description {
  margin-top: 30px;
  padding: 10px;
}

.news_page_img {
  max-width: 100%;
  height: auto;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  box-sizing: border-box !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper_container {
  position: relative;
  margin: auto;
  float: left;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute !important;
  width: 40px;
  height: 40px;
  background: #89C21E;
  color: #fff;
  line-height: 40px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #174733;
}

.swiper-button-next {
  right: -60px !important;
  left: auto;
}

.swiper-button-prev {
  left: -60px !important;
  right: auto;
}


.home_news_global_title {
  color: #1E1E1E;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  text-transform: capitalize;

}

.title_seperator {
  width: 200px;
  height: 0px;
  background: #1E1E1E;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 8px;
  line-height: 12px;
  color: #fff;
  display: none;
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 14px;
  line-height: 12px;
}
@media (max-width:1350px) {
  .swiper-nevigtion {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 10px 0 20px;
  }

  .swiper-nevigtion .swiper-button-next,
  .swiper-nevigtion .swiper-button-prev {
    position: static !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    transform: none !important;
    margin: 0 2px;
  }
}
@media (max-width:991px) {
  .home_news_title {
    font-size: 16px;
    line-height: 18px;
  }

  .home_news_date {
    font-size: 14px;
    margin: 0;
  }

  .home_news_global_title {
    font-size: 30px;
  }
}
@media (max-width:575px) {
  .swiper-slide {
    text-align: center;
  }
}