@import url('https://fonts.googleapis.com/css2?family=B612+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body {
    line-height: 1.7;
    font-size: .9rem;
    font-weight: 300;
    color: gray;
    font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    transition: .3s all ease;
}

.header-top {
    position: sticky;
    top: 0;
    z-index: 2999;
    background: #fff;
}

    .header-top .container {
        padding-top: 30px;
    }

.site-logo {
    font-size: 2rem;
    color: #000;
}

    .site-logo:hover {
        text-decoration: none;
        color: #649130;
    }

.top-social a {
    color: #000;
}

    .top-social a:hover {
        color: #777;
    }

.search-form .form-control {
    margin-right: 10px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
    outline: none;
}

.search-form .btn {
    background: #000;
    border-color: #000;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

    .search-form .btn:hover {
        background: #8bc34a;
        border-color: #8bc34a;
    }

.site-navbar {
    transition: .3s all ease;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0px;
    z-index: 1999;
    width: 100%;
    background: #fff;
    font-family: "B612 Mono", monospace;
}

    .site-navbar .site-navigation .site-menu {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu .active a {
            color: #0088cb;
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
        }

        .site-navbar .site-navigation .site-menu a {
            text-decoration: none !important;
            display: inline-block;
        }

        .site-navbar .site-navigation .site-menu li {
            display: inline-block;
        }

            .site-navbar .site-navigation .site-menu li:first-child a,
            .site-navbar .site-navigation .site-menu li:last-child a {
                padding-left: 0;
            }

            .site-navbar .site-navigation .site-menu li a {
                text-transform: uppercase;
                font-size: .8rem;
                letter-spacing: .05rem;
                font-weight: 400;
                display: inline-block;
                text-decoration: none !important;
                color: #000;
                padding-left: 8px;
            }

                .site-navbar .site-navigation .site-menu li a:hover {
                    color: #0088cb;
                }

.heart i {
    font-size: 20px;
}

/* navbar responsive */

.menu-toggle {
    font-size: 1.5rem;
    cursor: pointer;
    background: none;
    border: none;
    outline: none !important;
    position: absolute;
    right: 38px;
    top: 21px;
    z-index: 1060;
}

    .menu-toggle.hide {
        display: none !important;
    }

#sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    padding: 20px;
}

    #sidebar.active {
        right: 0;
    }

    #sidebar .close-btn {
        font-size: 36px;
        cursor: pointer;
        position: absolute;
        top: 15px;
        left: 15px;
    }

.sidebar-nav li {
    list-style: none;
    margin: 20px 0;
}

    .sidebar-nav li a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 1.2rem;
    }

        .sidebar-nav li a:hover {
            color: #0088cb;
        }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1049;
    display: none;
}

    .overlay.active {
        display: block;
    }

.hero-section {
    margin-bottom: 50px;
    width: 100%;
}

.hero-content-banner {
    width: 100%;
}

.main-banner {
    margin-bottom: 20px;
    padding-right: 10px;
}

.sub-banner {
    padding-left: 10px;
}

.main-poster {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-poster-img {
    height: 600px;
    background: #000;
    overflow: hidden;
    position: relative;
}

    .main-poster-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-poster-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px 20px 20px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
    color: white;
}

.category-name span {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.poster-title {
    font-family: "Anton", sans-serif;
    font-size: 3.1rem;
    line-height: 1.1;
    margin-bottom: 10px;
}

.poster-content {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

.sub-poster {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 290px;
    margin-bottom: 20px;
}

.sub-poster-img {
    height: 290px;
    background: #000;
    overflow: hidden;
    position: relative;
}

    .sub-poster-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sub-poster-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 20px 20px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
    color: white;
}

    .sub-poster-content .poster-title {
        font-family: 'Oswald', sans-serif;
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 1.1;
        margin-right: 0;
    }

    .sub-poster-content .category-name span {
        color: #0088cb;
    }

.popular-category {
    background: #f5f7fa;
    padding: 100px 0px;
}

.section-title {
    margin-bottom: 40px;
}

    .section-title h3 {
        color: #001d38;
        font-size: 38px;
        font-weight: 400;
        position: relative;
        margin-bottom: 0;
        z-index: 0;
        font-family: "Roboto", sans-serif;
    }

.popular-category .single-category {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 38px 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
}

    .popular-category .single-category:hover {
        transform: scale(1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .popular-category .single-category a {
        text-decoration: none;
        color: #1f1f1f;
    }

        .popular-category .single-category a h4 {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 15px;
            line-height: 1.2em;
            transition: 0.2s;
        }

    .popular-category .single-category p {
        font-size: 16px;
        font-weight: 400;
        color: #aab1b7;
        line-height: 28px;
        margin-bottom: 0;
    }

        .popular-category .single-category p span {
            font-size: 16px;
            font-weight: 400;
            margin-right: 10px;
            border-radius: 5px;
            color: #0a8cff;
            background: #e6f3ff;
            padding: 6px 17px;
        }

.site-section {
    padding: 4em 0;
}

.title {
    color: #000;
    margin-bottom: 50px;
}

    .title h2 {
        font-size: 20px;
        font-weight: 400;
        position: relative;
        border-bottom: 1px solid #222;
        display: inline-block;
        font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

        .title h2::before {
            content: '';
            position: absolute;
            background: #777;
            height: 1px;
        }

.entry-post {
    font-size: .9rem;
    margin-bottom: 30px;
}

    .entry-post .thumbnail {
        background-position: center;
        background-size: cover;
        width: 30%;
    }

    .entry-post .contents {
        width: 70%;
        padding: 10px 20px;
    }

        .entry-post .contents h2 {
            font-size: 15px;
        }

            .entry-post .contents h2 a {
                color: #000;
                text-decoration: none;
            }

.news-section {
    position: relative;
    background: #f5f7fa;
    padding: 70px 0 70px;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

    .sec-title h2 {
        position: relative;
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 500;
        color: #202124;
        display: block;
        font-family: "Roboto", sans-serif;
    }

    .sec-title .text {
        font-size: 15px;
        line-height: 26px;
        margin-top: 15px;
        position: relative;
        font-weight: 400;
        color: dimgray;
    }

.news-block {
    position: relative;
    margin-bottom: 25px;
}

    .news-block .inner-box {
        background: #fff;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border-radius: 8px;
        box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    }

    .news-block .image-box {
        position: relative;
    }

        .news-block .image-box .image {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            margin-bottom: 0;
        }

            .news-block .image-box .image img {
                color: transparent;
                width: 100%;
                display: block;
                object-fit: cover;
                min-height: 468px;
                transition: all .3s ease;
            }

        .news-block .image-box:hover img {
            transform: scale(1.1);
        }

    .news-block .lower-content {
        padding: 20px 20px 16px;
        position: relative;
    }

    .news-block .meta-post {
        margin-bottom: 10px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
    }

        .news-block .meta-post li {
            position: relative;
            color: dimgray;
            font-size: 14px;
            margin-bottom: 5px;
            margin-right: 15px;
            padding-left: 20px;
            line-height: 24px;
        }

            .news-block .meta-post li:first-child {
                margin-left: 0;
                padding-left: 0;
            }

            .news-block .meta-post li::before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -3px;
                height: 6px;
                width: 6px;
                border-radius: 5px;
                background: dimgray;
            }

            .news-block .meta-post li:first-child::before {
                display: none;
            }

            .news-block .meta-post li a,
            .news-block .meta-post li a:hover {
                color: inherit;
                text-decoration: none;
            }

    .news-block .lower-content h3 {
        font-size: 18px;
        font-weight: 500;
        color: #202124;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

        .news-block .lower-content h3 a {
            color: #202124;
            transition: all .3s ease;
            text-decoration: none;
        }

            .news-block .lower-content h3 a:hover {
                color: #1967d2;
            }

    .news-block .image-regular .image img {
        min-height: 163px;
    }

    .news-block.small-news-block .lower-content {
        padding: 20px 10px 16px;
        position: relative;
    }

        .news-block.small-news-block .lower-content h3 {
            font-size: 17px;
            font-weight: 500;
            color: #202124;
            margin-bottom: 6px;
            text-transform: capitalize;
        }


.footer {
    font-size: 1rem;
    text-align: center;
    padding: 2rem 0;
    padding-bottom: 0;
    background: #222;
}



.footer-menu {
    margin: 2rem 0 0;
}



    .footer-menu a {
        color: #ccc;
        margin: 0 1rem;
        text-decoration: none;
        transition: color 0.3s ease;
    }



        .footer-menu a:hover {
            color: #0088cb;
        }



.footer .copyright {
    background: #111;
    padding: 1.5rem 0;
    position: relative;
    top: 31px;
}



    .footer .copyright p {
        margin-bottom: 0;
    }



/* Category Page */

.main-contain #content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sticky-content,
.sticky-sidebar {
    position: relative;
    overflow: visible;
    min-height: 1px;
    box-sizing: border-box;
}

.zig-zag-container {
    height: 100%;
}

.zig-zag-category {
    width: 100%;
}

.zig-zag-post {
    margin-top: 0px;
    margin-bottom: 32px;
    text-align: left;
    opacity: 1;
    transform: translate(0px, 0px);
    padding: 0;
    position: relative;
}

    .zig-zag-post .post-container {
        margin-left: 0px;
        margin-right: 0px;
        height: 100%;
    }

        .zig-zag-post .post-container .inner-post {
            min-width: 0;
            min-height: 100%;
        }

            .zig-zag-post .post-container .inner-post .thumbnail {
                margin: 0;
                padding: 0px;
                border: 0;
                border-radius: 0;
                position: relative;
                overflow: hidden;
                align-self: flex-start;
            }

.thumbnail img {
    height: auto;
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    object-fit: cover;
    opacity: 1;
}

.post-content-container .post-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

    .post-content-container .post-content .top-content {
        font-size: 13px;
        font-weight: 400;
        text-align: inherit;
        color: #7a7a7a;
        line-height: 20px;
        letter-spacing: 0px;
    }

        .post-content-container .post-content .top-content a {
            font-size: 16px;
            letter-spacing: 0px;
            font-weight: 400;
            color: #444444;
            text-decoration: none;
            line-height: 20px;
        }

    .post-content-container .post-content h2.post-title {
        font-size: 28px;
        line-height: 30px;
        font-weight: 200;
        margin: 10px 0px 20px 0px;
        letter-spacing: 0px;
        color: #000;
    }

        .post-content-container .post-content h2.post-title a {
            font-size: 24px;
            font-weight: 200;
            line-height: 30px;
            letter-spacing: 0px;
            color: #000;
            text-decoration: none;
        }

    .post-content-container .post-content p {
        color: #000;
    }

        .post-content-container .post-content p a {
            text-decoration: none;
            color: #0a8cff;
        }

.category-container {
    padding-top: 0px;
    padding-bottom: 1px;
    position: static;
    transform: none;
}

.dynamic-sidebar {
    padding: 0 0 20px 20px;
}

    .dynamic-sidebar .categories-list,
    .dynamic-sidebar .latest-job {
        border: 1px solid #f4f4f4;
        background: #fff;
        padding: 40px 30px 40px;
        border-radius: 3px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    }

        .dynamic-sidebar .categories-list .categories-list-title,
        .latest-job .latest-job-title {
            margin-bottom: 30px;
            color: #0d1e50;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            display: inline-block;
            position: relative;
            z-index: 1;
            padding-bottom: 5px;
        }

            .dynamic-sidebar .categories-list .categories-list-title::before,
            .latest-job .latest-job-title::before {
                content: '';
                position: absolute;
                right: 0;
                top: 12px;
                background: #333;
                width: 80px;
                height: 1px;
                left: 100%;
                margin-left: 30px;
                opacity: .2;
            }

            .dynamic-sidebar .categories-list .categories-list-title::after,
            .latest-job .latest-job-title::after {
                content: '';
                position: absolute;
                right: 0;
                top: 16px;
                background: #333;
                width: 60px;
                height: 1px;
                left: 100%;
                margin-left: 30px;
                opacity: .2;
            }

.category-items .category-item {
    margin: 0;
    border: none;
    background: #fff;
    box-shadow: none;
}

    .category-items .category-item .category-part {
        padding: 20px 30px;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center top;
    }

/*.category-items .category-item .category-part.administrative {
    background-image: url('../Images/Administrative/apps-website-tester.webp');
}

.category-items .category-item .category-part.creative {
    background-image: url('../Images/Creative/content-writer.webp');
}

.category-items .category-item .category-part.e-commerce {
    background-image: url('../Images/Ecommerce/text-book-seller.webp');
}

.category-items .category-item .category-part.finance-legal {
    background-image: url('../Images/Finance_legal/insurance-claims.webp');
}

.category-items .category-item .category-part.freelance {
    background-image: url('../Images/Freelance/camp-counselor.webp');
}

.category-items .category-item .category-part.marketing {
    background-image: url('../Images/Marketing/social-media-influencer.webp');
}

.category-items .category-item .category-part.teaching {
    background-image: url('../Images/Teaching/online-tutor.webp');
}

.category-items .category-item .category-part.technology {
    background-image: url('../Images/Technology/web-designer.webp');
}*/

.category-items .bg-overlay {
    position: absolute;
    background: #000;
    opacity: .6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.category-items .category-item .single-category .category-part .category {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

    .category-items .category-item .single-category .category-part .category a {
        color: #fff;
        text-decoration: none;
    }

    .category-items .category-item .single-category .category-part .category span {
        display: block;
        padding: 0;
        background: #0088cb;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        z-index: 1;
        line-height: 40px;
    }

/* Single Category Page */


.primary.content-area {
    padding: 10px 0 60px;
}

.category-filter-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.category-filter-box select {
    border-radius: 4px;
}

.category-list-box {
    margin-bottom: 20px;
}

    .category-list-box:last-child {
        margin-bottom: 0px;
    }

.category-box * {
    box-sizing: border-box;
}

.category-image {
    position: relative;
}

    .category-image .category-image-thumbnail {
        overflow: hidden;
        position: relative;
    }

        .category-image .category-image-thumbnail a {
            color: #444444;
            transition: all 0.3s ease 0s;
            text-decoration: none;
        }

            .category-image .category-image-thumbnail a:hover {
                text-decoration: none;
                outline: none;
            }

        .category-image .category-image-thumbnail img {
            max-width: 100%;
            height: auto;
            border-radius: 0;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
        }


.favourite-btn {
    position: absolute;
    top: 16px;
    right: 123px;
    height: 40px;
    width: 40px;
    background: rgb(71 69 69 / 66%);
    border: none;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 3;
    overflow: visible;
}



.favourite-btn:focus {
    outline: none;
}



.favourite-btn i {
    transition: color 0.3s ease, transform 0.3s ease;
}



/* Active State */

.favourite-btn.active i {
    color: #e74c3c;
    animation: bounce 0.6s ease-in-out;
    text-shadow: 0 0 8px rgba(231, 76, 60, 0.5);
}



@keyframes bounce {

    0% {
        transform: scale(1);
    }



    30% {
        transform: scale(1.6);
    }



    60% {
        transform: scale(0.95);
    }



    100% {
        transform: scale(1);
    }
}



.favourite-btn.active::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.25), transparent 70%);
    animation: pulse-glow 0.6s ease-out;
    z-index: -1;
}



@keyframes pulse-glow {

    0% {
        opacity: 0.8;
        transform: scale(0.6);
    }



    100% {
        opacity: 0;
        transform: scale(1.8);
    }
}



/* Sparkle particles */

.favourite-btn.active::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    pointer-events: none;
    background-image: radial-gradient(circle, gold 2px, transparent 2px), radial-gradient(circle, #fff6cc 1.5px, transparent 1.5px), radial-gradient(circle, #ffdd66 1px, transparent 1px);
    background-size: 12px 12px;
    animation: particles 0.6s ease-out forwards;
    top: -30px;
    left: -30px;
    opacity: 0.9;
}



@keyframes particles {

    0% {
        transform: scale(0.8) rotate(0deg);
        opacity: 1;
    }



    100% {
        transform: scale(1.6) rotate(40deg);
        opacity: 0;
    }
}



.category-image-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 430px;
    padding: 60px 20px 20px;
    color: white;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.category-image .top-content {
    font-size: 21px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    margin-right: 0;
    margin-bottom: 9px;
}

    .category-image .top-content a {
        text-decoration: none;
        color: #007bff;
    }

.category-image .heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 0;
    color: #fff;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
}

    .category-image .heading a {
        text-decoration: none;
        color: #fff;
    }

.category-content::before {
    content: '';
    display: table;
    table-layout: fixed;
}

.category-content::after {
    content: '';
    clear: both;
    display: table;
    table-layout: fixed;
}

.category-content .inner-content {
    padding: 25px;
    padding-left: 0px;
}

    .category-content .inner-content .text p {
        margin: 0 0 20px 0;
        line-height: 1.8;
    }

        .category-content .inner-content .text p a {
            text-decoration: none;
            color: #0a8cff;
        }

    .category-content .inner-content .read-more-btn {
        color: #444444;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }

        .category-content .inner-content .read-more-btn:hover {
            color: #646464;
        }

        .category-content .inner-content .read-more-btn i {
            color: #cccccc;
            margin-left: 8px;
            font-size: 12px;
        }

        .category-content .inner-content .read-more-btn:hover i {
            animation: leftRightMoveMent 0.5s;
        }

@keyframes leftRightMoveMent {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

/* Job Details Page */

.job-details-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .job-details-container .job-details {
        padding: 0;
        padding-top: 26px;
        box-shadow: none;
    }

.job-details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #051441;
    font-family: "Roboto", sans-serif;
}

.job-details ul {
    margin: 0px;
    padding: 0px;
}

.job-details .job-category-name li {
    float: left;
    font-size: 14px;
    list-style: none;
}

    .job-details .job-category-name li a {
        color: #999;
        text-decoration: none;
    }

        .job-details .job-category-name li a:hover {
            color: #0a8cff;
        }

    .job-details .job-category-name li i {
        font-size: 13px;
        margin-right: 5px;
    }

.job-details .job-category-name::after {
    content: '';
    clear: both;
    display: table;
}

.job-details p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #506172;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
}

.job-details blockquote {
    position: relative;
    color: rgb(13, 30, 80);
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    padding: 55px 40px 40px;
    z-index: 1;
    margin: 40px 0px;
    background: rgb(240, 241, 245);
    overflow: hidden;
}

    .job-details blockquote p.excert {
        color: rgb(13, 30, 80);
        font-size: 24px;
        font-weight: 600;
        line-height: 33px;
    }

    .job-details blockquote p:last-child {
        margin-bottom: 10px;
    }

    .job-details blockquote i {
        position: absolute;
        opacity: 0.1;
        font-size: 150px;
    }

    .job-details blockquote em {
        display: block;
        font-style: normal;
        font-size: 16px;
        font-weight: 500;
        margin-top: 16px;
        color: rgb(87, 87, 92);
    }

.job-details .block-list {
    margin: 10px 0;
    list-style: disc;
    color: rgb(80, 97, 114);
}

    .job-details .block-list li {
        margin-left: 50px;
        padding: 5px 0px;
    }

        .job-details .block-list li strong {
            font-weight: bold;
        }

.dynamic-sidebar .latest-job {
    margin-top: 30px;
}

.latest-job-items > div + div {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.latest-job-item .job-img {
    width: 100px;
    float: left;
    padding-right: 15px;
}

.latest-job-item::before {
    content: '';
    display: table;
}

.latest-job-item::after {
    clear: both;
    content: '';
    display: table;
}

.latest-job-item .job-img img {
    height: 100%;
    max-width: 100%;
    border-radius: 3px;
}

.latest-job-item .job-content {
    overflow: hidden;
}

    .latest-job-item .job-content .job-desc {
        padding: 0;
    }

        .latest-job-item .job-content .job-desc a {
            margin-bottom: 0px;
            max-width: 160px;
            display: block;
            line-height: 24px;
            color: #0d1e50;
            font-size: 16px;
            font-weight: 600;
        }

/* Contact Page */

.contact-section {
    padding: 80px 0px;
}

    .contact-section iframe {
        max-width: 100%;
        width: 100%;
    }

    .contact-section .contact-title {
        font-size: 27px;
        font-weight: 600;
        color: #0d1e50;
        margin-bottom: 20px;
        margin-top: 0px;
        font-family: "Roboto", sans-serif;
    }

.contact-form .form-group {
    margin-bottom: 30px;
}

    .contact-form .form-group .form-control {
        border: 1px solid #e5e6e9;
        border-radius: 0px;
        height: 48px;
        padding-left: 18px;
        background: transparent;
        font-size: 13px;
    }

    .contact-form .form-group textarea.form-control {
        height: 100%;
    }

.btn-box {
    color: #0088cb;
    background: #fff;
    border: 1px solid #0088cb;
    padding: 18px 44px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

    .btn-box:hover {
        color: #fff;
        background: #0088cb;
        border: 1px solid #0088cb;
    }

.contact-info {
    margin-bottom: 25px;
}

.contact-info-icon {
    margin-right: 20px;
}

    .contact-info-icon i {
        color: #8f9195;
        font-size: 27px;
    }

.contact-info .media-body h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #2a2a2a;
    font-family: "Roboto", sans-serif;
}

.contact-info .media-body p {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
}






/* Blog not available page */

.no-blog-img {
    max-width: 400px;
    margin-bottom: 20px;
}

.no-blog-text {
    font-size: 26px;
    font-weight: 600;
    line-height: 33px;
    color: #000;
}

.go-home {
    background-color: #00b3da;
    color: #fff;
}

    .go-home:hover {
        color: #fff;
    }

/* Favourite page */

#favouritesContainer .no-blog-img {
    text-align: center;
}

#favouritesContainer .no-favourite {
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
}





/* Responsive Media Query */



@media (max-width: 1200px) {

    .favourite-btn {
        right: 40px;
    }
}

@media (min-width: 991.98px) {
    #sidebar {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .site-logo {
        margin-bottom: 2rem;
    }

    .hero-section {
        margin-top: 60px;
    }

    .favourite-btn {
        right: 250px;
    }
}

@media (max-width: 768px) {
    .news-block .image-box .image-large img {
        min-height: 200px;
    }

    .main-banner,
    .sub-banner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-poster-img {
        height: auto;
    }

    .main-poster-content {
        padding: 40px 15px 15px;
    }

    .poster-title {
        font-size: 2rem;
    }

    .sub-poster-img {
        height: auto;
    }

    .sub-poster-content {
        padding: 30px 15px 15px;
    }

        .sub-poster-content .poster-title {
            font-size: 1.3rem;
        }

    .category-image-content {
        width: 431px;
    }



    .favourite-btn {
        right: 70px;
    }
}


@media(max-width: 550px) {

    .favourite-btn {
        right: 60px;
    }
}



@media (max-width: 530px) {

    .favourite-btn {
        right: 40px;
    }
}



@media (max-width:500px) {

    .category-image-content {
        width: 425px;
    }



    .favourite-btn {
        right: 18px;
    }
}



@media (min-width: 767px) {
    .job-details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width: 360px) {

    .header-top .container {
        padding-top: 5px;
    }

    .site-logo {
        margin-bottom: 1rem;
    }

    .search-form .form-control {
        padding-right: 60px;
        height: 43px;
    }

    .category-image-content {
        width: 300px;
        padding: 45px 20px 15px;
    }

    .category-image .top-content {
        font-size: 17px;
    }

    .category-image .heading {
        font-size: 1.1rem;
        margin-bottom: 0px;
    }

    .category-list-box {
        margin-bottom: 0px;
    }

    .category-content .inner-content {
        padding-bottom: 0px;
        padding-top: 15px;
    }

        .category-content .inner-content .text p {
            line-height: 1.5;
        }
}

@media (max-width: 320px) {

    .search-form .form-control {
        padding-right: 22px;
        height: 40px;
    }

    .category-image-content {
        width: 261px;
        padding: 32px 20px 10px;
    }

    .category-image .heading {
        font-size: 1rem;
    }

    .category-image .top-content {
        font-size: 16px;
        margin-bottom: 4px;
    }
}
