::-webkit-scrollbar-thumb {
  background: #fdb812;
}
.scroll-top {
  background: #fdb812;
}
.hero-banner-five .chat-btn {
  color: #213e9a;
  background: #fdb812;
}
.hero-banner-five .chat-btn:hover {
  background: #213e9a;
  color: #fdb812;
}

.hero-banner-five .img-meta {
  background: url(../images/assets/ils_01.svg) no-repeat center;
}

.menu-style-one.theme-main-menu.fixed {
  background: linear-gradient(90deg, #fdb812 0%, #4d65ae 65%, #1e2d5e 100%);
}

.menu-style-one .navbar .nav-item:hover .nav-link {
  color: #3751a4;
}

.menu-style-one .navbar .nav-item.category-btn .nav-link {
  background: rgba(255, 255, 255, 0.1);
  color: #3751a4;
}
.menu-style-one .job-post-btn:hover {
  color: #fdb812;
}

.theme-main-menu .login-btn-one {
  color: #fdb812;
}
.theme-main-menu .navbar-toggler {
    background: #213e9a;
}
.navbar .nav-item:hover .nav-link {
  color: #213e9a;
}
.navbar .dropdown-menu .dropdown-item:hover {
  color: #1e2d5e;
  background: rgba(30,45,94, 0.06);
}
.inner-banner-one {
    background: #090d1c;
}
.footer-one .email {
  color: #fdb812;
}
.footer-one .bottom-footer .social-icon a:hover {
  color: #fdb812;
}

.btn-one {
    background-color: #fdb812;
}
.btn-one:hover {
  background-color: #1e2d5e;
  color: #fdb812;
  border-color: #fdb812;
}

.btn-five {
  background: #213e9a;
}
.btn-five:hover {
  background:#1e2d5e;
}

.btn-six {
    color: #1e2d5e;
    border-bottom: 2px solid #1e2d5e;
}
.btn-six:hover {
  color:#213e9a;
}
.btn-six:after {
    border-bottom: 2px solid #213e9a;
    border-right: 2px solid #213e9a;
}
.btn-eleven {
  background: #1e2d5e;
}
.btn-eleven:hover, .btn-eleven:focus {
  background: #213e9a;
}

.candidates-profile.bg-color {
  background: #e9eaef;
}
.job-list-one .title:hover {
  color: #fdb812;
}
.job-list-one .job-duration {
    color: #fdb812;
}
.job-details.style-two {
    background: #e9eaef;
}
.registration-section {
    background: #e9eaef;
}
.user-data-form h2 {
  color: #1e2d5e;
}
.user-data-form p a {
  color: #213e9a;
}
.user-data-form .form-wrapper .input-group-meta input {
  background: rgba(30, 45, 94, 0.09);
}
.user-data-form .agreement-checkbox a:hover {
  color: #fdb812;
}
.user-data-form .form-wrapper .input-group-meta label {
    font-size: 16px;
    color:  #1e2d5e;
}

.footer-one {
    padding-top: 50px;
}

/* Fix Nice Select dropdown text overflow */
.nice-select {
    width: 100% !important;
    max-width: 100% !important;
    /* overflow: hidden breaks dropdown list, removed */
}
.nice-select .current {
    display: block !important;
    width: calc(100% - 30px) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.nice-select .list {
    width: 100% !important;
}
.nice-select .list li {
    white-space: normal !important;
    word-wrap: break-word !important;
}

