.blog-bannerpage,
      .bannerpage {
        background-image: url('/assets/img/banner/blog_page.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        padding: 110px 0;
      }

      .muted,
      .entry2 p {
        color: #666666;
      }
    
      .site-cover {
        background-size: cover;
        background-position: top center;
        position: relative;
      }
    
      .site-cover.overlay:before {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
    
      .site-cover,
      .site-cover .same-height {
        padding: 7em 0;
      }
    
      .site-cover .post-entry .post-meta {
        color: #fff;
        font-size: 1em;
      }
    
      .site-cover .post-entry .post-meta .author-figure img {
        width: 30px;
        border-radius: 50%;
      }
    
      .site-cover .post-entry h2 {
        font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 2rem;
        line-height: 1.2;
        color: #fff;
      }
    
      @media (min-width: 992px) {
        .site-cover .post-entry h2 {
          font-size: 3rem;
        }
      }
    
      .site-cover .post-entry h2 a {
        color: #fff;
      }
    
      .site-cover.single-page h1 {
        font-size: 2rem;
        color: #fff;
      }
    
      @media (min-width: 992px) {
        .site-cover.single-page h1 {
          font-size: 5rem;
        }
      }
    
      .site-cover.single-page h1 a {
        color: #fff;
      }
    
      .post-meta {
        font-size: 1em;
        color: #b3b3b3;
      }
    
      .post-category {
        display: inline-block;
        padding: 2px 10px;
        border-radius: 4px;
        letter-spacing: .2em;
        font-weight: 700;
        font-size: .6rem;
        text-transform: uppercase;
      }
    
      .retro-layout .img-1,
      .retro-layout .img-2 {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
      }
    
      @media (max-width: 767.98px) {
        .retro-layout .img-1 {
          height: 400px !important;
          position: relative;
          margin-bottom: 30px;
        }
      }
    
      .retro-layout .mb30 {
        margin-bottom: 30px;
      }
    
      .retro-layout .hentry {
        display: block;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
      }
    
      .retro-layout .gradient {
        position: relative;
      }
    
      .retro-layout .gradient:before {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
      }
    
      .retro-layout .post-category {
        margin-left: 20px;
        margin-top: 10px;
      }
    
      .retro-layout .v-height {
        height: 300px;
      }
    
      .retro-layout .text {
        position: absolute;
        bottom: 0;
        z-index: 10;
        padding: 20px;
        max-width: 350px;
      }
    
      .retro-layout .text h2 {
        color: #fff;
        font-size: 1.8em;
      }
    
      .retro-layout .text span {
        color: rgba(255, 255, 255, 0.5);
      }
    
      .retro-layout .text.text-sm h2 {
        font-size: 1em;
        line-height: 1.5;
      }
    
      .retro-layout .two-col>a {
        width: calc(50% - 15px);
        float: left;
      }
    
      @media (max-width: 767.98px) {
        .retro-layout .two-col>a {
          width: 100% !important;
          float: none !important;
          margin-bottom: 30px;
        }
      }
    
      .retro-layout-2 .v-height {
        height: 200px;
      }
    
      @media (max-width: 991.98px) {
        .retro-layout-2 .img-1 {
          height: 200px;
        }
      }
    
      .retro-layout-2 .h-entry {
        display: block;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
      }
    
      .retro-layout-2 .h-entry .post-category {
        color: #fff;
      }
    
      .retro-layout-2 .h-entry.mb-30 {
        margin-bottom: 30px;
      }
    
      .retro-layout-2 .h-entry .date {
        font-size: 1em;
      }
    
      .retro-layout-2 .h-entry.gradient {
        position: relative;
      }
    
      .retro-layout-2 .h-entry.gradient:before {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
      }
    
      .retro-layout-2 .text {
        position: absolute;
        bottom: 0;
        z-index: 10;
        padding: 20px;
        max-width: 350px;
      }
    
      .retro-layout-2 .text h2 {
        color: #fff;
        font-size: 1em;
        line-height: 1.5;
        margin-bottom: 0;
      }

      .retro-layout-2 .text h5 {
        color: #fff;
        font-size: 1em;
        line-height: 1.5;
        margin-bottom: 0;
      }
    
      .retro-layout-2 .text span {
        color: rgba(255, 255, 255, 0.5);
      }
    
      .retro-layout-2 .text.text-sm h2 {
        font-size: 1em;
        line-height: 1.5;
      }
    
      .retro-layout-2 .gradient {
        position: relative;
      }
    
      .retro-layout-2 .gradient:before {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
      }
    
      .entry2 img {
        margin-bottom: 30px;
      }
    
      .entry2 h2 {
        font-size: 1.6em;
        margin-bottom: 30px;
        font-weight: 700;
      }
    
      .entry2 h2 a {
        color: #000;
      }
    
      .entry2 .excerpt {
        padding-left: 20px;
        padding-right: 20px;
      }
    
      .entry2 .post-meta {
        color: #b3b3b3;
        font-size: 0.8em;
        width: 100%;
        display: inline-flex;
      }
    
      .entry2 .post-meta a {
        color: #000;
      }

      .entry2 .post-meta span {
        margin-left: 5px;
      }
    
      .entry2 .post-meta .author-figure img {
        width: 30px;
        border-radius: 50%;
      }
    
      .blog-entries .post-meta {
        margin-bottom: 20px;
        font-size: 1em;
        color: #b3b3b3;
      }
    
      .sidebar {
        padding-left: 5em;
      }
    
      @media (max-width: 991.98px) {
        .sidebar {
          padding-left: 15px;
        }
      }
    
      .sidebar-box {
        margin-bottom: 4em;
        font-size: 1em;
        width: 100%;
        float: left;
        background: #fff;
      }
    
      .sidebar-box *:last-child {
        margin-bottom: 0;
      }
    
      .sidebar-box .heading {
        font-size: 1em;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
      }
    
      .tags {
        padding: 0;
        margin: 0;
        font-weight: 400;
      }
    
      .tags li {
        padding: 0;
        margin: 0 4px 4px 0;
        display: inline-block;
        text-align: left;        
      }
    
      .tags li a {
        float: left;
        display: block;
        border-radius: 4px;
        padding: 2px 6px;
        color: gray;
        background: #f2f2f2;
      }
    
      .tags li a:hover {
        color: #fff;
        background: #2f89fc;
      }
    
      .categories {
        padding: 0;
        margin: 0;
        font-weight: 400;
      }
    
      .categories li {
        padding: 0;
        margin: 0;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #dee2e6;
        list-style: none;
      }
    
      .categories li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
      }
    
      .categories li a {
        display: block;
        font-size: 1em;
      }
    
      .categories li a span {
        position: absolute;
        right: 0;
        top: 0;
        color: #ccc;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
      }
    
      .categories li a:hover span {
        color: #000;
      }
    
      .categories li.active a {
        color: #000;
        font-style: italic;
      }
    
      .comment-form-wrap {
        clear: both;
      }
    
      .comment-list {
        padding: 0;
        margin: 0;
      }
    
      .comment-list .children {
        padding: 50px 0 0 40px;
        margin: 0;
        float: left;
        width: 100%;
      }
    
      .comment-list li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
      }
    
      .comment-list li .vcard {
        width: 80px;
        float: left;
      }
    
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%;
      }
    
      .comment-list li .comment-body {
        float: right;
        width: calc(100% - 80px);
      }
    
      .comment-list li .comment-body h3 {
        font-size: 1.6em;
        color: #000;
      }
    
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: .7em;
        letter-spacing: .1em;
        color: #ccc;
      }
    
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 1em;
      }
    
      .comment-list li .comment-body .reply:hover {
        color: #000;
        background: #e3e3e3;
      }
    
      .post-entry-sidebar .post-meta {
        font-size: 1em;
        color: #b3b3b3;
      }
    
      .post-entry-sidebar ul {
        padding: 0;
        margin: 0;
      }
    
      .post-entry-sidebar ul li {
        list-style: none;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
      }
    
      .post-entry-sidebar ul li a {
        display: table;
      }
    
      .post-entry-sidebar ul li a img {
        width: 90px;
      }
    
      .post-entry-sidebar ul li a img,
      .post-entry-sidebar ul li a .text {
        display: table-cell;
        vertical-align: middle;
      }
    
      .post-entry-sidebar ul li a .text h4 {
        font-size: 1.2em;
      }
    
      .search-form-wrap {
        margin-bottom: 5em;
        display: block;
      }
    
      .search-form .form-group {
        position: relative;
      }
    
      .search-form .form-group #s {
        padding-right: 50px;
        background: #f7f7f7;
        padding: 15px 15px;
        border: none;
      }
    
      .search-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
    
      .bio img {
        max-width: 150px;
        border-radius: 50%;
      }
    
      .custom-pagination span,
      .custom-pagination a {
        text-align: center;
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
      }
    
      .custom-pagination a {
        background: #2f89fc;
        color: #fff;
      }

      .excerpt a:hover{
        color: #2f89fc;
      }

      .excerpt a{
        color: #2f89fc;
      }
    
      .custom-pagination a:hover {
        background: #2f89fc;
      }
    
      .slide-one-item {
        position: relative;
        z-index: 1;
      }
    
      .slide-one-item .owl-nav {
        position: relative;
        position: absolute;
        bottom: -90px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
      }
    
      .slide-one-item .owl-nav .owl-prev,
      .slide-one-item .owl-nav .owl-next {
        position: relative;
        display: inline-block;
        padding: 20px;
        font-size: 2em;
        color: #000;
      }
    
      .slide-one-item .owl-nav .owl-prev.disabled,
      .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2;
      }
    
      .subscribe-1 h2 {
        font-size: 1.4em;
      }
    
      .search-form-wrap {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
      }
    
      .search-form-wrap.active {
        visibility: visible;
        opacity: 1;
      }
    
      .search-form-wrap .search-btn {
        border: none;
        background: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
      }
    
      .search-form-wrap .search-btn:active,
      .search-form-wrap .search-btn:focus {
        outline: none;
      }
    
      .search-form-wrap form .form-control {
        border: none;
      }
      
      @media (min-width: 768px) {
        .site-section {
          padding: 5em 0;
        }
      }
    
      .site-section {
        padding: 2.5em 0;
      }
    
      .bg-light {
        background-color: #f8f9fa !important;
      }