.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.banner {
    position: relative;
}

.banner_content {
    padding: 60px 0;
    background-color: #05028b;
}

.banner_content h1 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 50px;
    color: #fff !important;
    line-height: 1.1em;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

.banner_dn_wrap {
    display: flex;
    gap: 20px;
}

.banner_dn_wrap a {
    max-width: 235px;
}

.breadcrumb_wrap {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
}

.cat_sec {
    padding: 40px 0 60px;
    font-size: 20px;
    font-weight: 500;
}

.cat_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.cat_title h2 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 42px;
    color: #05028b !important;
    line-height: 1.1em;
}

.cat_title select {
    width: 175px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 10px 35px 10px 15px;
    font-size: 15px;
}

#category-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.blog_sec {
    padding: 40px 0 60px;
}

.sec_title h2 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 42px;
    color: #05028b !important;
    line-height: 1.1em;
    margin-bottom: 30px;
}

.b_box_img,
.blog_img {
    margin-bottom: 10px;
}

.blog_box,
.catblog_box {
    box-shadow: rgba(100, 100, 111, 0.12) 0px 7px 29px 0px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 16px;
}

.blog_box h3 {
    min-height: 82px;
}

.blog_box h3 a,
.b_box_text h4 a {
    font-size: 18px;
    margin: 15px 0 8px 0;
    font-weight: 600;
}

.breadcrumb {
    padding: 20px 0;
}

h1.post-title {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 50px;
    color: #05028b;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.post-thumbnail {
    margin-bottom: 20px;
}

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

.d_btn {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.l_blog h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-post {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.blog-post .post-thumbnail {
    margin-bottom: 0;
    min-width: 120px;
}

.blog_content {
    padding-bottom: 20px;
}

.blog_content .post-title {
    font-size: 17px;
}

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

.socialshare,
.author_sec {
    padding: 30px 0;
}

.auth_row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.auth_img {
    max-width: 150px;
    min-width: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.author-name {
    font-weight: 600;
    text-transform: capitalize;
}

.author-socials ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.bannerimg img {
    width: 100%;
}

.post-content ol, .post-content ul {
	padding-bottom: 16px;
	list-style: decimal;
	padding-left: 16px;
}

.post-content ul {
    list-style: disc;
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .banner_content {
        padding: 20px 0;
    }

    .blog_box h3 {
        min-height: auto;
    }

    .banner_content h1,
    .cat_title h2,
    .sec_title h2,
    h1.post-title {
        font-size: 23px;
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .banner_content h1 {
        margin-bottom: 0;
    }

    .banner_dn_wrap {
        justify-content: center;
    }

    .banner_dn_wrap a {
        max-width: 140px;
    }

    .breadcrumb_wrap {
        padding: 5px 0;
        font-size: 15px;
    }

    .cat_sec,
    .blog_sec {
        padding: 20px 0;
        font-size: 15px;
    }

    .cat_title {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cat_title h2,
    .cat_filter,
    .cat_filter select {
        width: 100%;
    }

    #category-title {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .b_box_text,
    .blog_box,
    .catblog_box {
        font-size: 14px;
    }

    .blog_box h3,
    .catblog_box h4,
    .blog_box h3 a,
    .b_box_text h4 a {
        font-size: 15px;
        padding-bottom: 0;
    }

    .post-content {
        padding-bottom: 30px;
    }

    .post-content ol,
    .post-content ul {
        padding-bottom: 10px;
    }

    .l_blog h2 {
        font-size: 20px;
        text-align: center;
    }

    .blog-post {
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 25px;
    }

    .blog-post .post-thumbnail,
    .blog_content {
        width: 100%;
        padding-bottom: 0;
    }

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

    .socialshare {
        padding: 10px 0;
    }

    .author_sec {
        padding: 20px 0 30px;
    }

    .auth_row {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .auth_content {
        width: 100%;
    }

    .auth_img {
        margin-bottom: 15px;
    }

    .author-name {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        width: 98% !important;
    }
}