/*.blog-bg {
    padding-top: 85px;
    min-height: 670px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(../images/blog-banner.jpg);
}*/

header.header .D3-logo img {
    filter: brightness(0) invert(1);
    width: 200px;
}

.page-banner .title {
    font-size: 60px;
    line-height: 1.25;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.content-wrapper {
    margin: 80px auto;
}

.post.post-thumb {
    position: relative;
}

.post .post-img {
    display: block;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.post .post-img>img {
    width: 100%;
}

.post.post-thumb .post-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, 0.3)), to(transparent));
    background: linear-gradient(to top, rgba(33, 38, 49, 0.3) 0%, transparent 100%);
}

.post.post-thumb .post-body {
    position: absolute;
    bottom: 0px;
    padding: 20px 15px;
}

.post .post-meta {
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-meta .post-category {
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 20px;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 15px;
    color: #000;
    background-color: #212631;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    text-decoration: none;
}

.post.post-thumb .post-meta .post-date {
    color: #eceef2;
}

.post-meta .post-date {
    font-size: 13px;
    font-weight: 600;
}

.post.post-thumb .post-title {
    font-size: 22px;
}

.post .post-title {
    font-size: 18px;
    margin-bottom: 0px;
}

.post.post-thumb .post-title a {
    color: #FFF;
    text-decoration: none;
}

.post.post-thumb .post-title a:hover {
    text-decoration: underline;
}

.post-meta .post-category.cat-1 {
    background-color: #F5ED43;
}

.post-meta .post-date {
    font-size: 12px;
    font-weight: 600;
}

.post .post-title a {
    font-weight: 600;
    color: #212631;
    text-decoration: none;
    font-size: 16px;
}

.post .post-title a:hover {
    text-decoration: underline;
}

.aside-widget {
    margin-bottom: 10px;
    display: grid;
}

nav.example ul li a {
    background: #000;
    color: #fff;
}

nav.example ul li a:hover {
    color: #111;
}

.section .section-title {
    margin-bottom: 10px;
}

.section .section-title h2 {
    text-transform: capitalize;
    font-size: 20px;
    background: #f3f3f3;
    padding: 10px;
}
.blogs_title h3 {
    line-height: 1.5;
}
.post {
    margin-bottom: 40px;
}

.post.post-widget .post-img {
    width: 90px;
    float: left;
    margin-right: 15px;
}

.post .post-img {
    display: block;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.post.post-widget .post-img img {
    width: 100%;
}

.post.post-widget .post-title {
    font-size: 18px;
}

.post .post-title a {
    font-size: 14px;
}

.category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-widget ul li>a {
    display: block;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.category-widget ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceef2;
}

.category-widget ul li+li {
    margin-top: 10px;
}

.category-widget ul li>a {
    display: block;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.category-widget ul li>a.cat-1>span {
    background-color: #F5ED43;
}

.category-widget ul li>a>span {
    float: right;
    color: #000;
    background-color: #212631;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 13px;
}

.category-widget ul li>a {
    display: block;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    font-weight: 600;
    color: #212631;
    text-decoration: none;
}

section.inner_banner {
    position: relative;
}

.head_common {
    position: absolute;
    left: 10%;
    color: #fff;
    top: 50%;
}
.left_side_line {
    border-left: 1px solid #d8d8d8;
    padding-left: 20px;
}
section.inner_banner img.w-100 {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}


/*-------------------blog-inner start-------------------*/

.sticky-container {
    position: relative;
}

.section-row {
    margin-bottom: 40px;
}

.sticky-container .sticky-shares {
    display: flex;
    column-gap: 15px;
}

.sticky-shares a {
    display: block;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fbfbfd;
    color: #a7b3c6;
    border: 1px solid #eceef2;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

figure.figure-img figcaption {
    padding-top: 5px;
    font-size: 13px;
    font-weight: 600;
}

section.content-wrapper.content-wrapper-sidebar-position-none .post.post-thumb a.post-img img {
    min-height: 300px;
    max-height: 300px;
}

section.content-wrapper.content-wrapper-sidebar-position-none .row:nth-child(2) .post a.post-img img {
    min-height: 200px;
    max-height: 200px;
}


/*-------------------blog-inner end---------------------*/


/*-------------------media query start------------------*/

@media (min-width: 577px) {
    .header-nav-toggle {
        color: #fff;
    }
}


@media(max-width:1200px) {}

@media(max-width:992px) {}

@media(max-width:991px) {
    /*#header-main-nav .header-nav-toggle.show {
    color: rgb(0 0 0);
}*/
}



@media(max-width:767px){
.left_side_line{
    border:none;
    padding-left: 0;
}
}


@media only screen and (max-width: 768px) {}

@media (max-width: 576px) {
    header.header .D3-logo img {
        /*    filter: none;*/
    }
}

@media (max-width: 575px) {
    section.inner_banner img.w-100 {
        min-height: 400px;
    }
    .content-wrapper {
        margin: 35px auto 50px auto;
    }
}