.blog {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.blog-boxes {
    position: relative;
    background-color: rgba(67,80,111,0.06);
    padding: 48px 0 72px 0;
}

.blog-boxes__headline {
    padding-bottom: 15px;
}

.box-item {
    margin-bottom: 32px;
}

.box-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.box-flex:before,
.box-flex:after {
    display: none;
}

.box-item {
    margin-bottom: 32px;
}

a.box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 26px rgba(0,0,0,0.16);
    font-family: 'Poppins', sans-serif; 
}

a.box:hover {
    box-shadow: 0 3px 26px rgba(0,0,0,0.3);
}

.box__bottom {
    padding: 0 ;
}

.box__img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

.box__img {
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.box__details {
    padding: 12px 16px 14px 16px;
}

.box__details h5 {
    font-size: 13px;
    padding-bottom: 10px;
    color: #929292;
}

.box__title {
    font-size: 18px;
    padding-bottom: 10px;
    color: #00102c;
    font-weight: 500;
}

.blog-category {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 14px;
    border-radius: 10px 0 10px 0;
    padding: 8px 15px;
    font-weight: 600;
}

.box__bottom {
    border-top: 1px solid rgba(61,70,98,0.2);
    padding: 6px 0 12px 0;
    margin: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box__author {
    color: #00102c;
    font-size: 14px;
    font-weight: 400;
}

.box__author i {
    font-size: 13px;
    vertical-align: middle;
    padding: 0 8px 3px 0;
}
.Blogs .blogcard .authorAndShare ul li.facebook i {
    color: #445790;
}
.Blogs .blogcard .authorAndShare ul li.twitter i {
    color: #27aaf2;
}
.Blogs .blogcard .authorAndShare ul li.linkedin i {
    color: #0c77b7;
}

.Blogs .blogcard .authorAndShare ul li.whatsapp i {
    color: #00d400;
}

.share-icon {
    font-size: 15px;
    color: #000000;
}

.box__details p {
    font-size: 14px;
    color: #75787d;
}

.slidebar_col {
    text-decoration: none;
    background-color: #f6f6f6;
    box-shadow: 0 3px 15px rgba(0,0,0,0.16);
    margin-bottom: 25px;
    border-radius: 10px;
}

.articles_title {
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #d6d6d6;
}

.articles_title h2 {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 600;
    padding: 0;
    text-transform: none;
}

.articles {
    padding: 0 18px 20px 18px;
    margin-bottom: 20px;
}

.slidebar-flex {
    margin-left: 0;
    width: 100%;
    vertical-align: top;
    padding-top: 16px;
}

.slidebar-flex li {
    display: flex;
    justify-content: flex-start;
    padding: 13px 0;
    margin: 0;
    border-bottom: 1px solid #DFDFDF;
}

.slidebar-flex li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

.art_left_img {
    width: 55px;
    height: 55px;
}

.art_left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.art_des {
    width: calc(100% - 55px);
    padding-left: 15px;
}

.art_des a {
    font-size: 14px;
    font-weight: 500;
    color: #3e4347;
    line-height: 1.4em;
    text-decoration: none;
    display: block;
}

.view_more {
    display: block;
    border: 1px solid #043c6c;
    background: #043c6c;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    padding: 14px 0;
    text-align: center;
}

.follow {
    padding: 30px 20px;
}

.follow ul {
    display: flex;
}

.follow ul li {
    padding: 0 10px 0 0;
}

.follow ul li a {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    text-align: center;
}

.follow ul li a:hover {
    color: #fff;
    background: #3f45f0 ;
}

.subscribe-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 0;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border: none;
    background: #072088;
    outline: none;
    border-radius: 10px;
  }

.blog_top_content h3 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    padding: 0 0 15px;
    text-transform: none;
}
.blog_top_content p {
    font-size: 15px;
    color: #3e4347;
    font-weight: 400;
    padding: 0 0 0;
    text-transform: none;
}
.blog_top_content {
    font-family: 'Poppins', sans-serif; 
    padding: 0 0 50px;
    max-width: 900px;
    margin: 0 0;
}
.pagination {
    padding: 30px 0;
    text-align: center;
    display: block;
}

.pagination ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    margin: 0;
}
.pagination ul li a {
    display: block;
    padding: 0 0;
    margin: 0;
    width: 42px;
    height: 42px;
    line-height: 40px;
    color: #292445;
    border: 1px solid #292445;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
  }
  .pagination ul li a:hover {
    background: #3f45f0 ;
    color: #fff;
  }
    
@media (min-width: 1200px) {
    .blog_top_content h3 {
        font-size: 35px;
    }
    .blog {
        padding: 60px 0;
    }
    .box__img-wrap {
        height: 170px;
    }

    .box-item {
        margin-bottom: 32px;
    }
    
    .box__details {
        padding: 17px 20px 0px 20px;
    }

    .box__bottom {
        margin: 0 20px;
        padding: 8px 0 8px;
    }

    .box__details h5 {
        padding-bottom: 15px;
        font-size: 14px;
    }

    .share-icon {
        font-size: 20px;
    }
    .box__share {
        padding-top: 4px;
    }
}


