.news-section{
  position: relative;padding:50px 0;
}

.news-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.news-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.news-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px #edf2f2;
  transition: all 500ms ease;height: 350px;
    margin-bottom: 50px;
}

.news-block-one .inner-box:hover{
  box-shadow: 0 10px 30px #e5edec;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 0% 100%, 0% 0%);
}

.news-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box:before{
  height: 100%;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
}

.news-block-one .inner-box .image-box a{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
  z-index: 2;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 26px 30px 40px 30px;
}

.news-block-one .inner-box .lower-content .post-date h3{
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.news-block-one .inner-box .lower-content .post-date h3 span{
  display: block;
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  color: #142441;
  text-transform: uppercase;
  margin-top: 4px;
}

.news-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;text-align:center;
}


.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  margin-bottom: 16px;
}


.news-block-one .inner-box .lower-content .theme-btn-two{
  padding: 7.5px 27px;
}

.news-block-one .inner-box .lower-content .shape{
  position: absolute;
  top: -80px;
  right: 15px;
  width: 93px;
  height: 92px;
  background-repeat: no-repeat;
}

#carousel4 .owl-next {
    right: -28px!important;
}
#carousel4 .owl-prev {
    left: -32px!important;
}


