  body {

      font-family: 'Montserrat', sans-serif !important;
  }

  .blog-post {
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
      background-color: #fff;
  }

  .blog-post .blog-img .overlay,
  .blog-post .blog-img .post-meta {
      position: absolute;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }

  .blog-post .blog-img .overlay {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
  }

  .blog-post .blog-img .post-meta {
      bottom: 5%;
      right: 5%;
      z-index: 1;
  }

  .blog-post .blog-img .post-meta .read-more:hover {
      color: #000000 ;
  }
  .read-more:hover{
    color: #ffffff ;
    font-weight: 600;
  }

  .blog-post .content h1,
  .blog-post .content h2,
  .blog-post .content h3,
  .blog-post .content h4,
  .blog-post .content h5,
  .blog-post .content h6 {
      line-height: 1.2;
  }

  .blog-post .content .title {
      font-size: 18px;
  }

  .blog-post .content .title:hover {
      color: #ff541f !important;
      text-decoration: underline;
  }

  .blog-post .content .author .name:hover {
      color: #000000 !important;
  }

  .blog-post:hover {
      -webkit-transform: translateY(-7px);
      transform: translateY(-7px);
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }

  .blog-post:hover .blog-img .overlay {
      opacity: 0.65;
  }

  .blog-post:hover .blog-img .post-meta {
      opacity: 1;
  }

  .blog-post .post-meta .like i,
  .profile-post .like i {
      -webkit-text-stroke: 2px #dd2427;
      -webkit-text-fill-color: transparent;
  }

  .blog-post .post-meta .like:active i,
  .blog-post .post-meta .like:focus i,
  .profile-post .like:active i,
  .profile-post .like:focus i {
      -webkit-text-stroke: 0px #dd2427;
      -webkit-text-fill-color: #dd2427;
  }

  .avatar.avatar-ex-sm {
      height: 36px;
      width: 36px;
  }

  .shadow {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
  }

  .text-muted {
      color: #8492a6 !important;
  }

  .para-desc {
      max-width: 600px;
  }

  .section-title .title {
      letter-spacing: 0.5px;
      font-size: 30px;
  }

  .mt-100 {
      margin-top: 100px;
  }

  .footr-lst {
      list-style: none;
      margin-left: -33px;
  }

  .ancr-styl {
      text-decoration: none;
  }

  .txt-scndry {
      color: #797979;
  }

  .contentbx {
      height: 190px;
  }
  
  .btn{
    outline: none;
    box-shadow: none;
  }
 
  @media (max-width: 768px) {
      .mt-60 {
          margin-top: 60px;
      }
  }

  @media (max-width: 599px) {
      .contentbx {
          height: auto;
      }
  }