.site-error-custom {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-section.footer-link,
.footer-section.footer-location,
.contact-info,
.hero-content,
.about-content-wrapper,
.footer .logo-section p,
.social-links,
.about-info,
.contact-section,
.blog-page-section,
.blog-detail-section,
.news-content,
.job-description,
.countries-card-items-new,
.section-title-new {
  text-align: left !important;
}
.job-descreption-item ul {
  padding-top: 1.5rem !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.submit-but {
  display: flex;
  align-items: start;
}
.breadcrumb-wrapper .page-list {
  align-items: start !important;
}
.breadcrumb-sub-title h1 {
  text-align: left !important;
}
.help-block-error,
.help-block {
  text-align: left;
  color: #e55e5e;
}
.address-p {
  color: #021422;
  font-weight: bold;
}
.contact-info-footer a {
  color: #8a8c94;
}

.offerings-card-des div {
  margin-bottom: 16px;
}
.contact-info-footer p {
  margin-bottom: 0px !important;
}
.no-vacancy-div {
  height: 50vh;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.bg-red-error {
  background-color: red !important;
  color: white;
}

#alert-message {
  transition: opacity 0.6s ease-out;
  position: fixed;
    top: 15rem;
    right: 0.5rem;
    display: flex;
    z-index: 10000;
}
.section-padding-new{
  padding: 80px !important;
}
.modal-body p{
  text-align: justify;
}

@media(min-width:1400px){
    .hero-content h1{
        margin-bottom: 25px;
        line-height: 1.4;
    }
}
.new-css-center{
  justify-content: space-around;
}

.table-data-nw td,
.table-data-nw th
{
  width: 14.28%; /* 100% / 7 columns = 14.28% each */
  word-wrap: break-word; /* wrap long text */
}
@media (min-width: 1921px) {
    .top-bar::before {
        left: 72%;
    }
}

@media (max-width:1199px) {
    .process-work-wrapper .work-process-items {
        display: flex;
        flex-direction: column;
    }

    .process-work-wrapper .work-process-items .content {
        order: 2;
    }
}
.new-link-btn span{
  margin-top: 10px;
}