body {

    font-family: Arial, sans-serif;

    background: #f4f6f8;

}

.site-header {

    /* background: #2c3e50 !important; */

    padding: 0;

}

.navbar {

    padding: 14px 0;

}

.site-logo img {

    max-height: 82px;

    width: 220px;

}

.navbar-nav {

    gap: 10px;

}

.nav-link {

    color: #fff !important;

    font-size: 15px;

    font-weight: 500;

    padding: 10px 14px !important;

}

.nav-link:hover {

    color: #f5b942 !important;

}

.dropdown-menu {

    border-radius: 0;

    border: none;

    padding: 10px 0;

}

.dropdown-item {

    padding: 10px 18px;

    font-size: 14px;

}

.dropdown-item:hover {

    background: #f4f4f4;

    color: #333333;

}

.btn-expert {

    color: #ff871c !important;

    border-radius: 4px;

    padding: 10px 18px !important;

    margin-left: 10px;

}

.nav-link.btn-expert i.fa.fa-comments {

    padding-right: 25px;

}

.navbar-toggler {

    border: none;

    box-shadow: none !important;

}

.navbar-toggler-icon {

    filter: brightness(0) invert(1);

}

.recent-posts ul {

    list-style: none;

    margin: 0;

    padding: 0;

}





/* =========================

   FANCY DROPDOWN SCROLLBAR

========================= */





.navbar-expand-lg .navbar-nav .dropdown-menu {

    position: absolute;

    max-height: 350px;

    overflow-y: auto;

    min-width: 280px;

    border: none;

    border-radius: 14px;

    padding: 12px 0;

    background: #ffffff;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

    scrollbar-width: thin;

    scrollbar-color: #0c191f #f1f1f1;

}



/* WIDTH */

.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar {

    width: 10px;

}



/* TRACK */

.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-track {

    background: #edf2f5;

    border-radius: 30px;

}



/* THUMB */

.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {

    background: linear-gradient(180deg,

            #020608 0%,

            #010e15 100%);

    border-radius: 30px;

    border: 2px solid #edf2f5;

    transition: 0.3s;

}



/* HOVER */

.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {

    background: linear-gradient(180deg,

            #ff922d 0%,

            #ff6f00 100%);

}







/* Details page */



.inner-banner {

    background: url('../images/banner-bg.jpg') repeat;

    padding: 18px 0;

}



.inner-banner h1 {

    color: #fff;

    font-size: 22px;

    margin: 0;

    font-weight: 400;

}



/* MAIN CONTENT */

.blog-detail-wrapper {

    padding: 30px 0 50px;

    background: #fff;

}



/* FEATURE IMAGE */

.featured-image {

    margin-bottom: 2%;

    width: 350px;

    float: left;

    margin-right: 2%;

}



.featured-image img {

    width: 100%;

}



/* CONTENT */

.blog-content p {

    font-size: 18px;

    line-height: 2;

    color: #3d3d3d;

    margin-bottom: 28px;

}



.blog-content h2 {

    font-size: 34px;

    margin-bottom: 25px;

    margin-top: 35px;

    color: #2f2f2f;

}



.blog-content h3 {

    font-size: 28px;

    margin-bottom: 22px;

    margin-top: 35px;

    color: #2f2f2f;

}



.blog-content a {

    color: #248ec2;

    text-decoration: none;

}



.blog-content strong {

    font-weight: 700;

}



/* LIST */

.blog-content ul {

    padding-left: 25px;

    margin-bottom: 30px;

}



.blog-content ul li {

    margin-bottom: 0px;

    font-size: 18px;

}



/* META */

.post-meta {

    border-top: 1px solid #ddd;

    padding-top: 20px;

    margin-top: 40px;

    font-size: 15px;

    color: #777;

}



.post-meta a {

    color: #248ec2;

    text-decoration: none;

}



/* SHARE BOX */

.share-box {

    background: #f5f5f5;

    padding: 25px;

    margin-top: 50px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 20px;

}



.share-box h5 {

    margin: 0;

    font-size: 16px;

    color: #555;

}



.share-icons {

    display: flex;

    align-items: center;

    gap: 12px;

}



.share-icons a {

    width: 40px;

    height: 40px;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #777;

    text-decoration: none;

    transition: 0.3s;

}



.share-icons a:hover {

    background: #248ec2;

    color: #fff;

}



/* RELATED POSTS */

.related-posts {

    margin-top: 60px;

}



.related-posts h3 {

    font-size: 24px;

    margin-bottom: 30px;

}



.related-card img {

    width: 100%;

}



.related-card h4 {

    font-size: 15px;

    margin-top: 15px;

    line-height: 1.6;

}



.related-card h4 a {

    color: #248ec2;

    text-decoration: none;

}



/* SIDEBAR FIX */

.sidebar-box img {

    width: 100%;

}



/* RESPONSIVE */

@media (max-width: 991px) {



    .blog-content h2 {

        font-size: 28px;

    }



    .blog-content h3 {

        font-size: 24px;

    }



    .blog-content p,

    .blog-content ul li {

        font-size: 16px;

    }



}



@media (max-width: 767px) {



    .inner-banner h1 {

        font-size: 18px;

    }



    .share-box {

        flex-direction: column;

        align-items: flex-start;

    }



    .related-posts .row {

        gap: 30px;

    }



}

/* Details page */

@media (max-width: 991px) {



    .site-header {

        position: relative;

        z-index: 9999;

    }

    .navbar-collapse {

        position: absolute;

        top: 100%;

        left: 0;

        width: 100%;

        background: #1f3c4d;

        padding: 20px;

        z-index: 999;

        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

    }

    .navbar-nav {

        align-items: flex-start !important;

    }

    .nav-link {

        width: 100%;

        padding: 12px 0 !important;

    }

    .dropdown-menu {

        position: static !important;

        width: 100%;

        background: rgba(255, 255, 255, 0.05);

        border: none;

        padding-left: 15px;

        margin-top: 5px;

    }

    .dropdown-item {

        color: #fff;

    }

    .dropdown-item:hover {

        background: transparent;

        color: #f5b942;

    }

    .btn-expert {

        margin-left: 0;

        margin-top: 10px;

        display: inline-block;

    }

    .footer-col {

        margin-bottom: 50px;

        padding-right: 12px;

    }

    .footer-links-grid {

        grid-template-columns: 1fr;

    }

    .footer-bottom-inner {

        flex-direction: column;

        align-items: flex-start;

    }



}

.page-header {

    background: #248ec2;

    color: #fff;

    padding: 25px 0;

}



.blog-item {

    background: #fff;

    padding: 15px;

    margin-bottom: 20px;

    border: 1px solid #ddd;

}

.blog-image {

    position: relative;

}

.blog-image img {

    width: 100%;

}

.img-tag {

    position: absolute;

    bottom: 8px;

    left: 8px;

    background: rgba(0, 0, 0, 0.7);

    color: #fff;

    font-size: 12px;

    padding: 4px 6px;

}

.blog-item h5 {

    color: #248ec2;

    font-weight: 500;

    margin-top: 10px;

}

.meta {

    font-size: 13px;

    color: #777;

}

.read-more {

    float: right;

    color: #248ec2;

    text-decoration: none;

}

.sidebar-box {

    background: #fff;

    border: 1px solid #ddd;

    padding: 15px;

    margin-bottom: 20px;

}

.sidebar-box h6 {

    color: #248EC2 !important;

    font-size: 20px;

    font-weight: 400;

}

.sidebar-box ul {

    list-style: none;

    padding: 0;

}

.sidebar-box ul li {

    text-decoration: none;

    color: #248ec2;

    border-color: #cccccc !important;

    border-bottom: 1px solid #cccccc;

    width: 100% !important;

    display: block;

    margin: auto !important;

    padding: 10px 0px;

}

.sidebar-box a {

    text-decoration: none !important;

    color: #248ec2;

}

.newsletter {

    background: #fff;

    padding: 40px 0;

}

.newsletter span {

    color: #f39c12;

}

.subscribe-box {

    display: flex;

    justify-content: center;

    margin-top: 15px;

}

.subscribe-box input {

    padding: 10px;

    width: 250px;

    border: 1px solid #ccc;

}

.subscribe-box button {

    background: #333;

    color: #fff;

    border: none;

    padding: 10px 20px;

}

.site-footer {

    background: #2f4358;

    color: #fff;

    overflow: hidden;

}

.footer-container {

    padding: 55px 22px 45px;

}

.footer-col {

    padding-right: 15px;

}

.footer-logo {

    display: inline-block;

    margin-bottom: 18px;

}

.footer-logo img {

    max-width: 220px;

}

.footer-tagline {

    font-size: 18px;

    font-weight: 300;

    margin-bottom: 22px;

    line-height: 1.4;

}

.footer-about p {

    font-size: 18px;

    line-height: 2;

    color: #ffffff;

    margin-bottom: 34px;

    font-weight: 300;

}

.footer-heading {

    font-size: 18px;

    font-weight: 400;

    margin-bottom: 14px;

    line-height: 1.4;

}

.footer-heading-border {

    width: 100%;

    height: 1px;

    background: rgba(255, 255, 255, 0.4);

    position: relative;

    margin-bottom: 34px;

}

.footer-heading-border::before {

    content: "";

    width: 135px;

    height: 4px;

    background: #ff922d;

    position: absolute;

    top: -1px;

    left: 0;

}

.footer-links-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px 10px;

}

.footer-links ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.footer-links li {

    margin-bottom: 14px;

}



.footer-links a {

    color: #fff;

    text-decoration: none;

    font-size: 13px;

    position: relative;

    transition: 0.3s;

}

.footer-links-grid a {

    font-size: 13px !important;

}

.footer-links a:hover {

    color: #ff922d;

}

.footer-post-item {

    display: flex;

    gap: 28px;

    margin-bottom: 42px;

}

.footer-post-image img {

    width: 130px;

    min-width: 130px;

    height: 110px;

    object-fit: cover;

}



.footer-post-content h4 {

    margin-bottom: 18px;

}



.footer-post-content h4 a {

    color: #fff;

    text-decoration: none;

    font-size: 16px;

    line-height: 1.4em;

    font-weight: 600;

}



.footer-post-content p {

    font-size: 18px;

    line-height: 1.4em;

    margin: 0;

    font-weight: 300;

}

.footer-bottom {

    border-top: 1px solid rgba(255, 255, 255, 0.25);

    padding: 22px 0;

}



.footer-bottom-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 20px;

}

.footer-menu {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

}



.footer-menu a {

    color: #fff;

    text-decoration: none;

    font-size: 16px;

    padding: 0 16px;

    position: relative;

}

.footer-menu a:first-child {

    padding-left: 0;

}

.footer-menu a:not(:last-child)::after {

    content: "";

    width: 1px;

    height: 24px;

    background: rgba(255, 255, 255, 0.5);

    position: absolute;

    right: 0;

    top: 2px;

}

.footer-social {

    display: flex;

    align-items: center;

}

.footer-social a {

    color: #fff;

    margin-right: 18px;

    font-size: 16px;

    transition: 0.3s;

}



.footer-social a:hover {

    color: #ff922d;

}

.footer-copyright {

    font-size: 16px;

    color: #fff;

}

@media (max-width: 1399px) {

    .footer-about p,

    .footer-links a,

    .footer-post-content p {

        font-size: 16px;

    }

    .footer-post-content h4 a {

        font-size: 16px;

    }

}





@media (max-width: 767px) {

    .footer-container {

        padding: 40px 20px;

    }

    .footer-post-item {

        flex-direction: column;

    }

    .footer-post-image img {
        width: auto;
        height: auto;
    }

    .footer-menu {

        gap: 12px;

    }

    .footer-menu a {

        padding: 0;

    }

    .footer-menu a::after {

        display: none;

    }

}

@media (max-width: 768px) {

    a.nav-link.btn-expert {

        width: 100% !important;

        padding: 10px !important;

    }

    .site-logo img {

        max-height: 82px;

        width: 100%;

    }

    a.navbar-brand.site-logo {

        width: 33.33%;

    }

    .subscribe-box {

        flex-direction: column;

        align-items: center;

    }



    .subscribe-box input {

        width: 100%;

        margin-bottom: 10px;

    }

}

@media screen and (max-width: 520px) {

    .pagination-wrap .pagination .page-item span.page-link,
    .pagination-wrap .pagination .page-item a.page-link {
        padding: 4px 7px;
    }
}