@media (max-width: 1137px) {
  .carousel {
    padding: 0;
  }
}
.carousel .slick-slide {
  position: relative;
  overflow: hidden;
}
.carousel .slick-slide:hover .banner-image img {
  transform: scale(1.1);
}
.carousel .slick-slide .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/linear-gradient.png") no-repeat;
  background-size: 100% 100%;
}
.carousel .carousel-caption {
  padding: 20px;
  bottom: 0;
}
.carousel .carousel-caption .btn {
  opacity: 0;
  transform: translateX(-100%);
}
.carousel .carousel-caption .btn.btn-red {
  max-width: fit-content !important;
}
@media screen and (max-width: 768px) {
  .carousel .carousel-caption .btn.btn-red {
    width: 136px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption .btn.btn-red {
    font-size: 12px;
  }
}
.carousel .carousel-caption.transform-center-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.carousel .carousel-caption.transform-center-left * {
  max-width: 668px;
}
.carousel .carousel-caption h4 {
  font-size: 28px;
  font-weight: 300;
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .carousel .carousel-caption h4 {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption h4 {
    font-size: 14px;
  }
}
.carousel .carousel-caption h2 {
  font-size: 64px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 1137px) {
  .carousel .carousel-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-caption h2 {
    font-size: 38px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption h2 {
    font-size: 28px;
  }
}
.carousel .carousel-caption h3 {
  font-size: 48px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .carousel .carousel-caption h3 {
    font-size: 32px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption h3 {
    font-size: 25px;
  }
}
.carousel .carousel-caption p {
  font-size: 24px;
  font-weight: 400;
  opacity: 0;
  transform: translateX(-100%);
}
@media (max-width: 768px) {
  .carousel .carousel-caption p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .carousel .carousel-caption p {
    font-size: 14px;
  }
}
.carousel .banner-image img {
  width: 100%;
  max-width: 100%;
  transition: transform 0.7s ease-in-out;
}
.carousel .banner-image.desktop {
  display: block;
}
@media (max-width: 768px) {
  .carousel .banner-image.desktop {
    display: none;
  }
}
.carousel .banner-image.mobile {
  display: none;
}
@media (max-width: 768px) {
  .carousel .banner-image.mobile {
    display: block;
  }
}
.carousel .slick-dots {
  margin-bottom: 0;
}

.three-col-box-wrapper .slick-track {
  margin-bottom: 0;
}
.three-col-box-wrapper .slick-dots {
  /* reduce spacing of box-shadow*/
  margin-top: 12px;
}
.three-col-box-wrapper .dropdown ::after {
  display: none;
}
.three-col-box-wrapper .dropdown .btn {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 16px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 8px 12px;
}
.three-col-box-wrapper .dropdown .btn img {
  margin-right: 3px;
}
.three-col-box-wrapper .dropdown .dropdown-menu {
  border-radius: 10px;
}
.three-col-box-wrapper .dropdown .dropdown-item {
  font-weight: 500;
}
.three-col-box-wrapper .dropdown .dropdown-item:hover {
  color: #E11F27;
  background-color: transparent;
}
.three-col-box-wrapper .dropdown .dropdown-item:active {
  background-color: transparent;
}
.three-col-box-wrapper .dropdown .dropdown-menu-travel {
  list-style: none;
  padding-left: 15px;
}
.three-col-box-wrapper .dropdown .dropdown-menu-travel .dropdown-item {
  font-weight: 400;
}
.three-col-box-wrapper .col-md-4 {
  padding: 0;
}
.three-col-box-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
}
@media screen and (max-width: 640px) {
  .three-col-box-wrapper h3 {
    font-size: 28px;
  }
}
.three-col-box-wrapper .w-85 {
  width: 85%;
}
.three-col-box-wrapper .card {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(183, 183, 183, 0.5);
  margin: 16px 16px 6px;
}
.three-col-box-wrapper .card .card-title {
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
.three-col-box-wrapper .card .card-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.three-col-box-wrapper .card .card-text.red-text {
  color: #dd2830;
  font-weight: 500;
}
.three-col-box-wrapper .card .card-date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .three-col-box-wrapper .three-col-carousel {
    padding: 0 6px;
  }
}

.careers-card-wrapper .card {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  margin: 30px 0;
  overflow: hidden;
}
.careers-card-wrapper .card .card-img-top {
  height: 373px;
  object-fit: cover;
  object-position: top center;
  transition: 0.3s ease-in-out;
}
.careers-card-wrapper .card .card-body {
  border-radius: 0px 0px 10px 10px;
  position: relative;
  padding: 1.5rem;
}
.careers-card-wrapper .card .card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27.58px;
  text-align: left;
  color: #000;
}
.careers-card-wrapper .card .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 1.77rem 0 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.75);
}
.careers-card-wrapper .btn.btn-textmore-red {
  float: right;
  position: absolute;
  right: 2em;
  top: 4em;
  background-size: 100%;
}

.carousel-center .slick-slide {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  transition: all 0.3s ease;
}
.carousel-center .slick-slide img {
  opacity: 0.8;
}
.carousel-center .slick-center {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform: scaleX(0.94);
  transform: scaleX(0.94);
}
.carousel-center .slick-center .card img {
  height: 510px;
  opacity: 1;
}

.carousel-center.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .careers-card-wrapper .card .card-img-top {
    height: 230px;
  }
  .careers-card-wrapper .card .card-title {
    font-size: 14px;
    line-height: 16px;
  }
  .careers-card-wrapper .card .card-text {
    font-size: 12px;
    line-height: 14px;
  }
  .carousel-center .slick-center .card img {
    height: 340px;
  }
}
.three-col-card {
  display: flex;
  gap: 32px;
}
.three-col-card .col-md-4 {
  padding: 0;
  width: calc(33.33% - 22px);
}
.three-col-card .card {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.three-col-card .card i {
  font-size: 12px;
}
.three-col-card .card .card-title {
  font-size: 28px;
  font-weight: 700;
  color: #272660;
}
.three-col-card .card .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 1.5rem;
}
.three-col-card .btn.btn-red {
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.three-col-card .tag-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.three-col-card .tag-wrapper img {
  margin-right: 8px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .three-col-card .tag-wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .three-col-card .slick-slide {
    margin: 0 16px;
  }
  .three-col-card .slick-slide .card-body {
    padding: 2rem;
  }
  .three-col-card .slick-dots {
    overflow: hidden;
  }
}
.testimonial-carousel .tmo_quote_right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  left: -76px;
  padding: 0;
}
.testimonial-carousel .tmo_quote_right .card-body {
  background-color: #272660;
  color: #FFFFFF;
  padding: 2rem 1rem 2rem 10rem;
  position: relative;
  z-index: 2;
}
.testimonial-carousel .tmo_quote_right .card {
  flex: 1;
  border-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0;
  overflow: hidden;
  height: auto;
}
.testimonial-carousel .emp-words {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  font-weight: 400;
  padding-bottom: 1.5rem;
}
.testimonial-carousel .emp-name {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.testimonial-carousel .emp-position {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
}
.testimonial-carousel .tmo_left_img {
  position: relative;
  display: inline-flex;
  z-index: 4;
  left: 3rem;
  padding: 0;
  width: 420px;
}
.testimonial-carousel .tmo_left_img .card {
  margin: 0;
  background-color: transparent;
  height: auto !important;
}
.testimonial-carousel .tmo_left_img .card:hover {
  box-shadow: none;
}
.testimonial-carousel .tmo_left_img .card img {
  border-radius: 10px;
}
.testimonial-carousel .top_quote_symbol {
  position: absolute;
  top: 50px;
  transform: translateY(-50%);
  right: 30px;
  width: 118px;
  height: 100px;
  background-image: url("../images/testimonial/top-quote.png");
  background-size: cover;
  background-position: center;
  padding: 20px;
  background-repeat: no-repeat;
  z-index: 3;
}
.testimonial-carousel .bottom_quote_symbol {
  position: absolute;
  bottom: 0;
  left: 150px;
  width: 118px;
  height: 100px;
  background-image: url("../images/testimonial/bottom-quote.png");
  background-size: cover;
  background-position: center;
  padding: 20px;
  background-repeat: no-repeat;
  z-index: 3;
}
.testimonial-carousel.carousel {
  position: relative;
}
.testimonial-carousel .slick-dots {
  position: absolute;
  position: absolute;
  bottom: -10px;
  width: 60%;
  margin: 0 auto;
  right: 0;
  padding: 0;
}
.testimonial-carousel.slick-initialized .slick-slide {
  display: inline-flex;
}
.testimonial-carousel .slick-arrow.slick-prev {
  left: 15px;
  color: transparent;
  background-image: url("../images/prev-image.png");
  background-size: 51%;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-carousel .slick-arrow.slick-next {
  right: 15px;
  color: transparent;
  background-image: url("../images/next-image.png");
  background-size: 51%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 992px) and (max-width: 1136px) {
  .testimonial-carousel .tmo_left_img {
    padding: 0;
    left: 0;
    width: 380px;
  }
  .testimonial-carousel .tmo_quote_right {
    left: -1.5rem;
  }
  .testimonial-carousel .tmo_quote_right .card {
    margin: 0;
    padding: 0;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body {
    padding: 2.5rem 2rem 1.5rem 3.5rem;
    border: 0;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body .emp-words {
    font-size: 22px;
  }
  .testimonial-carousel .bottom_quote_symbol {
    left: 50px;
    width: 97px;
    height: 82px;
    bottom: 0;
  }
  .testimonial-carousel .top_quote_symbol {
    width: 97px;
    height: 82px;
    top: 2rem;
    right: 5rem;
  }
}
@media screen and (min-width: 1137px) and (max-width: 1301px) {
  .testimonial-carousel .tmo_left_img {
    padding: 0;
    width: 380px;
  }
  .testimonial-carousel .tmo_quote_right {
    left: -6rem;
  }
  .testimonial-carousel .tmo_quote_right .card {
    margin: 0;
    padding: 0;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body {
    padding: 2.5rem 2rem 1.5rem 11rem;
    border: 0;
  }
  .testimonial-carousel .bottom_quote_symbol {
    left: 10rem;
    width: 97px;
    height: 82px;
    bottom: 0;
  }
  .testimonial-carousel .top_quote_symbol {
    width: 97px;
    height: 82px;
    top: 2rem;
    right: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .hear_from_employee-wrapper .container {
    max-width: 100%;
    padding: 0 12px;
  }
  .testimonial-carousel.slick-initialized .slick-slide {
    display: block;
    margin-left: inherit;
  }
  .testimonial-carousel.slick-initialized .slick-dots {
    bottom: 1.5rem;
    width: 100%;
  }
  .testimonial-carousel.slick-initialized .slick-dots li button {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
  }
  .testimonial-carousel.slick-initialized .slick-dots li.slick-active button {
    background-color: #fff;
  }
  .testimonial-carousel.carousel .slick-arrow.slick-next {
    display: none;
  }
  .testimonial-carousel .tmo_left_img {
    /*width: 50%;*/
    margin: 0 auto;
    display: block;
    left: 0px;
    transform: scale(1);
  }
  .testimonial-carousel .tmo_quote_right {
    display: block;
    position: relative;
    z-index: 3;
    left: 0px;
    width: 100%;
    margin-top: -13rem;
    padding: 12rem 0px 5rem;
    background-color: rgb(27, 20, 100);
  }
  .testimonial-carousel .tmo_quote_right .card {
    border: 0;
    background-color: #272660;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body {
    background-color: rgb(27, 20, 100);
    color: #fff;
    padding: 4rem 3rem 0;
    position: relative;
    z-index: 2;
  }
  .testimonial-carousel .bottom_quote_symbol {
    width: 97px;
    height: 82px;
    bottom: 3rem;
    left: 2rem;
  }
  .testimonial-carousel .top_quote_symbol {
    width: 97px;
    height: 82px;
    top: 12rem;
    right: 2rem;
  }
  .testimonial-carousel .emp-words {
    text-align: center;
  }
  .testimonial-carousel .emp-name {
    /* font-size: 24px;*/
    padding: 10px 0 10px 0;
    text-align: center;
    margin: 0;
  }
  .testimonial-carousel .emp-position {
    /*font-size: 20px;*/
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .testimonial-carousel .emp-words {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
  }
  .testimonial-carousel .emp-name {
    font-size: 24px;
  }
  .testimonial-carousel .emp-position {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .testimonial-carousel .tmo_left_img {
    width: 80%;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body {
    padding: 4rem 1rem 0;
  }
}
body.no-scroll {
  overflow: hidden;
}

.video-overlay-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  overflow-y: auto;
}
.video-overlay-popup-wrapper.show {
  display: block;
}
.video-overlay-popup-wrapper .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  max-width: 90%;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.video-overlay-popup-wrapper .close-btn {
  position: fixed;
  top: 0;
  left: 10px;
  font-size: 60px;
  cursor: pointer;
  color: #e11f27;
  z-index: 1;
  line-height: 60px;
}
.video-overlay-popup-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-overlay-popup-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.backtoList {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 30px 0;
  display: inline-block;
}
.backtoList:hover {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .backtoList {
    margin: 10px 0;
  }
}

.ptb-4 {
  padding: 50px 0 0 0;
}

.btn-outline-grey {
  background-color: transparent;
  width: 199.29px;
  height: 54px;
  border-radius: 19px;
  border: 1.29px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: rgba(0, 0, 0, 0.5);
}

/* heading title */
.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
  margin: 0;
}

.section-title-2 {
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  color: #272660;
  margin: 0;
}

.section-title-lg {
  font-size: 64px;
  font-weight: 700;
  text-align: center;
  color: #272660;
}

.title-text-blue {
  color: #272660;
}

/* start career landing banner */
.career-landing-banner.carousel .carousel-caption .btn.btn-red {
  font-size: 18px;
  border-radius: 10px;
  background-color: #dd2830;
  display: inline-block;
}
.career-landing-banner.carousel .carousel-caption .btn-play {
  width: 74px;
  height: 74px;
  max-width: 100%;
  background-image: url("../images/banner-play-btn.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.career-landing-banner.carousel .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

/* .career-landing-banner {
  .slick-dots {
    li {
      button {
        border: 1px solid $white-color;
      }
    }

    li.slick-active {
      button {
        background-color: $white-color;
      }
    }
  }
} */
/* end career landingbanner */
/* start opportunities section */
.careers-opportunities-wrapper .btn.btn-outline-red-lg {
  text-transform: uppercase;
}
.careers-opportunities-wrapper .search-input {
  position: relative;
  padding: 1.5em 0 0;
}
.careers-opportunities-wrapper .search-input .input-group-text {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.careers-opportunities-wrapper .search-input .input-group-text i {
  font-size: 14px;
}
.careers-opportunities-wrapper .search-input input[type=text] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-size: 18px;
  font-weight: 400;
}
.careers-opportunities-wrapper .search-input input[type=text]:focus {
  outline: none;
  box-shadow: none;
}
.careers-opportunities-wrapper .search-input .btn.btn-outline-red {
  border-radius: 10px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  margin-left: 10px !important;
}

/* end opportunities section */
/* start career development section */
.career-development-wrapper {
  background-image: url("../images/careers/career-development-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  padding: 4.5rem 0;
}
.career-development-wrapper .section-title {
  color: #FFFFFF;
}

.four-cards-container {
  max-width: 1055px;
  margin: 0 auto;
  text-align: center;
}
.four-cards-container .card-item {
  margin: 3rem auto 0;
}
.four-cards-container .card-item .card {
  max-width: 480px;
  border-radius: 8px;
  box-shadow: 0px 3.31px 12.43px 0px rgba(0, 0, 0, 0.15);
}
.four-cards-container .card-item .card .card-body {
  padding: 1.2rem 2rem 1.2rem;
}
.four-cards-container .card-item .card .card-body .card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 27.58px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.four-cards-container .card-item .card .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 16.57px;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 1.5rem;
}
.four-cards-container .btn-learnmore-red {
  font-size: 12px;
  font-weight: 500;
  line-height: 13.79px;
  color: #dd2830;
  text-decoration: none;
}
.four-cards-container .btn-learnmore-red:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-right: 16px;
  background-position: right center;
  background-image: url("../images/three-column-box/right-arrow-red.png");
}

/* end career development section */
/* start gallery section */
.work-env-wrapper {
  padding: 50px 0 0;
}
.work-env-wrapper .video-wrapper {
  text-align: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-width: 1033px;
  margin: 3rem auto 4.8rem;
}
.work-env-wrapper .video-wrapper .video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  top: 0;
  align-items: center;
  max-width: 1033px;
  margin: 0 auto;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.work-env-wrapper .video-wrapper .video-overlay .env-play-icon {
  cursor: pointer;
  opacity: 0.6;
}
.work-env-wrapper .video-wrapper .env-video-img {
  border-radius: 10px;
}
.work-env-wrapper .equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.work-env-wrapper .row-equal {
  flex: 1;
}

.work-env-img-wrapper {
  /* 3d flip animation */
}
.work-env-img-wrapper .work-env-gallery-left {
  position: relative;
  padding: 30px 11px 30px 30px;
}
.work-env-img-wrapper .work-env-gallery-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 297px;
  height: 297px;
  border-top: 30px solid #1b1464;
  border-left: 30px solid #1b1464;
  background-color: #1b1464;
}
.work-env-img-wrapper .work-env-gallery-left .gallery-left-item:first-child {
  margin-bottom: 1.5rem;
}
.work-env-img-wrapper .work-env-gallery-right {
  position: relative;
  padding: 30px 30px 30px 11px;
}
.work-env-img-wrapper .work-env-gallery-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 297px;
  height: 297px;
  border-top: 30px solid #e11f27;
  border-left: 30px solid #e11f27;
  background-color: #e11f27;
  z-index: -1;
}
.work-env-img-wrapper .glightbox img {
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.work-env-img-wrapper .image-flip {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
.work-env-img-wrapper .mainflip {
  transition: transform 1s;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
}
.work-env-img-wrapper .frontside {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.work-env-img-wrapper .backside {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.work-env-img-wrapper .side {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: transform 1s ease;
  opacity: 0;
  z-index: 1;
}
.work-env-img-wrapper .side:not(.visible) {
  transition: 0.5s ease-in-out;
}
.work-env-img-wrapper .side2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.work-env-img-wrapper .side3 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.work-env-img-wrapper .side4 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.work-env-img-wrapper .side5 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.work-env-img-wrapper .side.visible {
  opacity: 1;
  z-index: 2;
  transform: rotateY(0deg);
}

.glightbox-clean .gclose path {
  fill: #e11f27 !important;
}
.glightbox-clean .gnext path {
  fill: #e11f27 !important;
}
.glightbox-clean .gprev path {
  fill: #e11f27 !important;
}
.glightbox-clean .gclose {
  background-color: transparent;
  border-radius: 0;
}
.glightbox-clean .gnext {
  background-color: transparent;
  border-radius: 0;
}
.glightbox-clean .gprev {
  background-color: transparent;
  border-radius: 0;
}

/* end  gallery section */
/* start employee experiences section */
.three-col-box-wrapper .section-title {
  color: #272660;
  margin: 0;
}
.three-col-box-wrapper .title-text-blue {
  color: #272660;
}

/* end employee experiences section */
/* start MSIG entities section */
.entity-content-wrapper .regional-btn-wrapper .btn.btn-outline-red {
  width: auto;
  margin: 0 0.5rem 1rem 0;
}
.entity-content-wrapper .entity-title {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #272660;
  margin-bottom: 0.8rem;
}
.entity-content-wrapper .entity-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
}
.entity-content-wrapper .entity-lists {
  padding: 1rem 0 0;
}
.entity-content-wrapper .entity-lists .entity-list-title {
  font-size: 18px;
  font-weight: 500;
  color: #272660;
}
.entity-content-wrapper .entity-lists .entity-list-text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 2rem;
  display: block;
}

/* end MSIG entities section */
/* start Additional information section */
.add-info-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #272660;
}
.add-info-wrapper .file-btn-wrapper {
  display: flex;
}
.add-info-wrapper .file-btn-wrapper a {
  margin-right: 10px;
}

/* end Additional information section */
/* start career contact wrapper section */
.btn.btn-red-md {
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0.6rem;
  margin-bottom: 1rem;
  background-color: #E11F27;
}

.career-contact-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  color: #272660;
  margin-bottom: 1rem;
}

/* end career contact wrapper section */
/* start explore careers page */
.be-part-wrapper {
  padding-top: 2rem;
}
.be-part-wrapper .bp-text {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 18px;
}

p.text-dark-2 {
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 2.5rem;
}

.explore-careers-wrapper.ec-content .careers-card-wrapper {
  gap: 32px;
}
.explore-careers-wrapper.ec-content .backtoList {
  /*margin: 3rem 0 1rem;*/
}
.explore-careers-wrapper.ec-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.careers-card-wrapper {
  display: flex;
}
.careers-card-wrapper.card-equal-height .card-content {
  padding: 0;
  width: calc(33.33% - 22px);
}
.careers-card-wrapper.card-equal-height .card {
  margin: 0;
}
.careers-card-wrapper.card-equal-height .card .card-text {
  margin: 0;
}
.careers-card-wrapper.card-equal-height .card .card-img-top {
  height: 350px;
}
.careers-card-wrapper.half-slider .slick-track {
  margin-left: calc(-82vw + 50%);
}

.btn-red.btn-custom {
  width: 232px;
  font-size: 18px;
  margin: 0 auto;
}

/* end explore careers page */
/* start career details page */
.cd-content h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #272660;
}
.cd-content .three-col-card {
  padding-top: 1rem;
  display: flex;
  gap: 32px;
}
.cd-content .three-col-card .col-md-4 {
  padding: 0;
  width: calc(33.33% - 22px);
}
.cd-content .three-col-card .card {
  overflow: hidden;
  margin-bottom: 0;
}
.cd-content .three-col-card .card .card-title {
  color: #272660;
}
.cd-content.explore-careers-wrapper {
  padding: 1.5rem 0 2rem;
}
.cd-content.explore-careers-wrapper .careers-card-wrapper {
  gap: 32px;
}
.cd-content.explore-careers-wrapper h3 {
  padding-bottom: 0;
}

.career-details-wrapper {
  padding-bottom: 1.6rem;
}
.career-details-wrapper .detail-image {
  overflow: hidden;
}
.career-details-wrapper .detail-image img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
  transition: transform 0.7s ease-in-out;
}
.career-details-wrapper .detail-image img.desktop {
  display: block;
}
.career-details-wrapper .detail-image img.mobile {
  display: none;
}
.career-details-wrapper .detail-image img:hover {
  transform: scale(1.1);
}
.career-details-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
}
.career-details-wrapper ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
}
.career-details-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #272660;
}
.career-details-wrapper .backtoList {
  /*margin: 3rem 0 1rem;*/
}
.career-details-wrapper .section-title-2 {
  /*margin-top: 3rem;*/
}
.career-details-wrapper ul {
  padding-top: 1rem;
}

/* end career details page */
/* start job positions page */
#job-positions-slider .col-md-4 {
  padding: 0;
  width: calc(33.33% - 22px);
}

.tag-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.tag-wrapper i {
  margin-right: 8px;
}
.tag-wrapper .bi-green {
  color: #21a727;
}
.tag-wrapper .bi-red {
  color: #dd2830;
}

/* end job positions page */
/* start apply form page */
.btn.btn-outline-red-md {
  border-radius: 15px;
  border: 1px solid #dd2830;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  color: #dd2830;
  padding: 0.6rem;
  margin-bottom: 1rem;
}

.apply-form-page-wrapper .file-btn-wrapper {
  margin: 2rem 0 0;
}
.apply-form-page-wrapper .apply-top-wrapper {
  /*display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1.3rem 0 0;*/
}
.apply-form-page-wrapper .apply-top-wrapper .section-title-2 {
  padding: 0 0 1.3rem;
}
.apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn.btn-outline-red-lg {
  max-width: 369px;
  width: 100%;
  text-transform: uppercase;
}
.apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn-red-lg {
  max-width: 221px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn-red-lg:hover {
  color: #FFFFFF;
  background-color: #dd2830;
}
.apply-form-page-wrapper .tag-wrapper {
  padding: 1.5rem 0 1rem;
}
.apply-form-page-wrapper .tag-wrapper i {
  font-size: 18px;
}
.apply-form-page-wrapper .tag-wrapper p {
  font-size: 16px;
}
.apply-form-page-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
}
.apply-form-page-wrapper ul {
  margin: 1rem 0 2rem;
}
.apply-form-page-wrapper ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
}
.apply-form-page-wrapper .fs-14 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.apply-form-page-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #272660;
}
.apply-form-page-wrapper .career-form-wrapper form {
  border: 1px solid rgba(183, 183, 183, 0.5);
  padding: 1rem 1.5rem 1.5rem;
  max-width: 600px;
  margin-top: 1.5rem;
}
.apply-form-page-wrapper .career-form-wrapper form .btn-red-lg {
  max-width: 369px;
  width: 100%;
}
.apply-form-page-wrapper .career-form-wrapper form label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.apply-form-page-wrapper .career-form-wrapper form .input-group {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: transparent;
}
.apply-form-page-wrapper .career-form-wrapper form .input-group-text {
  /*width: 18px;
  height: 18px;*/
  border: 0;
  opacity: 60%;
  color: #000000;
  background-color: transparent;
}
.apply-form-page-wrapper .career-form-wrapper form input[type=text] {
  padding-left: 0;
  border-style: none;
  border: none;
}
.apply-form-page-wrapper .career-form-wrapper form input[type=email] {
  padding-left: 0;
  border-style: none;
  border: none;
}
.apply-form-page-wrapper .career-form-wrapper form input[type=tel] {
  padding-left: 0;
  border-style: none;
  border: none;
}
.apply-form-page-wrapper .career-form-wrapper form .form-control {
  background-color: transparent;
  box-shadow: none;
  border-radius: 10px;
}
.apply-form-page-wrapper .career-form-wrapper form .form-control:focus {
  box-shadow: none;
}
.apply-form-page-wrapper .career-form-wrapper form .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.apply-form-page-wrapper .career-form-wrapper form .form-text {
  font-size: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  /*text-align: center;*/
}
.apply-form-page-wrapper .career-form-wrapper form .was-validated .invalid-feedback {
  display: block;
}
.apply-form-page-wrapper .career-form-wrapper form .dropzone {
  min-height: 200px;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.apply-form-page-wrapper .career-form-wrapper form .dropzone-label {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  pointer-events: none;
  font-size: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  padding: 0 4rem;
}
.apply-form-page-wrapper .career-form-wrapper form .upload-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  color: #000000;
}
.apply-form-page-wrapper .career-form-wrapper form .dropzone input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.apply-form-page-wrapper .apply-hidden-section {
  display: none;
}
.apply-form-page-wrapper .apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn.disabled {
  background-color: #D9D9D9;
  color: #FFFFFF;
  pointer-events: none;
}

.btn-red-lg {
  width: 369px;
  height: 55px;
  border-radius: 13.41px;
  background-color: #dd2830;
  font-size: 18px;
  font-weight: 700;
  line-height: 20.68px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}

.btn-red-lg:hover {
  color: #FFFFFF;
}

/* end apply form page */
/* start programme page */
.programme-wrapper .detail-image {
  margin: 1rem 0;
}
.programme-wrapper .detail-image img {
  border-radius: 10px;
}
.programme-wrapper .btn-play-text:after {
  content: "";
  height: 0 !important;
  width: 0 !important;
}

/* end programme page */
/* start middle sticky nav */
.career-middle-nav-wrapper {
  background-color: #EBEBEB;
}
.career-middle-nav-wrapper .middle--nav {
  position: sticky;
  top: 0;
}
.career-middle-nav-wrapper .middle--nav.sticky {
  background-color: #EBEBEB;
  position: fixed;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.career-middle-nav-wrapper .middle--nav .nav--list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  align-items: center;
  background-color: #EBEBEB;
  max-width: 1150px;
  margin: 0 auto;
}
.career-middle-nav-wrapper .middle--nav .nav--list.mobile-hidden {
  display: none;
}
.career-middle-nav-wrapper .middle--nav .nav--list.show {
  display: block;
}
.career-middle-nav-wrapper .middle--nav li {
  display: inline-block;
  position: relative;
  min-width: 90px;
  text-align: center;
}
.career-middle-nav-wrapper .middle--nav li:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 8px;
  background-color: #272660;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  border-radius: 200px;
}
.career-middle-nav-wrapper .middle--nav li:hover:after {
  width: 100%;
}
.career-middle-nav-wrapper .middle--nav a {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.09px;
  color: #272660;
  text-decoration: none;
  padding: 1rem 1rem 1.1rem;
  display: inline-block;
}
.career-middle-nav-wrapper .middle--nav a:hover {
  text-decoration: none;
}
.career-middle-nav-wrapper .middle--nav li.active:after {
  width: 100%;
}
.career-middle-nav-wrapper .mobile--current--state {
  display: none;
  padding: 15px;
  background-color: #EBEBEB;
  cursor: pointer;
  position: relative;
}
.career-middle-nav-wrapper .mobile--current--state span {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.09px;
  color: #272660;
}
.career-middle-nav-wrapper .mobile--current--state:before {
  content: "";
  background-image: url("../images/careers/icon-down-arrow-red.png");
  width: 16px;
  height: 8px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.career-middle-nav-wrapper .mobile--current--state.active:before {
  transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 769px) {
  .glightbox-clean .gclose {
    background-color: transparent;
  }
  .glightbox-clean .gnext {
    background-color: transparent;
  }
  .glightbox-clean .gprev {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 1;
    right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .career-middle-nav-wrapper .middle--nav .nav--list {
    max-width: 1206px;
  }
}
@media screen and (min-width: 1660px) {
  .career-middle-nav-wrapper .middle--nav .nav--list {
    max-width: 1406px;
  }
}
@media screen and (max-width: 1199px) {
  .career-middle-nav-wrapper .middle--nav .nav--list {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .career-middle-nav-wrapper .middle--nav {
    overflow-y: unset;
    overflow-x: unset;
  }
  .career-middle-nav-wrapper .middle--nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    opacity: 0;
  }
  .career-middle-nav-wrapper .middle--nav ul li {
    opacity: 0;
    transition: opacity 0.5s ease;
    text-align: left;
  }
  .career-middle-nav-wrapper .middle--nav ul li:after {
    left: 0;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    height: 0px;
    top: 50%;
    width: 4px;
  }
  .career-middle-nav-wrapper .middle--nav ul li.show {
    opacity: 1;
    background-color: #EBEBEB;
    width: 100%;
  }
  .career-middle-nav-wrapper .middle--nav ul li.show a {
    display: block;
  }
  .career-middle-nav-wrapper .middle--nav ul.show {
    display: flex;
    opacity: 1;
  }
  .career-middle-nav-wrapper .middle--nav .mobile--current--state {
    display: block;
    border-bottom: 8px solid #272660;
  }
  .career-middle-nav-wrapper .middle--nav li.active:after {
    border-radius: 0;
    height: 100%;
    width: 4px;
    left: 0;
  }
  .career-middle-nav-wrapper .middle--nav li:hover:after {
    border-radius: 0;
    height: 100%;
    width: 4px;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .career-middle-nav-wrapper .middle--nav {
    position: relative;
    z-index: 1000;
  }
  .career-middle-nav-wrapper .nav--list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1001;
  }
  .career-middle-nav-wrapper .mobile--current--state.active + .nav--list {
    display: flex;
    background-color: #EBEBEB;
  }
}
/* end middle sticky nav */
@media screen and (max-width: 1660px) and (min-width: 992px) {
  /* start  gallery section */
  .work-env-img-wrapper .work-env-gallery-right::after {
    content: "";
    width: 200px;
    height: 200px;
  }
  .work-env-img-wrapper .work-env-gallery-left::before {
    content: "";
    width: 200px;
    height: 200px;
  }
  /* end  gallery section */
}
@media screen and (max-width: 1200px) {
  .careers-card-wrapper.card-equal-height .card .card-img-top {
    height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .careers-card-wrapper.card-equal-height .card .card-img-top {
    height: 280px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .apply-form-page-wrapper .apply-top-wrapper .section-title-2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mb-none {
    display: none;
  }
  .career-landing-banner.carousel .carousel-caption .btn.btn-red {
    width: auto;
    padding-top: 8px;
  }
  .careers-opportunities-wrapper .input-group .btn {
    width: 100%;
    margin: 1.5rem 0 0;
  }
  /* start  gallery section */
  .work-env-img-wrapper .work-env-gallery-left {
    padding: 15px;
  }
  .work-env-img-wrapper .work-env-gallery-left::before {
    content: "";
    width: 176px;
    height: 176px;
    border-top: 15px solid #1b1464;
    border-left: 15px solid #1b1464;
  }
  .work-env-img-wrapper .work-env-gallery-right {
    padding: 15px;
  }
  .work-env-img-wrapper .work-env-gallery-right::after {
    content: "";
    width: 176px;
    height: 176px;
    border-top: 15px solid #e11f27;
    border-left: 15px solid #e11f27;
  }
  /* end  gallery section */
  .career-development-wrapper {
    padding-bottom: 2rem;
  }
  .four-cards-container .card-item .card {
    max-width: 98%;
    margin: 0 auto;
  }
  .entity-content-wrapper {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .entity-content-wrapper .entity-title {
    text-align: center;
  }
  /* start explore careers page */
  .careers-card-wrapper.card-equal-height .card .card-img-top {
    height: 350px;
  }
  .careers-card-wrapper.card-equal-height .card-content {
    padding: 0 1rem;
  }
  .careers-card-wrapper.card-equal-height .card-content .card {
    margin: 0 0 1rem;
  }
  .careers-card-wrapper.card-equal-height .card-content .card .card-title {
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
  }
  .careers-card-wrapper.card-equal-height .card-content .card .card-text {
    margin-bottom: 1rem;
  }
  /* end explore careers page */
  /* start career detail page */
  .career-details-wrapper .detail-image img.desktop {
    display: none;
  }
  .career-details-wrapper .detail-image img.mobile {
    display: block;
  }
  /* end career detail page */
  /* start apply form page */
  .apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper {
    flex-direction: column-reverse;
  }
  .apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn.btn-outline-red-lg {
    max-width: 100%;
  }
  .apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn-red-lg {
    max-width: 100%;
  }
  /* end apply form page */
  .add-info-wrapper .file-btn-wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .career-details-wrapper .detail-image img {
    border-radius: 0;
  }
  .programme-wrapper .detail-image img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .career-landing-banner.carousel .carousel-caption .btn-play {
    width: 64px;
    height: 64px;
  }
  .entity-content-wrapper .entity-title {
    font-size: 24px;
  }
  .entity-content-wrapper .entity-text {
    font-size: 12px;
  }
  /* start explore careers page */
  .explore-careers-wrapper.ec-content p {
    font-size: 14px;
  }
  .careers-card-wrapper .card {
    box-shadow: 0px 2.66px 9.98px 0px rgba(0, 0, 0, 0.25);
  }
  .section-title-lg {
    font-size: 36px;
  }
  .be-part-wrapper .bp-text {
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
  }
  /* end explore careers page */
  /* start career details page */
  .career-details-wrapper p {
    font-size: 14px;
  }
  .career-details-wrapper ul li {
    font-size: 14px;
  }
  .career-details-wrapper h3 {
    font-size: 24px;
  }
  .careers-card-wrapper.card-equal-height .card .card-title {
    font-size: 14px;
  }
  .careers-card-wrapper.card-equal-height .card .card-text {
    font-size: 12px;
  }
  /* end career details page */
  /* start apply form page */
  .apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper {
    display: block;
  }
  .apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn.btn-outline-red-lg {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .apply-form-page-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn-red-lg {
    max-width: 100%;
  }
  .apply-form-page-wrapper .career-form-wrapper form {
    max-width: 100%;
  }
  .apply-form-page-wrapper .career-form-wrapper form .btn-red-lg {
    max-width: 100%;
  }
  /* end apply form page */
}
@media screen and (max-width: 480px) {
  .career-landing-banner.carousel .carousel-caption .btn-play {
    width: 54px;
    height: 54px;
  }
  .section-title-2 {
    font-size: 36px;
  }
  .section-title {
    font-size: 24px;
  }
  .cd-content h3 {
    font-size: 24px;
  }
  .careers-card-wrapper.card-equal-height .card .card-img-top {
    height: 280px;
  }
  /* start  gallery section */
  .work-env-img-wrapper .work-env-gallery-right::after {
    content: "";
    width: 100px;
    height: 100px;
  }
  .work-env-img-wrapper .work-env-gallery-left::before {
    content: "";
    width: 100px;
    height: 100px;
  }
  .work-env-wrapper .env-play-icon {
    width: 48px;
  }
  /* end  gallery section */
  .apply-form-page-wrapper .career-form-wrapper form .dropzone-label {
    padding: 0 1rem;
  }
  .apply-form-page-wrapper .tag-wrapper p {
    font-size: 14px;
  }
  .apply-form-page-wrapper p {
    font-size: 14px;
  }
  .apply-form-page-wrapper h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 393px) {
  .careers-card-wrapper.card-equal-height .card .card-img-top {
    height: 230px;
  }
}

/*# sourceMappingURL=careers-template.css.map */
