.header-area {
    position: relative;
    z-index: 1000;
    width: 100%;
}

.container:after,
.container:before {
    content: "";
    display: block;
    clear: both
}

.nav {
    background-color: #000;
    min-height: 50px;
    height: auto
}

.nav .nav-heading {
    float: left
}

.nav .nav-heading .toggle-nav {
    padding: 2px 10px;
    border-radius: 5px;
    border: none;
    display: none;
    background-color: transparent;
}

.nav .nav-heading .toggle-nav i {
    color: #fff;
}

.nav .nav-heading>a {
    text-decoration: none;
    color: #000;
    line-height: 60px;
    font-weight: 400;
    font-size: 19px
}

.nav .nav-heading>a img {
    height: 35px;
    width: 93px;
    object-fit: contain;
}

.nav .menu {
    float: right;
}

.nav .menu:after {
    content: "";
    clear: both;
    display: block;
}

.nav .list {
    float: right;
    margin: 0;
}

.nav .list>li {
    float: left;
    list-style: none;
}

.nav .list>li>a {
    text-decoration: none;
    display: block;
    line-height: 60px;
    padding: 0 10px;
}

.nav .list>li>a:hover,
.nav .list>li.active>a {
    color: #fff
}

.categories {
    position: relative
}

.nav .list .categories .drop-down {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 0;
    min-width: 160px;
    width: auto;
    white-space: nowrap;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    z-index: 99999
}

.nav .list .drop-down>.seprator {
    height: 1px;
    width: 100%;
    margin: 9px 0;
    background-color: #e5e5e5
}

.drop-down>li>a {
    color: #333;
    display: block;
    padding: 3px 20px;
    text-decoration: none
}

.menu a,
.menu a:hover,
.menu a:focus {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #a6a6a6;
    font-weight: 500;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .nav .container {
        padding-right: 0;
        padding-left: 0
    }

    .nav .nav-heading {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .nav .nav-heading .brand {
        float: left
    }

    .nav .nav-heading .toggle-nav {
        display: block;
        float: right;
        margin-top: 20px
    }

    .nav .menu {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: none
    }

    .nav .list {
        float: none;
        width: 100%
    }

    .nav .list>li {
        float: none;
        width: 100%
    }

    .nav .list>li>a {
        padding: 12px 0;
        line-height: 1
    }

    .nav .list .categories .drop-down {
        background-color: transparent;
        border: none;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0
    }
}


/* blog footer */
.footer-dark {
    padding: 50px 0;
    color: #ffffff;
    background-color: #000;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 900;
    color: #FFD800;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-dark ul li {
    list-style: none;
}

.footer-dark a,
.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    font-size: 13px;
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 48px;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-dark .contact-wrap span {
    width: 80px;
    position: relative;
    float: left;
}

@media (max-width: 767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }

    .footer-dark .contact-wrap {
        display: flex;
        justify-content: center;
    }

    .footer-dark .contact-wrap span {
        width: unset;
    }
}

/* blog footer */

/* blog content */
.archive-catagory {
    padding: 50px 0px 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

.archive-catagory h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 2.25rem;
    text-transform: capitalize;
}

.archive-catagory h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25rem;
}

.single-post-area {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.single-post-area .post-thumbnail {
    position: relative;
    z-index: 1;
}

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

.single-post-area .post-content {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.single-post-area .post-content .post-title {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.15rem;
    font-weight: 900;
    cursor: pointer;
}

.single-post-area .post-content .post-title:hover,
.single-post-area .post-content .post-title:focus {
    text-decoration: none;
}

.post-cata {
    background-color: #FFD800;
    padding: 5px 10px;
    text-transform: uppercase;
    border: none;
    color: #1e1e1e;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}

.post-cata.cata-success {
    background-color: #FFD800;
}

.post-cata.cata-sm {
    font-size: 0.7rem;
    color: #1e1e1e;
}

.post-cata.cata-sm:hover,
.post-cata.cata-sm:focus {
    text-decoration: none;
}

.blog-pagination .pagination {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.blog-pagination .pagination>li {
    display: inline;
    list-style: none;
}

.blog-pagination .pagination .page-item .page-link {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    padding: 0 15px;
    margin-right: 5px;
    font-weight: 900;
    font-size: 1rem;
}

.blog-pagination .pagination .page-item.active .page-link {
    color: #FFD800 !important;
}

.blog-pagination .pagination .page-item .page-link i {
    font-weight: 900;
    font-size: 1.2rem;
}

.post-details-area {
    padding: 30px 0px;
}

.post-details-area .post-details-thumb {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.blog-content .post-title {
    font-weight: 900;
    color: #FFD800;
    font-size: 1.75rem;
}

.blog-content .big-title {
    color: #fff;
    font-weight: 900;
    font-size: 1.25rem;
}

.blog-content b {
    font-weight: 900;
}

.blog-content a,
.blog-content a:hover,
.blog-content a:focus {
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.post-meta a,
.post-meta a:hover,
.post-meta a:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.blog-content .back-btn,
.blog-content .back-btn:hover,
.blog-content .back-btn:focus {
    background-color: #FFD800;
    color: #1e1e1e;
    border-radius: 5px;
    font-weight: 900;
    font-size: 14px;
    padding: 10px 30px;
    cursor: pointer;
}

.post-tags {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 20px 0 10px;
}

.post-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 0px;
}

.post-tags ul li {
    list-style: none;
    margin-bottom: 10px;
}

.post-tags ul li a {
    background-color: #000;
    padding: 5px 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 3px;
    font-weight: 900;
    line-height: 1;
    font-size: 12px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .single-post-area .post-thumbnail {
        margin-bottom: 20px;
    }

    .single-post-area .post-content .post-title {
        font-size: 1.15rem;
    }

    .blog-pagination .pagination {
        margin-bottom: 80px;
    }
}

/* blog content */