.inner-banner.blog-inb {
    background: url(../img/about-bg-img.jpg) no-repeat;
    background-position: center center;
}

.blog .card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blog .card-title {
  margin-bottom: 0.3rem;
}

.cat {
  display: inline-block;
  
}

.fa-users {
  margin-left: 1rem;
}

.blog .card-footer {
  font-size: 0.8rem;
}

.blog-btn{
    padding: 4px 12px;
    background: #04115D;
    color: #fff;
    margin-top:10px;
    border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px;
    border: 1px solid #04115D!important;
}
.blog-btn a:hover {
    background: #35bf19!important;
    color: #fff;
}
.
.blog.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.blog .card-img .btn{
  position: absolute;
  top:0px;
  background: #35bf19;
  border: 1px solid #35bf19;
  color: #fff;
}

.blog-btn:hover{
  background: #35bf19!important;
  border:1px solid #35bf19!important;
  
}
.mmd-blog{
  margin-bottom: 30px;
}

.mmd-blog-view{
  margin-bottom: 30px;
}

 .title-text{
    background: #04115D;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
}

.latest-post img{
  height:80px;
}

.mmd-blog-view .latest-post{
  margin-bottom:10px;
}
.blog-view-img{
  margin-bottom:20px;
}
.blog-view h4{
  margin-bottom:20px;
}

.blog-view-title p{
  font-size: 16px;
  margin-bottom: 12px;
}
.blog-quick-link{

    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

.blog-quick-link ul li {
    list-style: none;
}
.blog-quick-link ul li a:hover {
    color: #35bf19;
}