@charset "UTF-8";
.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: #28a745!important;
    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: #7aff00;
}
.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 {
    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
}
.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: #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,
    .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
}
.main-header {
    z-index: 9999
}
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
}
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:-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
}
.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
}
.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: 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
}
.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
}
.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: 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
}
.page-faqs,
.page-terms-and-conditions {
    padding: 100px 0
}
.page-faqs .page-title,
.page-terms-and-conditions .page-title {
    padding-top: 0
}
.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;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%
}
.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:-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: 1px solid #dee2e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    margin-top: 15px;
    max-height: 300px;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: -15px;
    top: 100%;
    transition: all .3s;
    visibility: hidden;
    z-index: 20
}
.input-search .bravo-autocomplete.show,
.smart-search .bravo-autocomplete.show {
    opacity: 1;
    visibility: visible
}
@media (max-width:1023px) {
    .input-search .bravo-autocomplete,
    .smart-search .bravo-autocomplete {
        background: #f1f1f1;
        border-radius: 0;
        left: -55px;
        margin-top: 10px;
        right: 0
    }
}
.input-search .bravo-autocomplete .item,
.smart-search .bravo-autocomplete .item {
    cursor: pointer;
    padding: 10px 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 .item:hover,
.smart-search .bravo-autocomplete .item:hover {
    background: #f5f4f7
}
.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
}
.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-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,
.banner-section .content-column h3 .colored,
.bc-preload .text,
.btn-style-three,
.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,
.candidate-block .designation,
.catagory-list li a:hover,
.catagory-list li a:hover:before,
.category-block-three .icon,
.category-block-three:first-child .icon,
.category-block-three h4 a:hover,
.category-block-two .icon,
.category-block-two h4 a:hover,
.category-block .icon,
.category-block h4 a:hover,
.checkbox-outer .view-more,
.chosen-container-multi .chosen-choices li.search-choice,
.company-block-four .job-type,
.company-block-four h4 a:hover,
.company-block-three h4 a:hover,
.company-block-two .designation,
.company-block .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-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-block h4 a:hover,
.job-other-info li.time,
.links-list li:hover a,
.login-item .is_login,
.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.current.dropdown>span:after,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current>span,
.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,
.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,
.multi-lang li a,
.news-block-two .read-more,
.news-block-two .read-more:hover,
.news-block .lower-content h3 a:hover,
.news-block .read-more,
.news-block .read-more:hover,
.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,
.resume-action .dropdown-menu button .la,
.scroll-to-top,
.sec-title-outer .link,
.sec-title .sub-title,
.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-two .title,
.testimonial-block .title,
.top-filters .chosen-container-single .chosen-single div:after,
.top-filters .chosen-container .chosen-single,
.top-filters .chosen-container .chosen-single span,
.ui-item h4,
.uploading-resume .cv-uploadButton .title,
.user-sidebar .navigation>li.active>a,
.user-sidebar .navigation>li:hover>a,
.user-sidebar .navigation li.active a i,
.user-sidebar .navigation li:hover a i {
    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,
.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)
}
.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-two .inner-box:hover .icon,
.category-block .inner-box:hover .icon,
.checkboxes input[type=checkbox]:checked+label:before,
.checkboxes input[type=radio]:checked+label:before,
.cluster-visible,
.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.active span,
.ls-pagination li a.current-page,
.ls-pagination li a:hover,
.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,
.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)!important
}
.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)
}
.main-header{
background-color:#fff;
}
.login {
    background-color: #fdc200 !important;
    color: white;
}
.amount-outer{
    background-color: #505050 !important;
}
header.main-header.header-style-two {
    background: none;
}
.testimonial-block-three .title{
color : var(--main-color);
}