body{
                                                                                                                        }

    .sec-title h2{
    position: relative;
    background: #ff6700;
    font-size: 30px;
    color: #fafafa;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 0 452px 10px;
}
.sec-title {
    text-align: center!important;
}
.main-header.header-style-two.fixed-header {
    background-color: #fff;
}
li{
    list-style-type: none!important;
}
.theme-btn i {
    margin-right: 5px;
}
.clients-section {
    padding: 34px 0 60px!important;
}
.applicant-item .company-logo {
    height: 30px;
    margin-right: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 30px;
}
.applicant-item .company-logo {
  height: 50px!important;
}
.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 {
    -webkit-animation: st-load 1.8s ease-in-out infinite;
    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 {
    -webkit-animation: st-load 1.8s ease-in-out infinite;
    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;
}

@-webkit-keyframes st-load {
    0% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(-30px);
    }
    to {
        transform: translateX(40px);
    }
}

@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: 0 0;
    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 {
    max-width: 600px;
}

#apply-job-modal {
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    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: #1967d2;
    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 {
    margin-left: 5px;
}

.main-menu .navigation>li>a {
    padding-right: 18px;
}

.main-menu .navigation>li a i {
    font-size: 14px;
    line-height: 1.4;
    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: 230px;
    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 {
    margin-right: 15px;
}

.multi-lang li a {
    color: #1967d2;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    white-space: nowrap;
}

.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: #000;
}
.header-style-two .main-menu .navigation > li.dropdown > span:after, .header-style-two .main-menu .navigation > li > span, .header-style-two .main-menu .navigation > li > a {
    color: #000;
}
.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,
    .mobile-header .login-box .avatar-text {
        border-radius: 50%;
        height: 40px;
        margin-right: 5px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 40px;
    }
    .mobile-header .login-box .avatar-text {
        background-color: #e7e7e7;
        line-height: 40px;
        text-align: center;
    }
    .mobile-header .login-box a {
        display: block
    }
    .mm-menu a i {
        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: 9999;
}

@media(max-width:1440px) {
    .main-header .outer-box .btn-box .login-item a {
        min-width: 0;
    }
}

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: "\f00c";
    font: normal normal normal 13px/1 FontAwesome;
    margin: 1px 0 0 -1px;
}

input[type=radio] {
    border-radius: 50%;
    line-height: 10px;
    margin-right: 4px;
}

.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:-ms-input-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: "\f00c";
}

.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;
}

.bravo-login-page {
    padding: 100px 0;
}

.bc-model,
.icon-loading {
    display: none;
}

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: 0 0;
    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: 0 0;
    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;
}

.bc_start_chat {
    background-color: #f5f6f7;
    border: 1px solid #ccd0d5;
    color: #4b4f56;
    cursor: pointer;
    font-size: 13px;
    padding: 3px 10px;
}

.bc_start_chat:hover {
    background-color: #ebedf0;
}

.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;
}

.bc-chat-box {
    bottom: 0;
    position: fixed;
    right: 20px;
    z-index: 9999;
}

.bc-chat-box .chat-minimize {
    align-items: center;
    background: #5191fa;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 2px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .15);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding: 3px 15px;
}

.bc-chat-box .chat-minimize i {
    font-size: 22px;
    margin-right: 10px;
}

.bc-chat-box .chat-minimize .unread-count {
    background: #ff8067;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-left: 6px;
    padding: 0 8px;
}

.bc-chat-box .chat-maximum {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    height: 500px;
}

.bc-chat-box .chat-maximum .chat-header {
    align-items: center;
    background: #5191fa;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    justify-content: space-between;
    padding: 3px 10px;
}

.bc-chat-box .chat-maximum .chat-header i {
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
}

.bc-chat-box .chat-maximum .chat-header .header-actions i {
    margin-right: 0;
}

.bc-chat-box .chat-maximum .chat-header .header-actions .btn-minimize {
    cursor: pointer;
    display: inline-block;
    padding: 0 12px;
}

.bc-chat-box .chat-maximum .chat-header .header-actions .btn-minimize i {
    font-size: 26px;
}

.bc-chat-box .chat-maximum .chat-content {
    background: #f1f1f1;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.bc-chat-box .chat-maximum .chat-navs {
    border-right: 1px solid #d7dce3;
    width: 250px;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav {
    position: relative;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media {
    align-items: center;
    padding: 10px;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left {
    margin-right: 7px;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left img {
    border-radius: 50%;
    max-width: 40px;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left .avatar-text {
    align-items: center;
    background: #05647d;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-heading {
    font-size: 16px;
    margin-bottom: 0;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-body p {
    font-size: 14px;
    margin-bottom: 0;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .unread_count {
    background: #ff8067;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-left: 6px;
    padding: 0 8px;
    position: absolute;
    right: 10px;
    top: 19px;
}

.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav.active,
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav:hover {
    background-color: #cee4ef;
}

.bc-chat-box .chat-maximum .chat-box-content {
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 430px;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages {
    flex-grow: 1;
    overflow: auto;
    padding: 10px;
    position: relative;
    z-index: 2;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar {
    width: 5px;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar-thumb {
    background: #888;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item {
    margin-bottom: 10px;
    padding-right: 60px;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item .m-content {
    background-color: #f1f1f1;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    padding: 6px 12px;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item .m-date {
    display: block;
    font-size: 12px;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item.m-me {
    padding-left: 60px;
    padding-right: 0;
    text-align: right;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item.m-me .m-content {
    background-color: #5191fa;
    color: #fff;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .load-more-text {
    cursor: pointer;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-messages .load-more-text a {
    color: #5191fa;
    font-style: italic;
    text-decoration: underline;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new {
    align-items: center;
    border-top: 1px solid #d7dce3;
    display: flex;
    flex-shrink: 0;
    padding: 7px 5px;
    position: relative;
    z-index: 2;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new i {
    font-size: 22px;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new  {
    flex-shrink: 0;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input {
    flex-grow: 1;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input textarea {
    overflow: hidden;
    resize: none;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input textarea:focus {
    box-shadow: none;
    outline: none;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-form-action {
    cursor: pointer;
    padding: 0 10px;
}

.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-sends i {
    color: #5191fa;
    font-size: 26px;
}

.bc-chat-box .chat-maximum .chat-box-content .hidden {
    position: absolute;
    top: 0;
    z-index: 1;
}

.bc-chat-box .chat-maximum .chat-box-content .hidden textarea {
    resize: none;
}

.bc-chat-box .chat-maximum .chat-box-content .hidden textarea:focus {
    box-shadow: none;
    outline: none;
}

@media(max-width:990px) {
    .bc-chat-box {
        right: 0;
    }
    .bc-chat-box .chat-maximum {
        margin-right: 15px;
        max-height: 70vh;
        max-width: 90vw;
    }
    .bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media-left {
        display: none;
    }
    .is_single .bc-chat-box {
        bottom: 66px;
    }
    .is_single .bc-chat-box .chat-minimize {
        margin-right: 15px;
    }
    .modal-open .bc-chat-box {
        z-index: 1;
    }
}

.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;
}

.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: 0 0;
    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: 0 0;
    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: 0 0;
    padding: 0;
}

.page-faqs,
.page-terms-and-conditions {
    padding: 100px 0;
}

.page-faqs .page-title,
.page-terms-and-conditions .page-title {
    padding-top: 0;
}

.inner-box .bookmark-btn .loading-icon {
    display: none;
    height: 21px;
    width: 21px;
}

.inner-box .bookmark-btn.active {
    background-color: rgba(25, 103, 210, .1);
    color: #1967d2;
}

.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: #000;
}

.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;
}

.bc-model {
    position: relative;
}

.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;
}

.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,
.catagory-list li,
.company-block-four .job-info li,
.default-tabs.style-two .tab-buttons li,
.job-block-seven .job-info li,
.job-block .job-info .tag-list li,
.job-block .job-info li,
.job-other-info li,
.job-other-info li.required,
.job-other-info li.time,
.job-overview li,
.list-style-one li,
.news-block .post-meta li,
.pricing-tabs .tab-btns li,
.switchbox li,
.tag-list li,
.user-sidebar .navigation li,
li.dropmenu-right.dropdown,
li.dropmenu-right.dropdown.show {
    list-style: none;
}

.job-overview li:nth-child(8) {
    display: none;
}

.candidate-block-five .candidate-info li,
.candidate-block-five .post-tags li,
.candidate-block-six .candidate-info li,
.job-skills li,
.option-list,
.post-tags li {
    list-style: none;
}

@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;
    }
}

.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;
    -ms-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: 0 0;
    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:-ms-input-placeholder,
.input-search .parent_text:-ms-input-placeholder,
.smart-search .form-control:-ms-input-placeholder,
.smart-search .parent_text:-ms-input-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;
}
.btn-style-five {
    color: #ffffff!important;
    background-color: #302EA7!important;
    border: 1px solid rgba(64, 79, 104, 0.05)!important;
}
.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;
}.notification-list .notify-f-item .user-avatar img {
    border-radius: 50%;
    height: 35px;
    width: 35px;
}input[type=radio]:checked:before {
    /* background-color: #1e8cbe; */
    border-radius: 0!important;
    background-color: transparent!important;
}input[type=checkbox]:checked:before {
    color: transparent!important;
}.main-footer {
    back
    
