@font-face {
    font-family: "Poppins", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap")
}

@font-face {
    font-family: "Aleo", serif;
    src: url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap")
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap")
}

@font-face {
    font-family: "Aleo", serif;
    src: url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap")
}

.btn {
    padding: 9px 30px;
    min-width: 110px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    transition: .4s
}

.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none !important
}

.btn-secondary {
    color: #000612;
    background-color: #fff;
    border: 1px solid #58BDE2
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
    background-color: #58BDE2
}

.radio-main-wrap {
    padding-top: 10px
}

.radio-main-wrap .radio-wrap {
    margin-bottom: 5px
}

.radio-main-wrap .radio-wrap label {
    font-weight: 400;
    margin-bottom: 0
}

.radio-main-wrap .radio-wrap [type=radio]:checked,
.radio-main-wrap .radio-wrap [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.radio-main-wrap .radio-wrap [type=radio]:checked+label,
.radio-main-wrap .radio-wrap [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.radio-main-wrap .radio-wrap [type=radio]:checked+label:before,
.radio-main-wrap .radio-wrap [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #b2b2b2;
    border-radius: 100%;
    background: #fff
}

.radio-main-wrap .radio-wrap [type=radio]:checked+label:before {
    border: 2px solid #000
}

.radio-main-wrap .radio-wrap [type=radio]:checked+label:after,
.radio-main-wrap .radio-wrap [type=radio]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all .2s ease
}

.radio-main-wrap .radio-wrap [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.radio-main-wrap .radio-wrap [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.checkbox-main-wrap {
    padding-top: 10px
}

.checkbox-main-wrap .checkbox-wrap {
    display: block;
    margin-bottom: 6px
}

.checkbox-main-wrap .checkbox-wrap input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkbox-main-wrap .checkbox-wrap input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #58BDE2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.checkbox-main-wrap .checkbox-wrap input:checked+label:before {
    border: 2px solid #58BDE2
}

.checkbox-main-wrap .checkbox-wrap label {
    position: relative;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0
}

.checkbox-main-wrap .checkbox-wrap label:before {
    content: "";
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #b2b2b2;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

body {
    padding-top: 0
}

.cls-wb-header {
    padding: 0px 1rem
}

.cls-wb-header .cls-logo {
    height: 40px
}

@media(max-width: 991.98px) {
    .cls-wb-header .offcanvas-collapse {
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #212121;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility
    }

    .cls-wb-header .offcanvas-collapse.open {
        left: 0;
        visibility: visible;
        z-index: 999
    }

    .cls-wb-header .cls-menu-item {
        padding: 1rem 1rem
    }
}

.cls-wb-header .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

.cls-wb-header .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.cls-wb-header .nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d
}

.cls-wb-header .nav-underline .nav-link:hover {
    color: #007bff
}

.cls-wb-header .nav-underline .active {
    font-weight: 500;
    color: #343a40
}

.cls-wb-header .text-white-50 {
    color: rgba(255, 255, 255, .5)
}

.cls-wb-header .bg-purple {
    background-color: #6f42c1
}

.cls-wb-header .lh-100 {
    line-height: 1
}

.cls-wb-header .lh-125 {
    line-height: 1.25
}

.cls-wb-header .lh-150 {
    line-height: 1.5
}

.cls-wb-header .cls-menu .cls-menu-item {
    color: #fff;
    font-weight: 500;
    letter-spacing: .03em;
    padding-right: .6rem;
    padding-left: .6rem;
    font-size: 16px
}

.cls-wb-header .cls-menu .cls-menu-item span {
    display: inline-block;
    width: 12px;
    height: 15px;
    vertical-align: bottom;
    margin-right: 7px;
    position: relative;
    top: -10px
}

@media(max-width: 992px) {
    .cls-wb-header .cls-menu .cls-hvr-underline-reveal.white:before {
        background: rgba(0, 0, 0, 0);
        height: 0px
    }
}

@media(min-width: 992px) {
    .cls-wb-header .cls-menu .active .cls-hvr-underline-reveal:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        height: 3px;
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px)
    }
}

.cls-wb-header .navbar-toggler-icon {
    color: #fff;
    font-size: 30px;
    padding-top: 7px
}

.cls-wb-header .cls-candidate-logged .cls-notifications {
    display: inline-block;
    position: relative;
    top: 0px;
    padding-left: .4rem;
    padding-right: .4rem
}

.cls-wb-header .cls-candidate-logged .cls-notifications img {
    height: 18px;
    width: 18px
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-toggle::after {
    display: none
}

.cls-wb-header .cls-candidate-logged .cls-notifications .cls-notification-dot {
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 2px;
    font-size: 8px;
    right: -6px;
    top: -7px;
    line-height: 13px;
    position: absolute;
    height: 16px;
    width: 16px;
    text-align: center
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    right: 1%;
    top: -18px
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    min-width: 300px;
    right: 0;
    left: auto;
    padding: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
    border: 0 !important;
    max-width: 300px
}

@media(max-width: 991px) {
    .cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu {
        right: -30px;
        left: auto
    }
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .notification-content {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .notification-content::-webkit-scrollbar {
    display: none
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .cls-notify-head {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .cls-notify-head h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .cls-notify-head hr {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .dropdown-item {
    padding-bottom: 0px;
    padding-left: 1rem;
    padding-right: 1rem
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .dropdown-item .cls-notify-item-head {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .dropdown-item .cls-notify-item-time {
    color: #ccc;
    line-height: 1
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .dropdown-item .cls-notify-item-dtls {
    font-size: .8rem;
    margin-bottom: 0px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .dropdown-item .cls-close-notifi {
    margin: 0;
    padding: 0;
    line-height: 14px;
    float: right;
    font-size: 16px;
    margin-right: 12px;
    color: #ad3b72;
    margin-top: 8px
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .dropdown-item.active,
.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .dropdown-item:active,
.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .dropdown-item:hover {
    text-decoration: none;
    background-color: #fff
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .cls-notify-item-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .cls-notify-item-footer button {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    border: 0px solid #ccc;
    color: #fff;
    font-size: 12px;
    padding: .1rem .9rem;
    cursor: pointer
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .cls-notify-item-footer hr {
    margin-top: .3rem;
    margin-bottom: .3rem
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .cls-notify-footer {
    text-align: center;
    padding-bottom: .7rem
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .cls-notify-footer .cls-clear {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    border: 0px solid #ccc;
    color: #fff;
    font-size: 12px;
    padding: .1rem .9rem;
    cursor: pointer
}

.cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu .cls-notify-footer .cls-close {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    border: 0px solid #ccc;
    background-color: #0040ab;
    color: #fff;
    font-size: 12px;
    padding: .1rem .9rem;
    cursor: pointer
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls {
    display: inline-block;
    position: relative;
    top: 0px;
    padding-left: .3rem;
    padding-right: .3rem
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-toggle::after {
    color: #fff;
    font-size: 16px;
    vertical-align: 0em
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    right: 9%;
    top: -18px
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    min-width: 300px;
    right: 0;
    left: auto;
    padding: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1)
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .notification-content {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .notification-content::-webkit-scrollbar {
    display: none
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-head {
    padding: 15px 10px
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-head .cls-prof-image {
    height: 50px;
    width: 50px
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-head .cls-candidate-dtls {
    padding-left: 0px
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-head .cls-candidate-dtls h3 {
    font-size: 1.1rem;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-head .cls-candidate-dtls small {
    color: #fff;
    font-size: .8rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .dropdown-item {
    padding: .6rem 1.5rem;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    color: #000;
    padding-left: 55px;
    position: relative;
    white-space: unset
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .dropdown-item i {
    position: absolute;
    top: 11px;
    left: 17px;
    padding-right: 10px;
    color: #000;
    font-weight: 600;
    font-size: 18px
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .dropdown-item:active,
.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .dropdown-item.active,
.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .dropdown-item:hover {
    color: #0074c8;
    background-color: #f5f5f7
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .dropdown-item:active i,
.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .dropdown-item.active i,
.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .dropdown-item:hover i {
    color: #0040ab
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-footer {
    padding: 1rem;
    text-align: center
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-footer .cls-edit {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    border: 0px solid #ccc;
    color: #fff;
    font-size: 12px;
    padding: .1rem .9rem;
    cursor: pointer
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-footer .cls-edit i {
    position: relative;
    top: 1px;
    padding-right: 5px;
    color: #fff;
    font-weight: 600
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-footer .cls-logout {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    border: 0px solid #ccc;
    background-color: #0040ab;
    color: #fff;
    font-size: 12px;
    padding: .1rem .9rem;
    cursor: pointer
}

.cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-footer .cls-logout i {
    position: relative;
    top: 1px;
    padding-right: 5px;
    color: #fff;
    font-weight: 600
}

.cls-wb-header .mobile-search-jobs {
    display: none;
    margin-right: 5px;
    padding: 1px 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

@media(max-width: 370px) {
    .cls-wb-header .cls-logo {
        margin: 3px 0;
        height: 35px
    }

    .cls-wb-header .navbar-toggler-icon {
        font-size: 25px;
        width: 1em;
        height: 1em;
        padding-top: 0px
    }

    .cls-wb-header .cls-candidate-logged .cls-notifications {
        padding-left: .3rem;
        padding-right: .2rem
    }

    .cls-wb-header .cls-candidate-logged .cls-notifications img {
        height: 20px;
        width: 20px
    }

    .cls-wb-header .cls-candidate-logged .cls-cand-dtls img {
        height: 30px;
        width: 30px
    }

    .cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-toggle::after {
        display: none
    }

    .cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu {
        right: -35px
    }

    .cls-wb-header .cls-wb-header .mobile-search-jobs {
        margin-right: 10px
    }
}

@media(max-width: 320px) {
    .cls-wb-header .cls-logo {
        margin: 5px 0;
        height: 30px
    }
}

@media(min-width: 371px)and (max-width: 430px) {
    .cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu::after {
        right: 4% !important
    }

    .cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu {
        right: -82px
    }

    .cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu::after {
        right: 23%
    }
}

@media(max-width: 370px) {
    .cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu {
        right: -82px
    }

    .cls-wb-header .cls-candidate-logged .cls-notifications .dropdown-menu::after {
        right: 27%
    }

    .cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu::after {
        right: 13% !important
    }
}

@media(max-width: 992px) {
    .cls-wb-header .cls-candidate-logged .cls-cand-dtls {
        padding-right: .7rem
    }

    .cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-toggle::after {
        display: none
    }

    .cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-head .cls-candidate-dtls {
        padding-left: 15px;
        padding-top: 5px
    }

    .cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-head .cls-candidate-dtls h3,
    .cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu .cls-notify-head .cls-candidate-dtls small {
        text-align: center;
        display: block
    }

    .cls-wb-header .cls-candidate-logged .cls-cand-dtls .dropdown-menu::after {
        right: 4%
    }
}

.rfr-earn-modal-head {
    background-color: #fff;
    border-bottom: none
}

.rfr-cls-btn-modal {
    color: #0075c9 !important;
    font-size: 34px !important;
    opacity: 1 !important;
    position: absolute;
    right: 9px;
    z-index: 1;
    top: 4px
}

.rfr-modal-content {
    border: 9px solid #0075c9;
    padding-left: 30px;
    padding-right: 0px;
    background-color: #fff;
    padding-bottom: 0px
}

.rfr-earn-modal-heading {
    font-weight: 700;
    font-size: 59px;
    color: #0075c9;
    letter-spacing: 1px;
    margin-top: 64px
}

.earn-modal-para {
    font-size: 26px;
    letter-spacing: .5px;
    line-height: 40px;
    word-spacing: 3px;
    margin-bottom: 50px
}

.color-change-head-pop {
    color: #40b4e5
}

.earn-modal-sub-para {
    font-weight: 800
}

.rfr-modal-btn {
    background-color: #ad3b72;
    padding: 8px 27px;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    transition: all .5s ease
}

.rfr-modal-btn:hover {
    background-color: #cd5599;
    color: #fff !important
}

.rfr-earn-modal-footer {
    border-top: none;
    text-align: left !important
}

.rfr-earn-modal {
    width: 60%;
    max-width: 60%
}

.refer-earn-condition {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 18px
}

.verify-second-col-new-pad {
    padding: 146px 20px 100px 66px
}

@media(max-width: 324px) {
    .verify-profile-btn-1 {
        display: -webkit-inline-box;
        margin-top: 27px
    }
}

@media(max-width: 431px) {
    .verify-profile-btn-2 {
        display: -webkit-inline-box;
        margin-top: 27px
    }
}

@media(max-width: 991px) {
    .row-for-verify-btn {
        text-align: center
    }

    .verify-hyped-text {
        text-align: center
    }

    .verify-second-col-new {
        display: none
    }

    .verify-second-col-new-pad {
        display: none
    }

    .img-verify-partner {
        max-width: 160px
    }

    .verify-first-col-new-mobile {
        display: block;
        background-size: cover;
        min-height: 50vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        padding-bottom: 30px
    }

    .verify-first-col-new {
        display: none
    }

    .svg-refer-modal {
        margin-top: 57px
    }

    .rfr-earn-modal-footer {
        text-align: center !important
    }

    .refer-earn-condition {
        margin-top: 10px
    }

    .rfr-earn-modal-body {
        text-align: center
    }

    .modal-text-content {
        text-align: center !important
    }

    .cls-wb-header .mobile-search-jobs {
        display: block
    }

    .cls-wb-header .mobile-li-hide {
        display: none
    }
}

@media(max-width: 1367px) {
    .refer-earn-condition {
        margin-top: 10px
    }
}

@media(max-width: 767px) {
    .rfr-earn-modal {
        margin: auto;
        margin-top: 50px
    }
}

@media(max-width: 582px) {
    .rfr-modal-content {
        padding-left: 10px;
        padding-right: 0px
    }

    .rfr-earn-modal {
        width: 90%;
        max-width: 90%
    }
}

@media(max-width: 991px) {
    .svg-modal-toggle {
        display: block !important;
        padding-top: 200px;
        padding-bottom: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom
    }

    .rfr-earn-modal-heading {
        font-size: 32px !important;
        margin-top: 27px !important
    }

    .rfr-modal-content {
        padding-left: 0px
    }

    .svg-refer-modal {
        margin-top: 0px
    }

    .earn-modal-para {
        margin-bottom: 10px
    }

    .svg-modal-toggle-1 {
        display: none !important
    }

    .text-align-refer {
        text-align: center
    }

    .new-bg-curved-refer {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        padding: 100px 0px 100px 0px
    }
}

.svg-modal-toggle-1 {
    padding-top: 290px;
    padding-bottom: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left
}

.rfr-earn-modal {
    width: 82%;
    max-width: 82%
}

@media(max-width: 1448px) {
    .rfr-earn-modal {
        width: 90%;
        max-width: 90%
    }
}

@media(max-width: 1281px) {
    .rfr-earn-modal {
        width: 90%;
        max-width: 90%
    }
}

@media(max-width: 1127px) {
    .rfr-earn-modal {
        width: 98%;
        max-width: 98%
    }
}

@media(max-width: 991px) {
    .label-reside-basic-info {
        line-height: 1.3 !important
    }

    .earn-modal-para {
        font-size: 16px !important;
        letter-spacing: -0.5px !important;
        line-height: 28px !important
    }

    .rfr-earn-modal {
        width: 70%;
        max-width: 70%
    }

    .pad-responsive-view-profile {
        margin-bottom: 26px
    }

    .clsCandProfile .cls-pannal-right .profile_open {
        float: unset !important
    }

    .expiry-dt-div2 {
        padding-right: 0px;
        padding-left: 0px
    }

    .expiry-dt-div1 {
        padding-right: 0px;
        padding-left: 0px
    }
}

@media(max-width: 483px) {
    .rfr-earn-modal {
        width: 90%;
        max-width: 90%
    }
}

@media(max-width: 429px) {
    .clsCandProfile .cls-pannal-right .profile_open {
        float: left !important
    }
}

.cls-login-modal .active {
    display: block
}

.register-nav-item {
    margin: 0px 10px;
    padding-top: 5px
}

.register-nav-item:last-child {
    margin-right: 0
}

@media(max-width: 991px) {
    .mobile-hide {
        display: none
    }
}

.desktop-hide {
    display: none
}

@media(max-width: 991px) {
    .desktop-hide {
        display: block
    }
}

.cls-employer-btn-wrap {
    padding-top: 5px
}

.cls-employer-btn-wrap .cls-employer-btn {
    background-color: #083a6e;
    padding: 4px 15px !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

@media(max-width: 991px) {
    .cls-employer-btn-wrap .cls-employer-btn {
        background-color: rgba(0, 0, 0, 0) !important;
        padding-right: .8rem;
        padding-left: .6rem !important;
        padding: 1rem 1rem
    }

    .cls-employer-btn-wrap .cls-employer-btn:hover {
        background-color: rgba(0, 0, 0, 0) !important
    }
}

.cls-employer-btn-wrap .cls-employer-btn:hover {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-color: #052241
}

.register-btn-header {
    padding: 4px 15px !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.register-btn-header:hover {
    background-color: #830844
}

@media(max-width: 991px) {
    .register-btn-header {
        background-color: rgba(0, 0, 0, 0) !important;
        padding-right: .8rem;
        padding-left: .8rem !important;
        padding: 1rem 1rem
    }

    .register-nav-item {
        margin: 0px 0px
    }
}

.account-setting-icon:before {
    color: #fff;
    -webkit-text-stroke: .5px gray
}

.head-ml-30 {
    margin-left: 30px
}

@media(max-width: 1200px) {
    .head-ml-30 {
        margin-left: 20px
    }
}

@media(max-width: 991px) {
    .head-ml-30 {
        margin-left: 0
    }
}

@media(max-width: 370px) {
    .cls-wb-header .navbar-toggler-icon {
        padding-top: 3px
    }
}

@media(max-width: 320px) {
    .cls-wb-header .mobile-search-jobs {
        padding: 2px 5px;
        font-size: 13px
    }
}

.chat-block-wrap {
    position: relative;
    display: inline-block;
    top: 6px;
    padding-left: .4rem;
    padding-right: .4rem
}

.chat-block-wrap .clsHeaderMsgNotifyBox {
    cursor: pointer
}

.chat-block-wrap .clsHeaderMsgNotify a {
    position: relative
}

.chat-block-wrap .clsHeaderMsgNotify a img {
    width: 18px;
    height: 18px
}

.chat-block-wrap .clsHeaderMsgNotify a #notifier-chat {
    background-color: #cd5599;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 2px;
    font-size: 8px;
    right: -6px;
    top: -7px;
    line-height: 13px;
    position: absolute;
    height: 16px;
    width: 16px;
    text-align: center
}

.chat-block-wrap .dropdown-toggle:after {
    display: none
}

.live-chat-main-wrap {
    display: none;
    position: absolute !important;
    top: 47px !important;
    left: auto !important;
    right: 0;
    padding: 0;
    min-width: 290px !important;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    z-index: 999;
    transform: translate3d(0px, 0px, 0px) !important
}

.live-chat-main-wrap .show {
    display: block
}

.live-chat-main-wrap .head-block {
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0
}

.live-chat-main-wrap .head-block h3 {
    float: left;
    margin: 0;
    color: #46494b;
    font-size: 16px
}

.live-chat-main-wrap .head-block a {
    float: right;
    margin: 0;
    color: #216dbf !important;
    font-size: 14px;
    text-decoration: underline !important
}

.live-chat-main-wrap .chat-dropdown-wrap {
    display: block;
    position: unset;
    padding: 0;
    margin: 0;
    min-width: unset;
    max-height: 360px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    overflow: auto
}

.live-chat-main-wrap .chat-dropdown-wrap:after {
    display: none
}

.live-chat-main-wrap .chat-dropdown-wrap li {
    border-bottom: 1px solid #e0e0e0 !important
}

.live-chat-main-wrap .chat-dropdown-wrap li a {
    display: block;
    padding: 10px !important;
    color: #3c3f41 !important;
    transition: all .2s ease-out
}

.live-chat-main-wrap .chat-dropdown-wrap li a:hover {
    background-color: #f5f5f5
}

.live-chat-main-wrap .chat-dropdown-wrap li.no-msg {
    border: none !important
}

.live-chat-main-wrap .chat-dropdown-wrap li.no-msg a {
    text-align: center;
    font-size: 14px
}

.live-chat-main-wrap .chat-dropdown-wrap li a .chat-from-text {
    display: block;
    font-size: 14px;
    color: #4c4e50;
    font-weight: bold
}

.live-chat-main-wrap .chat-dropdown-wrap li a .chat-date-time {
    display: block;
    font-size: 12px;
    color: #4c4e50
}

@media(max-width: 450px) {
    .live-chat-main-wrap {
        right: -70px
    }
}

.dropdown-menu .profile-details {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #ad3b72;
    color: #fff;
    padding: 10px 0
}

.dropdown-menu .profile-details .pd-avatar {
    width: 80px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dropdown-menu .profile-details .pd-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.dropdown-menu .profile-details .pd-body {
    width: calc(100% - 80px);
    padding-right: 10px;
    line-height: 1
}

.dropdown-menu .profile-details .pd-body-name {
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px
}

.dropdown-menu .profile-details .pd-body-email {
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.wb-icon-chat,
.wb-icon-dashboard,
.wb-icon-inbox,
.wb-icon-links,
.wb-icon-log-out,
.wb-icon-my-ecard,
.wb-icon-profile,
.wb-icon-referels,
.wb-icon-settings {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.wb-icon-chat {
    background: url("../images/wb-icon-live-chat.svg")
}

.wb-icon-dashboard {
    background: url("../images/wb-icon-dashboard.svg")
}

.wb-icon-inbox {
    background: url("../images/wb-icon-mail-inbox.svg")
}

.wb-icon-links {
    background: url("../images/wb-icon-referral-link.svg")
}

.wb-icon-log-out {
    background: url("../images/wb-icon-log-out.svg")
}

.wb-icon-my-ecard {
    background: url("../images/wb-icon-ecard.svg")
}

.wb-icon-profile {
    background: url("../images/wb-icon-edit-profile.svg")
}

.wb-icon-referels {
    background: url("../images/wb-icon-live-chat.svg")
}

.wb-icon-settings {
    background: url("../images/wb-icon-settings.svg")
}

.notification-dropdown-container {
    width: 320px !important;
    background: #fff !important;
    padding: 0 !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .18) !important;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
    max-height: unset
}

.ndc-header {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ad3b72;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px
}

.ndc-count {
    min-width: 20px;
    width: auto !important;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222;
    margin-left: 10px;
    font-size: 14px;
    padding: 0 5px
}

.ndc-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0
}

.ndc-see-all {
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background .5s;
    color: #fff !important;
    background-color: #0075c9;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    padding: 10px 20px;
    min-width: 100px;
    text-decoration: underline
}

.ndc-see-all:hover,
.ndc-see-all:focus {
    background-color: #0b4c8f;
    color: #fff !important;
    text-decoration: underline
}

.ndc-clear-all {
    color: #0075c9 !important;
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    cursor: pointer
}

.ndc-clear-all:hover,
.ndc-clear-all:focus {
    color: #0b4c8f !important
}

.ndc-items {
    max-height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.ndc-items::-webkit-scrollbar {
    display: none
}

.ndc-item {
    width: 100%;
    padding: 10px 20px 10px 10px;
    border-bottom: solid 1px #ddd;
    position: relative
}

.ndc-item a {
    border-radius: 0 !important;
    padding: 0 !important
}

.ndc-item a:hover {
    background-color: #fff !important
}

.ndc-close {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #222
}

.ndc-title {
    font-size: 16px;
    font-weight: 600;
    color: #545759;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.ndc-desc {
    font-size: 14px;
    color: #666;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.ndc-time {
    font-size: 13px;
    color: #666
}

.ndc-empty {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #666;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 65px
}

a.ndc-view {
    border-radius: 10px !important;
    background-color: #ad3b72;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 70px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    transition: background .5s
}

a.ndc-view:hover,
a.ndc-view:focus {
    background-color: #830844 !important;
    color: #fff !important;
    text-decoration: none
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 4px -2px #525252;
    z-index: 12
}

header nav {
    background-color: #fff
}

header nav .navbar-toggler {
    box-shadow: none !important;
    padding: 0;
    border: none
}

header nav .navbar-toggler .navbar-toggler-icon {
    width: 28px;
    height: 28px;
    background-image: url(../../images/new/menu.svg)
}

header nav .navbar-collapse {
    justify-content: flex-end
}

@media(max-width: 991px) {
    header nav .navbar-collapse ul li {
        border-bottom: 1px solid #ebebeb
    }
}

header nav .navbar-collapse ul li a {
    color: #6b7994;
    font-size: 15px;
    letter-spacing: 1px
}

@media(min-width: 992px) {
    header nav .navbar-collapse ul li a {
        padding: 0 15px !important
    }
}

header nav .btn-wrap {
    margin-left: 10px
}

@media(max-width: 991px) {
    header nav .btn-wrap {
        margin: 0
    }

    header nav .btn-wrap .btn {
        display: block;
        padding: 8px 0;
        margin: 0 !important;
        width: 100% !important;
        text-align: left;
        color: #6b7994;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        width: auto;
        min-width: unset;
        background-color: rgba(0, 0, 0, 0) !important;
        border: none !important;
        border-bottom: 1px solid #ebebeb !important;
        border-radius: 0 !important
    }
}

header nav .btn-wrap .btn-primary {
    margin-left: 8px;
    background-color: #0040ab;
    border: 1px solid #0040ab
}

header nav .btn-wrap .btn-primary:hover,
header nav .btn-wrap .btn-primary:focus,
header nav .btn-wrap .btn-primary:active {
    border-color: #0040ab;
    background-color: #1c58bd
}

header nav .btn-wrap .btn-secondary {
    background-color: #fff;
    border: 1px solid #dce4ec
}

header nav .btn-wrap .btn-secondary:hover,
header nav .btn-wrap .btn-secondary:focus,
header nav .btn-wrap .btn-secondary:active {
    background-color: #1c58bd
}

header nav .btn-wrap .btn-xverse {
    position: relative;
    margin-left: 25px;
    color: #fff;
    background: #b30065;
    background: linear-gradient(225deg, rgb(179, 0, 101) 35%, rgb(6, 33, 121) 85%);
    border: none;
    height: 41.6px;
    line-height: 25px;
    font-weight: 400;
    font-size: 15px
}

header nav .btn-wrap .btn-xverse:hover,
header nav .btn-wrap .btn-xverse:focus,
header nav .btn-wrap .btn-xverse:active {
    background: #b30065;
    background: linear-gradient(225deg, rgb(179, 0, 101) 35%, rgb(6, 33, 121) 85%);
    opacity: .7
}

header nav .btn-wrap .btn-xverse:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 5px;
    height: 30px;
    width: 1px;
    background-color: #e4e4e4;
    margin-left: 5px
}

@media(max-width: 992px) {
    header nav .btn-wrap .btn-xverse {
        color: #6b7994 !important;
        background: none
    }

    header nav .btn-wrap .btn-xverse:before {
        display: none
    }

    header nav .btn-wrap .btn-xverse:hover,
    header nav .btn-wrap .btn-xverse:focus,
    header nav .btn-wrap .btn-xverse:active {
        background: rgba(0, 0, 0, 0) !important
    }
}

.social-wrap {
    margin-top: 50px
}

.social-wrap h4 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #6b7994
}

.social-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    list-style: none
}

@media(max-width: 991px) {
    .social-wrap ul {
        display: inline-block
    }
}

.social-wrap ul li {
    margin-right: 10px
}

@media(max-width: 991px) {
    .social-wrap ul li {
        float: left
    }
}

.social-wrap ul li a {
    display: block;
    padding: 12px;
    width: 42px;
    height: 42px;
    line-height: 0;
    border: 1px solid #619bbd;
    border-radius: 50px;
    transition: .3s
}

.social-wrap ul li a:hover,
.social-wrap ul li a:focus,
.social-wrap ul li a:active {
    opacity: .7
}

footer {
    padding: 30px 0;
    padding-top: 60px;
    background-color: #102c48;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

footer .logo-block {
    width: 400px
}

footer .logo-block a {
    display: block;
    margin-bottom: 20px
}

footer .logo-block p {
    margin-bottom: 70px;
    width: 86%;
    color: #cbdcfe;
    font-size: 16px;
    font-weight: 400
}

footer .links-wrap {
    display: flex;
    padding-top: 30px;
    width: calc(100% - 400px)
}

footer .links-wrap .links-block {
    width: 33.3%
}

footer .links-wrap .links-block h3 {
    margin-bottom: 20px;
    color: #eaf1f6;
    font-size: 18px;
    font-weight: 600
}

footer .links-wrap .links-block ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer .links-wrap .links-block ul li {
    margin-bottom: 10px
}

footer .links-wrap .links-block ul li a {
    color: #cbdcfe;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: .3s
}

footer .links-wrap .links-block ul li a:hover,
footer .links-wrap .links-block ul li a:focus,
footer .links-wrap .links-block ul li a:active {
    opacity: .7
}

footer .social-store-wrap {
    display: flex;
    justify-content: space-between
}

footer .social-store-wrap .social-wrap {
    margin-top: 30px
}

footer .social-store-wrap .download-app-wrap {
    display: flex;
    gap: 10px
}

@media(max-width: 768px) {
    footer .social-store-wrap .download-app-wrap {
        flex-direction: column
    }
}

footer .social-store-wrap .store-wrap {
    width: 290px;
    padding: 12px 18px;
    border-radius: 10px;
    background-color: #5f7284
}

footer .social-store-wrap .store-wrap h4 {
    font-size: 14px;
    font-weight: 300;
    color: #e5e5e5
}

footer .social-store-wrap .store-wrap a {
    display: inline-block;
    width: 120px
}

footer .social-store-wrap .store-wrap a.mr-8 {
    margin-right: 8px
}

footer .bottom-footer {
    padding-top: 40px
}

footer .bottom-footer p {
    font-size: 14px;
    font-weight: 400;
    color: #767f90
}

footer .bottom-footer p.taRight {
    text-align: right
}

footer .bottom-footer p a {
    color: #7ba8ba !important;
    text-decoration: underline
}

footer .bottom-footer ul.bottom-footer-ul {
    display: flex;
    gap: 12px;
    padding: 0;
    list-style: none;
    color: #000
}

@media(max-width: 992px) {
    footer .bottom-footer ul.bottom-footer-ul {
        justify-content: center
    }
}

@media(max-width: 768px) {
    footer .bottom-footer ul.bottom-footer-ul {
        flex-direction: column;
        align-items: center
    }
}

footer .bottom-footer ul.bottom-footer-ul li {
    color: #767f90;
    font-size: 14px
}

footer .bottom-footer ul.bottom-footer-ul li a {
    color: #767f90;
    font-size: 14px;
    text-decoration: underline
}

footer .bottom-footer ul.bottom-footer-ul li:last-child {
    position: relative;
    padding-left: 10px
}

footer .bottom-footer ul.bottom-footer-ul li span {
    position: absolute;
    top: 0;
    left: -2px;
    display: inline-block;
    padding-left: 0px;
    color: #767f90;
    font-size: 14px
}

@media(max-width: 768px) {
    footer .bottom-footer ul.bottom-footer-ul li span {
        display: none
    }
}

@media(max-width: 991px) {

    footer .logo-block,
    footer .links-wrap {
        width: 100%
    }

    footer .logo-block p {
        margin-bottom: 40px;
        width: 100%
    }

    footer .links-wrap {
        padding-top: 0
    }

    footer .social-store-wrap {
        display: inline-block;
        margin-top: 40px
    }

    footer .social-store-wrap .social-wrap {
        width: 100%;
        text-align: center
    }

    footer .social-store-wrap .store-wrap {
        margin: 25px auto 0 auto
    }

    footer .bottom-footer p {
        margin-bottom: 5px;
        text-align: center !important
    }
}

@media(max-width: 575px) {
    footer .social-store-wrap {
        margin-top: 0
    }

    footer .social-store-wrap .store-wrap {
        width: 260px;
        text-align: center
    }

    footer .social-store-wrap .store-wrap a {
        width: 100%;
        margin-bottom: 10px
    }

    footer .links-wrap {
        flex-wrap: wrap
    }

    footer .links-wrap .links-block {
        width: 50%;
        margin-bottom: 20px
    }
}

@media(max-width: 430px) {
    footer .links-wrap {
        flex-wrap: wrap
    }

    footer .links-wrap .links-block {
        width: 100%;
        margin-bottom: 20px
    }

    footer .social-store-wrap .store-wrap {
        width: 100%
    }
}

footer.non-menu-footer .social-store-wrap {
    display: block
}

footer.non-menu-footer .social-store-wrap .social-wrap {
    margin-top: 0
}

footer.non-menu-footer .social-store-wrap .store-wrap {
    margin-top: 30px
}

footer.non-menu-footer .logo-block {
    width: 500px
}

@media(max-width: 1199px) {
    footer.non-menu-footer .logo-block {
        width: 350px
    }
}

@media(max-width: 991px) {
    footer.non-menu-footer .logo-block {
        width: 100%;
        text-align: center
    }
}

footer.non-menu-footer .logo-block p {
    width: 100%
}

footer.non-menu-footer .links-wrap {
    margin-top: 10px;
    justify-content: space-around;
    width: calc(100% - 500px)
}

@media(max-width: 1199px) {
    footer.non-menu-footer .links-wrap {
        width: calc(100% - 350px)
    }
}

@media(max-width: 991px) {
    footer.non-menu-footer .links-wrap {
        width: 100%;
        flex-flow: column
    }

    footer.non-menu-footer .links-wrap .links-block,
    footer.non-menu-footer .links-wrap .social-store-wrap {
        width: 100%;
        text-align: center
    }
}

body {
    font-family: "Poppins", sans-serif
}

main .section-wrap {
    margin-top: 0
}

main .section-wrap .btn-primary {
    padding: 12px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background-color: #0075bd;
    transition: 0.3s all
}

main .section-wrap .btn-primary:hover,
main .section-wrap .btn-primary:focus,
main .section-wrap .btn-primary:active {
    background-color: #2a95d7
}

.banner-section {
    display: flex;
    width: 100%;
    height: calc(100vh - 73px);
    align-items: center;
    justify-content: center;
    background-image: url(../../images/new/career-fair-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

@media(max-width: 768px) {
    .banner-section .mobile-section-row {
        flex-direction: column-reverse
    }
}

.banner-section h1 {
    margin-top: 0;
    font-size: 60px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    background: -webkit-linear-gradient(#fff, #a8e1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 992px) {
    .banner-section h1 {
        margin-top: 50px;
        margin-bottom: 40px;
        font-size: 50px
    }
}

@media(max-width: 768px) {
    .banner-section h1 {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .banner-section h1 {
        font-size: 35px
    }
}

.banner-section .jobfair-stall {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -60px;
    width: 100%;
    height: 480px;
    background-image: url(../../images/new/stall-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media(min-height: 800px) {
    .banner-section .jobfair-stall {
        height: 650px
    }
}

@media(max-width: 1500px) {
    .banner-section .jobfair-stall {
        height: 470px
    }
}

@media(max-width: 1400px) {
    .banner-section .jobfair-stall {
        height: 450px
    }
}

@media(max-width: 992px) {
    .banner-section .jobfair-stall {
        height: 320px
    }
}

@media(max-width: 768px) {
    .banner-section .jobfair-stall {
        margin-top: 100px;
        height: 250px
    }
}

@media(max-width: 575px) {
    .banner-section .jobfair-stall {
        margin-top: 140px;
        height: 200px
    }
}

.banner-section .tag-msg-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    width: 100px;
    font-size: 15px;
    line-height: 20px;
    color: #343333;
    font-weight: 600;
    text-align: center;
    background: #eafffe;
    background: linear-gradient(180deg, rgb(234, 255, 254) 0%, rgb(94, 242, 255) 100%);
    border-radius: 10px
}

@media(max-width: 992px) {
    .banner-section .tag-msg-wrap {
        font-size: 12px;
        line-height: 16px
    }
}

@media(max-width: 575px) {
    .banner-section .tag-msg-wrap {
        font-size: 10px;
        line-height: 14px;
        width: 100px !important
    }
}

.banner-section .tag-msg-wrap.cost-tag-position {
    top: 170px;
    left: 120px
}

@media(min-height: 800px) {
    .banner-section .tag-msg-wrap.cost-tag-position {
        top: 170px
    }
}

@media(max-width: 1400px) {
    .banner-section .tag-msg-wrap.cost-tag-position {
        top: 140px;
        left: 60px
    }
}

@media(max-width: 1200px) {
    .banner-section .tag-msg-wrap.cost-tag-position {
        left: 0
    }
}

@media(max-width: 992px) {
    .banner-section .tag-msg-wrap.cost-tag-position {
        left: -20px;
        top: 90px
    }
}

@media(max-width: 768px) {
    .banner-section .tag-msg-wrap.cost-tag-position {
        top: 50px
    }
}

@media(max-width: 575px) {
    .banner-section .tag-msg-wrap.cost-tag-position {
        top: 10px;
        left: 72%;
        margin-left: -50px
    }
}

@media(max-width: 475px) {
    .banner-section .tag-msg-wrap.cost-tag-position {
        top: 10px;
        left: 77%;
        margin-left: -50px
    }
}

@media(max-width: 375px) {
    .banner-section .tag-msg-wrap.cost-tag-position {
        top: 10px;
        left: 70%;
        margin-left: -50px
    }
}

.banner-section .tag-msg-wrap.wider-tag-position {
    top: 80px;
    left: 280px
}

@media(min-height: 800px) {
    .banner-section .tag-msg-wrap.wider-tag-position {
        top: 130px
    }
}

@media(max-width: 1400px) {
    .banner-section .tag-msg-wrap.wider-tag-position {
        top: 60px;
        left: 220px
    }
}

@media(max-width: 1200px) {
    .banner-section .tag-msg-wrap.wider-tag-position {
        top: 70px;
        left: 170px
    }
}

@media(max-width: 992px) {
    .banner-section .tag-msg-wrap.wider-tag-position {
        top: 30px;
        left: 120px
    }
}

@media(max-width: 768px) {
    .banner-section .tag-msg-wrap.wider-tag-position {
        top: -20px;
        left: 50px
    }
}

@media(max-width: 575px) {
    .banner-section .tag-msg-wrap.wider-tag-position {
        top: -55px;
        left: 62%;
        margin-left: -50px
    }
}

@media(max-width: 475px) {
    .banner-section .tag-msg-wrap.wider-tag-position {
        top: -55px;
        left: 62%;
        margin-left: -50px
    }
}

@media(max-width: 375px) {
    .banner-section .tag-msg-wrap.wider-tag-position {
        top: -55px;
        left: 66%;
        margin-left: -50px
    }
}

.banner-section .tag-msg-wrap.convenience-tag-position {
    top: 50px;
    left: 503px;
    width: 150px
}

@media(min-height: 800px) {
    .banner-section .tag-msg-wrap.convenience-tag-position {
        top: 120px
    }
}

@media(max-width: 1400px) {
    .banner-section .tag-msg-wrap.convenience-tag-position {
        top: 50px;
        left: 430px
    }
}

@media(max-width: 1200px) {
    .banner-section .tag-msg-wrap.convenience-tag-position {
        top: 70px;
        left: 340px
    }
}

@media(max-width: 992px) {
    .banner-section .tag-msg-wrap.convenience-tag-position {
        top: 20px;
        left: 230px
    }
}

@media(max-width: 768px) {
    .banner-section .tag-msg-wrap.convenience-tag-position {
        top: 0px;
        left: 170px
    }
}

@media(max-width: 575px) {
    .banner-section .tag-msg-wrap.convenience-tag-position {
        top: 10px;
        left: 24%;
        margin-left: -50px;
        width: 110px
    }
}

@media(max-width: 475px) {
    .banner-section .tag-msg-wrap.convenience-tag-position {
        top: 10px;
        left: 19%;
        margin-left: -50px;
        width: 110px
    }
}

@media(max-width: 375px) {
    .banner-section .tag-msg-wrap.convenience-tag-position {
        top: 10px;
        left: 30%;
        margin-left: -50px;
        width: 110px
    }
}

.banner-section .tag-msg-wrap.environmental-tag-position {
    top: 70px;
    right: 380px;
    width: 180px
}

.banner-section .tag-msg-wrap.environmental-tag-position:before {
    left: 0;
    border-left: 0px solid rgba(0, 0, 0, 0);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-top: 30px solid #68f3ff
}

@media(max-width: 992px) {
    .banner-section .tag-msg-wrap.environmental-tag-position:before {
        left: 8px;
        border-left: 0px solid rgba(0, 0, 0, 0);
        border-right: 20px solid rgba(0, 0, 0, 0);
        border-top: 20px solid #68f3ff
    }
}

@media(min-height: 800px) {
    .banner-section .tag-msg-wrap.environmental-tag-position {
        top: 130px
    }
}

@media(max-width: 1400px) {
    .banner-section .tag-msg-wrap.environmental-tag-position {
        top: 60px;
        right: 280px
    }
}

@media(max-width: 1200px) {
    .banner-section .tag-msg-wrap.environmental-tag-position {
        top: 60px;
        right: 140px
    }
}

@media(max-width: 992px) {
    .banner-section .tag-msg-wrap.environmental-tag-position {
        top: 30px;
        right: 140px;
        width: 130px
    }
}

@media(max-width: 768px) {
    .banner-section .tag-msg-wrap.environmental-tag-position {
        top: -30px;
        right: 70px
    }
}

@media(max-width: 575px) {
    .banner-section .tag-msg-wrap.environmental-tag-position {
        top: 10px;
        left: 48%;
        margin-left: -50px
    }

    .banner-section .tag-msg-wrap.environmental-tag-position::before {
        top: 45px
    }
}

@media(max-width: 475px) {
    .banner-section .tag-msg-wrap.environmental-tag-position {
        top: 10px;
        left: 48%;
        margin-left: -50px
    }

    .banner-section .tag-msg-wrap.environmental-tag-position::before {
        top: 45px
    }
}

@media(max-width: 375px) {
    .banner-section .tag-msg-wrap.environmental-tag-position {
        top: -55px;
        left: 33%;
        margin-left: -50px
    }

    .banner-section .tag-msg-wrap.environmental-tag-position::before {
        top: 45px
    }
}

.banner-section .tag-msg-wrap.time-tag-position {
    top: 130px;
    right: 240px;
    width: 100px
}

@media(min-height: 800px) {
    .banner-section .tag-msg-wrap.time-tag-position {
        top: 200px
    }
}

@media(max-width: 1400px) {
    .banner-section .tag-msg-wrap.time-tag-position {
        top: 150px;
        right: 180px
    }
}

@media(max-width: 1200px) {
    .banner-section .tag-msg-wrap.time-tag-position {
        top: 140px;
        right: 100px
    }
}

@media(max-width: 992px) {
    .banner-section .tag-msg-wrap.time-tag-position {
        top: 90px;
        right: 80px
    }
}

@media(max-width: 768px) {
    .banner-section .tag-msg-wrap.time-tag-position {
        top: 40px;
        right: 50px
    }
}

@media(max-width: 575px) {
    .banner-section .tag-msg-wrap.time-tag-position {
        left: 38%;
        top: -55px;
        margin-left: -50px
    }
}

@media(max-width: 475px) {
    .banner-section .tag-msg-wrap.time-tag-position {
        top: -55px;
        left: 33%;
        margin-left: -50px
    }
}

@media(max-width: 375px) {
    .banner-section .tag-msg-wrap.time-tag-position {
        top: -120px;
        left: 50%;
        margin-left: -50px
    }
}

.banner-section .btn-events {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 34px;
    width: auto;
    max-width: unset;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #fff;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.banner-section .btn-events .right-arrow {
    display: inline-block;
    height: 25px;
    margin-left: 8px;
    transition: transform .3s ease-out
}

.banner-section .btn-events:hover .right-arrow {
    transform: translateX(4px)
}

@media(min-width: 992px) {
    .banner-section .btn-events {
        margin-top: -10px
    }
}

.banner-section .btn-events.btn-events-mobile {
    display: flex;
    padding: 8px 30px;
    font-size: 14px
}

@media(min-width: 768px) {
    .banner-section .btn-events.btn-events-mobile {
        display: none
    }
}

.banner-section .btn-events.btn-events-desktop {
    display: none
}

@media(min-width: 768px) {
    .banner-section .btn-events.btn-events-desktop {
        display: flex
    }
}

@media(min-height: 400px)and (max-height: 600px)and (max-width: 992px) {
    .banner-section .jobfair-stall {
        margin-top: 50px;
        height: 200px
    }

    .banner-section h1 {
        font-size: 40px
    }

    .banner-section .btn-events {
        padding: 8px 20px;
        font-size: 14px
    }
}

.partners-section {
    padding: 50px 0 !important;
    padding-bottom: 60px !important
}

.partners-section .logo-wrap {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: auto auto;
    gap: 15px
}

.partners-section .logo-wrap .logo-block {
    width: 200px;
    height: 150px;
    border: 1px solid #e0e0e0
}

@media(max-width: 992px) {
    .partners-section .logo-wrap .logo-block {
        width: 150px;
        height: 100px
    }
}

.partners-section .logo-wrap .logo-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    margin: 0 auto;
    text-align: center
}

.partners-section .logo-wrap .logo-block a img {
    height: 110px
}

@media(max-width: 992px) {
    .partners-section .logo-wrap .logo-block a img {
        height: 70px
    }
}

.section-wrap .btn-wrap {
    display: flex;
    gap: 10px
}

@media(max-width: 992px) {
    .section-wrap .btn-wrap {
        margin: 0 auto;
        width: 360px
    }
}

@media(max-width: 450px) {
    .section-wrap .btn-wrap {
        flex-direction: column;
        gap: 15px;
        width: 100%
    }

    .section-wrap .btn-wrap .btn {
        margin: 0 auto !important;
        min-width: 170px
    }

    .section-wrap .btn-wrap .btn.inquire-btn {
        margin-top: 15px !important
    }
}

.vjf-section {
    padding: 80px 0;
    background-color: #f8f9f9
}

.vjf-section .vjf-left-block {
    text-align: center
}

.vjf-section .vjf-left-block img {
    width: 70%
}

@media(max-width: 992px) {
    .vjf-section .vjf-left-block {
        margin-bottom: 25px;
        width: 100%
    }

    .vjf-section .vjf-left-block img {
        width: 50%
    }
}

.vjf-section .vjf-right-block {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.vjf-section .vjf-right-block h2 {
    margin-bottom: 25px;
    font-weight: 600;
    color: #252525
}

.vjf-section .vjf-right-block p {
    color: #6b7994;
    text-align: justify
}

.vjf-section .vjf-right-block .btn-primary {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 10px 30px;
    max-width: 190px;
    min-width: 190px
}

.vjf-section .vjf-right-block .btn-primary .right-arrow {
    height: 25px;
    margin-left: 5px;
    transition: transform .3s ease-out
}

.vjf-section .vjf-right-block .btn-primary:hover .right-arrow {
    transform: translateX(4px)
}

.vjf-section .vjf-right-block .btn-primary.inquire-btn {
    border: 2px solid #58BDE2;
    background-color: rgba(0, 0, 0, 0);
    color: #58BDE2
}

.vjf-section .vjf-right-block .btn-primary.inquire-btn:hover,
.vjf-section .vjf-right-block .btn-primary.inquire-btn:focus,
.vjf-section .vjf-right-block .btn-primary.inquire-btn:active {
    background-color: #58BDE2;
    color: #fff
}

@media(max-width: 992px) {
    .vjf-section .vjf-right-block .btn-primary {
        margin: 10px auto;
        padding: 10px 30px;
        font-size: 14px
    }
}

@media(max-width: 992px) {
    .vjf-section .vjf-right-block {
        width: 100%
    }

    .vjf-section .vjf-right-block h2,
    .vjf-section .vjf-right-block p {
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center
    }
}

.services-section {
    padding: 80px 0 80px 0
}

@media(max-width: 575px) {
    .services-section .text-wrap {
        margin-bottom: 20px;
        text-align: center
    }
}

.services-section .text-wrap h3 {
    position: relative;
    color: #000612;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px
}

.services-section .text-wrap h3 span {
    color: #36b4e5;
    font-size: 38px
}

@media(max-width: 575px) {
    .services-section .text-wrap h3 {
        font-size: 28px
    }

    .services-section .text-wrap h3 span {
        font-size: 28px
    }
}

.services-section .text-wrap h3:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 6px;
    background-color: #3c8ac5
}

@media(max-width: 575px) {
    .services-section .text-wrap h3:after {
        left: 50%;
        margin-left: -40px
    }
}

.services-section .service-block-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: space-around;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px
}

@media(max-width: 992px) {
    .services-section .service-block-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .services-section .service-block-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center
    }
}

.services-section .service-block-wrap .service-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    width: 100%;
    height: 380px;
    background-color: #e5edf5;
    border-radius: 20px;
    overflow: hidden
}

@media(max-width: 575px) {
    .services-section .service-block-wrap .service-block {
        width: 300px
    }
}

.services-section .service-block-wrap .service-block h4 {
    color: #6b7994;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify
}

@media(max-width: 1200px) {
    .services-section .service-block-wrap {
        max-width: 100%
    }
}

.benefits-section {
    padding: 0 0 50px 0
}

.benefits-section h2 {
    margin-bottom: 50px;
    font-weight: 600;
    color: #252525;
    text-align: center
}

.benefits-section h2 span {
    color: #36b4e5
}

.benefits-section .benefits-block-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px
}

@media(max-width: 1200px) {
    .benefits-section .benefits-block-wrap {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 768px) {
    .benefits-section .benefits-block-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .benefits-section .benefits-block-wrap {
        text-align: center
    }
}

@media(max-width: 450px) {
    .benefits-section .benefits-block-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.benefits-section .benefits-block-wrap .benefits-block h4 {
    margin: 15px 0 10px 0;
    font-size: 24px;
    color: #000612;
    font-weight: 600
}

.benefits-section .benefits-block-wrap .benefits-block p {
    margin-top: 40px;
    font-size: 16px;
    color: #6b7994;
    text-align: justify
}

.event-section {
    padding-bottom: 80px !important
}

@media(max-width: 575px) {
    .event-section {
        padding: 0 15px
    }
}

.event-section .event-wrap {
    padding: 40px 30px;
    width: 100%;
    text-align: center;
    background-color: #eefdff;
    border-radius: 10px
}

@media(max-width: 575px) {
    .event-section .event-wrap {
        padding: 30px 20px
    }
}

.event-section .event-wrap p {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
    color: #102c48
}

@media(max-width: 575px) {
    .event-section .event-wrap p {
        max-width: 100%
    }
}

.event-section .event-wrap .btn-wrap {
    display: flex;
    width: 400px;
    margin: 0 auto;
    gap: 15px
}

@media(max-width: 450px) {
    .event-section .event-wrap .btn-wrap {
        width: 100%;
        flex-direction: column
    }
}

.event-section .event-wrap .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #58BDE2;
    transition: .3s all;
    width: auto;
    padding: 10px 30px;
    max-width: 190px;
    min-width: 190px
}

.event-section .event-wrap .btn-primary .right-arrow {
    height: 25px;
    margin-left: 5px;
    transition: transform .3s ease-out
}

.event-section .event-wrap .btn-primary:hover .right-arrow {
    transform: translateX(4px)
}

.event-section .event-wrap .btn-primary:hover,
.event-section .event-wrap .btn-primary:focus,
.event-section .event-wrap .btn-primary:active {
    background-color: #2a95d7
}

@media(max-width: 992px) {
    .event-section .event-wrap .btn-primary {
        padding: 10px 30px;
        margin: 0 auto;
        font-size: 14px
    }
}

.event-section .event-wrap .btn-primary.inquire-btn {
    border: 2px solid #58BDE2;
    background-color: rgba(0, 0, 0, 0);
    color: #58BDE2
}

.event-section .event-wrap .btn-primary.inquire-btn:hover,
.event-section .event-wrap .btn-primary.inquire-btn:focus,
.event-section .event-wrap .btn-primary.inquire-btn:active {
    background-color: #58BDE2;
    color: #fff
}

.sticky-cookie-notice {
    position: -webkit-fixed;
    position: fixed;
    left: 0;
    right: 0;
    height: auto;
    min-height: 21px;
    z-index: 2147483647;
    background: #0040ab;
    color: #fff;
    line-height: 21px;
    padding: 10px 20px;
    text-align: left;
    bottom: 0;
    opacity: 1
}

.cookie-notice-text {
    padding: 5px 0 5px 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px
}

.cookie-accept-btn {
    float: right;
    display: block;
    padding: 5px 8px;
    min-width: 100px;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background: #0074c8;
    text-align: center;
    border: none;
    font-size: 14px
}

.hide {
    display: none !important
}

#particle-container {
    position: relative
}

.particle {
    position: absolute;
    border-radius: 50%
}

@-webkit-keyframes particle-animation-1 {
    100% {
        transform: translate3d(70vw, 90vh, 55px)
    }
}

@keyframes particle-animation-1 {
    100% {
        transform: translate3d(70vw, 90vh, 55px)
    }
}

.particle:nth-child(1) {
    -webkit-animation: particle-animation-1 60s infinite;
    animation: particle-animation-1 60s infinite;
    opacity: .25;
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform: translate3d(85vw, 33vh, 34px);
    background: #fff
}

@-webkit-keyframes particle-animation-2 {
    100% {
        transform: translate3d(33vw, 8vh, 47px)
    }
}

@keyframes particle-animation-2 {
    100% {
        transform: translate3d(33vw, 8vh, 47px)
    }
}

.particle:nth-child(2) {
    -webkit-animation: particle-animation-2 60s infinite;
    animation: particle-animation-2 60s infinite;
    opacity: .51;
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    transform: translate3d(62vw, 39vh, 49px);
    background: #fff
}

@-webkit-keyframes particle-animation-3 {
    100% {
        transform: translate3d(29vw, 79vh, 29px)
    }
}

@keyframes particle-animation-3 {
    100% {
        transform: translate3d(29vw, 79vh, 29px)
    }
}

.particle:nth-child(3) {
    -webkit-animation: particle-animation-3 60s infinite;
    animation: particle-animation-3 60s infinite;
    opacity: .85;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    transform: translate3d(59vw, 77vh, 99px);
    background: #fff
}

@-webkit-keyframes particle-animation-4 {
    100% {
        transform: translate3d(65vw, 83vh, 1px)
    }
}

@keyframes particle-animation-4 {
    100% {
        transform: translate3d(65vw, 83vh, 1px)
    }
}

.particle:nth-child(4) {
    -webkit-animation: particle-animation-4 60s infinite;
    animation: particle-animation-4 60s infinite;
    opacity: .86;
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    transform: translate3d(88vw, 69vh, 73px);
    background: #fff
}

@-webkit-keyframes particle-animation-5 {
    100% {
        transform: translate3d(50vw, 27vh, 52px)
    }
}

@keyframes particle-animation-5 {
    100% {
        transform: translate3d(50vw, 27vh, 52px)
    }
}

.particle:nth-child(5) {
    -webkit-animation: particle-animation-5 60s infinite;
    animation: particle-animation-5 60s infinite;
    opacity: .57;
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    transform: translate3d(34vw, 45vh, 16px);
    background: #fff
}

@-webkit-keyframes particle-animation-6 {
    100% {
        transform: translate3d(9vw, 71vh, 57px)
    }
}

@keyframes particle-animation-6 {
    100% {
        transform: translate3d(9vw, 71vh, 57px)
    }
}

.particle:nth-child(6) {
    -webkit-animation: particle-animation-6 60s infinite;
    animation: particle-animation-6 60s infinite;
    opacity: .44;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    transform: translate3d(86vw, 27vh, 18px);
    background: #fff
}

@-webkit-keyframes particle-animation-7 {
    100% {
        transform: translate3d(85vw, 19vh, 66px)
    }
}

@keyframes particle-animation-7 {
    100% {
        transform: translate3d(85vw, 19vh, 66px)
    }
}

.particle:nth-child(7) {
    -webkit-animation: particle-animation-7 60s infinite;
    animation: particle-animation-7 60s infinite;
    opacity: 1;
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
    transform: translate3d(70vw, 29vh, 53px);
    background: #fff
}

@-webkit-keyframes particle-animation-8 {
    100% {
        transform: translate3d(35vw, 76vh, 34px)
    }
}

@keyframes particle-animation-8 {
    100% {
        transform: translate3d(35vw, 76vh, 34px)
    }
}

.particle:nth-child(8) {
    -webkit-animation: particle-animation-8 60s infinite;
    animation: particle-animation-8 60s infinite;
    opacity: .21;
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
    transform: translate3d(23vw, 32vh, 27px);
    background: #fff
}

@-webkit-keyframes particle-animation-9 {
    100% {
        transform: translate3d(43vw, 40vh, 81px)
    }
}

@keyframes particle-animation-9 {
    100% {
        transform: translate3d(43vw, 40vh, 81px)
    }
}

.particle:nth-child(9) {
    -webkit-animation: particle-animation-9 60s infinite;
    animation: particle-animation-9 60s infinite;
    opacity: .15;
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
    transform: translate3d(60vw, 77vh, 39px);
    background: #fff
}

@-webkit-keyframes particle-animation-10 {
    100% {
        transform: translate3d(64vw, 43vh, 69px)
    }
}

@keyframes particle-animation-10 {
    100% {
        transform: translate3d(64vw, 43vh, 69px)
    }
}

.particle:nth-child(10) {
    -webkit-animation: particle-animation-10 60s infinite;
    animation: particle-animation-10 60s infinite;
    opacity: .19;
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    transform: translate3d(58vw, 65vh, 42px);
    background: #fff
}

@-webkit-keyframes particle-animation-11 {
    100% {
        transform: translate3d(57vw, 60vh, 57px)
    }
}

@keyframes particle-animation-11 {
    100% {
        transform: translate3d(57vw, 60vh, 57px)
    }
}

.particle:nth-child(11) {
    -webkit-animation: particle-animation-11 60s infinite;
    animation: particle-animation-11 60s infinite;
    opacity: .43;
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    transform: translate3d(23vw, 80vh, 87px);
    background: #fff
}

@-webkit-keyframes particle-animation-12 {
    100% {
        transform: translate3d(31vw, 62vh, 49px)
    }
}

@keyframes particle-animation-12 {
    100% {
        transform: translate3d(31vw, 62vh, 49px)
    }
}

.particle:nth-child(12) {
    -webkit-animation: particle-animation-12 60s infinite;
    animation: particle-animation-12 60s infinite;
    opacity: .27;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
    transform: translate3d(86vw, 73vh, 14px);
    background: #fff
}

@-webkit-keyframes particle-animation-13 {
    100% {
        transform: translate3d(17vw, 31vh, 19px)
    }
}

@keyframes particle-animation-13 {
    100% {
        transform: translate3d(17vw, 31vh, 19px)
    }
}

.particle:nth-child(13) {
    -webkit-animation: particle-animation-13 60s infinite;
    animation: particle-animation-13 60s infinite;
    opacity: .17;
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
    transform: translate3d(12vw, 48vh, 23px);
    background: #fff
}

@-webkit-keyframes particle-animation-14 {
    100% {
        transform: translate3d(64vw, 5vh, 17px)
    }
}

@keyframes particle-animation-14 {
    100% {
        transform: translate3d(64vw, 5vh, 17px)
    }
}

.particle:nth-child(14) {
    -webkit-animation: particle-animation-14 60s infinite;
    animation: particle-animation-14 60s infinite;
    opacity: .81;
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
    transform: translate3d(89vw, 62vh, 94px);
    background: #fff
}

@-webkit-keyframes particle-animation-15 {
    100% {
        transform: translate3d(38vw, 39vh, 75px)
    }
}

@keyframes particle-animation-15 {
    100% {
        transform: translate3d(38vw, 39vh, 75px)
    }
}

.particle:nth-child(15) {
    -webkit-animation: particle-animation-15 60s infinite;
    animation: particle-animation-15 60s infinite;
    opacity: .58;
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    transform: translate3d(61vw, 25vh, 36px);
    background: #fff
}

@-webkit-keyframes particle-animation-16 {
    100% {
        transform: translate3d(42vw, 90vh, 77px)
    }
}

@keyframes particle-animation-16 {
    100% {
        transform: translate3d(42vw, 90vh, 77px)
    }
}

.particle:nth-child(16) {
    -webkit-animation: particle-animation-16 60s infinite;
    animation: particle-animation-16 60s infinite;
    opacity: .24;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -3.2s;
    animation-delay: -3.2s;
    transform: translate3d(23vw, 76vh, 65px);
    background: #fff
}

@-webkit-keyframes particle-animation-17 {
    100% {
        transform: translate3d(41vw, 80vh, 46px)
    }
}

@keyframes particle-animation-17 {
    100% {
        transform: translate3d(41vw, 80vh, 46px)
    }
}

.particle:nth-child(17) {
    -webkit-animation: particle-animation-17 60s infinite;
    animation: particle-animation-17 60s infinite;
    opacity: .81;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -3.4s;
    animation-delay: -3.4s;
    transform: translate3d(4vw, 10vh, 97px);
    background: #fff
}

@-webkit-keyframes particle-animation-18 {
    100% {
        transform: translate3d(13vw, 20vh, 33px)
    }
}

@keyframes particle-animation-18 {
    100% {
        transform: translate3d(13vw, 20vh, 33px)
    }
}

.particle:nth-child(18) {
    -webkit-animation: particle-animation-18 60s infinite;
    animation: particle-animation-18 60s infinite;
    opacity: .39;
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
    transform: translate3d(7vw, 27vh, 22px);
    background: #fff
}

@-webkit-keyframes particle-animation-19 {
    100% {
        transform: translate3d(78vw, 10vh, 4px)
    }
}

@keyframes particle-animation-19 {
    100% {
        transform: translate3d(78vw, 10vh, 4px)
    }
}

.particle:nth-child(19) {
    -webkit-animation: particle-animation-19 60s infinite;
    animation: particle-animation-19 60s infinite;
    opacity: .85;
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -3.8s;
    animation-delay: -3.8s;
    transform: translate3d(71vw, 8vh, 11px);
    background: #fff
}

@-webkit-keyframes particle-animation-20 {
    100% {
        transform: translate3d(48vw, 83vh, 44px)
    }
}

@keyframes particle-animation-20 {
    100% {
        transform: translate3d(48vw, 83vh, 44px)
    }
}

.particle:nth-child(20) {
    -webkit-animation: particle-animation-20 60s infinite;
    animation: particle-animation-20 60s infinite;
    opacity: .66;
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    transform: translate3d(36vw, 46vh, 62px);
    background: #fff
}

@-webkit-keyframes particle-animation-21 {
    100% {
        transform: translate3d(56vw, 47vh, 90px)
    }
}

@keyframes particle-animation-21 {
    100% {
        transform: translate3d(56vw, 47vh, 90px)
    }
}

.particle:nth-child(21) {
    -webkit-animation: particle-animation-21 60s infinite;
    animation: particle-animation-21 60s infinite;
    opacity: .71;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -4.2s;
    animation-delay: -4.2s;
    transform: translate3d(22vw, 32vh, 14px);
    background: #fff
}

@-webkit-keyframes particle-animation-22 {
    100% {
        transform: translate3d(25vw, 78vh, 55px)
    }
}

@keyframes particle-animation-22 {
    100% {
        transform: translate3d(25vw, 78vh, 55px)
    }
}

.particle:nth-child(22) {
    -webkit-animation: particle-animation-22 60s infinite;
    animation: particle-animation-22 60s infinite;
    opacity: .4;
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -4.4s;
    animation-delay: -4.4s;
    transform: translate3d(18vw, 38vh, 41px);
    background: #fff
}

@-webkit-keyframes particle-animation-23 {
    100% {
        transform: translate3d(61vw, 87vh, 33px)
    }
}

@keyframes particle-animation-23 {
    100% {
        transform: translate3d(61vw, 87vh, 33px)
    }
}

.particle:nth-child(23) {
    -webkit-animation: particle-animation-23 60s infinite;
    animation: particle-animation-23 60s infinite;
    opacity: .62;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -4.6s;
    animation-delay: -4.6s;
    transform: translate3d(65vw, 76vh, 14px);
    background: #fff
}

@-webkit-keyframes particle-animation-24 {
    100% {
        transform: translate3d(80vw, 27vh, 57px)
    }
}

@keyframes particle-animation-24 {
    100% {
        transform: translate3d(80vw, 27vh, 57px)
    }
}

.particle:nth-child(24) {
    -webkit-animation: particle-animation-24 60s infinite;
    animation: particle-animation-24 60s infinite;
    opacity: .27;
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s;
    transform: translate3d(33vw, 53vh, 82px);
    background: #fff
}

@-webkit-keyframes particle-animation-25 {
    100% {
        transform: translate3d(3vw, 5vh, 17px)
    }
}

@keyframes particle-animation-25 {
    100% {
        transform: translate3d(3vw, 5vh, 17px)
    }
}

.particle:nth-child(25) {
    -webkit-animation: particle-animation-25 60s infinite;
    animation: particle-animation-25 60s infinite;
    opacity: .97;
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    transform: translate3d(16vw, 66vh, 29px);
    background: #fff
}

@-webkit-keyframes particle-animation-26 {
    100% {
        transform: translate3d(72vw, 62vh, 93px)
    }
}

@keyframes particle-animation-26 {
    100% {
        transform: translate3d(72vw, 62vh, 93px)
    }
}

.particle:nth-child(26) {
    -webkit-animation: particle-animation-26 60s infinite;
    animation: particle-animation-26 60s infinite;
    opacity: .14;
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -5.2s;
    animation-delay: -5.2s;
    transform: translate3d(14vw, 6vh, 70px);
    background: #fff
}

@-webkit-keyframes particle-animation-27 {
    100% {
        transform: translate3d(85vw, 90vh, 94px)
    }
}

@keyframes particle-animation-27 {
    100% {
        transform: translate3d(85vw, 90vh, 94px)
    }
}

.particle:nth-child(27) {
    -webkit-animation: particle-animation-27 60s infinite;
    animation: particle-animation-27 60s infinite;
    opacity: .2;
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -5.4s;
    animation-delay: -5.4s;
    transform: translate3d(82vw, 90vh, 37px);
    background: #fff
}

@-webkit-keyframes particle-animation-28 {
    100% {
        transform: translate3d(7vw, 33vh, 62px)
    }
}

@keyframes particle-animation-28 {
    100% {
        transform: translate3d(7vw, 33vh, 62px)
    }
}

.particle:nth-child(28) {
    -webkit-animation: particle-animation-28 60s infinite;
    animation: particle-animation-28 60s infinite;
    opacity: .81;
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -5.6s;
    animation-delay: -5.6s;
    transform: translate3d(81vw, 26vh, 25px);
    background: #fff
}

@-webkit-keyframes particle-animation-29 {
    100% {
        transform: translate3d(60vw, 71vh, 8px)
    }
}

@keyframes particle-animation-29 {
    100% {
        transform: translate3d(60vw, 71vh, 8px)
    }
}

.particle:nth-child(29) {
    -webkit-animation: particle-animation-29 60s infinite;
    animation: particle-animation-29 60s infinite;
    opacity: .9;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -5.8s;
    animation-delay: -5.8s;
    transform: translate3d(63vw, 19vh, 9px);
    background: #fff
}

@-webkit-keyframes particle-animation-30 {
    100% {
        transform: translate3d(61vw, 26vh, 41px)
    }
}

@keyframes particle-animation-30 {
    100% {
        transform: translate3d(61vw, 26vh, 41px)
    }
}

.particle:nth-child(30) {
    -webkit-animation: particle-animation-30 60s infinite;
    animation: particle-animation-30 60s infinite;
    opacity: .46;
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
    transform: translate3d(5vw, 79vh, 96px);
    background: #fff
}

header {
    z-index: 13
}

@-webkit-keyframes floating {
    from {
        transform: translate(0, 0px)
    }

    65% {
        transform: translate(0, 15px)
    }

    to {
        transform: translate(0, 0px)
    }
}

@keyframes floating {
    from {
        transform: translate(0, 0px)
    }

    65% {
        transform: translate(0, 15px)
    }

    to {
        transform: translate(0, 0px)
    }
}

.navbar.new-theme-header.cls-wb-header .cls-candidate-logged .cls-notifications {
    top: 4px !important
}

@media(max-width: 992px) {
    .navbar.new-theme-header.cls-wb-header .navbar-brand {
        width: calc(100% - 175px) !important
    }

    .offcanvas-backdrop {
        display: none
    }

    .navbar.new-theme-header .container {
        justify-content: unset
    }
}

/*# sourceMappingURL=live-career-fair.min.css.map */