.mdvti-breadcurmb-section {
    background-color: #150f49;
    padding: 40px 0px 40px
  }
  .ul-li ul {
    margin: 0;
    padding: 0;
}
.ul-li ul li {
    list-style: none;
    display: inline-block;
}
  .breadcurmb-title h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
  }
  .mdvti-page-breadcurmb li a  {
    color: #fff;
    margin: 0px 10px;
    position: relative;
  }
  .mdvti-page-breadcurmb li a:after {
   top: 2px;
   right: -17px;
   content: '\f054';
   font-weight: 900;
   font-size: 12px;
   position: absolute;
   font-family: 'Font Awesome 5 Free';
  }
  .mdvti-page-breadcurmb li:last-child a::after {
    display: none;
  }
  .news-feed-section {
    padding: 100px 0px;
  }
  .news-feed-section .blog-feed-post {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
  }
  .news-feed-section .mdvti-blog-text {
    padding: 22px 30px 0px 0px;
  }
  .news-feed-section .mdvti-blog-text h3 {
    color: #373a5b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
  }
  .news-feed-section .mdvti-blog-text p {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .blog-read-more  {
    color: #8b2025;
    display: block;
    font-weight: 700;
    margin-top: 20px;
  }
  .mdvti-post-meta  a {
    color: #777a91;
    margin-right: 15px;
  }
  .mdvti-post-meta  a i {
    margin-right: 3px;
    font-size: 15px;
  }
  .mdvti-pagination {
    padding-top: 30px;
  }
  .mdvti-pagination a {
    height: 40px;
    width: 40px;
    color: #fff;
    font-weight: 700;
    margin: 0px 5px;
    line-height: 40px;
    display: inline-block;
    background-color: #6c2b95;
    transition: .3s all ease-in-out;
  }
  .mdvti-pagination a:hover,
  .mdvti-pagination a.active {
    background-color: #cc0fda;
  }
  .mdvti-blog-sidebar {
    padding-left: 30px;
  }
  .side-bar-widget {
    margin-bottom: 60px;
  }
  .mdvti-blog-sidebar .widget-title-2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
  }
  .side-bar-widget .search-widget input {
    height: 50px;
    width: 100%;
    border: none;
    padding-left: 15px;
    background-color: #e6e6e6;
  }
  .side-bar-widget .search-widget button {
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    border: none;
    height: 50px;
    position: absolute;
    background-color: rgb(139 32 37);
  }
  .category-widget li a {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8d8d8;
  }
  .category-widget li:last-child a {
    border-bottom: 0;
  }
  .category-widget li a span {
    float: right;
  }
  .recent-post-img-text {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8d8d8;
  }
  .recent-post-img-text:last-child {
    border-bottom: none;
  }
  .recent-post-img-text .recent-post-img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin-right: 15px;
  }
  .recent-post-img-text .recent-post-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .recent-post-img-text .recent-post-text .rec-post-meta {
    color: #9e9e9b;
  }
  .popular-widget a{
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    margin: 3px;
    display: inline-block;
    background-color: #6c2b95;
    float: left;
  }
  .blog-details-img {
    margin-bottom: 40px;
  }
  .blog-details-text h2 {
    color: #373a5b;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 25px;
  }
  .blog-details-text h3 {
    color: #373a5b !important;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .blog-details-text article {
    padding: 20px 0px
  }
  .blog-details-text blockquote {
    z-index: 1;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 50px;
    border-radius: 4px;
    position: relative;
    background-color: #8b2025;
  }
  .blog-details-text blockquote:after {
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    font-size: 175px;
    font-weight: 900;
    content: '\f10d';
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    color: rgb(255 255 255 / 25%);
    font-family: 'Font Awesome 5 Free';
  }
  .blog-details-text blockquote h4 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
  }
  .blog-details-tag {
    margin-top: 40px;
    padding: 10px 0px;
    border: 1px solid #ded7d7;
    border-left: none;
    border-right: none;
  }
  .blog-feed-tag  a {
    margin-left: 8px;
    padding: 10px 10px;
    display: inline-block;
    background-color: #f7f7f7;
    transition: .3s all ease-in-out;
  }
  .blog-details-tag a:hover {
    color: #fff;
    background-color: #73299a;
  }
  .blog-feed-share a {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: #f7f7f7;
    transition: .3s all ease-in-out;
  }
  .mdvti-comment-field {
    padding-top: 80px;
  }
  .mdvti-comment-field h3 {
    font-weight: 600;
    font-size: 30px;
  }
  .comment-author-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
  }
  .comment-list-item {
    margin: 60px 0px;
  }
  .comment-inner-box {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
  }
  .comment-author-text {
    overflow: hidden;
  }
  .comment-author-text p {
    margin-bottom: 0;
    padding: 15px 0px 5px;
  }
  .comment-author-text h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .comment-author-text span {
    color: #969696;
  }
  .comment-reply {
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block;
    color: #fff !important;
    background-color: #73299a;
  }
  .comment-form {
    margin-top: 40px;
  }
  .comment-form input,
  .comment-form textarea {
    width: 100%;
    height: 60px;
    border:  none;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
  }
  .comment-form textarea {
    height: 180px;
    padding-top: 20px;
  }
  .comment-form button {
    border: none;
    color: #fff;
    padding: 15px 30px;
    background-color: #73299a;
  }
  @media screen and (max-width: 1024px) { 
    .news-feed-section .mdvti-blog-text {
      padding: 22px 30px 30px 0px;
    }
    .news-feed-section .mdvti-blog-text h3 {
      font-size: 20px;
    }
    .recent-post-img-text .recent-post-text h3 {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 991px) { 
    .blog-feed-img {
      margin-bottom: 20px;
    } 
    .blog-feed-img-txt {
      padding: 30px;
    }
    .mdvti-blog-sidebar {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 767px) { 
    .mdvti-blog-sidebar {
      margin-top: 30px;
    }
    .mdvti-breadcurmb-section {
      /* padding: 150px 0px 100px; */
    }
    .breadcurmb-title h2 {
      font-size: 30px;
    }
    .blog-feed-share {
      margin-top: 15px;
      float: left !important;
    }
    .comment-inner-box {
      padding: 15px;
    }
    .comment-author-img {
      height: 80px;
      width: 80px;
    }
  }