/* contact page css start */
.cBtn--brown {
  color: white;
  background: #0D6794;
  height: 35px;
  font-size: 15px;
}

.help-block {
  color: red;
  font-size: 13px;
  line-height: 1.2em;
}

.contactPage {
  background-color: #fff;
  display: grid;
  position: relative;
  place-items: center;
}

.contactPage .circle {
  width: 20px;
  height: 20px;
  border: 1px solid #C9CFD1;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  z-index: 20;
  animation: goUp 10s infinite;
  opacity: 0;
  left: 7%;
}

@media (max-width: 767px) {
  .contactPage .circle {
    display: none;
  }
}

.contactPage .circle--1 {
  left: 0;
  animation: goUp 15s infinite;
}

.contactPage .circle--3 {
  right: 10%;
  left: auto;
  animation: goUp 12s infinite;
}

.contactPage .circle--2 {
  right: 20%;
  left: auto;
  animation: goUp 15s infinite;
}

.contactPage .circle--4 {
  right: 60%;
  left: auto;
  animation: goUp 6s infinite;
}

.contactPage .circle--5 {
  right: 10%;
  left: auto;
  animation: goUp 12s infinite;
}

.contactPage .circle--6 {
  right: 40%;
  left: auto;
  animation: goUp 12s infinite;
}

.contactPage__content {
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .contactPage__content {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}

@media (max-width: 500px) {
  .contactPage__content {
    padding: 18px;
  }
}

.contactPage__content h2 {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

.contactPage__content__form {
  display: flex;
  width: 100%;
  flex-direction: column;
  /* grid-gap: 20px; */
  align-items: flex-end;
}

.contactPage__content__form--grid2 {
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 0px;
}

.contactPage__content__form--grid2 .form-group {
  width: 50% !important;
  padding: 10px 5px;
}

@media (max-width: 767px) {
  .contactPage__content__form--grid2 .form-group {
    width: 100% !important;
  }
}

.contactPage__content__form--grid2 .form-group:nth-last-child(2) {
  width: 100% !important;
}

.contactPage__content__form--grid2 .cBtn {
  margin-top: 20px;
  margin-left: auto;
}

.contactPage__content__form .form-group {
  width: 100%;
}

/* .contactPage__content__form .inp, .contactPage__content__form input, .contactPage__content__form textarea, .contactPage__content__form select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  line-height: 20px;
  font-size: 1rem;
  border: 1px solid rgba(149, 157, 165, 0.5);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  resize: none;
  color: rgb(88, 88, 88);
} */
/* .contactPage__content__form .inp option, .contactPage__content__form input option, .contactPage__content__form textarea option, .contactPage__content__form select option {
  padding: 15px;
  border-radius: 10px;
} */
.contactPage__content__form textarea {
  height: 160px;
  padding: 20px;
}

.contactPage__content__form .cBtn {
  width: 120px;
}

.contactPage__content__form .cBtn span {
  display: inline;
  font-style: 1.6rem;
}

.contactPage__content__img {
  padding: 50px;
  height: 100%;
}

.contactPage__content__img__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #0D6794;
}

.contactPage__content__img__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contactPage__content__img__list__item i {
  font-size: 1rem;
  background-color: #0D6794;
  border-radius: 100%;
  padding: 10px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.contactPage__content__img__list__item i:hover {
  background-color: #0D6794;
}

.contactPage__content__img__list__item a {
  text-align: center;
  color: #0D6794;
}

.contactPage__content__img__list__item--social {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}

.contactPage__content__img__list__item--social i {
  font-size: 2rem;
  background-color: #0D6794;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
}

/* contact page css end */

/* job category css start */

.updateJobList {
  overflow: auto;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.updateJobList__table {
  width: 100%;
  position: relative;
}

.updateJobList__table tbody tr:nth-child(odd) {
  background-color: #F8F8F8;
}

.updateJobList__table tbody tr:hover {
  background-color: #0D6794;
}

.updateJobList__table tbody tr:hover td {
  color: #fff;
}

.updateJobList__table tbody tr:hover td button iconify-icon {
  color: #fff;
}

.updateJobList__table td {
  word-break: keep-all;
  white-space: nowrap;
  padding: 15px;
  color: #404D61;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #404D61;
}

.updateJobList__table td:last-child,
.updateJobList__table td:first-child {
  width: 100px;
  text-align: center;
}

.updateJobList__table td:last-child>*,
.updateJobList__table td:first-child>* {
  margin: 0 auto;
}

.updateJobList__table td button {
  background-color: transparent;
}

.updateJobList__table td button iconify-icon {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  color: #404D61;
  background-color: transparent;
}

.updateJobList__table thead tr td {
  font-weight: bold;
}

/* job category css end */

/* 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;
}

@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 */

.video-section .thumbnail {
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4.22px 4.22px 0px #00000040;
  padding: 2rem;
}

/* 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: 6px 12px;
  display: block;
  font-weight: 500;
  color: rgb(88, 88, 88);
  transition: all 0.2s ease-in-out;

}

.ApplcationNavTabs__tab:hover {

  color: #0D6794;

}

.active .ApplcationNavTabs__tab {
  color: #0D6794;
  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 */

/* Container for the progress message */
.progress-container {
  text-align: center;
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 80%;
  max-width: 600px;
  margin: auto;
}

/* Message Style */
.progress-message h1 {
  color: #333;
  font-size: 36px;
  margin-bottom: 10px;
}

.progress-message p {
  color: #666;
  font-size: 18px;
}

.folder-icon {
  width: 36%;
}

/* 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 */

/* blogs css start */

.blogs {
  background-size: cover;
  background-repeat: no-repeat;
}

.blogs>h2 {
  margin-bottom: 17px;
}

.blogs>p {
  max-width: 55%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .blogs>p {
    max-width: 100%;
  }
}

.blogsSwiper {
  margin-top: 42px;
}

.blogsSwiper .swiper-slide {
  background: #F9F9F9;
  padding: 10px;
  border-radius: 15px;
}

.blogsSwiper .swiper-slide img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 12px;
  height: 300px;
  object-fit: cover;
}

.blogsSwiper .swiper-pagination {
  position: relative;
  margin-top: 37px;
}

.blogsSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.blogsSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #21A7D0;
}

.blogsSwiper__title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 170%;
  color: #21A7D0;
  margin-bottom: 4px;
}

.blogsSwiper__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 21px;
}

.blogsSwiper__bottom__item {
  display: flex;
  grid-gap: 8.8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
  color: #A1A1A1;
  align-items: center;
}

/* blogs css end */
.card-title.tab-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-title {
  padding: 2px 0px !important;
}

.recruitment-section {
  padding: 0px !important;
}


.certificate--page__list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.certificate--page__list__item img {
  width: 100%;
  /* height: 500px; */
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.gallery--page h2 {
  font-size: 32px;
  font-weight: 700;
  color: #565454;
  text-align: center;
  padding-top: 3rem;
}
.gallery-title{
  font-size: 18px;
  font-weight: bold;
}
.download--page__list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.download--page__list__item {
  padding: 1rem;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative; /* Ensure the title is positioned relative to this container */
}

@media (max-width: 1100px) {
  .download--page__list {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

@media (max-width: 500px) {
  .download--page__list {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}


.download--page__list__item img {
  width: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

/* our team css start */
.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  aspect-ratio: 16 / 14;
  object-fit: cover;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 20px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}


.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: #0D6794;
  font-family: "Arial";
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .team-area .info h4{
    font-size:16px;
  }
  .team-area .info span {
    font-size:14px;

  }
}
@media (max-width: 1200px) {
  .team-area .info h4{
    font-size:16px;
  }
  .team-area .info span {
    font-size:11px;
  }
}
@media (max-width: 745px) {
  .team-area .item .thumb img {

    margin-top: 19px;
}

}

/* our team css end */