<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Landing */

.landing-search-wrapper {
    height: 370px;
    justify-content: center;
    margin: 0 auto;
}

.search-banner-area {
    background: url(../imgs/atoms-bg-jobs-connect-desktop.png) no-repeat scroll center top;
    height: 370px;
    position: relative;
    background-size: cover;
}

.banner-search-text {
    max-width: 65%;
    text-align: center;
    margin: 0 auto;
}

.search-banner-area h1 {
    font-family: Mukta;
    font-size: 60px;
    font-weight: 800;
    color: #222;
    text-transform: uppercase;
    margin: 0 auto;
}

.search-banner-area p {
    font-family: Mukta;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 2rem 0;
}

.landing-search-widget {
    display: flex;
}

.landing-search-container.sticky .landing-search-widget {
    justify-content: center;
    height: 60px;
    align-items: center;
}

.search-banner-area .field-job-details {
    height: 40px;
}

    .search-banner-area .field-job-details.f1 {
        width: 380px;
    }

        .search-banner-area .field-job-details.f1 input {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

    .search-banner-area .field-job-details.f2 {
        width: 210px;
    }

        .search-banner-area .field-job-details.f2 input {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .search-banner-area .field-job-details.f2 .input-group-text {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.search-banner-area .form-control {
    height: inherit;
}

.search-banner-area .btn-search {
    height: 40px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
}

.search-banner-area .field-job-details.f3 select {
    border: 1px solid #aaa;
}

.search-banner-area .field-job-details.f3 select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-banner-area .field-job-details.f3 button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #aaa !important;
    background: #fff !important;
    font-family: Mukta;
    font-size: 14px;
    color: #333;
    height: 40px;
}

.search-banner-area .field-job-details.f3 .dropdown-item {
    font-family: Mukta;
    font-size: 14px;
    color: #333;
}

    .search-banner-area .field-job-details.f3 .dropdown-item.active,
    .search-banner-area .field-job-details.f3 .dropdown-item:active {
        background: #f0ede8 !important;
        font-family: Mukta;
        font-size: 14px;
        color: #333;
    }

.landing-search-container.sticky .jc-theme .input-group-text {
    background: #fff;
}

.landing-recent-jobs-area {
    background: #f1f2f5;
    padding: 3rem 0 4rem 0;
    position: relative;
    z-index: 0;
}

    .landing-recent-jobs-area h2 {
        text-align: center;
        margin: 0 auto;
        color: #333;
        font-size: 24px;
        font-weight: bold;
    }

ul.landing-job-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

    ul.landing-job-list li {
        background: #fff;
        border-radius: 3px;
        border: 1px solid #e4e4e4;
        margin-bottom: 5px;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        position: relative;
        width: 100%;
        float: left;
    }

        ul.landing-job-list li:hover {
            box-shadow: 0 2px 30px 0 rgba(195, 176, 97, 0.3);
            border: solid 1px #c3b061;
        }

        ul.landing-job-list li a {
            text-decoration: none;
        }

    ul.landing-job-list h3 {
        font-size: 18px;
        font-weight: 800;
        color: #222;
    }

.landing-job-post {
    padding: 15px;
}

    .landing-job-post p {
        color: #222;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .landing-job-post span {
        display: block;
        font-family: Mukta;
    }

        .landing-job-post span.label {
            color: #c3a52b;
            font-size: 10px;
            font-weight: 600;
        }

        .landing-job-post span em {
            color: #222;
            font-family: Mukta;
        }

    .landing-job-post em.salary {
        font-size: 20px;
        font-weight: 800;
        font-style: normal;
    }

    .landing-job-post em.duration {
        font-size: 14px;
        font-weight: 800;
    }

.landing-recent-jobs-area .btn-viewall-jobs {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 350px;
}

@media (max-width: 992px) {
    .navbar-brand .logo {
        height: 36px;
    }

    .nav-open {
        overflow: hidden;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

        .nav-open .mobile-navi-area {
            background: #111 !important;
            width: 100%;
            height: 290px;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9999;
        }

        .nav-open .menu-body-overlay {
            overflow-y: hidden;
            background: rgba(255, 255, 255, 0.4);
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 3000;
        }

    .mobile-navi-area .container {
        padding: 0;
        position: relative;
    }

    #navMobileMenu .navbar-nav {
        padding-top: 2.5rem;
        padding-bottom: 0;
    }

    #navMobileMenu .mobile-menu-close {
        margin-right: 1.2em;
        float: right;
        padding: 10px 0px;
    }

        #navMobileMenu .mobile-menu-close [role=img] {
            color: #c3a52b;
            font-size: 30px;
            z-index: 9999;
            position: absolute;
            width: 30px;
            opacity: 1;
            text-shadow: none;
        }

    #navMobileMenu .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    #navMobileMenu ul.navbar-nav li.nav-item a {
        font-size: 20px;
        display: inline-block;
    }

    #navMobileMenu ul.navbar-nav li.active &gt; a::after {
        content: "";
        display: block;
        border-bottom: 1px solid #c3a52b;
        margin-top: 5px;
    }

    .search-banner-area {
        background: url(../imgs/atoms-bg-jobs-connect-mobile.png) no-repeat scroll center top;
        height: 100%;
        position: relative;
        background-size: cover;
    }

        .search-banner-area h1 {
            font-size: 50px;
        }

    .banner-search-text {
        max-width: 720px;
    }

    .landing-search-widget {
        display: block;
        flex-direction: column;
        position: relative;
    }

    .landing-search-wrapper {
        max-width: 100%;
        height: 100%;
        padding-top: 5rem;
        padding-bottom: 3rem;
        /*text-align: center;*/
        padding-left: 15px;
        padding-right: 15px;
    }

    .landing-search-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 720px;
    }

    .jc-theme .input-group-text {
        padding-left: 5px;
        padding-right: 5px;
        width: 26px;
    }

    .search-banner-area .form-control {
        height: 40px;
        padding: 0;
    }

    .search-banner-area .field-job-details.f1 {
        width: 100%;
    }

    .search-banner-area .field-job-details.f2, .search-banner-area .field-job-details.f3 {
        position: relative;
        width: 50%;
        float: left;
    }

    .search-banner-area .btn-search {
        margin: 15px 0 0 0;
        width: 100%;
    }

    ul.landing-job-list li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    ul.landing-job-list h3, .landing-job-post em.salary {
        font-size: 16px;
    }

    .landing-job-post em.duration {
        font-size: 12px;
    }

    .landing-recent-jobs-area .btn-viewall-jobs {
        width: 100%;
    }

    .landing-search-container.sticky {
        height: auto;
        max-width: 100%;
    }

        .landing-search-container.sticky .landing-search-widget {
            padding: 0.75rem 0;
            height: 100%;
        }

    .bootstrap-select .dropdown-menu {
        width: 100%;
        min-width: unset;
    }

    .push_paddingT15 {
        padding-top: 12rem;
    }

    ul.ft-usefullink-list, ul.ft-sociallinks-list, ul.ft-supported-list, footer h5 {
        text-align: center;
        margin: 0 auto;
    }

    ul.ft-usefullink-list {
        margin-bottom: 2rem;
    }

    ul.ft-sociallinks-list {
        display: flex;
        justify-content: space-around;
        width: 100px;
    }

        ul.ft-sociallinks-list li {
            margin: 0;
        }

    footer h5 {
        margin-bottom: 0.5rem;
    }

    footer.footer p {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .banner-search-text, .landing-search-container {
        max-width: 540px;
    }

        .landing-search-container.sticky .landing-search-widget {
            max-width: 540px;
            margin: 0 auto;
        }

        .landing-search-container.sticky {
            max-width: 100%;
        }
}

@media (max-width: 576px) {
    .mobile-navi-area .container {
        padding: 0 20px;
        ;
        position: relative;
    }

    .banner-search-text, .landing-search-container {
        max-width: 100%;
    }

    .banner-search-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .landing-recent-jobs-area .col-12 {
        padding: 0;
    }

    ul.landing-job-list h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search-banner-area .field-job-details.f2, .search-banner-area .field-job-details.f3 {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 420px) {
    .landing-job-post .col-8 {
        max-width: 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }

    .landing-job-post .col-4 {
        max-width: 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
}
</pre></body></html>