.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: #000;
  text-align: center;
  font-family: Tenor Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px; /* 33.6px */
  text-transform: capitalize;
}


.home_news_date{
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.6px; /* 30.6px */
  text-transform: capitalize;
}

.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-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
     
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper_container {
  position: relative!important;
  width: 85%;
  margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute!important;
  top: 50%; 
  transform: translateY(-50%)!important;

}

.swiper-button-next {
  right: -41px!important; 
  color: black!important;
  width: 40px;
    height: 40px;
  background-image: url('../img/right_arr.png'); /* Specify the path to your previous arrow image */
  background-size: cover;
}

.swiper-button-prev {
  left: -41px!important; 
  color: black!important;
  width: 40px;
  height: 40px;
  background-image: url('../img/left_arr.png'); /* Specify the path to your previous arrow image */
  background-size: cover;
}


.home_news_global_title{
    color: #000;
    text-align: center;
    font-family: Tenor Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 56px */
    text-transform: capitalize;


}
.title_seperator{
    width: 200px;
    height: 0px;
    background: #000;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: ''!important; /* Set content to an empty string to remove the default text */
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
     content: ''!important;
}


@media only screen and (min-width: 768px) {
  .swiper-button-next{
    right: -75px!important;
  }

  .swiper-button-prev{
    left: -75px!important;
  }
}

@media only screen and (max-width: 1023px) {
  .title_seperator{
    width: 160px;
  }

  .home_news_title{
    font-size: 17px;
  }

  .home_news_date{
    font-size: 13px;
  }

  .home_news_global_title{
    font-size:30px;
  }

  .swiper-button-prev{
    width: 30px;
    height: 30px;
    left: -55px!important;
  }
  .swiper-button-next{
    width: 30px;
    height: 30px;
    right: -55px!important;
  }
}

@media only screen and (max-width: 730px) {
  .title_seperator{
    width: 160px;
  }

  .home_news_title{
    font-size: 17px;
  }

  .home_news_date{
    font-size: 13px;
  }

  .home_news_global_title{
    font-size:30px;
  }

  .swiper-button-prev{
    width: 22px;
    height: 22px;
    left: -24px!important;
  }
  .swiper-button-next{
    width: 22px;
    height: 22px;
    right: -24px!important;
  }
}