@charset "UTF-8";

:root {
    --main-color: #1967d2
}

.mb0 {
    margin-bottom: 0
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.c-pointer {
    cursor: pointer
}

.pt40 {
    padding-top: 40px
}

.ptb60 {
    padding: 60px 0 30px
}

.mb40 {
    margin-bottom: 40px
}

.bg-fafafa {
    background: #fafafa
}

.bg-cover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.border-radius-8 {
    border-radius: 8px
}

.c-white {
    color: #fff
}

.fw-600 {
    font-weight: 600
}

.fw-500 {
    font-weight: 500
}

.div-4-3 {
    padding-top: 75%
}

.div-16-9 {
    padding-top: 56.25%
}

.div-70s {
    height: 70px;
    width: 70px
}

.c-62646a {
    color: #62646a
}

.c-7a7d85 {
    color: #7a7d85
}

.c-222325 {
    color: #222325
}

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

.fs-18 {
    font-size: 18px
}

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

.input-number-group {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.input-number-group span.input {
    display: inline-block;
    min-width: 40px;
    text-align: center
}

.input-number-group i {
    color: #3490dc;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 24px
}

.alert-text.danger {
    color: #e3342f
}

.alert-text.success {
    color: #38c172
}

.btn {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition: background .2s, color .2s
}

.btn.btn-group-sm>.btn,
.btn.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn.btn-primary {
    background: #5191fa
}

.btn.btn-danger {
    background: #fa5636
}

.btn.btn-danger:hover {
    background: #e65335
}

.padding-content {
    padding: 60px 0
}

.mt20 {
    margin-top: 20px
}

.full-page {
    height: 100%
}

.map-loading {
    background: hsla(0, 0%, 100%, .5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.map-loading .st-loader {
    animation: st-load 1.8s ease-in-out infinite;
    background: #5191fa;
    border-radius: 5px;
    height: 6px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px
}

.map-loading .st-loader:before {
    background: #fa5636;
    left: 10px;
    margin-left: -20px;
    top: -20px;
    width: 40px
}

.map-loading .st-loader:after,
.map-loading .st-loader:before {
    animation: st-load 1.8s ease-in-out infinite;
    border-radius: 5px;
    content: "";
    display: block;
    height: 6px;
    position: absolute
}

.map-loading .st-loader:after {
    background: #ffab53;
    bottom: -20px;
    margin-left: -17px;
    width: 35px
}

@keyframes st-load {
    0% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(-30px)
    }

    to {
        transform: translateX(40px)
    }
}

.thumb-image {
    background: linear-gradient(118deg, #f6f9fb, #e2ebef);
    display: block;
    overflow: hidden;
    padding-bottom: 69%;
    position: relative;
    width: 100%
}

.thumb-image img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.blog-breadcrumb {
    border-bottom: 1px solid #eaeef3;
    padding: 20px 0
}

.blog-breadcrumb ul {
    background: #fff;
    display: block;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%
}

.blog-breadcrumb ul li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 0
}

.blog-breadcrumb ul li a {
    color: #1a2b48;
    display: block;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none
}

.blog-breadcrumb ul li.active {
    color: #5e6d77
}

.blog-breadcrumb ul li:first-child {
    padding-left: 0
}

.blog-breadcrumb ul li:not(:last-child):after {
    background: #eaeef3;
    content: "";
    height: 4px;
    margin-top: -2px;
    position: absolute;
    right: -2px;
    top: 50%;
    width: 4px;
    z-index: 1
}

.booking_cookie_agreement {
    align-items: baseline;
    background-color: #645862;
    color: #fff;
    display: flex;
    z-index: 999999 !important
}

.booking_cookie_agreement .content-cookie {
    flex: 1 1
}

.booking_cookie_agreement .content-cookie p {
    color: #fff;
    margin-bottom: 0
}

.booking_cookie_agreement .content-cookie a {
    color: #00bcd4
}

.booking_cookie_agreement .save-cookie {
    background-color: #f1d700;
    border-radius: .5rem;
    color: #000;
    cursor: pointer;
    padding: .5rem
}

.open-hour-item {
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
    padding: 9px 0
}

.open-hour-item.current,
.open-hour-item.current strong {
    color: #fa5636
}

.open-hour-item:last-child {
    border-bottom: 0
}

.panel {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(63, 63, 68, .05), 0 1px 3px 0 rgba(63, 63, 68, .15);
    margin-bottom: 20px
}

.panel .panel-title {
    border-bottom: 1px solid #dfe4e8;
    padding: 14px 20px;
    position: relative
}

.panel .panel-title .panel-toggle {
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 10px
}

.panel .panel-body {
    padding: 20px
}

.panel .panel-body.pd15 {
    padding: 15px
}

.panel .panel-body .tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 20px 20px 5px
}

.panel:last-child {
    margin-bottom: 0
}

.panel .panel-footer {
    background: #f7f7f7;
    border-top: 1px solid #dfe4e8;
    padding: 10px 15px
}

.panel-body-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.avatar-cover {
    background-position: 50%;
    background-size: cover
}

.job-overview .icon {
    padding: 3px
}

.sort-by .bc-form-order {
    align-items: center;
    display: flex
}

.wrapper-submit {
    padding-bottom: 20px
}

.wrapper-submit button {
    width: 100%
}

.ls-pagination {
    text-align: center
}

.ls-pagination li span {
    border-radius: 50%;
    color: #696969;
    display: block;
    position: relative;
    transition: all .3s ease
}

.ls-pagination li.active span {
    background: #1967d2;
    color: #fff
}

.job-block .job-info li:last-child {
    margin-right: 0
}

.hero-banner-style-1 .info_block,
.hero-banner-style-1 .info_block_three,
.hero-banner-style-1 .info_block_two {
    background: transparent;
    box-shadow: none;
    padding: 0
}

.banner-section-three .chosen-container-single .chosen-single {
    background: #fff;
    color: #696969;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    line-height: 20px;
    padding: 5px 40px 5px 0;
    position: relative;
    width: 100%
}

.banner-section-three .chosen-container-active .chosen-drop {
    background: #fff;
    border: 1px solid #ecedf2 !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    padding-top: 10px !important
}

.banner-section-three .job-search-form-two {
    z-index: 1
}

.bc-preload:after,
.bc-preload:before {
    display: none
}

.bc-preload .text {
    color: #1967d2;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    letter-spacing: 2px;
    margin: 40px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 150px
}

.bc-preload .icon {
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px
}

.bc-page-404 {
    padding-top: 100px
}

.bc-page-404 .on-no-text {
    color: #000;
    font-size: 150px;
    line-height: 1.2
}

.bc-page-404 .title-404 {
    font-size: 26px;
    margin-bottom: 10px
}

.bc-page-404 .error-desc {
    font-size: 18px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .bc-page-404 {
        padding-top: 60px
    }

    .bc-page-404 .on-no-text {
        font-size: 120px
    }
}

.bc-alert-popup {
    font-size: 14px;
    position: fixed;
    right: 20px;
    top: 120px;
    transform: translateX(140%);
    transition: all .4s ease-in-out 0s;
    z-index: 999
}

.bc-alert-popup.active {
    transform: translateX(0)
}

.bc-alert-popup .message-box {
    min-height: 60px;
    padding: 15px 30px
}

#apply-job-modal {
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    margin: 0 auto;
    max-width: 600px;
    min-height: 400px;
    overflow: visible;
    padding: 40px
}

.apply-job-form .form-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center
}

.apply-job-form .select-cv {
    margin-bottom: 30px;
    text-align: center
}

.apply-job-form .wrapper-file-action {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px
}

.apply-job-form .wrapper-file-action .item-file-cv {
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%
}

.apply-job-form .wrapper-file-action .item-file-cv [type=radio] {
    display: none
}

.apply-job-form .wrapper-file-action .item-file-cv .candidate-detail-cv {
    background-color: rgba(25, 103, 210, .15);
    border-radius: 4px;
    color: #1967d2;
    cursor: pointer;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 15px;
    transition: all .4s ease-in-out 0s;
    white-space: nowrap
}

.apply-job-form .wrapper-file-action .item-file-cv .candidate-detail-cv .icon_type {
    display: inline-block;
    float: right;
    font-size: 32px;
    padding-top: 10px;
    position: relative;
    right: -5px
}

.apply-job-form .wrapper-file-action .item-file-cv .candidate-detail-cv .filename {
    display: block
}

.apply-job-form .wrapper-file-action .item-file-cv .candidate-detail-cv .extension {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase
}

.apply-job-form .wrapper-file-action .item-file-cv [type=radio]:checked+.candidate-detail-cv {
    background-color: #1967d2;
    color: #fff
}

.apply-job-form input[type=checkbox]:checked:before {
    display: none
}

.apply-job-form button[type=submit] {
    display: block;
    width: 100%
}

.apply-job-form .loading .icon-loading {
    display: inline-block
}

.apply-job-form .apply-alert {
    justify-content: center;
    min-height: auto;
    padding: 15px 30px
}

.job-expired {
    font-size: 20px;
    font-weight: 500
}

.bc-drag-area {
    background: #fcfcfc;
    border: 2px dashed rgba(25, 103, 210, .15);
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    transition: all .3s
}

.bc-drag-area button[type=button] {
    padding: 25px;
    width: 100%
}

.bc-drag-area .remove-file {
    display: none
}

.bc-drag-area.active {
    background: #f0f5f7
}

.bc-drag-area.has-file .remove-file {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.company-v2 .company-logo img {
    width: 100%
}

.logo img {
    max-height: 50px
}

.job-block .company-logo {
    height: 50px
}

.job-block .company-logo img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.category-block .content.no-icon {
    padding-left: 0
}

@media (max-width:1024px) {
    .mm-menu_fullscreen.mm-menu_position-bottom {
        top: 80px
    }

    .logo img {
        max-height: 40px
    }
}

.mw-80 {
    height: auto;
    max-width: 80px
}

.bravo-pagination li {
    list-style: none !important
}

.bravo-reviews .review-user-name {
    color: #1967d2
}

.apply-out {
    max-width: 300px
}

.job-overview-two li {
    padding-right: 10px
}

.portfolio-outer .image {
    height: 0;
    padding-bottom: 80%;
    position: relative;
    width: 100%
}

.portfolio-outer .image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.login-item {
    align-items: center;
    display: flex
}

.login-item .is_login {
    align-items: center;
    color: #202124;
    display: inline-flex;
    font-size: 15px;
    line-height: 1;
    padding: 12px 0
}

.login-item .is_login .avatar,
.login-item .is_login .avatar-text {
    border-radius: 50%;
    height: 40px;
    margin-right: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 40px
}

.login-item .is_login .avatar-text {
    background-color: #e7e7e7;
    line-height: 40px;
    text-align: center
}

.login-item .is_login i {
    font-size: 11px;
    margin-left: 5px
}

.main-header .wishlist-button {
    margin-left: 20px;
    margin-right: 0
}

.main-header .notify-button {
    margin-left: 20px;
    margin-right: 5px
}

.main-menu .navigation>li>a {
    padding-right: 18px
}

.main-menu .navigation>li a i {
    font-size: 11px;
    line-height: 2;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%
}

.main-menu .navigation>li li a i {
    right: 20px
}

.dropmenu-right .dropdown-menu,
.mobile-header .dropdown-menu {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #1967d2;
    -ms-box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    min-width: 10px;
    padding: 15px 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .2s;
    z-index: 5
}

.dropmenu-right .dropdown-menu:before,
.mobile-header .dropdown-menu:before {
    border-bottom: 5px solid #1967d2;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 20px;
    position: absolute;
    top: -7px
}

.dropmenu-right .dropdown-menu>li>a,
.mobile-header .dropdown-menu>li>a {
    color: #696969;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 0 !important;
    padding: 10px 30px;
    position: relative;
    text-transform: capitalize;
    transition: all .3s ease;
    white-space: nowrap;
    z-index: 1
}

.mobile-header .dropdown-menu {
    min-width: 200px
}

.multi-lang li a {
    color: #202124;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    white-space: nowrap
}

.multi-lang li a i {
    font-size: 11px;
    margin-left: 2px
}

.main-footer .copyright-text p {
    font-size: 14px
}

.main-footer.style-two .copyright-text p {
    color: #deebff
}

.header-style-two .main-box {
    padding: 0 60px
}

.header-style-two .logo {
    margin-right: 100px
}

.header-style-two .main-menu {
    margin-left: 0
}

.header-style-two .nav-outer {
    width: auto
}

.header-style-two .login-item .is_login,
.header-style-two .multi-lang>li>a {
    color: #fff
}

.header-style-two .dropmenu-right .dropdown-menu,
.header-style-two .mobile-header .dropdown-menu {
    border-top-color: #f9ab00
}

.header-style-two .dropmenu-right .dropdown-menu:before,
.header-style-two .mobile-header .dropdown-menu:before {
    border-bottom-color: #f9ab00
}

@media (max-width:1023px) {
    .mobile-header .outer-box {
        margin-top: 0
    }

    .mobile-header .login-box .avatar {
        margin-right: 0
    }

    .mobile-header .login-box .avatar,
    .mobile-header .login-box .avatar-text {
        border-radius: 50%;
        height: 40px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 40px
    }

    .mobile-header .login-box .avatar-text {
        background-color: #e7e7e7;
        line-height: 40px;
        margin-right: 5px;
        text-align: center
    }

    .mobile-header .login-box a {
        display: block
    }

    .mm-menu a i,
    .mobile-header .login-box a:after {
        display: none
    }

    .mobile-header {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .mobile-header:after {
        display: none
    }
}

.mobile-header .dropdown-menu:before {
    left: 49%
}

.full-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    max-height: 15px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:1440px) {
    .full-name {
        display: none
    }
}

.main-header {
    z-index: 1000
}

@media (max-width:1440px) {
    .main-header .outer-box .btn-box .login-item a {
        min-width: 0
    }
}

#bravo_notify,
.dropdown-notifications {
    position: relative
}

input[type=checkbox],
input[type=radio] {
    background: #fff;
    border: 1px solid #b4b9be;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    clear: none;
    color: #555;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 0;
    margin: -4px 4px 0 0;
    min-width: 16px;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    transition: border-color .05s ease-in-out;
    vertical-align: middle;
    width: 16px
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    float: left;
    font-family: Ionicons;
    vertical-align: middle;
    width: 16px
}

input[type=checkbox]:checked:before {
    color: #1e8cbe;
    content: "✓" !important; 
    font: normal normal normal 13px/1 FontAwesome;
    margin: 1px 0 0 -1px
}

input[type=radio] {
    border-radius: 50%;
    line-height: 10px;
    margin-right: 4px
}

input[type=radio]:checked:before {
    background-color: #1e8cbe;
    border-radius: 50px;
    content: "•";
    font-size: 24px;
    height: 6px;
    line-height: 16px;
    margin: 4px;
    text-indent: -9999px;
    width: 6px
}

.form-control {
    border: 1px solid #dae1e7;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px
}

.required {
    color: #e3342f
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control::placeholder {
    color: #999
}

.invalid-feedback {
    font-size: 100%
}

.bravo-form .fa-spinner {
    display: none
}

.bravo-form.loading .fa-spinner {
    display: inline-block
}

.dropdown-toggle:after {
    border: none
}

.checkboxes input[type=radio] {
    display: none
}

.checkboxes input[type=radio]:checked+label:before {
    background-color: #1967d2;
    border: 1px solid #1967d2;
    content: "✓" !important; 
}

.apply-job-form.default-form .form-group textarea {
    overflow-y: auto
}

.bc-select-has-delete .remove-selected {
    cursor: pointer;
    display: block;
    font-size: 9px;
    height: 20px;
    line-height: 22px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 4
}

.bc-select-has-delete.style-2 .remove-selected {
    bottom: 5px;
    right: 66px;
    top: auto;
    transform: translateY(0)
}

.filters-outer .bc-select-has-delete .remove-selected {
    right: 40px
}

.gateway_html label:before {
    display: none
}

.gateway_html label {
    padding-right: 20px
}

.gateway_html label span {
    display: block;
    font-size: 15px;
    margin-bottom: 5px
}

.gateway_html label input {
    display: block;
    font-size: 14px;
    width: 100%
}

.gateway_html label .input,
.gateway_html label input {
    background-color: #fff;
    padding: 7px 15px
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=number],
.default-form .form-group input[type=password],
.default-form .form-group input[type=text],
.default-form .form-group input[type=url],
.default-form .form-group select {
    height: 53px
}

.default-form .select2-container--default .select2-selection--multiple {
    background: #f0f5f7;
    border: 1px solid #f0f5f7;
    border-radius: 8px;
    color: #696969;
    padding: 3px 5px
}

.default-form .form-select {
    position: relative
}

.default-form .form-select i.fa-angle-down {
    position: absolute;
    top: 15px;
    z-index: 21
}

.bravo-login-page {
    padding: 100px 0
}

.bc-model,
.icon-loading {
    display: none
}

@media (max-width:767px) {
    .modal {
        width: 100%
    }

    #login-modal {
        padding-left: 15px;
        padding-right: 15px
    }
}

body .daterangepicker {
    border-color: #dfdfdf;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .175) !important;
    font-family: inherit;
    margin-top: 0;
    min-height: 100px;
    min-width: 300px;
    padding: 10px 20px
}

@media (max-width:767px) {
    body .daterangepicker {
        padding: 0 10px
    }

    body .daterangepicker .ranges {
        margin: 0 !important
    }

    body .daterangepicker .drp-calendar {
        padding: 0 !important
    }

    body .daterangepicker:after,
    body .daterangepicker:before {
        display: none
    }
}

body .daterangepicker.loading:before {
    background: #fff;
    content: "";
    opacity: .7;
    top: 0;
    z-index: 11
}

body .daterangepicker.loading:after,
body .daterangepicker.loading:before {
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

body .daterangepicker.loading:after {
    color: #5191fa;
    content: "\f013";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 42px;
    text-align: center;
    top: 145px;
    z-index: 15
}

body .daterangepicker .drp-calendar {
    max-width: none
}

@media (min-width:768px) {
    body .daterangepicker .drp-calendar.left .next.available {
        display: none
    }

    body .daterangepicker .drp-calendar.single.left .next.available {
        display: table-cell
    }
}

@media (max-width:767px) {
    body .daterangepicker .drp-calendar.left {
        width: 100% !important
    }

    body .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 0 !important
    }

    body .daterangepicker .drp-calendar.right {
        display: none
    }
}

body .daterangepicker .drp-calendar .calendar-table table {
    border-collapse: inherit
}

body .daterangepicker .drp-calendar .calendar-table .next span,
body .daterangepicker .drp-calendar .calendar-table .prev span {
    border: none;
    border-radius: 0;
    transform: none
}

body .daterangepicker .drp-calendar .calendar-table .next:hover,
body .daterangepicker .drp-calendar .calendar-table .prev:hover {
    background-color: transparent
}

body .daterangepicker .drp-calendar .calendar-table .prev {
    background: url(/images/arow_left.png?a81887014623d5a1e5955be94a3576b1) no-repeat 50%
}

body .daterangepicker .drp-calendar .calendar-table .next {
    background: url(/images/arrow_right.png?9f972f18a6ed4e7062b721bc9f76547d) no-repeat 50%
}

body .daterangepicker .drp-calendar .calendar-table thead {
    font-size: 14px
}

body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
    border-bottom: 1px solid #d7dce3;
    border-radius: 0;
    margin: 0;
    padding: 10px 0
}

body .daterangepicker .drp-calendar .calendar-table thead .month {
    color: #1a2b48;
    font-size: 14px;
    font-weight: 500;
    position: relative
}

body .daterangepicker .drp-calendar .calendar-table thead tr:last-child th {
    color: #adb2bd;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td {
    border: 1px solid transparent;
    border-radius: 0;
    color: #1a2b48;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 29px;
    width: 35px
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.today {
    border-color: #fa5535;
    color: #fa5535
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date,
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
    background: rgba(81, 145, 250, .2);
    border-bottom: none;
    border-top: none
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
    border-left: 2px solid #5191fa
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
    border-right: 2px solid #5191fa
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled {
    color: #d7dce3;
    text-decoration: none
}

body .daterangepicker:after,
body .daterangepicker:before {
    background: none;
    border: none;
    content: "";
    height: 0;
    position: static;
    width: 0
}

body .daterangepicker:not(.single) .calendar.left .next {
    display: none
}

body .daterangepicker .calendar {
    max-width: 100% !important;
    position: relative
}

body .daterangepicker .table-header {
    padding-bottom: 20px;
    position: relative
}

body .daterangepicker .table-header:after {
    clear: both;
    content: "";
    display: table
}

body .daterangepicker .table-header .month {
    text-align: center
}

body .daterangepicker .table-header .prev {
    background: url(/images/arow_left.png?a81887014623d5a1e5955be94a3576b1) no-repeat 0;
    bottom: 0;
    cursor: pointer;
    float: left;
    height: 48px;
    left: 0;
    position: absolute;
    width: 48px;
    z-index: 9
}

body .daterangepicker .table-header .next {
    background: url(/images/arrow_right.png?9f972f18a6ed4e7062b721bc9f76547d) no-repeat 100%;
    bottom: 0;
    cursor: pointer;
    float: right;
    height: 48px;
    position: absolute;
    right: 0;
    width: 48px;
    z-index: 9
}

body .daterangepicker .table-sub-header {
    border-top: 1px solid #d7dce3
}

body .daterangepicker .table-sub-header:after {
    clear: both;
    content: "";
    display: table
}

body .daterangepicker .table-sub-header .day-off-week {
    color: #adb2bd;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 36px
}

body .daterangepicker .table-condensed .td-date {
    background: none;
    border: none;
    height: auto;
    padding: 0;
    width: auto
}

body .daterangepicker .table-condensed .td-date .date {
    color: #1a2b48;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    width: 36px
}

body .daterangepicker .table-condensed .td-date.disabled {
    text-decoration: none
}

body .daterangepicker .table-condensed .td-date.disabled .date {
    color: #d7dce3
}

body .daterangepicker .table-condensed .td-date.today .date {
    color: #fa5535
}

body .daterangepicker .table-condensed .td-date.today:not(.in-range) .date,
body .daterangepicker .table-condensed .td-date.today:not(.start-date) .date {
    border: 1px solid #fa5535;
    color: #fa5535
}

body .daterangepicker .table-condensed .td-date.end-group,
body .daterangepicker .table-condensed .td-date.in-group,
body .daterangepicker .table-condensed .td-date.start-group {
    background: #fef5ca
}

body .daterangepicker .table-condensed .td-date.end-group .date,
body .daterangepicker .table-condensed .td-date.in-group .date {
    color: #767676
}

body .daterangepicker .table-condensed .td-date.start-date,
body .daterangepicker .table-condensed .td-date:hover {
    background: rgba(81, 145, 250, .2)
}

body .daterangepicker .table-condensed .td-date.start-date:not(.end-date) {
    box-shadow: -3px 0 0 #5191fa
}

body .daterangepicker .table-condensed .td-date.start-date.today .date {
    border: none
}

body .daterangepicker .table-condensed .td-date.in-range {
    background: rgba(81, 145, 250, .2)
}

body .daterangepicker .table-condensed .td-date.in-range.today .date {
    border: none
}

body .daterangepicker .table-condensed .td-date.end-date {
    background: rgba(81, 145, 250, .2)
}

body .daterangepicker .table-condensed .td-date.end-date:not(.start-date) {
    box-shadow: 3px 0 0 #5191fa
}

body .daterangepicker .table-condensed .td-date.end-date.today .date {
    border: none
}

body .daterangepicker .table-condensed .td-date.td-no-show {
    visibility: hidden
}

body .daterangepicker .table-condensed .td-date.has-tooltip {
    position: relative
}

body .daterangepicker .table-condensed .td-date.has-tooltip .event-tooltip-wrap {
    background: rgba(0, 0, 0, .7);
    border-radius: 2px;
    color: #fff;
    display: none;
    font-size: 12px;
    left: 0;
    margin-top: 5px;
    padding: 4px 6px;
    position: absolute;
    top: 100%;
    z-index: 1
}

body .daterangepicker .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap {
    display: block
}

body .daterangepicker.respon-single .calendar.right {
    display: none
}

body .daterangepicker.respon-single .calendar.left .next {
    display: block
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td {
    position: relative
}

body .daterangepicker .drp-calendar .calendar-table tbody tr td:hover .tooltip {
    opacity: .9;
    visibility: visible
}

body .daterangepicker .tooltip {
    bottom: 40px;
    display: block;
    float: none;
    margin: 0;
    visibility: hidden;
    width: auto
}

body .daterangepicker .tooltip,
body .daterangepicker .tooltip .arrow {
    left: 50%;
    transform: translate(-50%)
}

body .daterangepicker .tooltip .tooltip-inner {
    white-space: nowrap
}

.bravo-admin-bar {
    background: #333;
    color: #fff
}

.bravo-admin-bar a {
    color: #fff
}

.bravo-admin-bar .adminbar-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.bravo-admin-bar .adminbar-menu li {
    display: inline-block
}

.bravo-admin-bar .adminbar-menu li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 8px 0 7px
}

.bravo-admin-bar .adminbar-menu li a:hover {
    text-decoration: none
}

.bravo-admin-bar .adminbar-menu li:hover>a {
    background: #32373c;
    color: #84adda
}

.owner-info {
    background: #fff;
    border: 1px solid #d7dce3;
    border-radius: 3px;
    padding: 15px
}

.owner-info .media-left {
    padding-right: 10px
}

.owner-info .media-left a {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    overflow: hidden;
    width: 50px
}

.owner-info .avatar-text {
    background: #1a2b47;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 29px;
    height: 50px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 50px
}

.owner-info .media-heading {
    color: #1a2b48;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px
}

.owner-info .media-heading a {
    color: inherit
}

.owner-info p {
    color: #5e6d77;
    font-size: 12px;
    margin-bottom: 5px
}

.bravo-reviews .avatar-img {
    max-width: 60px
}

.bravo-reviews .sfeedbacks_form .sspd_review .fa.hovered,
.bravo-reviews .sfeedbacks_form .sspd_review .fa.selected {
    color: #5191fa
}

.service-review .list-star {
    position: relative
}

.service-review .list-star ul {
    display: flex;
    list-style: none
}

.service-review .list-star ul li:not(:last-child) {
    margin-right: 5px
}

.service-review .list-star .booking-item-rating-stars-active {
    overflow: hidden;
    position: absolute;
    top: 0
}

.bravo-news .blog-content .alert li {
    margin-bottom: 0
}

.manage-job-table .review-count-approved {
    background-color: #72777c;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 2em;
    line-height: 21px;
    min-width: 24px;
    padding: 0 8px;
    text-align: center;
    transition: all .3s
}

.review-count-approved:after {
    border-right: 5px solid transparent;
    border-top: 5px solid #72777c;
    content: "";
    display: block;
    height: 0;
    margin-left: 8px;
    width: 0
}

.page-404-content {
    padding: 60px 0;
    text-align: center
}

.page-404-content h1 {
    color: #1a2b48;
    font-size: 48px;
    font-weight: 500;
    margin-top: 0
}

.page-404-content h3 {
    color: #5e6d77;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 10px
}

.page-404-content img {
    margin-bottom: 50px;
    max-width: 100%
}

.page-404-content p {
    color: #5e6d77;
    font-size: 18px;
    margin-bottom: 5px
}

.job-alerts-form .form-select i.fa-angle-down {
    color: #999;
    right: 19px;
    z-index: 0
}

.about-section .about-title {
    color: #202124;
    font-size: 40px;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .about-section .about-title {
        font-size: 28px;
        line-height: 1.2em
    }
}

.about-section .sec-content {
    max-width: 415px
}

.about-section .sec-content p {
    margin-bottom: 20px
}

.about-section .sec-content ul {
    padding-top: 10px
}

.about-section.about-style-1 .count-employers {
    background: transparent;
    border: none;
    bottom: -120px;
    box-shadow: none;
    max-width: 500px;
    padding: 0;
    right: -180px
}

@media (max-width:1199px) {
    .about-section.about-style-1 .count-employers {
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: scale(.9)
    }
}

.about-section-two .app-list-2 {
    background: transparent;
    border: none;
    bottom: -180px;
    box-shadow: none;
    padding: 0;
    right: -70px
}

@media (max-width:1023px) {
    .about-section-two .app-list-2 {
        right: 0
    }
}

@media (max-width:599px) {
    .about-section-two .app-list-2 {
        display: none
    }
}

.app-download-block .image-column .image {
    padding-top: 0
}

.page-title.bg_color:before {
    display: none !important
}

.term_textbox .auto-container {
    max-width: 880px
}

.bravo-contact-block .bravo-contact-block-form.loading .theme-btn i {
    display: inline-block
}

.bravo-contact-block .bravo-contact-block-form .theme-btn i {
    display: none
}

.news-section .news-section-four {
    background: #f3f7fb
}

.news-section .news-section-four .row {
    margin: 0 -26px
}

.news-section .news-section-four .row .news-block {
    padding: 0 26px
}

.news-section .news-section-four .row .news-block .inner-box {
    background-color: transparent;
    padding: 0
}

.news-section.style_4 .news-block-two .inner-box .image-box .image {
    height: 200px;
    max-width: 200px;
    width: 100%
}

.news-section.style_4 .news-block-two .inner-box .image-box .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.news-section.style_4 .news-block-two .lower-content {
    padding: 15px 30px;
    position: relative
}

.news-section.style_4 .news-block-two .lower-content h3 {
    color: #202124;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.news-section.style_4 .news-block-two .lower-content h3 a {
    color: #1b2032
}

.news-section.style_4 .news-block-two .lower-content .text {
    color: #696969;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px
}

.banner-section-five .popular-searches,
.banner-section-six .popular-searches {
    z-index: -1
}

.banner-section-five .image-column .info_block,
.banner-section-five .image-column .info_block_four,
.banner-section-five .image-column .info_block_three,
.banner-section-five .image-column .info_block_two,
.banner-section-six .image-column .info_block,
.banner-section-six .image-column .info_block_four,
.banner-section-six .image-column .info_block_three,
.banner-section-six .image-column .info_block_two {
    background: transparent;
    padding: 0
}

.dropdown-large {
    min-width: 350px !important
}

#bravo_notify .dropdown-menu,
.dropdown-notifications .dropdown-menu {
    border: 0;
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #1967d2;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    left: auto;
    min-width: 310px;
    right: -50px;
    top: calc(100% + 17px);
    transform: scaleY(1)
}

#bravo_notify .dropdown-menu:before,
.dropdown-notifications .dropdown-menu:before {
    border-bottom: 5px solid #1967d2;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: auto;
    position: absolute;
    right: 60px;
    top: -7px
}

@media (max-width:767px) {

    #bravo_notify .dropdown-menu,
    .dropdown-notifications .dropdown-menu {
        min-width: 280px
    }
}

.active#bravo_notify .dropdown-menu,
.dropdown-notifications.active .dropdown-menu {
    display: block
}

#bravo_notify .dropdown-container>.dropdown-menu+.dropdown-menu,
.dropdown-notifications .dropdown-container>.dropdown-menu+.dropdown-menu {
    padding-top: 0
}

#bravo_notify .dropdown-menu>li>a,
.dropdown-notifications .dropdown-menu>li>a {
    word-wrap: normal;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    transition: none;
    white-space: nowrap
}

#bravo_notify .dropdown-toggle,
.dropdown-notifications .dropdown-toggle {
    cursor: pointer
}

#bravo_notify .dropdown-header,
.dropdown-notifications .dropdown-header {
    white-space: nowrap
}

#bravo_notify .open>.dropdown-container,
#bravo_notify .open>.dropdown-container>.dropdown-menu,
.dropdown-notifications .open>.dropdown-container,
.dropdown-notifications .open>.dropdown-container>.dropdown-menu {
    display: block
}

#bravo_notify .dropdown-toolbar,
.dropdown-notifications .dropdown-toolbar {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 0;
    padding: 9px 12px
}

#bravo_notify .dropdown-toolbar>.form-group,
.dropdown-notifications .dropdown-toolbar>.form-group {
    margin: 5px -10px
}

#bravo_notify .dropdown-toolbar .dropdown-toolbar-actions,
.dropdown-notifications .dropdown-toolbar .dropdown-toolbar-actions {
    float: right;
    line-height: 12px
}

#bravo_notify .dropdown-toolbar .dropdown-toolbar-actions .markAllAsRead,
.dropdown-notifications .dropdown-toolbar .dropdown-toolbar-actions .markAllAsRead {
    font-size: 14px
}

#bravo_notify .dropdown-toolbar .dropdown-toolbar-title,
.dropdown-notifications .dropdown-toolbar .dropdown-toolbar-title {
    color: #212529 !important;
    font-size: 16px;
    margin: 0
}

#bravo_notify .anchor-block small,
.dropdown-notifications .anchor-block small {
    display: none
}

#bravo_notify .list-group,
.dropdown-notifications .list-group {
    padding: 0
}

#bravo_notify .list-group .notify-item,
.dropdown-notifications .list-group .notify-item {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #212529;
    display: block;
    padding: 9.6px 12px;
    text-decoration: none
}

#bravo_notify .list-group .notify-item.active,
.dropdown-notifications .list-group .notify-item.active {
    background-color: #f4f4f4
}

#bravo_notify .list-group .notify-item a,
.dropdown-notifications .list-group .notify-item a {
    color: #212529;
    font-size: 13px;
    line-height: 1.4
}

#bravo_notify .list-group .notify-item .media,
.dropdown-notifications .list-group .notify-item .media {
    align-items: center
}

@media (min-width:992px) {

    #bravo_notify .anchor-block small,
    .dropdown-notifications .anchor-block small {
        color: #777;
        display: block;
        font-weight: 400
    }

    #bravo_notify .dropdown-menu>li>a.anchor-block,
    .dropdown-notifications .dropdown-menu>li>a.anchor-block {
        padding-bottom: 6px;
        padding-top: 6px
    }

    #bravo_notify .dropdown.hoverable:hover>ul,
    .dropdown-notifications .dropdown.hoverable:hover>ul {
        display: block
    }
}

#bravo_notify .dropdown-position-topright,
.dropdown-notifications .dropdown-position-topright {
    bottom: 100%;
    left: auto;
    margin-bottom: 2px;
    right: 0;
    top: auto
}

#bravo_notify .dropdown-position-topleft,
.dropdown-notifications .dropdown-position-topleft {
    bottom: 100%;
    left: 0;
    margin-bottom: 2px;
    right: auto;
    top: auto
}

#bravo_notify .dropdown-position-bottomright,
.dropdown-notifications .dropdown-position-bottomright {
    left: auto;
    right: 0
}

#bravo_notify .dropmenu-item-label,
.dropdown-notifications .dropmenu-item-label {
    white-space: nowrap
}

#bravo_notify .dropmenu-item-content,
.dropdown-notifications .dropmenu-item-content {
    word-wrap: normal;
    color: #777;
    max-width: 60px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

#bravo_notify small.dropmenu-item-content,
.dropdown-notifications small.dropmenu-item-content {
    line-height: 20px
}

#bravo_notify .dropdown-menu>li>a.dropmenu-item,
.dropdown-notifications .dropdown-menu>li>a.dropmenu-item {
    padding-right: 66px;
    position: relative
}

#bravo_notify .dropdown-submenu .dropmenu-item-content,
.dropdown-notifications .dropdown-submenu .dropmenu-item-content {
    right: 40px
}

#bravo_notify .dropdown-menu>li.dropdown-submenu>a.dropmenu-item,
.dropdown-notifications .dropdown-menu>li.dropdown-submenu>a.dropmenu-item {
    padding-right: 86px
}

#bravo_notify .dropdown-inverse .dropdown-menu,
.dropdown-notifications .dropdown-inverse .dropdown-menu {
    background-color: rgba(0, 0, 0, .8);
    border: 1px solid rgba(0, 0, 0, .9)
}

#bravo_notify .dropdown-inverse .dropdown-menu .divider,
.dropdown-notifications .dropdown-inverse .dropdown-menu .divider {
    background-color: #2b2b2b;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

#bravo_notify .dropdown-inverse .dropdown-menu>li>a,
.dropdown-notifications .dropdown-inverse .dropdown-menu>li>a {
    color: #ccc
}

#bravo_notify .dropdown-inverse .dropdown-menu>li>a:focus,
#bravo_notify .dropdown-inverse .dropdown-menu>li>a:hover,
.dropdown-notifications .dropdown-inverse .dropdown-menu>li>a:focus,
.dropdown-notifications .dropdown-inverse .dropdown-menu>li>a:hover {
    background-color: #262626;
    color: #fff
}

#bravo_notify .dropdown-inverse .dropdown-menu>.active>a,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.active>a,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.active>a:focus,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.active>a:hover {
    background-color: #337ab7;
    color: #fff
}

#bravo_notify .dropdown-inverse .dropdown-header,
#bravo_notify .dropdown-inverse .dropdown-menu>.disabled>a,
.dropdown-notifications .dropdown-inverse .dropdown-header,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.disabled>a,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.disabled>a:focus,
.dropdown-notifications .dropdown-inverse .dropdown-menu>.disabled>a:hover {
    color: #777
}

#bravo_notify .table>thead>tr>th.col-actions,
.dropdown-notifications .table>thead>tr>th.col-actions {
    padding-bottom: 0;
    padding-top: 0
}

#bravo_notify .table>thead>tr>th.col-actions .dropdown-toggle,
.dropdown-notifications .table>thead>tr>th.col-actions .dropdown-toggle {
    color: #777
}

#bravo_notify .notifications,
.dropdown-notifications .notifications {
    list-style: none;
    padding: 0
}

#bravo_notify .notification,
.dropdown-notifications .notification {
    background-color: #fff;
    border: solid #eee;
    border-width: 0 0 1px;
    color: #333;
    display: block;
    padding: 9.6px 12px;
    text-decoration: none
}

#bravo_notify .notification:last-child,
.dropdown-notifications .notification:last-child {
    border-bottom: 0
}

#bravo_notify .notification:hover,
.dropdown-notifications .notification.active:hover,
.dropdown-notifications .notification:hover {
    background-color: #f9f9f9;
    border-color: #eee
}

#bravo_notify .notification.active,
.dropdown-notifications .notification.active {
    background-color: #f4f4f4
}

#bravo_notify .active .markAsRead,
.dropdown-notifications .active .markAsRead {
    font-weight: 500 !important
}

#bravo_notify a.notification:hover,
.dropdown-notifications a.notification:hover {
    text-decoration: none
}

#bravo_notify .notification-title,
.dropdown-notifications .notification-title {
    font-size: 15px;
    margin-bottom: 0
}

#bravo_notify .notification-desc,
.dropdown-notifications .notification-desc {
    margin-bottom: 0
}

#bravo_notify .notification-meta,
.dropdown-notifications .notification-meta {
    color: #777;
    font-size: 12px;
    margin-top: 4px
}

#bravo_notify #bravo_notify>.dropdown-container,
#bravo_notify #bravo_notify>.dropdown-menu,
#bravo_notify .dropdown-notifications>.dropdown-container,
#bravo_notify .dropdown-notifications>.dropdown-menu,
.dropdown-notifications #bravo_notify>.dropdown-container,
.dropdown-notifications #bravo_notify>.dropdown-menu,
.dropdown-notifications .dropdown-notifications>.dropdown-container,
.dropdown-notifications .dropdown-notifications>.dropdown-menu {
    max-width: 350px;
    width: 350px
}

#bravo_notify .dropdown-menu,
.dropdown-notifications .dropdown-menu {
    padding: 0
}

#bravo_notify .dropdown-toolbar,
.dropdown-notifications .dropdown-toolbar {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: space-between
}

#bravo_notify .dropdown-footer a,
.dropdown-notifications .dropdown-footer a {
    background-color: #1967d2;
    border-radius: 0 0 8px 8px;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%
}

#bravo_notify .notification-icon,
.dropdown-notifications .notification-icon {
    left: 35px;
    position: absolute;
    top: -5px
}

#bravo_notify .notification .media-body,
.dropdown-notifications .notification .media-body {
    padding-top: 5.6px
}

#bravo_notify .btn-lg .notification-icon:after,
.dropdown-notifications .btn-lg .notification-icon:after {
    font-size: 13.755px;
    height: 16.506px;
    line-height: 16.506px;
    margin-left: -8.253px;
    margin-top: -8.253px;
    min-width: 16.506px
}

#bravo_notify .btn-xs .notification-icon:after,
.dropdown-notifications .btn-xs .notification-icon:after {
    content: "";
    height: 6.25227273px;
    line-height: 6.25227273px;
    margin-left: -4.1265px;
    margin-top: -2.06325px;
    min-width: 6.25227273px;
    padding: 0
}

#bravo_notify .btn-xs .notification-icon,
.dropdown-notifications .btn-xs .notification-icon {
    margin-right: 3.43875px
}

#bravo_notify .media-object .avatar-text,
#bravo_notify .media-object img,
.dropdown-notifications .media-object .avatar-text,
.dropdown-notifications .media-object img {
    background: #e67e22;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    width: 32px
}

#bravo_notify .media-left,
.dropdown-notifications .media-left {
    margin: 10px
}

#bravo_notify a:active,
#bravo_notify a:hover,
#bravo_notify a:visited,
.dropdown-notifications a:active,
.dropdown-notifications a:hover,
.dropdown-notifications a:visited {
    text-decoration: none
}

#bravo_notify .markAllAsRead,
#bravo_notify .notification .media-body a,
.dropdown-notifications .markAllAsRead,
.dropdown-notifications .notification .media-body a {
    color: #212529 !important
}

#bravo_notify .notification .media-body a:hover,
.dropdown-notifications .notification .media-body a:hover {
    background: none !important
}

.user-form-settings #bravo_notify,
.user-form-settings .dropdown-notifications {
    right: 10px;
    top: 5px
}

.user-form-settings .notification-icon {
    font-size: 9px !important;
    left: 14px;
    min-width: 15px !important;
    top: -1px
}

.user-form-settings .notification .media-body a {
    font-size: 12px
}

.notification-list .notify-f-item {
    margin-bottom: 10px;
    position: relative
}

.notification-list .notify-f-item .user-avatar {
    left: 0;
    position: absolute;
    top: 10px
}

.notification-list .notify-f-item .user-avatar img {
    border-radius: 50%;
    height: 35px;
    width: 35px
}

.notification-list .notify-f-item .user-avatar .avatar-text {
    align-items: center;
    background-color: rgba(25, 103, 210, .1);
    border-radius: 50%;
    display: inline-flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

.notification-list .notify-f-item a {
    color: #1967d2
}

.notification-list .notify-f-item .notification-meta {
    line-height: 1.2
}

@media (max-width:990px) {

    .user-form-settings #bravo_notify,
    .user-form-settings .dropdown-notifications {
        left: -35px;
        top: 5px
    }
}

body {
    font-family: Jost, Helvetica, Arial, sans-serif
}

.inner-box .bookmark-btn .loading-icon {
    display: none;
    height: 21px;
    width: 21px
}

.inner-box .bookmark-btn.active {
    background-color: #1967d2;
    color: #fff
}

.inner-box .bookmark-btn.loading .loading-icon {
    display: flex;
    margin: 0 auto
}

.inner-box .bookmark-btn.loading span {
    display: none
}

.bc-map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bc-map .leaflet-marker-pane .leaflet-marker-icon {
    border: 6px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    box-sizing: border-box;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px
}

.main-header.header-style-two .menu-btn .icon {
    color: #fff
}

.testimonial-block-two .thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.filters-outer input[type=checkbox],
.filters-outer input[type=radio] {
    position: absolute
}

.job-section .tab-buttons {
    overflow-x: auto
}

.banner-section-four {
    z-index: 1
}

.sec-title-outer .link .fa {
    margin-left: 5px
}

.default-form .input-group>input[type=number],
.default-form .input-group>input[type=text] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.banner-section-seven .job-search-form form {
    background-color: transparent
}

.default-form .input-group .input-group-text {
    border: 0
}

.default-form .input-group .input-group-append .form-control {
    background-color: #e9ecef;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.manage-job-table .inner-box:hover {
    box-shadow: none
}

.badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    min-width: 50px;
    text-transform: capitalize
}

.badge.badge-active,
.badge.badge-approved,
.badge.badge-publish {
    background-color: #28a745;
    color: #fff
}

.badge.badge-pending {
    background-color: #ffc107;
    color: #212529
}

.badge.badge-spam {
    background-color: #dc3545;
    color: #fff
}

.badge.badge-draft,
.badge.badge-rejected,
.badge.badge-trash {
    background-color: #6c757d;
    color: #fff
}

.badge.badge-deactivate {
    background-color: #ffc107;
    color: #212529
}

.bc-btn-delete {
    background: rgba(217, 48, 37, .15) !important;
    color: #d93025 !important
}

.bc-btn-delete:hover {
    background-color: #d93025 !important;
    color: #fff !important
}

.item-url-demo input {
    border: 1px solid #ccc;
    min-width: 250px;
    padding: 0 5px
}

.show_tags {
    margin-top: 5px
}

.show_tags:empty {
    margin-top: 0
}

.show_tags .tag_item {
    background: #1967d2;
    border-radius: .25em;
    color: #fff;
    display: inline-block;
    font-size: 86%;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
    margin-right: 5px;
    padding: 6px 0 6px 8px;
    text-align: center;
    vertical-align: baseline
}

.show_tags .tag_item [data-role=remove] {
    border-left: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    padding-left: 3px;
    padding-right: 6px
}

.show_tags .tag_item [data-role=remove]:after {
    content: "x";
    padding: 0 2px
}

.theme-btn i {
    margin-right: 5px
}

.language-navigation {
    margin-bottom: 20px
}

.language-navigation .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: #f5f7fc
}

.form-group-item .lists_cvs .item:first-child {
    border-top: 1px solid #c4cdd5
}

.form-group-item .g-items {
    margin-bottom: 20px
}

.form-group-item .g-items .item {
    border: 1px solid #c4cdd5;
    border-top: 0;
    padding: 0 15px
}

.form-group-item .g-items .item .form-control {
    margin-bottom: 10px
}

.form-group-item .g-items .item .form-control:last-child {
    margin-bottom: 0
}

.form-group-item .g-items .item>.row>div {
    border-right: 1px solid #c4cdd5;
    padding: 10px
}

.form-group-item .g-items .item>.row>div:last-child {
    border-right: 0
}

.form-group-item .g-items .item textarea.full-h {
    height: 100%
}

.form-group-item .g-more {
    display: none
}

.form-group-item label {
    display: block;
    min-height: 20px
}

.form-group-item .g-items-header {
    border: 1px solid #c4cdd5;
    font-weight: 700;
    padding: 10px;
    text-align: center
}

.form-group-item .g-lang {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 10px 5px;
    position: relative
}

.form-group-item .g-lang:last-child {
    margin-bottom: 0
}

.form-group-item .g-lang .title-lang {
    background: #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 13px;
    left: -1px;
    line-height: 1.5;
    padding: 0 20px;
    position: absolute;
    top: -20px
}

.terms-scrollable {
    background: #f4f6f8;
    border: 1px solid #e1e2e5;
    max-height: 250px;
    overflow-y: auto;
    padding: 10px
}

.terms-scrollable label {
    display: block;
    margin-bottom: 10px
}

.terms-scrollable label:last-child {
    margin-bottom: 0
}

.frontend-select-2 .form-control {
    height: 100%;
    max-height: 60px;
    min-width: 250px
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ecedf2;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05)
}

.applied-modal .modal-dialog {
    margin: 0
}

.applied-list .applied-item {
    display: flex;
    margin-bottom: 15px
}

.applied-list .applied-item .label {
    width: 130px
}

.applied-list .applied-item .val {
    padding-left: 15px;
    width: calc(100% - 130px)
}

.applied-list .applied-item .val .candidate {
    align-items: center;
    display: flex
}

.applied-list .applied-item .val .company-logo {
    border-radius: 50%;
    height: 35px;
    margin-right: 5px;
    width: 35px
}

.select2-container--default .select2-results__option {
    font-size: 15px
}

.bc-select2 {
    height: 60px !important
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ecedf2;
    border-radius: 8px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0
}

.select2-container--default .select2-selection--single {
    height: 60px;
    padding: 15px 18px 15px 54px
}

.ls-section .filter-block .icon {
    z-index: 10
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    color: #2f2d51;
    content: "\f17c";
    font-family: Flaticon;
    font-size: 10px;
    opacity: 1;
    right: 16px
}

.select2-container--default .select2-selection--single {
    color: #696969;
    font-size: 15px
}

.select2-results .select2-result-label,
.select2-search--dropdown {
    padding: 5px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #f3f5f7;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    height: 35px
}

.select2-container--default .select2-results__option {
    border-top: 0;
    font-size: 14px;
    padding: 8px 15px
}

.banner-category .select2-container--default .select2-selection--single {
    border: 0
}

@media (max-width:992px) {
    .banner-category .select2-container--default .select2-selection--single {
        height: 70px;
        padding: 22px 18px 22px 50px
    }
}

.company-search-form .form-group .icon,
.job-search-form .form-group .icon {
    z-index: 10
}

.company-search-form.style-v4 .select2-container--default .select2-selection--single {
    background-color: transparent
}

.company-search-form.style-v4 .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.company-search-form.style-v4 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #696969
}

.jquery-modal {
    z-index: 9999
}

.bc-form-order .chosen-single {
    height: 45px
}

.bc-form-order .select2-container--default .select2-selection--single {
    background-color: rgba(25, 103, 210, .07);
    border: 0;
    height: 45px;
    padding: 8px 18px 8px 22px
}

.bc-form-order .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1967d2;
    font-weight: 500
}

.bc-form-order .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    color: #1967d2
}

li,
ol,
ul {
    list-style: inherit
}

ol {
    list-style: decimal
}

.logo img {
    max-height: 60px
}

.accordion-box,
.bravo_detail_gig .left-sidebar .tabs-box .tab-buttons li,
.bravo_detail_gig .left-sidebar .tabs-box .tab-buttons li.active-btn,
.bravo_detail_gig .profile-card .seller-card .user-stats li,
.candidate-block-five .candidate-info li,
.candidate-block-five .post-tags li,
.candidate-block-six .candidate-info li,
.catagory-list li,
.company-block-four .job-info li,
.default-tabs.style-two .tab-buttons li,
.instructor_estimate,
.job-block .job-info .tag-list li,
.job-block .job-info li,
.job-block-seven .job-info li,
.job-other-info li,
.job-other-info li.required,
.job-other-info li.time,
.job-overview li,
.job-overview-two ul,
.job-skills li,
.list-style-one li,
.list-style-three,
.news-block .post-meta li,
.notification-list,
.option-list,
.payment-options ul,
.post-info,
.post-tags li,
.pricing-tabs .tab-btns li,
.steps-list ul,
.switchbox li,
.table-content ul,
.tag-list li,
.user-sidebar .navigation li,
li.dropmenu-right.dropdown,
li.dropmenu-right.dropdown.show,
ul.job-info,
ul.list-style-two,
ul.post-meta,
ul.sponsors-carousel,
ul.steps-list,
ul.tab-buttons {
    list-style: none
}

.social-btn-two.twitter-btn {
    border: 1px solid #1d9bf0;
    color: #1d9bf0
}

.social-btn-two.twitter-btn:hover {
    background-color: #1d9bf0;
    color: #fff
}

.main-header .outer-box .btn-box a.is_login {
    min-width: 0
}

.decoration-underline {
    text-decoration: underline
}

.sup-report {
    background-color: #d00;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 10px 25px
}

.sup-report i {
    margin-right: 5px
}

.sup-report:hover {
    background-color: #d00;
    color: #fff;
    opacity: .8
}

.bc-modal-body {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: none;
    max-width: 500px;
    overflow: visible;
    padding: 30px 40px
}

.is-loading .icon-loading {
    display: inline-block
}

.bravo_wrap .bravo_user_profile {
    padding: 0
}

@media (max-width:1600px) {
    .dashboard .bc-user-dashboard .candidate-block-three .inner-box {
        flex-direction: row
    }
}

@media (max-width:1366px) {

    .company-search-form .form-group .theme-btn,
    .job-search-form .form-group .theme-btn {
        min-width: 130px
    }
}

@media (max-width:767px) {
    .banner-section-eight .job-search-form {
        min-width: 0
    }

    .category-banner {
        height: auto !important;
        padding: 15px
    }

    .social-share a i {
        margin-right: 0
    }
}

.text-22 {
    font-size: 22px
}

.cdn-full-page {
    height: 100%
}

.cdn-browser {
    background: #f4f5f9;
    height: 100%
}

.cdn-browser .btn-pick-files {
    position: relative
}

.cdn-browser .btn-pick-files input {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cdn-browser .icon-loading {
    display: none;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 4px
}

.cdn-browser .icon-loading.active {
    display: inline-block
}

.cdn-browser .files-nav {
    background: #fff;
    border-bottom: 1px solid #dadee0;
    padding: 9px 13px
}

.cdn-browser .files-nav .filter-item {
    padding-right: 20px
}

.cdn-browser .files-nav .btn,
.cdn-browser .files-nav .form-control {
    font-size: 14px;
    height: 34px;
    line-height: normal;
    padding: 3px 12px
}

.cdn-browser .files-list {
    flex-grow: 1;
    overflow: auto;
    padding: 15px
}

.cdn-browser .files-list .view-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.cdn-browser .files-list .total-text {
    padding: 0 10px
}

.cdn-browser .files-list .view-grid .file-item {
    flex-shrink: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 12.5%
}

.cdn-browser .files-list .view-grid .file-item .inner {
    border: 1px solid #dadee0;
    border-radius: 2px;
    cursor: pointer;
    height: 100%;
    position: relative;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.cdn-browser .files-list .view-grid .file-item .inner.active:before {
    border: 4px solid #007bff;
    border-radius: 2px;
    bottom: -4px;
    content: "";
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px
}

.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status {
    align-content: center;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 24px
}

.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status svg {
    fill: #fff;
    width: 18px
}

.cdn-browser .files-list .view-grid .file-item .inner .file-thumb img {
    max-width: 100%
}

.cdn-browser .files-list .view-grid .file-item.is-image .inner .file-thumb img {
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover
}

.cdn-browser .files-list .view-grid .file-item.not-image .inner .file-thumb img {
    height: auto;
    padding-top: 27px
}

.cdn-browser .files-list .view-grid .file-item .inner .file-thumb {
    text-align: center
}

.cdn-browser .files-list .view-grid .file-item .file-name {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 54px;
    left: 0;
    overflow: hidden;
    padding: 7px;
    position: absolute;
    right: 0;
    text-overflow: ellipsis
}

.cdn-browser .browser-actions {
    background: #fff;
    border-top: 1px solid #dadee0;
    padding: 10px
}

.cdn-browser .count-selected {
    color: #007bff;
    font-size: 14px;
    font-weight: 700
}

.cdn-browser .clear-selected {
    color: red;
    cursor: pointer;
    font-size: 14px
}

.cdn-browser .no-files-text {
    color: red;
    font-size: 20px;
    padding: 20px
}

.cdn-browser .upload-new .filepond--root {
    background-color: #fff;
    border-bottom: 1px solid #dadee0;
    margin-bottom: 0
}

.cdn-browser .upload-new .filepond--panel-root {
    background-color: #fff;
    border-bottom: 1px solid #dadee0;
    border-radius: 0
}

@media (max-width:1365px) {
    .cdn-browser .files-list .view-grid .file-item {
        width: 14.2%
    }
}

@media (max-width:1100px) {
    .cdn-browser .files-list .view-grid .file-item {
        width: 14.2%
    }
}

@media (max-width:991px) {
    .cdn-browser .files-list .view-grid .file-item {
        width: 25%
    }
}

@media (max-width:600px) {
    .cdn-browser .files-list .view-grid .file-item {
        width: 50%
    }
}

.cdn-browser .browser-actions .col-left {
    display: flex
}

.cdn-browser .browser-actions .col-left .control-remove {
    margin-right: 15px;
    padding-top: 3px
}

.cdn-browser .browser-actions .col-right .btn {
    margin-top: 3px
}

#cdn-browser-modal {
    overflow: hidden;
    z-index: 2051
}

#cdn-browser-modal .modal-dialog {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px
}

#cdn-browser-modal .modal-dialog .modal-content {
    height: 100%
}

.cdn-browser.is_loading {
    position: relative
}

.cdn-browser.is_loading:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block !important;
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 52px;
    z-index: 11
}

.cdn-browser.is_loading:after {
    color: #131d29;
    content: "\f1c5";
    display: block !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    left: 0;
    margin-top: -20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 15
}

#media-management {
    background: #fff !important;
    min-height: 400px;
    overflow: hidden
}

.input-search,
.smart-search {
    position: relative
}

.input-search:after,
.smart-search:after {
    color: #2f2d51;
    content: "\f17c";
    font-family: Flaticon;
    font-size: 10px;
    font-weight: 900;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%
}

@media (max-width:767px) {

    .input-search:after,
    .smart-search:after {
        right: 35px
    }
}

.input-search .form-control,
.input-search .parent_text,
.smart-search .form-control,
.smart-search .parent_text {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #5191fa;
    font-size: 16px;
    position: relative
}

.input-search .form-control::-moz-placeholder,
.input-search .parent_text::-moz-placeholder,
.smart-search .form-control::-moz-placeholder,
.smart-search .parent_text::-moz-placeholder {
    color: #696969;
    opacity: 1
}

.input-search .form-control::placeholder,
.input-search .parent_text::placeholder,
.smart-search .form-control::placeholder,
.smart-search .parent_text::placeholder {
    color: #696969;
    opacity: 1
}

.input-search .form-control[readonly],
.input-search .parent_text[readonly],
.smart-search .form-control[readonly],
.smart-search .parent_text[readonly] {
    cursor: pointer
}

.input-search .bravo-autocomplete,
.smart-search .bravo-autocomplete {
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .03);
    left: 0;
    margin-top: 0;
    max-height: 300px;
    opacity: 0;
    overflow-y: auto;
    padding: 0 0 10px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .3s;
    visibility: hidden;
    z-index: 20
}

.input-search .bravo-autocomplete.show,
.smart-search .bravo-autocomplete.show {
    opacity: 1;
    visibility: visible
}

.input-search .bravo-autocomplete .item,
.smart-search .bravo-autocomplete .item {
    color: #888;
    cursor: pointer;
    line-height: 1.3;
    padding: 7px 15px
}

.input-search .bravo-autocomplete .item:nth-child(2n),
.smart-search .bravo-autocomplete .item:nth-child(2n) {
    background: #fff
}

.input-search .bravo-autocomplete .item:last-child,
.smart-search .bravo-autocomplete .item:last-child {
    margin-bottom: 0
}

.input-search .bravo-autocomplete .item .h-line,
.smart-search .bravo-autocomplete .item .h-line {
    font-weight: 500
}

.input-search .bravo-autocomplete .item i,
.smart-search .bravo-autocomplete .item i {
    color: #828282;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.input-search .bravo-autocomplete .message,
.smart-search .bravo-autocomplete .message {
    color: #424242;
    display: none;
    font-size: 14px;
    padding: 10px 15px
}

.input-search .bravo-autocomplete.on-message .list-item,
.smart-search .bravo-autocomplete.on-message .list-item {
    display: none
}

.input-search .bravo-autocomplete.on-message .message,
.smart-search .bravo-autocomplete.on-message .message {
    display: block
}

.btn-box .bookmark-btn.active {
    background: rgba(249, 171, 0, .8);
    color: #fff;
    opacity: 1;
    visibility: visible
}

.job-search-form-two .input-search:after,
.job-search-form-two .smart-search:after {
    bottom: 5px;
    right: 50px;
    top: auto
}

.about-section.style-two .fun-fact-section .count-box,
.add-info-btn,
.advrtise-block h4 span,
.aplicants-upper-bar .aplicantion-status li,
.aplicants-upper-bar h6,
.banner-section .content-column h3 .colored,
.banner-section-eight .bottom-box .upload-cv,
.banner-section-eight .content-column h3 .colored,
.banner-section-seven .content-column h3 .colored,
.banner-section-six .content-column h3 .colored,
.banner-section-three .content-column h3 .colored,
.banner-section-two .content-column h3 .colored,
.bc-form-order .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.bc-form-order .select2-container--default .select2-selection--single .select2-selection__rendered,
.bc-preload .text,
.btn-style-three,
.candidate-block .designation,
.candidate-block-five .bookmark-btn,
.candidate-block-five .candidate-info li.designation,
.candidate-block-five .post-tags li,
.candidate-block-five .post-tags li a,
.candidate-block-four .cat,
.candidate-block-four .name a:hover,
.candidate-block-six .bookmark-btn,
.candidate-block-six .designation,
.candidate-block-six .post-tags li,
.candidate-block-six .post-tags li a,
.candidate-block-three .candidate-info li.designation,
.catagory-list li a:hover,
.catagory-list li a:hover:before,
.category-block .icon,
.category-block h4 a:hover,
.category-block-three .icon,
.category-block-three h4 a:hover,
.category-block-three:first-child .icon,
.category-block-two .icon,
.category-block-two h4 a:hover,
.checkbox-outer .view-more,
.chosen-container-multi .chosen-choices li.search-choice,
.company-block .designation,
.company-block-four .job-type,
.company-block-four h4 a:hover,
.company-block-three h4 a:hover,
.company-block-two .designation,
.company-widget .company-link,
.company-widget .profile-link,
.contact-block p .phone,
.dashboard-option .dropdown-menu li.active a,
.dashboard-option .dropdown-menu li.active a i,
.dashboard-option .dropdown-menu li:hover a,
.dashboard-option .dropdown-menu li:hover a i,
.default-table thead th,
.default-tabs.style-two .tab-buttons li.active-btn,
.fun-fact-section.style-two .count-box,
.invoice-wrap .bottom-links li .link,
.job-block h4 a:hover,
.job-block-five h4 a:hover,
.job-block-four h4 a:hover,
.job-block-seven .bookmark-btn,
.job-block-seven h4 a:hover,
.job-block-three h4 a:hover,
.job-block-two h4 a:hover,
.job-other-info li.time,
.links-list li:hover a,
.ls-pagination li.next a:hover,
.ls-pagination li.prev a:hover,
.ls-section .show-filters .toggle-filters,
.main-footer .list li:hover a,
.main-footer .phone-num a,
.main-footer.style-three .newsletter-form .form-group input[type=email],
.main-footer.style-three .newsletter-form .form-group input[type=text],
.main-header .upload-cv,
.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,
.main-menu .navigation>li.current.dropdown>span:after,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current>span,
.main-menu .navigation>li>ul>li.current>a,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>span:hover,
.main-menu .navigation>li>ul>li>ul>li.current>a,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>span:hover,
.manage-job-table .applied,
.manage-job-table .colored,
.manage-job-table .package,
.news-block .lower-content h3 a:hover,
.news-block .read-more,
.news-block .read-more:hover,
.news-block-two .read-more,
.news-block-two .read-more:hover,
.notification-list .notify-f-item a,
.notification-list li .colored,
.notification-list li .icon,
.option-box .delete-btn,
.option-list li a,
.option-list li button,
.post-control .icon,
.post-control .title,
.post-control h5 a:hover,
.post-job-steps .step .icon,
.preloader:before,
.pricing-table .title,
.prod-tabs .tab-btns .tab-btn.active-btn,
.range-slider-one .amount-outer,
.range-slider-tyle-4 .amount-outer,
.resume-action .dropdown-menu button .la,
.resume-outer.theme-blue .resume-block .edit-box .year,
.resume-outer.theme-blue .resume-block .info-box span,
.resume-outer.theme-blue .resume-block .name,
.scroll-to-top,
.sec-title .sub-title,
.sec-title-outer .link,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted[aria-selected],
.sidebar .btn-box .bookmark-btn,
.social-btn-two,
.sticky-header .main-menu .navigation>li.current.dropdown>a:after,
.sticky-header .main-menu .navigation>li.current.dropdown>span:after,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current>span,
.tags-style-one li a:hover,
.testimonial-block .title,
.testimonial-block-two .title,
.top-filters .chosen-container .chosen-single,
.top-filters .chosen-container .chosen-single span,
.top-filters .chosen-container-single .chosen-single div:after,
.ui-item h4,
.uploading-resume .cv-uploadButton .title,
.user-sidebar .navigation li.active a i,
.user-sidebar .navigation li:hover a i,
.user-sidebar .navigation>li.active>a,
.user-sidebar .navigation>li:hover>a {
    color: var(--main-color)
}

.checkboxes input[type=checkbox]:checked+label:before,
.checkboxes input[type=radio]:checked+label:before,
.default-form .form-group input[type=email]:focus,
.default-form .form-group input[type=text]:focus,
.default-form .form-group input[type=url]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus,
.job-search-form.style-two,
.job-search-form.style-two .chosen-container-single .chosen-single,
.job-search-form.style-two .chosen-container-single .chosen-single span,
.job-search-form.style-two .form-group,
.job-search-form.style-two .form-group .icon,
.job-search-form.style-two .form-group input,
.job-search-form.style-two .form-group select,
.job-search-form.style-two .form-group textarea,
.job-search-form.style-two .ui-selectmenu-button.ui-button,
.job-search-form.style-two form,
.ls-section .filter-block input:focus,
.ls-show-more .show-more,
.pricing-table .inner-box:hover,
.pricing-table.tagged .inner-box,
.radio-box input[type=radio]:checked+label,
.radio-box input[type=radio]:checked+label:before,
.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default,
.range-slider-tyle-4 .ui-state-default,
.range-slider-tyle-4 .ui-widget-content .ui-state-default,
.search-box-one .form-group input[type=search]:focus,
.search-box-one .form-group input[type=text]:focus,
.sidebar .search-box .form-group input[type=search]:focus,
.sidebar .search-box .form-group input[type=text]:focus,
input:checked+.slider {
    border-color: var(--main-color)
}

.company-search-form.style-v4,
.company-search-form.style-v4 .chosen-container-single .chosen-single,
.company-search-form.style-v4 .chosen-container-single .chosen-single span,
.company-search-form.style-v4 .form-group .icon,
.company-search-form.style-v4 .form-group input {
    border-color: var(--main-color) !important
}

.about-section .count-employers .check-box,
.applicants-list .title-box,
.bd-highlight .info .count,
.btn-style-one,
.btn-style-three:hover,
.call-to-action-three.style-two,
.call-to-action-two.style-two:before,
.category-block .inner-box:hover .icon,
.category-block-two .inner-box:hover .icon,
.checkboxes input[type=checkbox]:checked+label:before,
.checkboxes input[type=radio]:checked+label:before,
.cluster-visible,
.company-search-form.style-v4,
.company-search-form.style-v4 .chosen-container-single .chosen-single,
.company-search-form.style-v4 .chosen-container-single .chosen-single span,
.company-search-form.style-v4 .form-group .icon,
.company-search-form.style-v4 .form-group input,
.inner-box .bookmark-btn.active,
.job-block-seven .bookmark-btn:hover,
.job-detail .images-outer .image a:before,
.job-search-form.style-two,
.job-search-form.style-two .chosen-container-single .chosen-single,
.job-search-form.style-two .chosen-container-single .chosen-single span,
.job-search-form.style-two .form-group,
.job-search-form.style-two .form-group .icon,
.job-search-form.style-two .form-group input,
.job-search-form.style-two .form-group select,
.job-search-form.style-two .form-group textarea,
.job-search-form.style-two .ui-selectmenu-button.ui-button,
.job-search-form.style-two form,
.ls-pagination li a.current-page,
.ls-pagination li a:hover,
.ls-pagination li.active span,
.ls-show-more .bar .bar-inner,
.ls-show-more .show-more:before,
.main-footer.style-five .newsletter-form .form-group .theme-btn,
.main-footer.style-six .newsletter-form .form-group .theme-btn,
.main-header .menu-btn .count,
.map-listing-item .infoBox-close:hover,
.option-list li a:hover,
.option-list li button:hover,
.other-options .tags a:hover,
.portfolio-outer .image .icon,
.pricing-tabs .tab-btns:before,
.radio-box input[type=radio]:checked+label:after,
.range-slider-one .ui-slider .ui-slider-range,
.range-slider-tyle-4 .ui-slider .ui-slider-range,
.scroll-to-top:hover,
.sidebar .btn-box .bookmark-btn:hover,
.steps-list li .count,
.tag-list a:hover,
.testimonial-section-two.style-two .testimonial-block-two .inner-box:after,
input:checked+.slider {
    background-color: var(--main-color)
}

.bar-item .skill-bar .bar-inner .bar,
.dropmenu-right .dropdown-menu:before,
.links-list li:before,
.main-footer .list li:before,
.main-menu .navigation>li>.mega-menu:before,
.main-menu .navigation>li>ul:before,
.mobile-header .dropdown-menu:before,
.prod-tabs .tab-btns .tab-btn.active-btn {
    border-bottom-color: var(--main-color)
}

.dropmenu-right .dropdown-menu,
.main-menu .navigation>li>.mega-menu,
.main-menu .navigation>li>ul,
.main-menu .navigation>li>ul>li>ul,
.mobile-header .dropdown-menu {
    border-top-color: var(--main-color)
}

.job-block-five .inner-box:hover {
    border-left-color: var(--main-color)
}

#bravo_results_map .infoBox>div {
    background: transparent !important
}

#bravo_results_map .infoBox .image-box .image {
    border-radius: 50%;
    overflow: hidden
}

.ls-section .filters-backdrop,
.ls-section .filters-column.hide-left {
    z-index: 9999
}

.text-main {
    color: var(--main-color)
}