/*** 

====================================================================
				News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 140px 0 75px;
}

.news-section.alternate{
	padding-top: 10px; 
}

.news-section .sec-title .info{
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}

.news-section .info h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #3c4858;
	font-weight: 400;
	margin-bottom: 5px;
}

.news-section .info ul{
	display: block;
}

.news-section .info ul li {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #3c4858;
    font-weight: 300;
}

.news-section .info ul li:before{
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #3c4858;
	content: "/";
}

.news-section .info ul li a{
	color: #3c4858;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-section .info ul li a:hover{
	color: #f44437;
}

.news-section .info ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}

.news-section .info ul li:last-child:before{
	display: none;
}

.news-block{
	position: relative;
	margin-bottom: 30px;
	padding: 0 20px;
}

.news-block .inner-box{
	position: relative;
}

.news-block .image-box{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-ms-border-radius: 15px 15px 0 0;
	-o-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}

.news-block .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.news-block .image-box::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.news-block .inner-box:hover .image-box:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.news-block .lower-content{
	position: relative;
	padding: 25px 35px 35px;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.news-block .lower-content h3{
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #222222;
	margin-bottom: 10px;
}

.news-block .lower-content h3 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover{
	color: #f44438;
}

.news-block .lower-content p{
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 20px;
}

.news-block .lower-content .read-more{
	position:relative;
	font-size:15px;
	color:#3c4858;
	line-height:24px;
	font-weight:600;
	letter-spacing: .5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content .read-more i{
	font-size: 12px;
	font-weight: 700;
	margin-left: 5px;
}

.news-block .lower-content .read-more:hover{
	color: #f44438;
}

.news-carousel .owl-nav{
    position: absolute;
    left: -280px;
    bottom:185px;
    z-index: 99;
}

.news-carousel .owl-prev, 
.news-carousel .owl-next {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
	color: #f44438;
	font-weight: 400;
	border: 2px solid #ebebeb;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.news-carousel .owl-prev{
	left: -105px;
}

.news-carousel .owl-prev:hover, 
.news-carousel .owl-next:hover{
	color: #ffffff !important;
	background-color: #f44438;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,.1);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,.1);
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
}


/** news-ex-section **/

.news-ex-section{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.news-ex-block{
  position: relative;
  margin: 30px 0px 50px 0px;
}

.news-ex-block .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 30px 30px 40px 30px;
  border-radius: 20px;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
}

.news-ex-block .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #6b3ba9;
  border-radius: 20px;
}

.news-ex-block .inner-box .image-box img{
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
}

.news-ex-block .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.news-ex-block .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 34px;
}

.news-ex-block .inner-box .lower-content .post-date{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  padding-left: 36px;
  margin-bottom: 4px;
}

.news-ex-block .inner-box .lower-content .post-date:before{
  position: absolute;
  content: '';
  width: 26px;
  height: 2px;
  left: 0px;
  top: 50%;
  background-color: #f44438;
  transform: translateY(-50%);
}

.news-ex-block .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #3c4858;
  font-weight: 700;
  margin-bottom: 6px;
}

.news-ex-block .inner-box .lower-content h4 a{
  display: inline-block;
  color: #3c4858;
  transition: all 500ms ease;
}

.news-ex-block .inner-box .lower-content h4 a:hover{
  color: #f44438;
}

.news-ex-block .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.news-ex-block .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  margin-right: 20px;
}

.news-ex-block .inner-box .lower-content .post-info li a{
  display: inline-block;
  font-weight: 600;
  color: #3c4858;
  transition: all 500ms ease;
}

.news-ex-block .inner-box .lower-content .post-info li a:hover{
  color: #f44438;
}

.news-ex-block .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-ex-block .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: 1px;
  height: 18px;
  top: 4px;
  right: -10px;
}

.news-ex-block .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-ex-block .inner-box .lower-content p{
  font-size: 15px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 32px;
}

.news-ex-block .inner-box .lower-content .new-btn-one{
  background-color: #ffffff !important;
  color: #f44438 !important;
}

.news-ex-block .inner-box .lower-content .new-btn-one:hover{
  color: #fff !important;
}

.news-ex-block .inner-box .lower-content .new-btn-one:before{
  background-color: #f44438;
}

.news-ex-section .owl-nav{
  position: absolute;
  display: block !important;
  top: -100px;
  right: 0px;
	width: 100%;
}

.news-ex-section .owl-prev, 
.news-ex-section .owl-next {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e0dede;
  font-size: 30px;
  color: #222;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 0px;
  transition: all 500ms ease;
}

.news-ex-section .owl-prev{
  transform: rotate(180deg);
  margin-right: 10px;
}

.news-ex-section .owl-prev:hover, 
.news-ex-section .owl-next:hover{
  color: #ffffff;
  background-color: #f44438;
  border-color: #f44438;
}

.main-footer.alternat-2 .newsletter-widget .form-group{
  padding-right: 0px;
}

.main-footer.alternat-2 .social-icon-one li a{
  background-color: #222;
  color: #ffffff;
  transition: all 500ms ease;
}

.main-footer.alternat-2 .social-icon-one li a:hover{
  background: #f44438 !important;
}


/** news-ex-section-two **/

.news-ex-section-two{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.news-ex-section-two .owl-nav{
  position: absolute;
  display: block !important;
  left: -400px;
  top: 275px;
}

.news-ex-section-two .owl-prev, 
.news-ex-section-two .owl-next {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e0dede;
  font-size: 30px;
  color: #222;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 0px;
  transition: all 500ms ease;
}

.news-ex-section-two .owl-prev{
  transform: rotate(180deg);
  margin-right: 10px;
}

.news-ex-section-two .owl-prev:hover, 
.news-ex-section-two .owl-next:hover{
  color: #ffffff;
  background-color: #f44438;
  border-color: #f44438;
}

.news-ex-section-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.news-ex-section-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.news-ex-section-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.news-ex-section-two .title-inner .text p{
  font-size: 15px;
  line-height: 26px;
  color: #808080;
}

.news-ex-section-two .news-ex-block{
  margin: 0px;
}


.news-ex-section-three{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.news-ex-section-three .new-sec-title{
  margin-bottom: 50px;
}

.news-ex-section-three .news-ex-block{
  margin: 0px;
}