/* vacancy detail css start */

.job-content__main {
    border: 1px solid #888;
    position: relative;
    padding-right: 0;
    margin-right: 0px;
    border-radius: 10px;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  
  @media (max-width: 1024px) {
    .job-content__main {
      margin-right: 0;
      margin-bottom: 30px;
    }
  }
  
  .job-content__main .job-banner {
    margin-top: 0;
  }
  
  .job-content__main .banner__media {
    position: absolute;
    bottom: 15px;
    right: 10px;
  }
  
  .job-content__main .banner__media a {
    margin-right: 10px;
  }
  
  .job-content__main .factory__content p {
    font-size: 16px;
    padding: 0px 278px 7px 32px;
    text-align: justify;
    /* border-bottom: 1px solid #888; */
    margin-bottom: 0;
    line-height: 22px;
  }
  
  @media (max-width: 767px) {
    .job-content__main .factory__content p {
      padding: 20px 15px;
    }
  }
  
  .job-content__main .factory__content h3 {
    color: #F48033;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 0 12px 32px;
    /* border-bottom: 1px solid #888; */
    /* box-shadow: #888 0px 3px 3px */
  }
  
  .job-content__main .factory__content .main-title {
    color: #0D6794;
  }
  
  .job-content__main .factory__content h3 {
    color: #0a0b0b;
  }
  
  .information__wrap {
    padding: 0 32px;
  }
  
  .program-detail .main-content img {
    height: auto;
    width: auto;
    max-width: 100%;
  }
  
  .program-detail img {
    width: 100%;
  }
  
  .program-detail .wrapper {
    display: grid;
    grid-template-columns: 64.38% 33.72%;
    grid-gap: 1.69%;
    overflow: hidden;
  }
  
  .program-detail .wrapper .main-content {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
  }
  
  .program-detail .wrapper .main-content img {
    height: auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 5 / 3;
  }
  
  .program-detail .wrapper .main-content h2 {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 38px;
    color: #0D6794;
  }
  
  /* .program-detail .wrapper .main-content p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: #888;
  } */
  
  .program-detail .wrapper .side-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    justify-content: center;
  }
  
  .program-detail .wrapper .side-content .fb_iframe_widget {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .program-detail .wrapper .side-content .other-programs {
    background: var(--color-white);
    border-radius: 10px;
    height: max-content;
    box-shadow: #888 0px 1px 3px;
    padding: 5%;
  }
  
  .program-detail .wrapper .side-content .other-programs h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 24px;
    color: #0D6794;
  }
  
  .program-detail .wrapper .side-content .other-programs ul {
    display: flex;
    flex-direction: column;
    /* grid-gap: 20px; */
  }
  
  .program-detail .wrapper .side-content .other-programs ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 20px;
    transition: all 0.2s ease-in-out;
    align-items: center;
  }
  
  .program-detail .wrapper .side-content .other-programs ul li:hover {
    transform: scale(1.01);
  }
  
  .program-detail .wrapper .side-content .other-programs ul li img {
    height: 105px;
    width: 60px !important;
    object-fit: contain;
  }
  
  .program-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
  }
  
  .program-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    color: #4e4e4e;
  }
  
  .program-detail .wrapper .side-content .other-programs ul li .other-programs-suppourting-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: #888888;
  }
  
  .program-detail .wrapper .side-content .news-and-events {
    background: #FFFFFF;
    border: 1px solid #0D6794;
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    grid-gap: 28px;
  }
  
  .program-detail .wrapper .side-content .news-and-events h3 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 28px;
  }
  
  .program-detail .wrapper .side-content .news-and-events ul {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
  }
  
  .program-detail .wrapper .side-content .news-and-events ul li {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 30px;
    color: var(--color-heading);
  }
  
  @media screen and (max-width: 1023px) {
    .program-detail .wrapper {
      grid-template-columns: 1fr;
    }
  
    .program-detail .wrapper .side-content .fb_iframe_widget {
      grid-column: 1/3;
    }
  }
  
  @media screen and (max-width: 731px) {
    .program-detail .wrapper .side-content {
      grid-template-columns: 1fr;
    }
  
    .program-detail .wrapper .side-content .fb_iframe_widget {
      grid-column: unset;
    }
  }
  
  .information__wrap .information__title.requirement__title ul {
    font-size: 16px;
  }
  
  /* vacancy detail css end */

  /* application form css start */

.ApplcationBtnNext {
    cursor: pointer;
  }
  
  .ApplcationNavTabs {
    display: flex;
    grid-gap: 15px;
    border-bottom: none;
    position: relative;
    margin-top: 30px;
  }
  
  .ApplcationNavTabs::after {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    content: "";
    height: 2px;
    background-color: rgba(149, 157, 165, 0.5);
    border-radius: 10px;
  }
  
  .ApplcationNavTabs li {
    display: block;
    box-sizing: border-box;
    height: max-content;
  }
  
  .ApplcationNavTabs__tab {
    padding: 15px 12px;
    display: block;
    font-weight: 500;
    color: rgb(88, 88, 88);
    transition: all 0.2s ease-in-out;
  
  }
  
  .ApplcationNavTabs__tab:hover {
  
    color: #262161;
  
  }
  
  .active .ApplcationNavTabs__tab {
    color: #262161;
    font-weight: bold;
  }
  
  .ApplcationNavTabs__tab {
    position: relative;
    font-weight: bold;
  
  }
  
  .ApplcationNavTabs__tab::after {
    width: 0%;
    height: 2px;
    border-radius: 10px;
    background: #0D6794;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
  
  }
  
  .active .ApplcationNavTabs__tab::after {
    width: 100%;
  }
  
  .contactPage__content__form--grid2 .contactPage__content__form__item {
    width: 50% !important;
  }
  
  .contactPage__content__form--grid2 .form-group {
    width: 100%;
    width: 100% !important;
  }
  
  
  .contactPage__content__form--grid2 .contactPage__content__form__item.last-item {
    width: 100% !important;
  }
  
  .contactPage__content__form__item .dnoneI input {
    display: none !important;
  }
  
  
  .contactPage__content__form__item .dnoneI {
    width: 100%;
    border-radius: 25px;
    line-height: 20px;
    font-size: 1.4rem;
    border: 1px solid rgba(149, 157, 165, 0.5);
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    resize: none;
    color: rgb(88, 88, 88);
    padding-left: 15px;
    height: 42px;
    overflow: auto;
  }
  
  .contactPage__content__form__item label {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0px;
  }
  
  .application_form,
  .qualification-form,
  .training-form,
  .col-md-3last-item label {
    font-weight: bold;
  }
  
  .application_form .cTitle {
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    color: #565454;
    margin-top: 10px;
  }
  
  .panel-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 15px; */
    padding-top: 1.2rem;
  }
  
  .pull-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 15px;
  }
  
  .contactPage.wrapper .container {
    /* box-shadow: 0px 4.22px 4.22px 5px #00000040; */
    padding: 2rem;
  }
  
  /* application form css end */

  
  .no-vacancies-message {
    text-align: center;
    font-size: 22px;
}
.help-block{
  color:red;
  padding-top: 0.5rem;
}


/* gallery css start */

.gallery--page {
  padding-top: 0px;
}

.gallery--page .cSectionText {
  max-width: 900px;
  margin: 0 auto;
}

.gallery--page .cTitle {
  margin: 0 auto;
  margin-bottom: 24px;
}

.gallery--page__list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 1440px) {
  .gallery--page__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .gallery--page__list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .gallery--page__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gallery--page__list__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gallery--page__list__item img {
  width: 100%;
  height: 285.98px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.gallery--page__list__item iconify-icon {
  opacity: 0;
  z-index: 10;
  position: absolute;
  color: #fff;
  font-size: 3.6rem;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
}

.gallery--page__list__item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  width: 100%;
}

.gallery--page__list__item::after {
  transition: all 0.3s ease-in-out;
  z-index: 7;
  position: absolute;
  width: 0%;
  height: 0%;
  content: "";
  left: 0;
  top: 0;
  background-color: #0D6794;
  mix-blend-mode: normal;
  opacity: 0.5;
  backdrop-filter: blur(31px);
}

.gallery--page__list__item:hover iconify-icon {
  opacity: 1;
}

.gallery--page__list__item:hover::after {
  width: 100%;
  height: 100%;
}

.gallery--page__list__item:hover img {
  filter: blur(1px);
}

.gallery--page__list__item:hover .gallery--page__list__item__title {
  opacity: 1;
  top: 65%;
}


.custom-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.custom-pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;

}

.custom-pagination .pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  /*border:2px solid #0D6794;*/
  color: #0D6794;
  border-radius: 3px;
}

.custom-pagination .pagination li:hover,
.custom-pagination .pagination li.active {
  background-color: #0D6794;
  color: #fff;
}

.custom-pagination .pagination li:hover a,
.custom-pagination .pagination li:hover span,
.custom-pagination .pagination li.active a,
.custom-pagination .pagination li.active span {
  color: #fff;

}

.custom-pagination .pagination li a,
.custom-pagination .pagination li span {
  color: #0D6794;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* gallery css end */