  /*body{background-color:#f1f1f2 !important;}
h3.h3{text-align:center;padding:1.5em 0em;text-transform:capitalize;font-size:1.5em;}*/


/***  News Slider Demo-10 ****/
.post-slide10{
    padding-bottom: 10px; /*site_18012019 old 10*/
    /*padding-top: 50px; /*site_18012019 newly added*/
    margin: 0 15px;
    position:relative;
    background:#fff !important;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
}
.post-slide10 img{
    width: 100%;
    height: auto;
}
.post-slide10 .post-date{
    position:absolute;
    top:2%;
    left:8%;
    padding: 3% 5%;
    background: #e74c3c;
}
.post-slide10 .month{
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    text-transform:uppercase;
}
.post-slide10 .month:after{
    content:"";
    display: block;
    border:1px solid #fff;
}
.post-slide10 .date{
    font-size: 14px;
    color:#fff;
    display: block;
    text-align:center;
    font-weight: bold;
}
.post-slide10 .post-title{
    margin:10px 0 10px 0;
}
.post-slide10 .post-title a{
    font-size:14px;
    font-weight:bold;
    color:#333;
    padding:0px 15px;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide10 .post-title a:hover{
    text-decoration: none;
    color:#B3223C;
}
.post-slide10 .post-description{
    font-size: 14px;
    line-height:20px;
    color:#808080;
    padding:0px 15px;
}
.post-slide10 .read-more{
    color:#333;
    padding:0px 15px;
    text-transform:capitalize;
    transition: color 0.20s linear;
}
.post-slide10 .read-more i{
    margin-left:10px;
    font-size:10px;
}
.post-slide10 .read-more:hover{
    text-decoration:none;
    color:#e74c3c;
}
.owl-controls .owl-buttons{
    margin-top:20px;
    position:relative;
}
.owl-controls .owl-prev{
    position: absolute;
    left: -40px;
    bottom: 230px;
    padding: 8px 17px;
    background:#333;
    transition:background 0.50s ease;
}
.owl-controls .owl-next{
    position: absolute;
    right: -40px;
    bottom: 230px;
    padding:8px 17px;
    background:#333;
    transition:background 0.50s ease;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size:16px;
}
.owl-controls .owl-next:after{
    content:"\f105";
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background: #e74c3c;
}
@media only screen and (max-width: 990px) {
    .post-slide10{
        margin: 0 20px;
    }
    .owl-controls .owl-buttons .owl-prev{
        left:-20px;
        padding:5px 14px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:-20px;
        padding:5px 14px;
    }
}
@media only screen and (max-width: 767px){
    .owl-controls .owl-buttons .owl-prev{
        left:0px;
        bottom: 260px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:0px;
        bottom: 260px;
    }
}

.post-date{
	display:none;
}
.post-title,.post-description,.read-more{
	font-family: "Helvetica Neue LT W01_55 Roman",Helvetica,Arial,sans-serif;
}
.read-more{
	font-weight:bold;
	color:#000000 !important;
}
.read-more:hover{
  color:#666666 !important;
}

@media only screen and (min-width: 1200px){
.owl-item{
	/* width: 8% !important; */
}
.post-slide10 img{
	height:130px ;
}
}

.owl-pagination span {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	width: 20px !important;
	height: 3px !important;
	background-color:#00458C !important
}

/***  News Slider Demo-12 ****/
.post-slide12{
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
}
.post-slide12 .post-img{
    position:relative;
    float: left;
    width:35%;
    height: auto;
}
.post-slide12 .over-layer{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    cursor: pointer;
    transition: opacity 0.30s ease 0s;
}
.post-slide12 .over-layer:after{
    color: #fff;
    content: "+";
    font-size: 52px;
    position: absolute;
    top: 31%;
    left:42%;
}
.post-slide12 .post-img:hover .over-layer{
    opacity:1;
}
.post-slide12 .post-img img{
    width:100%;
    height: auto;
}
.post-slide12 .post-review{
    float: left;
    padding: 1px 20px;
    width: 65%;
}
.post-slide12 .post-title{
    margin:0 0 5px 0;
}
.post-slide12 .post-title a{
    color: #3498db;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    transition:color 0.30s ease;
}
.post-title > a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide12 .post-date{
    display:block;
    font-size:15px;
    font-weight:700;
    margin-bottom:17px;
}
.post-description{
    color: #333;
    font-size: 15px;
    font-weight:400;
    text-align:left;
}
.owl-pagination{
    margin-top: 10px; /*40*/
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #3498db;
}
@media only screen and (max-width: 990px){
    .post-slide12 .over-layer:after{
        top:39%;
        left: 45%;
    }
}
@media only screen and (max-width: 640px){
    .post-slide12 .post-img{
        width:100%;
    }
    .post-slide12 .post-review{
        width:100%;
        padding:10px;
    }
}

@media only screen and (max-width:600px){
	.owl-pagination span {
		width:19px !important;
	}
}
/*
.post-slide10{
  background-image: url('/assets/images/backgrounds/why-aranca-c-bkg.jpg') !important;
  background-size: cover !important;
  padding-left:12px;
  padding-right: 12px;

}
.post-slide10 h3 a{
  color:white !important;
}
.post-slide10 p{
  color:white !important;
  opacity:1;
}
*/
.owl-wrapper{
  display:flex !important;
}
@media only screen and (min-width: 980px) {
  #news-slider10  .owl-pagination{
    display:block !important;
  }
}

.post-title a{
  text-transform: none !important;
}
.owl-controls{
  margin-top:0px !important;
}
.post-slide12{
  margin-bottom:0px !important;
}
#news-sliderexp .owl-next{
  background-color: transparent !important;
}
#news-sliderexp .owl-prev{
  background-color: transparent !important;
}
#news-sliderexp .owl-next::after{
  font-size: 70px !important;
  color:rgb(33,77,122) !important;
}
#news-sliderexp .owl-prev::after{
  font-size: 70px !important;
  color:rgb(33,77,122) !important;
}
.read-more{
  text-transform:uppercase !important;
}
#news-slider10 .post-date{
  display:block;
  left:8%;
  top:0%;
  width:30%;
  padding-top:0px;
  padding-bottom:0px;

  background-color: #00458c;
  margin-bottom:15px;
  position:relative;
}
#news-slider10 .post-slide10 .month::after{
  border:none;
}
#news-slider10 .post-slide10 .month{

  text-align: center !important;
}
#news-slider10 .post-title a{
  color:#000000 !important;
}
#news-slider10 .post-title a:hover{
  color:#666666 !important;
}

#news-slider10 .post-slide10{
  /*left:0 !important;
  right:0 !important;
  margin:auto !important;*/
  box-shadow:none !important;
  background-color: transparent !important;
  /*width:60% !important;*/
}
#news-slider10 .post-title a{
  font-size: 26px;
  line-height:1.5em;
}
#news-slider10 .post-description{
  line-height:1.4em;
  font-size:13px;
  margin-top:20px;
  margin-bottom:15px;
  color:#000;
}
#news-slider10 .owl-prev{
  left:140px;
  margin:-80px;
  box-shadow: 0 0 5px gray;
  color:#b62851;
  background-color: #ffffff;
  opacity: 1;
  font-weight: bold;
  padding:6px 20px;
}
#news-slider10 .owl-next{
  right:170px;
  margin:-80px;
  box-shadow: 0 0 5px gray;
  color:#b62851;
  background-color: #ffffff;
  opacity: 1;
  font-weight: bold;
  padding:6px 20px;
}
#news-slider10 .owl-prev::after{
  color:#b62851;
  font-size:25px;
}
#news-slider10 .owl-next::after{
  color:#b62851;
  font-size:25px;
}
.ca_sliderdespbox{
  width:70%;
  display: inline-block;
}
.ca_sliderimgbox{
  width:23%;
  height:235px;
 /*padding-left:6%;*/

  display: inline-block;
}
.ca_sliderimgbox img{
  width:100%;
  height:100%;
}
#news-slider10 .post-title{
  width:90%;
  margin-bottom:30px;
}
#news-slider10 .post-title a{
  font-weight: normal;
}
#news-slider10 .post-slide10{
  left:0 !important;
  right:0 !important;
  margin:auto !important;
  width:70% !important;
}

@media only screen and (max-width:550px){
  .ca_sliderdespbox{
    width:100% !important;
    margin-bottom: 20px !important;
    display:block !important;
  }
  .ca_sliderdespbox .post-title{
    width:100% !important;
    margin-bottom:20px !important;

  }
  .ca_sliderdespbox .post-title a:first-child{
    font-size:20px !important;
  }
  #news-slider10 .post-slide10{
    width:90% !important;
    margin-top:0px !important;
  }
  .ca_sliderdespbox br{
    display:none !important;
  }
  .ca_sliderdespbox .read-more{
    font-size:14px !important;
  }
  .ca_sliderimgbox{
    display:block !important;
    width:100% !important;
    height: 270px;
  }
  .ca_sliderimgbox img{
    width:90% !important;
    left:0;
    right:0;
    margin:auto;
  }
  .ca_overviewimg{
      transform:none !important;
  }
  #news-slider10 .owl-next{
    right:67px;
    padding:0px 14px;
    bottom: 425px;


  }
  #news-slider10 .owl-prev{
    left:67px;
    padding:0px 14px;
    bottom: 425px;

  }
}

@media only screen and (min-width:551px) and (max-width:900px){
  #news-slider10 .owl-next{
    right:117px;



  }
  #news-slider10 .owl-prev{
    left:130px;

  }
}
