@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "SF Pro Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

body.fancybox-active-career {
  overflow: auto !important;
}

body.fancybox-active {
  overflow: auto !important;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.CareersNewMain {
  margin-bottom: 60px;
}
.CareersNewMain .blockHead {
  margin-bottom: 60px;
}
.CareersNewMain .blockHead h2 {
  color: #3f4850;
  font-family: Arial;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}
.CareersNewMain .blockHead h2 span {
  color: #2a6ebb;
  font-family: Arial;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}
.CareersNewMain .blockBody .listingHolder {
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
}
.CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem {
  margin-bottom: unset;
}
.CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo {
  padding: 0px;
  background-color: unset;
  padding-top: 70px;
}
.CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
  color: #3f4850;
  font-family: CoText_W_Rg, Arial;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
}
.CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription {
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingImage {
  width: unset;
  max-height: unset;
  margin-bottom: unset;
  width: 570px;
  padding-inline: 0px;
  border: unset;
  max-width: 100%;
  height: 100%;
}
.CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingImage img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem #careerImage {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem #careerImage.fade-out {
  opacity: 0;
}

.CareersCommitment {
  margin-bottom: 60px;
}
.CareersCommitment .blockHead {
  margin-bottom: 30px;
}
.CareersCommitment .blockHead h2 {
  color: #3f4850;
  font-family: Arial;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}
.CareersCommitment .blockBody .listingHolder .row {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 14px;
}
.CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem {
  position: relative;
  margin-bottom: 0px;
  background: #2a6ebb;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.04);
}
.CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem .listingImage {
  border: unset;
  position: absolute;
  top: 40px;
  inset-inline-end: 40px;
  width: 45px;
  height: 45px;
  margin-bottom: 0px;
}
.CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem .listingImage img {
  width: 100%;
  height: auto;
  display: block;
}
.CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem .listingInfo {
  margin-bottom: 0px;
  padding: 40px;
  background: unset;
}
.CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem .listingInfo .listingTitle {
  color: #fff;
  font-family: Arial;
  font-size: 24px;
  max-width: 70%;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem .listingInfo .listingDescription {
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.submitCareerApp {
  background: #eee;
  padding: 60px 0px;
}
.submitCareerApp .container {
  display: flex;
  align-items: center;
}
.submitCareerApp .container .listingTitle {
  color: #3f4850;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  font-family: Arial;
}
.submitCareerApp .container .listingLinks {
  margin-inline-start: auto;
  cursor: pointer;
  height: 45px;
  padding-inline: 40px;
  border-radius: 0;
  background-color: #2a6ebb;
  box-shadow: 0 4px 8px rgba(42, 55, 71, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #2a6ebb;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: Inter;
}
.submitCareerApp .container .listingLinks:hover {
  background-color: #ffffff;
  color: #525b85;
}

.custom-fancybox .carerrsFormFancyBox {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  padding: 64px;
}
.custom-fancybox .carerrsFormFancyBox .fancyboxTitle {
  color: #3f4850;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
.custom-fancybox .carerrsFormFancyBox .introductionCareersForm {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px;
}
.custom-fancybox .carerrsFormFancyBox .formTextBox input {
  width: 100%;
}
.custom-fancybox .carerrsFormFancyBox .formTextArea textarea {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .CareersNewMain {
    margin-bottom: 50px;
  }
  .CareersNewMain .blockHead {
    margin-bottom: 25px;
  }
  .CareersNewMain .blockHead h2 {
    font-size: 30px;
  }
  .CareersNewMain .blockHead h2 span {
    font-size: 30px;
  }
  .CareersNewMain .blockBody .listingHolder {
    padding-bottom: 30px;
  }
  .CareersNewMain .listingItem .listingImage {
    width: 100% !important;
    margin-inline-start: 0 !important;
    padding-inline: 0 !important;
  }
  .CareersNewMain .listingItem .listingImage img {
    width: 100% !important;
    height: auto;
  }
  .CareersNewMain .listingItem .listingInfo {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 0px !important;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 90%;
  }
  .CareersNewMain {
    margin-bottom: 50px;
  }
  .CareersNewMain .blockHead {
    margin-bottom: 25px;
  }
  .CareersNewMain .blockHead h2 {
    font-size: 30px;
  }
  .CareersNewMain .blockHead h2 span {
    font-size: 30px;
  }
  .CareersNewMain .blockBody .listingHolder {
    padding-bottom: 30px;
  }
  .CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo {
    padding-top: 0px;
    margin-bottom: 25px;
  }
  .CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription {
    font-size: 16px;
  }
  .CareersCommitment {
    margin-bottom: 60px;
  }
  .CareersCommitment .blockHead {
    margin-bottom: 30px;
  }
  .CareersCommitment .blockHead h2 {
    font-size: 24px;
  }
  .CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem {
    min-height: 250px;
  }
  .CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem .listingInfo .listingTitle {
    font-size: 20px;
  }
  .CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem .listingInfo .listingDescription {
    font-size: 16px;
  }
  .submitCareerApp {
    padding: 40px 0px;
  }
  .submitCareerApp .container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .submitCareerApp .container .listingTitle {
    font-size: 28px;
  }
  .submitCareerApp .container .listingLinks {
    margin-inline-start: unset;
  }
  .custom-fancybox .carerrsFormFancyBox {
    padding: 25px;
    padding-top: 45px;
  }
  .custom-fancybox .carerrsFormFancyBox .fancyboxTitle {
    font-size: 22px;
  }
  .custom-fancybox .carerrsFormFancyBox .fancyboxDescription {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
body.ar .fancybox__content > .carousel__button.is-close {
  inset-inline-start: 46px;
  inset-inline-end: auto;
}

.blueBtn span,
.darkBlueBtn span,
.greyBtn span {
  background: url(../../images/more-arrow.png) center center no-repeat #2c68ab !important;
}

body.ar .CareersNewMain .blockHead {
  margin-bottom: 60px;
}
body.ar .CareersNewMain .blockHead h2 {
  font-family: CoTextArabic-Regular, tahoma;
}
body.ar .CareersNewMain .blockHead h2 span {
  font-family: CoTextArabic-Regular, tahoma;
}
body.ar .CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingTitle {
  font-family: CoTextArabic-Regular, tahoma;
}
body.ar .CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription {
  font-family: CoTextArabic-Regular, tahoma;
}

body.ar .CareersCommitment .blockHead h2 {
  font-family: CoTextArabic-Regular, tahoma;
}

body.ar .CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem .listingInfo .listingDescription {
  font-family: CoTextArabic-Regular, tahoma;
}

body.ar .CareersNewMain .blockBody .listingHolder .listingItemDIV .listingItem .listingInfo .listingDescription {
  font-family: CoTextArabic-Regular, tahoma;
}

body.ar .custom-fancybox .carerrsFormFancyBox .introductionCareersForm {
  font-family: CoTextArabic-Regular, tahoma;
}

body.ar .submitCareerApp .container .listingTitle {
  font-family: CoTextArabic-Regular, tahoma;
}

body.ar .submitCareerApp .container .listingLinks {
  font-family: CoTextArabic-Regular, tahoma;
}

body.ar .CareersCommitment .blockBody .listingHolder .row .listingItemDIV .listingItem .listingInfo {
  height: 200px !important;
}
.phoneNb {
  direction: unset !important;
  text-align: unset !important;
}/*# sourceMappingURL=career.css.map */