@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.career-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .career-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .career-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .career-banner {
    height: 60vh;
  }
}
.career-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50.48%, rgba(0, 0, 0, 0.98) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 57.69%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 55.49%, rgba(0, 0, 0, 0.95) 100%);
}
@media only screen and (max-width: 991px) {
  .career-banner::before {
    background: linear-gradient(20deg, rgba(0, 0, 0, 0) 50.48%, rgba(0, 0, 0, 0.98) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 57.69%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(178deg, rgba(0, 0, 0, 0) 45.49%, rgba(0, 0, 0, 0.95) 100%);
  }
}
@media only screen and (max-width: 540px) {
  .career-banner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50.48%, rgba(0, 0, 0, 0.98) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 57.69%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 35.49%, rgba(0, 0, 0, 0.95) 100%);
  }
}
.career-banner .banner-wrapper {
  width: 100%;
}
.career-banner .banner-wrapper .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.career-banner .banner-wrapper .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 540px) {
  .career-banner .banner-wrapper .container {
    padding: 0;
  }
}
.career-banner .banner-wrapper .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 20%;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .career-banner .banner-wrapper .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .career-banner .banner-wrapper .container .bg-wrapper {
    bottom: 14%;
    margin-left: 0;
  }
}
.career-banner .banner-wrapper .container .bg-wrapper h1 {
  font-weight: 600;
  font-size: 47px;
  text-transform: uppercase;
  color: white;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 18px;
  max-width: 528px;
}
@media only screen and (max-width: 991px) {
  .career-banner .banner-wrapper .container .bg-wrapper h1 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .career-banner .banner-wrapper .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 8px;
  }
}
.career-banner .banner-wrapper .container .bg-wrapper p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  width: 450px;
}
@media only screen and (max-width: 991px) {
  .career-banner .banner-wrapper .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .career-banner .banner-wrapper .container .bg-wrapper p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    max-width: 80%;
    margin: auto;
  }
}

.career-secD {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .career-secD {
    padding: 50px 0;
  }
}
.career-secD .container .heading {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .career-secD .container .heading {
    max-width: 100%;
  }
}
.career-secD .container .heading h2 {
  color: var(--black);
  font-weight: 600;
  font-size: 36px;
  text-align: center;
}
.career-secD .container .heading p {
  font-weight: 500;
  font-size: 16px;
}
.career-secD .container .review-swiper-slide .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: -2%;
  translate: 0% -50%;
  z-index: 2;
  max-width: 110%;
}
@media only screen and (max-width: 540px) {
  .career-secD .container .review-swiper-slide .swiper-nav {
    display: none;
  }
}
.career-secD .container .review-swiper-slide .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  border: none;
}
.career-secD .container .review-swiper-slide .swiper-nav button.swiper-prev {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.career-secD .container .review-swiper-slide .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.career-secD .container .review-swiper-slide .swiper-nav button.swiper-next {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.career-secD .container .review-swiper-slide .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.career-secD .container .review-swiper-slide .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.career-secD .container .review-swiper-slide .swiper-nav button svg path {
  fill: var(--black);
}
.career-secD .container .review-swiper-slide .review-slider {
  padding: 30px 0 50px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .career-secD .container .review-swiper-slide .review-slider {
    padding: 50px 0 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .career-secD .container .review-swiper-slide .review-slider {
    padding: 40px 0 30px 0;
  }
}
.career-secD .container .review-swiper-slide .review-slider .swiper-slide {
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
@media only screen and (max-width: 540px) {
  .career-secD .container .review-swiper-slide .review-slider .swiper-slide {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 12px;
  }
}
.career-secD .container .review-swiper-slide .review-slider .swiper-slide .flex-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.career-secD .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item:first-child {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
}
.career-secD .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item:first-child figure {
  border-radius: 50%;
  width: 52px;
  aspect-ratio: 1;
}
.career-secD .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item:first-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.career-secD .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item:first-child .info h4 {
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
  font-family: Lato;
}
.career-secD .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item:first-child .info p {
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
}
.career-secD .container .review-swiper-slide .review-slider .swiper-slide .flex-box .flex-box-item:last-child {
  width: 60px;
  height: 60px;
}
.career-secD .container .review-swiper-slide .review-slider .swiper-slide .content p {
  font-weight: 400;
  font-size: 16px;
}

.career-secE {
  padding: 0 0 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .career-secE {
    padding: 0 0 50px 0;
  }
}
.career-secE .container .title h2 {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .career-secE .container .title h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.career-secE .container .col {
  border: 1px solid #C1C1C1;
  margin-bottom: 10px;
  position: relative;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}
.career-secE .container .col:hover {
  border: 1px solid #EEBF91;
}
.career-secE .container .col:hover .title {
  background: #EEBF91;
}
.career-secE .container .col:hover .title h6 {
  color: var(--black);
}
.career-secE .container .col .title {
  position: relative;
  background: #E4E4E4;
  transition: 0.3s ease-in-out;
}
.career-secE .container .col .title h6 {
  padding: 12px 50px 12px 21px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  margin: 0;
  transition: 0.3s ease-in-out;
  font-family: Lato;
}
@media only screen and (max-width: 540px) {
  .career-secE .container .col .title h6 {
    font-size: 16px;
  }
}
.career-secE .container .col .title .ico {
  position: absolute;
  right: 4%;
  top: 50%;
}
@media only screen and (max-width: 540px) {
  .career-secE .container .col .title .ico {
    right: 12.5%;
  }
}
.career-secE .container .col .title .ico::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: black;
  transition: 0.5s ease-in-out;
}
.career-secE .container .col .title .ico::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: black;
  transform: rotate(90deg);
  transition: 0.5s ease-in-out;
}
.career-secE .container .col article {
  display: none;
}
.career-secE .container .col article .content-desc {
  padding: 20px 30px;
}
@media only screen and (max-width: 540px) {
  .career-secE .container .col article .content-desc {
    padding: 20px;
  }
}
.career-secE .container .col article .content-desc .flex-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .career-secE .container .col article .content-desc .flex-box {
    display: block;
  }
}
.career-secE .container .col article .content-desc .flex-box .flex-box-item:first-child h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: black;
  margin-bottom: 20px;
  font-family: Lato;
}
.career-secE .container .col article .content-desc .flex-box .flex-box-item:first-child ul {
  margin-bottom: 20px;
  margin-left: 10px;
}
.career-secE .container .col article .content-desc .flex-box .flex-box-item:first-child ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--text);
  font-family: Lato;
}
@media only screen and (max-width: 540px) {
  .career-secE .container .col article .content-desc .flex-box .flex-box-item:first-child ul li {
    font-size: 14px;
  }
}
.career-secE .container .col article .content-desc .flex-box .flex-box-item:first-child ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #EEBF91;
  transform: translateY(-50%);
}
.career-secE .container .col article .content-desc .flex-box .flex-box-item:first-child p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.career-secE .container .col article .content-desc .flex-box .flex-box-item:last-child .button {
  white-space: nowrap;
  border-radius: 5px;
  border-width: 1px;
  padding: 14px 40px;
  gap: 10px;
  border: 1px solid black;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: black;
  display: flex;
  align-items: start;
  font-family: Lato;
}
@media only screen and (max-width: 540px) {
  .career-secE .container .col article .content-desc .flex-box .flex-box-item:last-child .button {
    justify-content: center;
    margin-top: 20px;
  }
}
.career-secE .container .col article .content-desc .flex-box .flex-box-item:last-child .button:hover {
  background: #EEBF91;
  border: 1px solid #EEBF91;
}
.career-secE .container .active .title {
  transition: 0.5s ease-in-out;
  background: #EEBF91;
}
.career-secE .container .active .title h6 {
  color: var(--black);
  font-family: Lato;
}
.career-secE .container .active .title .ico {
  right: 4.1%;
}
@media only screen and (max-width: 991px) {
  .career-secE .container .active .title .ico {
    right: 6%;
  }
}
@media only screen and (max-width: 540px) {
  .career-secE .container .active .title .ico {
    right: 15%;
  }
}
.career-secE .container .active .title .ico::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: white;
}
.career-secE .container .active .title .ico::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: white;
  transform: rotate(0deg);
}

.career-secF {
  padding: 50px 0;
  background: rgba(238, 191, 145, 0.6392156863);
  overflow: hidden;
}
.career-secF .box .heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 60px;
}
@media only screen and (max-width: 540px) {
  .career-secF .box .heading h2 {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 540px) {
  .career-secF .box .heading p {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
}
.career-secF .box .form-grid {
  --item: 2;
  --gaplr: 20px;
  --gaptb: 20px;
}
@media only screen and (max-width: 540px) {
  .career-secF .box .form-grid {
    --item: 1;
  }
}
.career-secF .box .form-grid .custom-select .list li {
  font-family: Lato;
}
.career-secF .box .form-grid .custom-select .list li.selected {
  background: rgba(238, 191, 145, 0.6392156863);
  color: var(--black);
}
.career-secF .box .form-grid .current, .career-secF .box .form-grid .file-name, .career-secF .box .form-grid .form-control {
  font-family: Lato;
}
.career-secF .box .form-grid .file-name::before {
  color: black !important;
}
.career-secF .box .form-grid .submit-btn {
  width: 180px;
  height: 45px;
  border-radius: 5px;
  padding: 16px;
  color: var(--black);
  background: transparent;
  border: 1px solid var(--black);
  display: flexs;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: 0.5s ease;
  font-weight: 600;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.career-secF .box .form-grid .submit-btn:hover {
  background: #EEBF91;
  border: 1px solid #EEBF91;
  color: black;
  transition: 0.5s ease;
}
.career-secF .box .form-grid .form-group {
  background-color: white;
  border: none;
  outline: none;
  border: none;
  height: 52px;
  gap: 16px;
  border-radius: 10px;
  padding: 5px 17px;
  padding-left: 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.career-secF .box .form-grid .form-group textarea:focus ~ label {
  font-size: 11px;
  color: gray;
  top: -3px;
}
.career-secF .box .form-grid .form-group .file-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.career-secF .box .form-grid .form-group .file-icon:hover {
  cursor: pointer;
}
.career-secF .box .form-grid .form-group.active label {
  font-size: var(--labelfontafter);
}
.career-secF .box .form-grid .form-group::before {
  background: none;
}
.career-secF .box .form-grid .form-group::after {
  background: none;
}
.career-secF .box .form-grid .form-group label {
  padding-left: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato;
}
.career-secF .box .form-grid .form-group:last-child {
  border: none;
  height: 91px;
  gap: 16px;
  border-radius: 10px;
  resize: none;
  color: #666666;
  background: white;
  margin-bottom: 20px;
  padding: 10px 10px 10px 18px;
  color: black;
  font-family: inherit !important;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.career-secF .box .form-grid .span-2 {
  grid-column: span 2;
  height: 100px;
}
@media only screen and (max-width: 540px) {
  .career-secF .box .form-grid .span-2 {
    grid-column: span 1;
  }
}
.career-secF .box {
  margin: auto;
  max-width: 779px;
  height: auto;
}
.career-secF .box .heading {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 540px) {
  .career-secF .box .heading {
    margin-bottom: 40px;
  }
}
.career-secF .box .heading h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .career-secF .box .heading h3 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
}
.career-secF .box .heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .career-secF .box .heading p {
    font-size: 16px;
    line-height: 24px;
  }
}
.career-secF .box .form-sec .group1, .career-secF .box .form-sec .group2, .career-secF .box .form-sec .group3 {
  display: flex;
  gap: 25px;
  margin-bottom: 26px;
}
.career-secF .box .form-sec .group4 textarea {
  width: 100%;
  border: none;
  height: 91px;
  gap: 16px;
  border-radius: 10px;
  resize: none;
  color: #666666;
  background: white;
  margin-bottom: 20px;
  padding: 10px 10px 10px 18px;
  color: black;
  font-family: inherit !important;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.career-secF .box .form-sec .group4 textarea:focus-visible {
  outline: none;
}
.career-secF .box .form-sec .group4 textarea::-moz-placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.career-secF .box .form-sec .group4 textarea::placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.career-secF .box .form-sec .group5 button {
  width: 171px;
  height: 39px;
  gap: 10px;
  border-radius: 25px;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
  background: #0A3481;
  color: white;
}
.career-secF .box .form-sec .submit-button {
  text-align: center;
  margin-top: 35px;
}
.career-secF .box .form-sec input {
  width: 50%;
  border: none;
  width: 362.5;
  height: 52px;
  gap: 16px;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-left: 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.career-secF .box .form-sec input:focus-visible {
  outline: none;
}
.career-secF .box .form-sec input::-moz-placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.career-secF .box .form-sec input::placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.career-secF .box .form-sec .custom-select {
  display: flex;
  align-items: center;
  width: 50%;
  border: none;
  height: 52px;
  gap: 16px;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-left: 17px;
  background: white;
  color: #666666;
}
.career-secF .box .form-sec .custom-select::before {
  right: 20px;
}/*# sourceMappingURL=careers.css.map */