


/*28-03-019*/
.latest-blog-area {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 50px;
    padding-top: 90px;
}
.latest-blog-area .single-blog-post {
    margin-bottom: 40px;
    transition: all 500ms ease;
}
.single-blog-post .img-holder{
    display: block;
    overflow: hidden;
    position: relative; border-radius:10px;    
}
.single-blog-post .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;     
}
.single-blog-post .img-holder .overlay-style-one .box .content a i {
    background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3%;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 42px;
    transition: all 500ms ease 0s;
    width: 40px;    
}
.single-blog-post:hover .img-holder .overlay-style-one{
    top: 0%;
    opacity: 1;   
}
.single-blog-post:hover .img-holder img {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.single-blog-post .img-holder .overlay-style-one .box .content a:hover i{
    background: #232d84;
    color: #222;
    border-color: #fff
}

.single-blog-post .text-holder {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;
} 
.single-blog-post .text-holder .meta-info {
    padding-top: 23px;
    padding-bottom: 7px;
}
.single-blog-post .text-holder .meta-info li {
    display: inline-block;
    margin: 0px 7px 0px 0px;
    border-right: 1px solid #dcdcdc;
    line-height: 14px;
    padding-right: 10px;
}
.single-blog-post .text-holder .meta-info li:last-child{
    margin: 0;
    padding: 0;
    border: none;
}
.single-blog-post .text-holder .meta-info li a{
  color: #fff;  background:#d13239;
  font-size: 13px; text-decoration:none; padding:8px 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease;
}
.single-blog-post .text-holder .blog-title {
  color: #1c1c1c;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0;
  transition: all 500ms ease 0s;
}
.single-blog-post .text-holder .blog-title:hover{
  color: #232d84;
}
.single-blog-post .text-holder .meta-info li a:hover{
  color: #fff;
}
.single-blog-post .text-holder .text {
    margin: 6px 0 0;
}
.single-blog-post .text-holder .text p {}
.latest-blog-area .owl-controls {
    width: 120px;
    background: #fff;
    position: absolute;
    right: -15px;
    top: -92px;
}
.latest-blog-area .owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #949494;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 0 0px;
    padding:6px 0;
    width: 40px;
    border: 2px solid #949494;    
    transition: all 700ms ease 0s;
}
.latest-blog-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.latest-blog-area .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #232d84;
    color: #232d84;
}
.overlay-style-one{
    width: 100%;
    height: 100%;
    position:absolute;
    top: 80%;
    left:0;
    transition: all 0.7s ease;
    background: rgba(0, 0, 0, .70);
    opacity: 0; 
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.readmore{padding:12px 0px;font-size:15px;font-weight:normal;color:#fff;text-decoration:none; text-align:center;  float:none; margin:0 auto; width:120px; margin-top:10px; border:#fff solid 1px; background:#d13239;}
.readmore a{color:#fff;text-decoration:none;}





