@charset "UTF-8";
.mt20 {
  margin-top: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.c-pointer {
  cursor: pointer;
}

.pt40 {
  padding-top: 40px;
}

.ptb60 {
  padding: 60px 0px 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.bg-fafafa {
  background: #fafafa;
}

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

.border-radius-8 {
  border-radius: 8px !important;
}

.c-white {
  color: white;
}

.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 {
  width: 70px;
  height: 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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-number-group span.input {
  display: inline-block;
  min-width: 40px;
  text-align: center;
}
.input-number-group i {
  color: #3490dc;
  font-size: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

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

.btn {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 10px 20px;
  transition: background 0.2s, color 0.2s;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-sm, .btn.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn.btn-danger {
  background: #FA5636;
}
.btn.btn-danger:hover {
  background: #E65335;
}

.padding-content {
  padding: 60px 0px;
}

.mt20 {
  margin-top: 20px;
}

.full-page {
  height: 100%;
}

.map-loading {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
}
.map-loading .st-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 6px;
  background: #5191FA;
  border-radius: 5px;
  margin-left: -25px;
  -webkit-animation: st-load 1.8s ease-in-out infinite;
  animation: st-load 1.8s ease-in-out infinite;
}
.map-loading .st-loader:before {
  top: -20px;
  left: 10px;
  width: 40px;
  background: #FA5636;
  margin-left: -20px;
}
.map-loading .st-loader:before, .map-loading .st-loader:after {
  position: absolute;
  display: block;
  content: "";
  -webkit-animation: st-load 1.8s ease-in-out infinite;
  animation: st-load 1.8s ease-in-out infinite;
  height: 6px;
  border-radius: 5px;
}
.map-loading .st-loader:after {
  bottom: -20px;
  width: 35px;
  background: #ffab53;
  margin-left: -17px;
}

@-webkit-keyframes st-load {
  0% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(40px);
  }
}
@keyframes st-load {
  0% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(40px);
  }
}
.thumb-image {
  display: block;
  width: 100%;
  padding-bottom: 69%;
  overflow: hidden;
  background: linear-gradient(118deg, #f6f9fb, #e2ebef);
  position: relative;
}
.thumb-image img {
  display: block;
  height: 100%;
  /* width: 100%; */
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  margin: auto;
  min-width: 100%;
}

.blog-breadcrumb {
  padding: 20px 0;
  border-bottom: 1px solid #EAEEF3;
}
.blog-breadcrumb ul {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  background: #FFF;
}
.blog-breadcrumb ul li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 0;
}
.blog-breadcrumb ul li a {
  display: block;
  font-weight: 500;
  color: #1A2B48;
  text-decoration: none;
  line-height: 21px;
}
.blog-breadcrumb ul li.active {
  color: #5E6D77;
}
.blog-breadcrumb ul li:first-child {
  padding-left: 0;
}
.blog-breadcrumb ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  right: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #EAEEF3;
  z-index: 1;
}

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

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

.booking_cookie_agreement {
  background-color: #645862;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  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;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #000;
}

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

.panel {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  border-radius: 3px;
  margin-bottom: 20px;
}
.panel .panel-title {
  padding: 14px 20px;
  border-bottom: 1px solid #dfe4e8;
  position: relative;
}
.panel .panel-title .panel-toggle {
  position: absolute;
  right: 11px;
  top: 10px;
  cursor: pointer;
}
.panel .panel-body {
  padding: 20px;
}
.panel .panel-body.pd15 {
  padding: 15px;
}
.panel .panel-body .tab-content {
  border: solid 1px #dee2e6;
  border-top: none;
  padding: 20px 20px 5px;
}
.panel:last-child {
  margin-bottom: 0px;
}
.panel .panel-footer {
  padding: 10px 15px;
  border-top: 1px solid #dfe4e8;
  background: #f7f7f7;
}

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

.avatar-cover {
  background-size: cover;
  background-position: center;
}

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

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

.wrapper-submit {
  padding-bottom: 20px;
}
.wrapper-submit button {
  width: 100%;
}

.ls-pagination {
  text-align: center;
}

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

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

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

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

.banner-section-three .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 15px;
  color: #696969;
  line-height: 20px;
  font-weight: 400;
  background: #ffffff;
  padding: 5px 0px;
  padding-right: 40px;
}
.banner-section-three .chosen-container-active .chosen-drop {
  border: 1px solid #ECEDF2 !important;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 8px !important;
  padding-top: 10px !important;
  background: #FFF;
}
.banner-section-three .job-search-form-two {
  z-index: 1;
}

.bc-preload:before, .bc-preload:after {
  display: none;
}
.bc-preload .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  color: #1967D2;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.bc-preload .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
}

.bc-page-404 {
  padding-top: 100px;
}
.bc-page-404 .on-no-text {
  font-size: 150px;
  line-height: 1.2;
  color: #000;
}
.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 {
  position: fixed;
  z-index: 999;
  top: 120px;
  right: 20px;
  font-size: 14px;
  transition: all 0.4s ease-in-out 0s;
  transform: translateX(140%);
}
.bc-alert-popup.active {
  transform: translateX(0);
}
.bc-alert-popup .message-box {
  padding: 15px 30px;
  min-height: 60px;
}

#welcome-pop-up-modal {
  height: 100%;
  padding: 15px;
  overflow: visible;
  background: #fff;
  border-radius: 8px;
  box-shadow: none;
  min-height: 250px;
}

#welcome-pop-up + canvas {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hideCanvas canvas {
  display: none !important;
}

.jquery-modal.with-canvas {
  overflow: hidden;
}

@media (max-height: 600px) {
  .jquery-modal.with-canvas {
    overflow-y: auto;
  }
}
#apply-job {
  max-width: 600px;
}

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

#invite-job-modal {
  max-width: 600px;
  padding: 40px;
  overflow: visible;
  border-radius: 8px;
  box-shadow: none;
  min-height: 400px;
}

.apply-job-form .form-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.apply-job-form .select-cv {
  text-align: center;
  margin-bottom: 30px;
}
.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 {
  margin-bottom: 10px;
  font-weight: 400;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  padding: 10px 15px;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: #1967d2;
  font-weight: 400;
  background-color: rgba(25, 103, 210, 0.15);
  border-radius: 4px;
  transition: all 0.4s ease-in-out 0s;
}
.apply-job-form .wrapper-file-action .item-file-cv .candidate-detail-cv .icon_type {
  font-size: 32px;
  float: right;
  display: inline-block;
  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-weight: 500;
  font-size: 15px;
  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] {
  width: 100%;
  display: block;
}
.apply-job-form .loading .icon-loading {
  display: inline-block;
}
.apply-job-form .apply-alert {
  padding: 15px 30px;
  min-height: auto;
  justify-content: center;
}

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

.bc-drag-area {
  border: 2px dashed rgba(25, 103, 210, 0.15);
  text-align: center;
  cursor: pointer;
  background: #fcfcfc;
  margin-bottom: 30px;
  transition: all 0.3s;
  position: relative;
}
.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 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 20px;
}

.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: 65px;
}
.job-block .company-logo img {
  height: 100%;
  border-radius: 50%;
  -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 {
  max-width: 80px;
  height: auto;
}

.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 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}

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

.login-item {
  display: flex;
  align-items: center;
}
.login-item .is_login {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #202124;
  padding: 12px 0;
}
.login-item .is_login .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
}
.login-item .is_login .avatar-text {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
  text-align: center;
  line-height: 40px;
  background-color: #e7e7e7;
}
.login-item .is_login i {
  margin-left: 5px;
  font-size: 11px;
}

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

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

.main-header .notify-button:hover .icon {
  color: #1967D2;
}

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

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

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

.collapsing {
  transition: none;
  display: none;
}

.login-item .dropdown-menu {
  transform: none !important;
  top: 68px !important;
  overflow-x: scroll;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  border-top: 2px solid #1967d2;
  -ms-box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
  min-width: 230px;
  padding: 15px 0;
  transform-origin: top;
  transition: all 0.2s;
  z-index: 5;
  max-height: 80vh;
}

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

.login-item .dropdown-menu a:active {
  color: #696969;
  text-decoration: none;
  background-color: #f8f9fa;
}

.login-item .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, .mobile-header .dropdown-menu {
  padding: 15px 0;
  z-index: 5;
  min-width: 230px;
  border-top: 2px solid #1967D2;
  border-radius: 0px 0px 8px 8px;
  background-color: #fff;
  -ms-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s;
}
.dropmenu-right .dropdown-menu:before, .mobile-header .dropdown-menu:before {
  position: absolute;
  left: 20px;
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #1967D2;
  content: "";
}
.dropmenu-right .dropdown-menu > li > a, .mobile-header .dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #696969;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 0 !important;
}

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

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

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

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

.header-style-two .main-box {
  padding: 0 60px;
}
.header-style-two .logo {
  margin-right: 100px;
}
.header-style-two .main-menu {
  margin-left: 0;
}
.header-style-two .nav-outer {
  width: auto;
}
.header-style-two .multi-lang > li > a {
  color: #FFF;
}
.header-style-two .login-item .is_login {
  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 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 0;
  }
  .mobile-header .login-box .avatar-text {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    background-color: #e7e7e7;
  }
  .mobile-header .login-box a {
    display: block;
  }
  .mobile-header .login-box a:after {
    display: none;
  }

  .mm-menu a i {
    display: none;
  }

  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-header:after {
    display: none;
  }
}
.mobile-header .dropdown-menu:before {
  left: 49%;
}

.full-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  max-height: 15px;
  max-width: 120px;
}
@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;
  }
}
.dropdown-notifications, #bravo_notify {
  position: relative;
}

input[type=checkbox], input[type=radio] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}
input[type=checkbox]:checked:before, input[type=checkbox]:checked:before, input[type=radio]:checked:before, input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font-family: "Ionicons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.required {
  color: #e3342f;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::placeholder {
  color: #999999;
}

.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 {
  content: "\f00c";
  background-color: #1967D2;
  border: 1px solid #1967D2;
}

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

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

.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 {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.gateway_html label input {
  width: 100%;
  display: block;
  padding: 7px 15px;
  font-size: 14px;
  background-color: #FFF;
}
.gateway_html label .input {
  padding: 7px 15px;
  background-color: #FFF;
}

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

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

.bc-model {
  display: none;
}

.icon-loading {
  display: none;
}

body .daterangepicker {
  min-width: 300px;
  min-height: 100px;
  border-color: #dfdfdf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175) !important;
  border-radius: 0px;
  padding: 10px 20px 10px 20px;
  margin-top: 0px;
  font-family: inherit;
}
@media (max-width: 767px) {
  body .daterangepicker {
    padding: 0 10px;
  }
  body .daterangepicker .ranges {
    margin: 0 !important;
  }
  body .daterangepicker .drp-calendar {
    padding: 0 !important;
  }
  body .daterangepicker:before, body .daterangepicker:after {
    display: none;
  }
}
body .daterangepicker.loading:before {
  display: block !important;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 11;
  opacity: 0.7;
  content: "";
}
body .daterangepicker.loading:after {
  content: "\f013";
  display: block !important;
  font: normal normal normal 14px/1 FontAwesome;
  right: 0;
  position: absolute;
  left: 0;
  top: 145px;
  z-index: 15;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #5191fa;
  font-size: 42px;
}
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 .prev span, body .daterangepicker .drp-calendar .calendar-table .next span {
  transform: none;
  border: none;
  border-radius: 0px;
}
body .daterangepicker .drp-calendar .calendar-table .prev:hover, body .daterangepicker .drp-calendar .calendar-table .next:hover {
  background-color: transparent;
}
body .daterangepicker .drp-calendar .calendar-table .prev {
  background: url(/images/arow_left.png?a81887014623d5a1e5955be94a3576b1) no-repeat center center;
}
body .daterangepicker .drp-calendar .calendar-table .next {
  background: url(/images/arrow_right.png?9f972f18a6ed4e7062b721bc9f76547d) no-repeat center center;
}
body .daterangepicker .drp-calendar .calendar-table thead {
  font-size: 14px;
}
body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
  padding: 10px 0px;
  border-bottom: 1px solid #D7DCE3;
  border-radius: 0px;
  margin: 0px;
}
body .daterangepicker .drp-calendar .calendar-table thead .month {
  color: #1A2B48;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
body .daterangepicker .drp-calendar .calendar-table thead tr:last-child th {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ADB2BD;
  text-align: center;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td {
  width: 35px;
  height: 30px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #1A2B48;
  border-radius: 0px;
  border: 1px solid transparent;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.today {
  color: #FA5535;
  border-color: #FA5535;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date, body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
  background: rgba(81, 145, 250, 0.2);
  border-top: none;
  border-bottom: none;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
  border-left: solid 2px #5191fa;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
  border-right: solid 2px #5191fa;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled {
  color: #D7DCE3;
  text-decoration: none;
}
body .daterangepicker:before, body .daterangepicker:after {
  content: "";
  position: static;
  border: none;
  background: none;
  width: 0;
  height: 0;
}
body .daterangepicker:not(.single) .calendar.left .next {
  display: none;
}
body .daterangepicker .calendar {
  position: relative;
  max-width: 100% !important;
}
body .daterangepicker .table-header {
  position: relative;
  padding-bottom: 20px;
}
body .daterangepicker .table-header:after {
  content: "";
  display: table;
  clear: both;
}
body .daterangepicker .table-header .month {
  text-align: center;
}
body .daterangepicker .table-header .prev {
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  width: 48px;
  height: 48px;
  background: url(/images/arow_left.png?a81887014623d5a1e5955be94a3576b1) no-repeat left center;
  cursor: pointer;
  z-index: 9;
}
body .daterangepicker .table-header .next {
  position: absolute;
  bottom: 0;
  right: 0;
  float: right;
  width: 48px;
  height: 48px;
  background: url(/images/arrow_right.png?9f972f18a6ed4e7062b721bc9f76547d) no-repeat right center;
  cursor: pointer;
  z-index: 9;
}
body .daterangepicker .table-sub-header {
  border-top: 1px solid #D7DCE3;
}
body .daterangepicker .table-sub-header:after {
  content: "";
  display: table;
  clear: both;
}
body .daterangepicker .table-sub-header .day-off-week {
  width: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ADB2BD;
  float: left;
  text-align: center;
}
body .daterangepicker .table-condensed .td-date {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
}
body .daterangepicker .table-condensed .td-date .date {
  width: 36px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  color: #1A2B48;
}
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(.start-date) .date, body .daterangepicker .table-condensed .td-date.today:not(.in-range) .date {
  color: #FA5535;
  border: 1px solid #FA5535;
}
body .daterangepicker .table-condensed .td-date.start-group {
  background: #fef5ca;
}
body .daterangepicker .table-condensed .td-date.in-group, body .daterangepicker .table-condensed .td-date.end-group {
  background: #fef5ca;
}
body .daterangepicker .table-condensed .td-date.in-group .date, body .daterangepicker .table-condensed .td-date.end-group .date {
  color: #767676;
}
body .daterangepicker .table-condensed .td-date:hover {
  background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.start-date {
  background: rgba(81, 145, 250, 0.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, 0.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, 0.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 {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 2px;
  display: none;
}
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: 0.9;
  visibility: visible;
}
body .daterangepicker .tooltip {
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  margin: 0;
  width: auto;
  float: none;
  visibility: hidden;
}
body .daterangepicker .tooltip .arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
body .daterangepicker .tooltip .tooltip-inner {
  white-space: nowrap;
}

.bravo-admin-bar {
  background: #333;
  color: white;
}
.bravo-admin-bar a {
  color: white;
}
.bravo-admin-bar .adminbar-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.bravo-admin-bar .adminbar-menu li {
  display: inline-block;
}
.bravo-admin-bar .adminbar-menu li a {
  padding: 0 8px 0 7px;
  height: 32px;
  line-height: 32px;
  display: block;
}
.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;
  padding: 3px 10px;
  font-size: 13px;
  cursor: pointer;
}
.bc_start_chat:hover {
  background-color: #ebedf0;
}

.owner-info {
  background: #FFF;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #D7DCE3;
}
.owner-info .media-left {
  padding-right: 10px;
}
.owner-info .media-left a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owner-info .avatar-text {
  background: #1a2b47;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  padding-top: 4px;
  position: relative;
  font-size: 29px;
  top: 0;
  text-decoration: none;
}
.owner-info .media-heading {
  font-weight: 500;
  font-size: 14px;
  color: #1a2b48;
  margin-top: 5px;
  margin-bottom: 5px;
}
.owner-info .media-heading a {
  color: inherit;
}
.owner-info p {
  margin-bottom: 5px;
  color: #5E6D77;
  font-size: 12px;
}

.bc-chat-box {
  position: fixed;
  right: 20px;
  bottom: 0px;
  z-index: 9999;
}
.bc-chat-box .chat-minimize {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  color: #fff;
  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, 0.15);
  padding: 3px 15px;
  font-size: 16px;
  margin-bottom: 15px;
}
.bc-chat-box .chat-minimize i {
  font-size: 22px;
  margin-right: 10px;
}
.bc-chat-box .chat-minimize .unread-count {
  background: #ff8067;
  color: white;
  margin-left: 6px;
  display: inline-block;
  padding: 0px 8px;
  border-radius: 50%;
  font-size: 13px;
}
.bc-chat-box .chat-maximum {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  height: 500px;
  display: flex;
  flex-direction: column;
}
.bc-chat-box .chat-maximum .chat-header {
  background: #5191fa;
  color: white;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
  font-size: 16px;
}
.bc-chat-box .chat-maximum .chat-header i {
  font-size: 20px;
  margin-right: 10px;
  line-height: 30px;
}
.bc-chat-box .chat-maximum .chat-header .header-actions i {
  margin-right: 0px;
}
.bc-chat-box .chat-maximum .chat-header .header-actions .btn-minimize {
  cursor: pointer;
  display: inline-block;
  padding: 0px 12px;
}
.bc-chat-box .chat-maximum .chat-header .header-actions .btn-minimize i {
  font-size: 26px;
}
.bc-chat-box .chat-maximum .chat-content {
  display: flex;
  flex-grow: 1;
  background: #f1f1f1;
  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 {
  padding: 10px 10px;
  align-items: center;
}
.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 {
  max-width: 40px;
  border-radius: 50%;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left .avatar-text {
  align-items: center;
  background: #05647d;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 22px;
  justify-content: center;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-heading {
  font-size: 16px;
  margin-bottom: 0px;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-body {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-body p {
  margin-bottom: 0px;
  font-size: 14px;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .unread_count {
  position: absolute;
  background: #ff8067;
  color: white;
  margin-left: 6px;
  display: inline-block;
  padding: 0px 8px;
  border-radius: 50%;
  font-size: 13px;
  top: 19px;
  right: 10px;
}
.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 {
  width: 430px;
  display: flex;
  flex-direction: column;
  background: white;
  position: relative;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages {
  flex-grow: 1;
  padding: 10px;
  position: relative;
  z-index: 2;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.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 {
  display: inline-block;
  border-radius: 2px;
  padding: 6px 12px;
  background-color: #f1f1f1;
  color: #333;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item .m-date {
  font-size: 12px;
  display: block;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item.m-me {
  padding-left: 60px;
  padding-right: 0px;
  text-align: right;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item.m-me .m-content {
  background-color: #5191fa;
  color: white;
}
.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 {
  flex-shrink: 0;
  display: flex;
  padding: 7px 5px;
  align-items: center;
  position: relative;
  z-index: 2;
  border-top: 1px solid #d7dce3;
}
.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 {
  resize: none;
  overflow: hidden;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input textarea:focus {
  outline: none;
  box-shadow: none;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-form-action {
  padding: 0px 10px;
  cursor: pointer;
}
.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;
  z-index: 1;
  top: 0px;
}
.bc-chat-box .chat-maximum .chat-box-content .hidden textarea {
  resize: none;
}
.bc-chat-box .chat-maximum .chat-box-content .hidden textarea:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 990px) {
  .bc-chat-box {
    right: 0px;
  }
  .bc-chat-box .chat-maximum {
    max-height: 70vh;
    max-width: 90vw;
    margin-right: 15px;
  }
  .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.selected,
.bravo-reviews .sfeedbacks_form .sspd_review .fa.hovered {
  color: #5191fa;
}

.service-review .list-star {
  position: relative;
}
.service-review .list-star ul {
  list-style: none;
  display: flex;
}
.service-review .list-star ul li:not(:last-child) {
  margin-right: 5px;
}
.service-review .list-star .booking-item-rating-stars-active {
  position: absolute;
  top: 0;
  overflow: hidden;
}

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

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

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

.page-404-content {
  padding: 60px 0px;
  text-align: center;
}
.page-404-content h1 {
  font-size: 48px;
  color: #1A2B48;
  font-weight: 500;
  margin-top: 0px;
}
.page-404-content h3 {
  font-size: 16px;
  color: #5E6D77;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: 10px;
}
.page-404-content img {
  margin-bottom: 50px;
  max-width: 100%;
}
.page-404-content p {
  font-size: 18px;
  color: #5E6D77;
  margin-bottom: 5px;
}

.about-section .about-title {
  font-size: 40px;
  line-height: 54px;
  color: #202124;
  font-weight: 500;
  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 {
  bottom: -120px;
  right: -180px;
  max-width: 500px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .about-section.about-style-1 .count-employers {
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: scale(0.9);
  }
}

.about-section-two .app-list-2 {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  right: -70px;
  bottom: -180px;
}
@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 {
  padding: 0;
  background-color: transparent;
}
.news-section.style_4 .news-block-two .inner-box .image-box .image {
  width: 100%;
  max-width: 200px;
  height: 200px;
}
.news-section.style_4 .news-block-two .inner-box .image-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section.style_4 .news-block-two .lower-content {
  padding: 15px 30px;
  position: relative;
}
.news-section.style_4 .news-block-two .lower-content h3 {
  font-size: 18px;
  color: #202124;
  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 {
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  margin-bottom: 15px;
}

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

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

.dropdown-notifications .dropdown-menu, #bravo_notify .dropdown-menu {
  min-width: 310px;
  left: auto;
  transform: scaleY(1);
  right: -50px;
  top: calc(100% + 17px);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 0px 0px 8px 8px;
  border: 0;
  border-top: 2px solid #1967D2;
}
.dropdown-notifications .dropdown-menu:before, #bravo_notify .dropdown-menu:before {
  position: absolute;
  right: 60px;
  left: auto;
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #1967D2;
  content: "";
}
@media (max-width: 767px) {
  .dropdown-notifications .dropdown-menu, #bravo_notify .dropdown-menu {
    min-width: 280px;
  }
}
.dropdown-notifications.active .dropdown-menu, .active#bravo_notify .dropdown-menu {
  display: block;
}
.dropdown-notifications .dropdown-container > .dropdown-menu + .dropdown-menu, #bravo_notify .dropdown-container > .dropdown-menu + .dropdown-menu {
  padding-top: 0;
}
.dropdown-notifications .dropdown-menu > li > a, #bravo_notify .dropdown-menu > li > a {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-decoration: none;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: none;
}
.dropdown-notifications .dropdown-toggle, #bravo_notify .dropdown-toggle {
  cursor: pointer;
}
.dropdown-notifications .dropdown-header, #bravo_notify .dropdown-header {
  white-space: nowrap;
}
.dropdown-notifications .open > .dropdown-container > .dropdown-menu, #bravo_notify .open > .dropdown-container > .dropdown-menu, .dropdown-notifications .open > .dropdown-container, #bravo_notify .open > .dropdown-container {
  display: block;
}
.dropdown-notifications .dropdown-toolbar, #bravo_notify .dropdown-toolbar {
  padding: 9px 12px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
.dropdown-notifications .dropdown-toolbar > .form-group, #bravo_notify .dropdown-toolbar > .form-group {
  margin: 5px -10px;
}
.dropdown-notifications .dropdown-toolbar .dropdown-toolbar-actions, #bravo_notify .dropdown-toolbar .dropdown-toolbar-actions {
  float: right;
  line-height: 12px;
}
.dropdown-notifications .dropdown-toolbar .dropdown-toolbar-actions .markAllAsRead, #bravo_notify .dropdown-toolbar .dropdown-toolbar-actions .markAllAsRead {
  font-size: 14px;
}
.dropdown-notifications .dropdown-toolbar .dropdown-toolbar-title, #bravo_notify .dropdown-toolbar .dropdown-toolbar-title {
  margin: 0;
  font-size: 16px;
  color: #212529 !important;
}
.dropdown-notifications .anchor-block small, #bravo_notify .anchor-block small {
  display: none;
}
.dropdown-notifications .list-group, #bravo_notify .list-group {
  padding: 0;
}
.dropdown-notifications .list-group .notify-item, #bravo_notify .list-group .notify-item {
  display: block;
  padding: 9.6px 12px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  color: #212529;
  text-decoration: none;
}
.dropdown-notifications .list-group .notify-item.active, #bravo_notify .list-group .notify-item.active {
  background-color: #f4f4f4;
}
.dropdown-notifications .list-group .notify-item a, #bravo_notify .list-group .notify-item a {
  font-size: 13px;
  color: #212529;
  line-height: 1.4;
}
.dropdown-notifications .list-group .notify-item .media, #bravo_notify .list-group .notify-item .media {
  align-items: center;
}
@media (min-width: 992px) {
  .dropdown-notifications .anchor-block small, #bravo_notify .anchor-block small {
    display: block;
    font-weight: normal;
    color: #777777;
  }
  .dropdown-notifications .dropdown-menu > li > a.anchor-block, #bravo_notify .dropdown-menu > li > a.anchor-block {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .dropdown-notifications .dropdown.hoverable:hover > ul, #bravo_notify .dropdown.hoverable:hover > ul {
    display: block;
  }
}
.dropdown-notifications .dropdown-position-topright, #bravo_notify .dropdown-position-topright {
  top: auto;
  right: 0;
  bottom: 100%;
  left: auto;
  margin-bottom: 2px;
}
.dropdown-notifications .dropdown-position-topleft, #bravo_notify .dropdown-position-topleft {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 2px;
}
.dropdown-notifications .dropdown-position-bottomright, #bravo_notify .dropdown-position-bottomright {
  right: 0;
  left: auto;
}
.dropdown-notifications .dropmenu-item-label, #bravo_notify .dropmenu-item-label {
  white-space: nowrap;
}
.dropdown-notifications .dropmenu-item-content, #bravo_notify .dropmenu-item-content {
  position: absolute;
  text-align: right;
  max-width: 60px;
  right: 20px;
  color: #777777;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}
.dropdown-notifications small.dropmenu-item-content, #bravo_notify small.dropmenu-item-content {
  line-height: 20px;
}
.dropdown-notifications .dropdown-menu > li > a.dropmenu-item, #bravo_notify .dropdown-menu > li > a.dropmenu-item {
  position: relative;
  padding-right: 66px;
}
.dropdown-notifications .dropdown-submenu .dropmenu-item-content, #bravo_notify .dropdown-submenu .dropmenu-item-content {
  right: 40px;
}
.dropdown-notifications .dropdown-menu > li.dropdown-submenu > a.dropmenu-item, #bravo_notify .dropdown-menu > li.dropdown-submenu > a.dropmenu-item {
  padding-right: 86px;
}
.dropdown-notifications .dropdown-inverse .dropdown-menu, #bravo_notify .dropdown-inverse .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.dropdown-notifications .dropdown-inverse .dropdown-menu .divider, #bravo_notify .dropdown-inverse .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #2b2b2b;
}
.dropdown-notifications .dropdown-inverse .dropdown-menu > li > a, #bravo_notify .dropdown-inverse .dropdown-menu > li > a {
  color: #cccccc;
}
.dropdown-notifications .dropdown-inverse .dropdown-menu > li > a:hover, #bravo_notify .dropdown-inverse .dropdown-menu > li > a:hover, .dropdown-notifications .dropdown-inverse .dropdown-menu > li > a:focus, #bravo_notify .dropdown-inverse .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #262626;
}
.dropdown-notifications .dropdown-inverse .dropdown-menu > .active > a, #bravo_notify .dropdown-inverse .dropdown-menu > .active > a, .dropdown-notifications .dropdown-inverse .dropdown-menu > .active > a:hover, .dropdown-notifications .dropdown-inverse .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.dropdown-notifications .dropdown-inverse .dropdown-menu > .disabled > a, #bravo_notify .dropdown-inverse .dropdown-menu > .disabled > a, .dropdown-notifications .dropdown-inverse .dropdown-menu > .disabled > a:hover, .dropdown-notifications .dropdown-inverse .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-notifications .dropdown-inverse .dropdown-header, #bravo_notify .dropdown-inverse .dropdown-header {
  color: #777777;
}
.dropdown-notifications .table > thead > tr > th.col-actions, #bravo_notify .table > thead > tr > th.col-actions {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-notifications .table > thead > tr > th.col-actions .dropdown-toggle, #bravo_notify .table > thead > tr > th.col-actions .dropdown-toggle {
  color: #777777;
}
.dropdown-notifications .notifications, #bravo_notify .notifications {
  list-style: none;
  padding: 0;
}
.dropdown-notifications .notification, #bravo_notify .notification {
  display: block;
  padding: 9.6px 12px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #eeeeee;
  background-color: #fff;
  color: #333333;
  text-decoration: none;
}
.dropdown-notifications .notification:last-child, #bravo_notify .notification:last-child {
  border-bottom: 0;
}
.dropdown-notifications .notification:hover, #bravo_notify .notification:hover, .dropdown-notifications .notification.active:hover {
  background-color: #f9f9f9;
  border-color: #eeeeee;
}
.dropdown-notifications .notification.active, #bravo_notify .notification.active {
  background-color: #f4f4f4;
}
.dropdown-notifications .active .markAsRead, #bravo_notify .active .markAsRead {
  font-weight: 500 !important;
}
.dropdown-notifications a.notification:hover, #bravo_notify a.notification:hover {
  text-decoration: none;
}
.dropdown-notifications .notification-title, #bravo_notify .notification-title {
  font-size: 15px;
  margin-bottom: 0;
}
.dropdown-notifications .notification-desc, #bravo_notify .notification-desc {
  margin-bottom: 0;
}
.dropdown-notifications .notification-meta, #bravo_notify .notification-meta {
  color: #777777;
  font-size: 12px;
  margin-top: 4px;
}
.dropdown-notifications .dropdown-notifications > .dropdown-container, #bravo_notify .dropdown-notifications > .dropdown-container, .dropdown-notifications #bravo_notify > .dropdown-container, #bravo_notify #bravo_notify > .dropdown-container, .dropdown-notifications .dropdown-notifications > .dropdown-menu, #bravo_notify .dropdown-notifications > .dropdown-menu, .dropdown-notifications #bravo_notify > .dropdown-menu, #bravo_notify #bravo_notify > .dropdown-menu {
  width: 350px;
  max-width: 350px;
}
.dropdown-notifications .dropdown-menu, #bravo_notify .dropdown-menu {
  padding: 0;
}
.dropdown-notifications .dropdown-toolbar, #bravo_notify .dropdown-toolbar {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-notifications .dropdown-footer a, #bravo_notify .dropdown-footer a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  padding: 9px 15px;
  display: inline-block;
  color: #FFF !important;
  background-color: #1967D2;
  width: 100%;
  text-align: center;
  border-radius: 0px 0px 8px 8px;
}
.dropdown-notifications .notification-icon, #bravo_notify .notification-icon {
  position: absolute;
  top: -5px;
  left: 35px;
}
.dropdown-notifications .notification .media-body, #bravo_notify .notification .media-body {
  padding-top: 5.6px;
}
.dropdown-notifications .btn-lg .notification-icon:after, #bravo_notify .btn-lg .notification-icon:after {
  margin-left: -8.253px;
  margin-top: -8.253px;
  min-width: 16.506px;
  height: 16.506px;
  line-height: 16.506px;
  font-size: 13.755px;
}
.dropdown-notifications .btn-xs .notification-icon:after, #bravo_notify .btn-xs .notification-icon:after {
  content: "";
  margin-left: -4.1265px;
  margin-top: -2.06325px;
  min-width: 6.25227273px;
  height: 6.25227273px;
  line-height: 6.25227273px;
  padding: 0;
}
.dropdown-notifications .btn-xs .notification-icon, #bravo_notify .btn-xs .notification-icon {
  margin-right: 3.43875px;
}
.dropdown-notifications .media-object .avatar-text, #bravo_notify .media-object .avatar-text, .dropdown-notifications .media-object img, #bravo_notify .media-object img {
  border-radius: 50%;
  text-align: center;
  background: #e67e22;
  color: white;
  font-size: 17px;
  display: block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  margin-right: 10px;
}
.dropdown-notifications .media-left, #bravo_notify .media-left {
  margin: 10px;
}
.dropdown-notifications a:hover, #bravo_notify a:hover, .dropdown-notifications a:active, #bravo_notify a:active, .dropdown-notifications a:visited, #bravo_notify a:visited {
  text-decoration: none;
}
.dropdown-notifications .markAllAsRead, #bravo_notify .markAllAsRead, .dropdown-notifications .notification .media-body a, #bravo_notify .notification .media-body a {
  color: #212529 !important;
}
.dropdown-notifications .notification .media-body a:hover, #bravo_notify .notification .media-body a:hover {
  background: none !important;
}

.user-form-settings .dropdown-notifications, .user-form-settings #bravo_notify {
  top: 5px;
  right: 10px;
}
.user-form-settings .notification-icon {
  min-width: 15px !important;
  top: -1px;
  left: 14px;
  font-size: 9px !important;
}
.user-form-settings .notification .media-body a {
  font-size: 12px;
}

.notification-list .notify-f-item {
  margin-bottom: 10px;
  position: relative;
}
.notification-list .notify-f-item .user-avatar {
  position: absolute;
  left: 0;
  top: 10px;
}
.notification-list .notify-f-item .user-avatar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.notification-list .notify-f-item .user-avatar .avatar-text {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  background-color: rgba(25, 103, 210, 0.1);
  align-items: center;
  justify-content: center;
}
.notification-list .notify-f-item a {
  color: #1967D2;
}
.notification-list .notify-f-item .notification-meta {
  line-height: 1.2;
}

@media (max-width: 990px) {
  .user-form-settings .dropdown-notifications, .user-form-settings #bravo_notify {
    left: -35px;
    top: 5px;
  }
}
body {
  font-family: "Jost", Helvetica, Arial, sans-serif;
}

.inner-box .bookmark-btn .loading-icon {
  display: none;
  width: 21px;
  height: 21px;
}
.inner-box .bookmark-btn.active {
  background-color: #F9AB00 !important;
  color: #fff !important;
}
.inner-box .bookmark-btn.loading .loading-icon {
  display: flex;
  margin: 0 auto;
}
.inner-box .bookmark-btn.loading span {
  display: none;
}

.bc-map {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bc-map .leaflet-marker-pane .leaflet-marker-icon {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

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

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

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

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

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

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

.default-form .input-group > input[type=text],
.default-form .input-group > input[type=number] {
  border-top-right-radius: 0;
  border-bottom-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 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

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

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

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

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

.show_tags {
  margin-top: 5px;
}
.show_tags:empty {
  margin-top: 0;
}
.show_tags .tag_item {
  background: #1967D2;
  display: inline-block;
  padding: 6px 8px;
  font-size: 86%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-right: 5px;
  padding-right: 0px;
  margin-bottom: 6px;
}
.show_tags .tag_item [data-role=remove] {
  margin-left: 8px;
  padding-left: 3px;
  cursor: pointer;
  padding-right: 6px;
  display: inline-block;
  border-left: 1px solid white;
}
.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: solid 1px #c4cdd5;
  border-top: 0px;
  padding: 0px 15px;
}
.form-group-item .g-items .item .form-control {
  margin-bottom: 10px;
}
.form-group-item .g-items .item .form-control:last-child {
  margin-bottom: 0px;
}
.form-group-item .g-items .item > .row > div {
  padding: 10px;
  border-right: 1px solid #c4cdd5;
}
.form-group-item .g-items .item > .row > div:last-child {
  border-right: 0px;
}
.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 {
  font-weight: bold;
  border: solid 1px #c4cdd5;
  padding: 10px;
  text-align: center;
}
.form-group-item .g-lang {
  padding: 10px 5px 10px;
  border: solid 1px #ccc;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.form-group-item .g-lang:last-child {
  margin-bottom: 0;
}
.form-group-item .g-lang .title-lang {
  font-size: 13px;
  position: absolute;
  top: -20px;
  background: #ccc;
  padding: 0px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  left: -1px;
  line-height: 1.5;
}

.terms-scrollable {
  overflow-y: auto;
  background: #f4f6f8;
  padding: 10px;
  border: 1px solid #e1e2e5;
  max-height: 250px;
}
.terms-scrollable label {
  display: block;
  margin-bottom: 10px;
}
.terms-scrollable label:last-child {
  margin-bottom: 0px;
}

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

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

.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 {
  width: calc(100% - 130px);
  padding-left: 15px;
}
.applied-list .applied-item .val .candidate {
  display: flex;
  align-items: center;
}
.applied-list .applied-item .val .company-logo {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 5px;
}

.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;
  padding-left: 54px;
}

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

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

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

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

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

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

.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;
    padding-left: 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__rendered,
.company-search-form.style-v4 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  color: #FFF;
}

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

.jquery-modal {
  z-index: 98;
}

.bc-form-order .chosen-single {
  height: 45px;
}
.bc-form-order .select2-container--default .select2-selection--single {
  padding: 8px 18px;
  height: 45px;
  padding-left: 22px;
  background-color: rgba(25, 103, 210, 0.07);
  border: 0;
}
.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;
}

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

ol {
  list-style: decimal;
}

.logo img {
  max-height: 60px;
}

.job-other-info li.required, .job-other-info li, .job-block .job-info li,
.default-tabs.style-two .tab-buttons li, .catagory-list li, .tag-list li,
.user-sidebar .navigation li, .pricing-tabs .tab-btns li, li.dropmenu-right.dropdown,
.job-other-info li.time, .news-block .post-meta li, li.dropmenu-right.dropdown.show,
.job-block-seven .job-info li, .job-overview li, .switchbox li,
.bravo_detail_gig .left-sidebar .tabs-box .tab-buttons li.active-btn,
.bravo_detail_gig .profile-card .seller-card .user-stats li,
.bravo_detail_gig .left-sidebar .tabs-box .tab-buttons li, .company-block-four .job-info li,
.list-style-one li,
.job-block .job-info .tag-list li {
  list-style: none;
}

.job-overview li:nth-child(8) {
  display: none;
}

.candidate-block-five .candidate-info li, .post-tags li, .candidate-block-five .post-tags li,
.candidate-block-six .candidate-info li,
.job-skills li,
.option-list {
  list-style: none;
}

.payment-options ul, .notification-list, ul.job-info, ul.sponsors-carousel,
.table-content ul, ul.tab-buttons, ul.post-meta, ul.list-style-two, ul.steps-list, .steps-list ul,
.list-style-three, .instructor_estimate, .post-info, .accordion-box,
.job-overview-two ul {
  list-style: none;
}

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

@media (max-width: 1600px) {
  .dashboard .bc-user-dashboard .candidate-block-three .inner-box {
    flex-direction: row;
  }
}
@media (max-width: 1366px) {
  .job-search-form .form-group .theme-btn, .company-search-form .form-group .theme-btn {
    min-width: 130px;
  }
}
@media (max-width: 767px) {
  .banner-section-eight .job-search-form {
    min-width: 0;
  }

  .category-banner {
    padding: 15px;
    height: auto !important;
  }
}
.cdn-full-page {
  height: 100%;
}

.cdn-browser {
  background: #f4f5f9;
  height: 100%;
}
.cdn-browser .btn-pick-files {
  position: relative;
}
.cdn-browser .btn-pick-files input {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.cdn-browser .icon-loading {
  top: 4px;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  display: none;
}
.cdn-browser .icon-loading.active {
  display: inline-block;
}

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

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

.cdn-browser .files-nav .form-control,
.cdn-browser .files-nav .btn {
  height: 34px;
  font-size: 14px;
  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: 0px -10px;
}

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

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

.cdn-browser .files-list .view-grid .file-item .inner {
  position: relative;
  border: 1px solid #DADEE0;
  cursor: pointer;
  height: 100%;
  border-radius: 2px;
  -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 {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #007bff;
  border-radius: 2px;
}

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

.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status svg {
  fill: white;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 170px;
}

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

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

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

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

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

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

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

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

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

@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%;
  padding-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}
#cdn-browser-modal .modal-dialog .modal-content {
  height: 100%;
}

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

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

.sidebar-inner .navigation .count.wishlist_count {
  position: absolute;
  display: block;
  background: #1967d2;
  color: #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 10px;
  top: 10px;
  left: 32px;
}

.smart-search, .input-search {
  position: relative;
}
.smart-search:after, .input-search:after {
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  right: 20px;
  color: #2F2D51;
  content: "\f17c";
  font-family: "Flaticon";
  font-size: 10px;
  position: absolute;
  font-weight: 900;
}
@media (max-width: 767px) {
  .smart-search:after, .input-search:after {
    right: 35px;
  }
}
.smart-search .parent_text, .smart-search .form-control, .input-search .parent_text, .input-search .form-control {
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: #5191FA;
  position: relative;
  background: transparent;
}
.smart-search .parent_text::-moz-placeholder, .smart-search .form-control::-moz-placeholder, .input-search .parent_text::-moz-placeholder, .input-search .form-control::-moz-placeholder {
  color: #696969;
  opacity: 1;
}
.smart-search .parent_text:-ms-input-placeholder, .smart-search .form-control:-ms-input-placeholder, .input-search .parent_text:-ms-input-placeholder, .input-search .form-control:-ms-input-placeholder {
  color: #696969;
  opacity: 1;
}
.smart-search .parent_text::placeholder, .smart-search .form-control::placeholder, .input-search .parent_text::placeholder, .input-search .form-control::placeholder {
  color: #696969;
  opacity: 1;
}
.smart-search .parent_text[readonly], .smart-search .form-control[readonly], .input-search .parent_text[readonly], .input-search .form-control[readonly] {
  cursor: pointer;
}
.smart-search .bravo-autocomplete, .input-search .bravo-autocomplete {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  background: #fff;
  padding: 0;
  top: 100%;
  margin-top: 0;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 9999999;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  padding-bottom: 10px;
}
.smart-search .bravo-autocomplete.show, .input-search .bravo-autocomplete.show {
  opacity: 1;
  visibility: visible;
}
.smart-search .bravo-autocomplete .item, .input-search .bravo-autocomplete .item {
  cursor: pointer;
  padding: 7px 15px;
  line-height: 1.3;
  color: #888;
}
.smart-search .bravo-autocomplete .item:nth-child(2n), .input-search .bravo-autocomplete .item:nth-child(2n) {
  background: #fff;
}
.smart-search .bravo-autocomplete .item:last-child, .input-search .bravo-autocomplete .item:last-child {
  margin-bottom: 0;
}
.smart-search .bravo-autocomplete .item .h-line, .input-search .bravo-autocomplete .item .h-line {
  font-weight: 500;
}
.smart-search .bravo-autocomplete .item i, .input-search .bravo-autocomplete .item i {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
  color: #828282;
}
.smart-search .bravo-autocomplete .message, .input-search .bravo-autocomplete .message {
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #424242;
}
.smart-search .bravo-autocomplete.on-message .list-item, .input-search .bravo-autocomplete.on-message .list-item {
  display: none;
}
.smart-search .bravo-autocomplete.on-message .message, .input-search .bravo-autocomplete.on-message .message {
  display: block;
}

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

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

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

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

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

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

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

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

#bravo_results_map .infoBox > div {
  background: transparent !important;
}
#bravo_results_map .infoBox .image-box .image {
  border-radius: 50%;
  overflow: hidden;
}

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

#modalSaveSearch-modal {
  padding: 25px;
}

.dashboard-outer .alert {
  background: #fff !important;
  border: 0;
  border-left: 8px solid !important;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.login-form i.show-password, .password-change i.show-password {
  position: absolute;
  right: 13px;
  top: 18px;
  opacity: 0.8;
  cursor: pointer;
}

.password-change i.show-password {
  top: 52px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f7fc;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c7cfed;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #749bde;
  cursor: pointer;
}

.jquery-modal.blocker.current {
  z-index: 999999 !important;
}
