
/** news-section **/
.news-section{
  position: relative;
}
.news-block-one .inner-box{
  position: relative;
  display: block;
}
.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.news-block-one .inner-box .image-box img{
  transition: all 500ms ease;
  border-radius: 10px;
}
.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}
.news-block-one .inner-box .image-box a{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #fff;
  z-index: 1;
}
.news-block-one .inner-box .lower-content {
  position: relative;
}
.news-block-one .inner-box .lower-content span svg {
  margin-left: 7px;
  margin-top: -2px;
}
.post-info-bottom {
  color: #888686;
  font-size: 14px;
  font-weight: 400;
}
.post-info-bottom span {
  color: #F04463;
  text-transform: capitalize;
}
.news-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}
.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #061a3a;
  transition: .2s;
}
.news-block-one .inner-box .lower-content p{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 14px;
}
.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  margin-bottom: 18px;
  font-weight: 400;
}
.news-block-one .inner-box .lower-content .post-info span {
  font-weight: 400;
  color: #888686;
  text-transform: capitalize;
  position: relative;
  margin-left: 30px;
}
.news-block-one .inner-box .lower-content .post-info span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #222;
  left: -16px;
  top: 2px;
  opacity: .25;
}
.news-block-one .inner-box .lower-content .post-info span:last-child:after {
  display: none;
}
.news-section .owl-stage-outer{
  overflow: visible;
}
.news-section .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}
.news-section .owl-stage-outer .owl-item.active{
  opacity: 1;
}
.news-block-one.style-two {
  background-color: #fff;
  border-radius: 10px;
}
.news-block-one.style-two .inner-box .lower-content {
  padding: 20px 30px;
}
.news-block-one.style-two .inner-box .image-box{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.news-block-one .inner-box .lower-content .post-info a,
.news-block-one .inner-box .lower-content .post-info time {
  color: #888686;
  font-size: 15px;
  line-height: 15px;
}
.news-block-one.style-two .inner-box .lower-content h3 a:hover {
  text-decoration: underline;
}
.lower-content-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  padding-top: 16px;
}
.post-author img {
  margin-left: 13px;
  border-radius: 50%;
}
.post-author span,
.post-author a {
  text-transform: capitalize;
  color: #000;
}
.news-block-one.style-two .inner-box .lower-content p {
  margin-bottom: 26px;
}
.lower-content-right span {
  margin-left: 10px;
  color: #000;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.lower-content-right span i{
  color: #999;
  font-size: 20px;
  margin-right: 5px;
}
a.readmore {
  color: #5A5A5A;
  font-weight: 600;
  text-decoration: underline;
  line-height: 24px;
  font-size: 16px;
}
.news-block .news-block-one {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.news-block .news-block-one .lower-content {
  padding: 25px 0 23px;
}
.news-block .news-block-one .inner-box .image-box,
.news-block .news-block-one .inner-box .image-box img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.news-block .news-block-one .inner-box .lower-content h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
}
.news-block .news-block-one .inner-box .lower-content h3 a {
  color: #222222;
}
.news-block .news-block-one .inner-box .lower-content h3 a:hover{
  color: var(--primary-color);
}
.news-block .news-block-one .inner-box .lower-content .post-info {
  margin-bottom: 0;
  border-top: 1px solid rgba(34,34,34,.10);
  padding-top: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
.news-block .news-block-one .inner-box .lower-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
  color: #8B8B8B;
}
.news-block .post-text {
  padding: 0 25px;
}
.news-block .news-block-one .inner-box .lower-content span svg {
  margin-top: -4px;
}