#main-nav .simple-menu a {
  text-transform: capitalize;
}

#main-nav .simple-menu a:focus {
  color: #1071d4 !important;
}

.overlay-black:before {
  opacity: 0.65;
  background-image: linear-gradient(130deg, #000845 38%, #00454b 123%) !important;
}

.alert.alert-warning {
  background-color: #ffbe52 !important;
  color: #fdfdff;
}

.job-search-form .btn-purple {
  background: #fff;
  color: #1071d4 !important;
  border: 0;
  border-radius: 5px;
}

.job-search-form .btn-purple:hover {
  background-color: #e4eeff !important;
}

.company-image {
  height: 100px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

section#job-page .company-info .job-company {
  display: flex;
  align-items: center;
  justify-content: center;
  width: unset !important;
}

section#job-page .company-info .job-company a img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100px;
  height: 70px;
}

.job-post-wrapper .single-job-post {
  border-color: transparent;
}

.job-post-wrapper .single-job-post img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.job-post-wrapper .single-job-post .btn-small {
  border-radius: 12px;
  box-shadow: none;
  font-size: 10px;
  padding-top: 1px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.btn-blue,
.btn-purple,
.btn-red {
  border-radius: 18px;
  padding: 1px 15px 0 15px;
  letter-spacing: 0.8px;
}

section#job-page .job-overview li h5 i {
  color: #1071d4;
}

section#job-page .label.label-info {
  background-color: #1071d4;
}

.job-post-wrapper .single-job-post .job-title,
.job-post-wrapper .single-job-post .job-info {
  padding-right: 10px;
}

.job-post-wrapper .single-job-post .job-title a {
  text-transform: capitalize;
}

section.page-header:after {
  background: linear-gradient(to right, #1071d4 -20%, #443088 120%);
  opacity: 1;
}

.back-top {
  background: linear-gradient(to right, #1071d4 60%, #443088 150%);
}

.about-process .process-icon {
  background: #1071d4 !important;
}

.about-process h5.step-no {
  margin-bottom: 20px !important;
  font-size: 12px;
}

.blog-sidebar .widget-title:after {
  background: #1071d4;
}

section#login .login-box .login-title {
  background: #1071d4;
}

section#login .login-box .login-title:before {
  background: #1071d4;
}

footer .footer-info:before {
  background: #00031c;
}

footer .copyright {
  background: #000311;
}

footer .footer-info form input.form-control {
  background: #ededed !important;
  box-shadow: none !important;
}

footer .footer-info form button.btn-orange {
  box-shadow: none !important;
}

footer .footer-info p,
footer .footer-info a,
footer .footer-info ul li,
footer .footer-info span {
  color: #e3e6ea;
}

.no-blog-available {
  display: flex !important;
  justify-content: center !important;
}

.search-job-location {
  width: 80% !important;
  display: inline !important;
  margin-right: 12px;
}

@media screen and (max-width: 1024px) {
  .search-job-location {
    margin-bottom: 10px !important;
  }
}

.front-thumbnail {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  -o-object-fit: contain;
     object-fit: contain;
}

