.navbar-01 .navbar-items li a {
    font-weight: 600;
}

.bg-white {
    background: #fff !important;
}

.p-2 {
    padding: 10px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.gutter-5 .col-lg-3 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.section-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.navbar-brand {
    height: auto !important;
    position: relative !important;
}

.navbar-01 .navbar-brand img {
    position: absolute !important;
    z-index: 999;
    top: -1em;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.site-footer .widget li {
    padding: 5px 0 !important;
}

.site-footer .widget a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 5px 0 !important;
}

.text-white {
    color: #fff !important;
}

.site-footer .footer-blocks {
    padding-bottom: 30px !important;
}

.text-justify{
    text-align: justify !important;
}

.about-section h2 span {
    font-size: 15px;
}

.mt-12{
    margin-top: 12px !important;
}

.about-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.features-section .iconlist h3{
    text-transform: capitalize !important;
}

.blog-section .row>div {
    margin-bottom: 5px;
}

.blog-section .post-wrapper:last-of-type{
    text-align: center;
}

.flex{
    display: flex !important;
}

.m-0{
    margin: 0 !important;
}

.blog-section .post-wrapper:last-of-type{
    text-align: left;
}

.post-grid .entry-title{
    font-size: 25px !important;
    text-transform: capitalize;
}

.post-content table td{
    font-size: 12px !important;
}

.mb-12{
    margin-bottom: 10px !important;
}

.fs-14{
    font-size: 14px !important;
}

.d-lg-flex{
    display: flex !important;
    align-items: center;
}

.page-title-banner h2{
    font-size: 15px !important;
    line-height: 10px !important;
}

.post-grid{
margin-bottom: 10px !important;
}

.p-8{
    padding: 8px !important;
}

.content-block h2,
.features-section h2,
.about-section h2 {
    text-transform: capitalize !important;
}
.content-block h2 span,
.features-section h2 span{
    text-transform: uppercase !important;
}

.title-block p {
    color: #575757 !important;
}

.pt-pb-30{
    padding: 30px 0 !important
}

.post-grid{
    border: 1px solid #eeeeee !important;
    border-radius: 10px !important;
}

.bg-light{
    background: #f8f8f8 !important;
}
@media only screen and (max-width : 767px) {
    .navbar-01 .navbar-brand img {
        width: 70px !important;
    }
    .top-bar .quick-contact li span {
        display: unset;
    }
    .flex{
        display: block !important;
    }

    .page-title-banner {
        height: 80px;
        background: #273293;
    }

    .d-block{
        display: block !important;
    }
    .post-grid .entry-content p{
        font-size: 13px !important;
        text-align: justify;
        line-height: 20px !important;
    }
    .blog-section .col-lg-7{
        padding: 0 !important;
    }

    .blog-posts, .single-post {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width : 767px) {
    .mobile-block {
        display: none !important;
    }

    .section-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-title-banner {
        height: 135px;
        background: #273293;
    }
}

.container{
    max-width: 1400px !important;
    width: 100% !important;
}