@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'NeoSans';
    color: #000;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1285px;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

.ffp {
    font-family: "Poppins", sans-serif;
}


.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.rounded-1 {
    border-radius: 10px !important;
}

.rounded-2 {
    border-radius: 20px !important;
}

.rounded-3 {
    border-radius: 30px !important;
}

.bg-dark {
    background-color: #000 !important;
}

.text-black-50 {
    color: #000 !important;
}

.bg-primary {
    background-color: #03526D !important;
}

.text-warning {
    color: #d8ad02 !important;
}

.text-light {
    color: #656565 !important;
}

.text-secondary {
    color: #1a1a1a !important;
}


.fw-300 {
    font-weight: 300 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-family: 'neo_sans_stdbold' !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/* 0 */

.ls-001 {
    letter-spacing: -0.01em;
}

.ls-002 {
    letter-spacing: -0.02em;
}

.ls-003 {
    letter-spacing: -0.03em;
}

.ls-25 {
    letter-spacing: 0.25em;
}

.ls-100 {
    letter-spacing: 0.1em;
}

.ls-150 {
    letter-spacing: 0.15em;
}

.ls-200 {
    letter-spacing: 0.02em;
}

.ls-210 {
    letter-spacing: 0.21px;
}

.ls-300 {
    letter-spacing: 0.3em;
}

.ls-500 {
    letter-spacing: 0.05em;
}

.ls-005 {
    letter-spacing: -0.05em;
}

.ls-002 {
    letter-spacing: -0.02em;
}

.ls-004 {
    letter-spacing: -0.04em;
}

.ls-144 {
    letter-spacing: -1.44px;
}

.ls-072 {
    letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
    font-size: 50px;
    line-height: 0.9;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}



/* 01 */

/* 02 */
.lh-0 {
    line-height: normal;
}

.lh-0-9 {
    line-height: 0.9;
}

.lh-1-1 {
    line-height: 110%;
}

.lh-1-2 {
    line-height: 120%;
}

.lh-1-3 {
    line-height: 1.3;
}

.lh-1-4 {
    line-height: 140%;
}

.lh-1-5 {
    line-height: 150%;
}

.lh-1-55 {
    line-height: 155%;
}

.lh-1-7 {
    line-height: 1.7;
}

.lh-1-8 {
    line-height: 1.8;
}

.lh-2 {
    line-height: 2;
}

.lh-2-9 {
    line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
    padding: 2px 20px;
    border: 1px solid;
    display: inline-block;
    border-radius: 40px;
    line-height: normal;
    font-size: 17px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.btn-light, .find-group .btn-warning:hover, .find-group .btn-warning:focus, .find-group .btn-warning:active:focus, .signup-group .btn-warning:hover, .signup-group .btn-warning:focus, .signup-group .btn-warning:active:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    box-shadow: none;
}

    .btn-warning, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:focus, .btn-light:hover, .btn-light:focus, .btn-light:active:focus {
        background-color: #d8ad02;
        border-color: #d8ad02;
        color: #fff;
        box-shadow: none;
    }

        .btn-secondary, .btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus {
            background-color: transparent;
            border-color: #656565;
            color: #656565;
            box-shadow: none;
        }

.see-btn a:hover {
    color: #000 !important;
}

.footer-wrap .linkedin-icn:hover {
    background-color: #fff !important;
    color: #d8ad02 !important;
}


header {
    position: relative;
}

.navbar-brand {
    display: inline-block;
    max-width: 358px;
    width: 100%;
}

.navbar-nav .nav-link {
    line-height: normal;
    padding: 0 !important;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.navbar-nav > li + li {
    margin-left: 0px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #d8ad02 !important;
}

.org-logo {
    width: 90px;
    margin-left: auto !important;
    text-align: end;
}

.premium-wrap .org-logo {
    width: 120px;
}

button#ScrollToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #000;
    z-index: 99;
    color: #000;
}

    button#ScrollToTop:hover {
        background: #000;
        color: #fff;
    }



@media (min-width: 2560px) {
    .navbar-toggler {
        font-size: 28px;
        padding: 0;
        color: #fff;
        display: block !important;
    }

    .navbar-nav .nav-link {
        margin: 10px 0px;
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    div#navbarOffcanvas {
        background: #03526D !important;
        border-right: 0 !important;
        padding: 35px 10px !important;
        width: 100% !important;
        height: 90%;
    }

    .navbar-nav > li + li {
        margin-left: 0;
    }

    .offcanvas-header .btn-close {
        position: absolute;
        top: 30px;
        right: 60px;
        /* filter: brightness(1) invert(0); */
        opacity: 1;
        font-size: 25px;
    }

    .offcanvas-header {
        padding: 0;
        display: block !important;
    }

    .offcanvas-start {
        width: 100%;
        transform: translateY(-100%);
    }
}

@media (max-width: 2560px) {
    .navbar-toggler {
        font-size: 28px;
        padding: 0;
        color: #fff;
        display: block !important;
    }

    .navbar-nav .nav-link {
        margin: 10px 0px;
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    div#navbarOffcanvas {
        background: #03526D !important;
        border-right: 0 !important;
        padding: 35px 10px !important;
        width: 100% !important;
        height: 90%;
    }

    .navbar-nav > li + li {
        margin-left: 0;
    }

    .offcanvas-header .btn-close {
        position: absolute;
        top: 30px;
        right: 60px;
        /* filter: brightness(1) invert(0); */
        opacity: 1;
        font-size: 25px;
    }

    div#navbarOffcanvas .offcanvas-header {
        padding: 0;
        display: block !important;
    }

    .offcanvas-start {
        width: 100%;
        transform: translateY(-100%);
    }
}

.find-group input {
    height: 39px;
}

.find-group input, .find-group .btn-warning, gmpx-place-picker {
    box-shadow: 0px 0px 10px rgba(0,0,0,.12);
}

.find-group .btn-warning {
    font-family: 'NeoSans';
    font-size: 20px;
}

.find-group input, .find-group input::placeholder {
    color: #7c7c7c !important;
}

.hiringcom-wrap, .premium-wrap, .compdtl-wrap {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(216, 173, 2, 0.5);
}

.normal-wrap {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.premium-inf-icn {
    background-color: #d8ad02;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
}

.signup-sec {
    background-image: url(../images/sign-up-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .signup-sec::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 46%;
    }

    .signup-sec .container {
        position: relative;
        z-index: 1;
    }

.signup-group {
    height: 32px;
}

    .signup-group .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

.info-tag {
    top: 10px !important;
    right: 10px !important;
}


.latest-pagination .page-link {
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .latest-pagination .page-link:hover, .latest-pagination .page-link.active, .latest-pagination .page-link:focus {
        color: #fff !important;
        background-color: #D8AD02;
        border-color: #D8AD02;
        box-shadow: none;
    }


.latest-signup-wrap {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.footer-wrap .linkedin-icn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-wrap .text-light {
    color: #969696 !important;
}

.footer-links ul li a {
    color: #969696;
    font-size: 12px;
    font-weight: 400;
}

.footer-wrap {
    border-color: rgba(255, 255, 255, 46%) !important;
}

.footer-links ul li a:hover {
    color: #fff !important;
}

.jobdetail-list-wrap, .advertising-wrap, .choose-wrap, .job-form, .serch-wrap .accordion-item {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.advertising-text ul li {
    width: fit-content;
}

.multiple-img {
    border-radius: 5px;
}

.form-group input, .form-group select, .custom-file {
    height: 39px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.form-group .btn {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group input, .form-group input::placeholder, .custom-file {
    color: #656565 !important;
}

    .custom-file input[type="file"] {
        opacity: 0;
        z-index: 9999;
    }

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select-icn.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px;
    padding-right: 2rem;
}

.custom-file::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background-image: url(../images/file-icn.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    display: inline-block;
    z-index: 1;
    height: 20px;
    width: 20px;
}

.serch-wrap .accordion-button:not(.collapsed) {
    color: #1a1a1a;
    background-color: #fff;
    box-shadow: none;
    border-bottom: 1px solid rgba(101, 101, 101, 0.46);
}

    .serch-wrap .accordion-button:not(.collapsed)::after {
        filter: brightness(0) invert(0);
    }

.serch-wrap .accordion-button:focus {
    z-index: 3;
    border-color: rgba(101, 101, 101, 0.46);
    outline: 0;
    box-shadow: none;
}

.serch-address-input input {
    border-radius: 2px;
    border-color: rgba(101, 101, 101, 0.34) !important;
    height: 30px;
    padding-left: 30px;
}

.serch-address-input::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background-image: url(../images/location-icn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    width: 18px;
    display: inline-block;
}


.transport-icon {
    width: 42px;
    height: 40px;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-count {
    background: #f3f3f3;
    border-radius: 1px;
    border-color: rgba(101, 101, 101, 0.34) !important;
    width: 40px;
    height: 16px;
}

.accordion-body ul li:last-child {
    border-bottom: 0 !important;
}

.accordion-body ul li {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid #D8AD02 !important;
}

gmpx-place-picker {
    display: block;
    height: 39px;
    width: 100%;
    border: none;
    background: #fff;
    border-radius: var(--bs-border-radius-pill) !important;
}

#KeywordElement::placeholder {
    color: #9d9d9d !important;
    opacity: 1;
}

.apply-btns .btn {
    width: 135px;
}

del {
    text-decoration-color: red;
}

@media(max-width:1320px) {
    .container {
        padding-left: 2%;
        padding-right: 2%;
    }

    .navbar-brand {
        max-width: 300px;
    }

    .fs-36 {
        font-size: 30px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .fs-17 {
        font-size: 15px;
    }

    .fs-24 {
        font-size: 20px;
    }

    .fs-32 {
        font-size: 28px;
    }

    .fs-16 {
        font-size: 14px;
    }

    .fs-12 {
        font-size: 10px !important;
    }

    .navbar-nav .nav-link {
        font-size: 20px;
    }

    .find-group .btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:767px) {
    .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    #searchFilters {
        background: #03526D !important;
    }

    .navbar-brand {
        max-width: 250px;
    }

    .navbar-toggler {
        font-size: 25px;
    }

    .fs-36 {
        font-size: 25px;
    }
}


@media(max-width:575px) {
    .navbar-brand {
        max-width: 220px;
    }

    .offcanvas-header .btn-close {
        top: 30px;
        right: 30px;
        font-size: 17px;
    }

    .find-group .btn {
        height: 39px !important;
    }

    .navbar-nav .nav-link {
        font-size: 17px;
    }

    .jobdetail-list-wrap h3.lh-2 {
        line-height: 1;
        margin-bottom: 15px !important;
    }

    gmp-basic-place-autocomplete {
    }

    .org-logo {
        width: 60px;
    }

    .premium-wrap .org-logo {
        width: 80px;
    }
}
