* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: 1px solid #3F2A56;
  outline-offset: 1px;
  border: 1px solid #ffffff;
  -webkit-transition: none !important;
  transition: none !important;
}

*:hover {
  outline: none;
  text-decoration: none;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  background-color: #1c1c1c;
}
body p {
  line-height: 150% !important;
  letter-spacing: 0.54px !important;
  word-spacing: 2.5px !important;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9B9B9B;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9B9B9B;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9B9B9B;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9B9B9B;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9B9B9B;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9B9B9B;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9B9B9B;
}

::-webkit-scrollbar {
  display: none;
}

button {
  border: 0;
}

.skipLink {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #1C1C1C;
  color: #fff;
  padding: 8px 24px;
  z-index: 10000;
  text-decoration: none;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  color: #DDDDDA;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.skipLink:focus {
  top: 10px;
}

.btn_all {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.btn_all::after {
  content: "";
  background-image: url("../../assets/img/home/news-events/right-arrow-gray.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn_all span {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0125rem;
  display: inline-block;
  padding-right: 40px;
}
.btn_all:hover span {
  color: #ddddda;
}
.btn_all:hover::after {
  background-image: url("../../assets/img/home/news-events/right-arrow-white.svg");
  right: 0;
}

@media screen and (max-width: 991px) {
  br {
    display: none;
  }
}

.pagination_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 32px 0 0 0;
}
@media screen and (min-width: 991px) {
  .pagination_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pagination_list li .links {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  color: #D0D0CE;
  display: inline-block;
  padding: 8px 16px;
}
.pagination_list li .links.arrows img {
  width: 20px;
  height: 20px;
}
.pagination_list li .links.active {
  padding: 8px 16px;
  background: #282639;
  border-radius: 8px;
  color: #fff;
}
.pagination_list li:first-child .links.arrows img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.breadcrumb_nav {
  padding-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .breadcrumb_nav {
    padding-bottom: 24px;
  }
}
.breadcrumb_nav .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb_nav .breadcrumb li a {
  color: #A7A8A9;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
}
.breadcrumb_nav .breadcrumb .active {
  color: #ffffff;
}

.btn_submit {
  border-radius: 4px;
  background: #393562;
  color: #fefcf4;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  padding: 14px 40px;
  min-width: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn_submit span {
  color: #fefcf4;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  position: relative;
}
.btn_submit span::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 24px;
  background-image: url("../../assets/img/submit-arrow.svg");
  right: -32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_submit:hover {
  color: #fefcf4;
}
.btn_submit:hover span::after {
  right: -40px;
}
@media screen and (max-width: 767px) {
  .btn_submit {
    min-width: 100%;
    justify-content: center;
  }
}
.btn_jobs {
  padding: 14px 24px;
  border-radius: 4px;
  background: #393562;
  width: 162px;
  display: inline-block;
  padding: 14px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn_jobs span {
  color: #fefcf4;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_jobs span::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 24px;
  background-image: url("../../assets/img/submit-arrow.svg");
  right: -32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_jobs:hover {
  color: #fefcf4;
}
.btn_jobs:hover span::after {
  right: -40px;
} 

@media (min-width: 576px) {
  .thanku__modal .modal-dialog {
    max-width: 546px;
  }
}
.thanku__modal .modal-dialog .modal-content {
  border-radius: 4px;
  background-color: #1c1c1c;
}
.thanku__modal .modal-dialog .modal-content .btn-close {
  background: url("../../assets/img/x.svg") center/24px auto no-repeat;
  width: 24px;
  height: 24px;
  opacity: 1;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}
.thanku__modal .modal-dialog .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.thanku__modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}
.thanku__modal .modal-dialog .modal-content .modal-body .bg {
  width: 100%;
  height: 100%;
}
.thanku__modal .modal-dialog .modal-content .modal-body .contents {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 466px;
}
@media screen and (max-width: 767px) {
  .thanku__modal .modal-dialog .modal-content .modal-body .contents {
    top: 54%;
  }
}
.thanku__modal .modal-dialog .modal-content .modal-body .contents h3 {
  color: #ddddda;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}
.thanku__modal .modal-dialog .modal-content .modal-body .contents p {
  color: #74726b;
  font-size: 1.125;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .thanku__modal .modal-dialog .modal-content .modal-body .contents p {
    font-size: 1rem;
  }
}

.btn_know {
  position: relative;
  display: inline-block;
  cursor: pointer;
  bottom: -36px;
}
.btn_know::after {
  content: "";
  background-image: url("../../assets/img/home/news-events/right-arrow-white.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
}
.btn_know span {
  display: inline-block;
  padding-right: 40px;
  color: #fefcf4;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}

.iti__country-list {
  color: #727272;
  background-color: #1c1c1c !important;
  max-width: 360px;
}
@media screen and (min-width: 1440px) {
  .iti__country-list {
    max-width: 362px;
    left: 0;
  }
}
@media screen and (max-width: 1399px) {
  .iti__country-list {
    left: 0;
    max-width: 309px;
  }
}
@media screen and (max-width: 1200px) {
  .iti__country-list {
    max-width: 257px;
  }
}
@media screen and (max-width: 991px) {
  .iti__country-list {
    max-width: 403px;
  }
}
@media screen and (max-width: 767px) {
  .iti__country-list {
    left: -19px;
    max-width: 353px;
  }
}

.iti__country-name:hover {
  color: #dddddd;
}

body {
  background: #fefcf4;
}

.banner_wrap {
  padding-top: 100px;
  background: #fefcf4;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .banner_wrap {
    padding-top: 56px;
  }
}
.banner_wrap .banner_content_wrap {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-91.16%, #7c6992), color-stop(75.7%, #fefcf4));
  background: linear-gradient(to top, #7c6992 -91.16%, #fefcf4 75.7%);
  height: 720px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner_wrap .banner_content_wrap h2 {
  color: #101820;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.12px;
  max-width: 546px;
  margin: 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .banner_wrap .banner_content_wrap h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 120%;
    max-width: 257px;
  }
}
.banner_wrap .banner_content_wrap p {
  color: #53565A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0px;
  margin-top: 16px;
  max-width: 546px;
  text-wrap: pretty;
}
.banner_wrap .banner_content_wrap .banner_button_wrap {
  padding: 32px 0px 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .banner_wrap .banner_content_wrap .banner_button_wrap {
    padding: 56px 16px 0px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.banner_wrap .banner_content_wrap .video_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 736px;
}
@media screen and (max-width: 991px) {
  .banner_wrap .banner_content_wrap .video_wrap {
    border-radius: 312px;
    position: relative;
    bottom: -25%;
  }
}
.banner_wrap .banner_content_wrap .video_wrap .gradient_wrap {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 13.89%, rgba(104, 103, 100, 0) 73.89%, rgba(254, 252, 244, 0.84) 100%);
  position: absolute;
  z-index: 3;
  width: 740px;
  height: 740px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .banner_wrap .banner_content_wrap .video_wrap .gradient_wrap {
    width: 315px;
    height: 315px;
  }
}
.banner_wrap .banner_content_wrap .video_wrap video {
  width: 736px;
  height: 736px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
  border: none;
  display: block;
}
@media screen and (max-width: 991px) {
  .banner_wrap .banner_content_wrap .video_wrap video {
    width: 312px;
    height: 312px;
  }
}

.with_pyramid_wrap {
  padding: 100px 0px 0px 0px;
  background: #fefcf4;
  position: relative;
  height: 666px;
}
@media screen and (min-width: 1440px) {
  .with_pyramid_wrap {
    height: 720px;
  }
}
@media screen and (max-width: 1024px) {
  .with_pyramid_wrap {
    height: 615px;
  }
}
@media screen and (max-width: 991px) {
  .with_pyramid_wrap {
    height: 531px;
    padding: 56px 0px 4px 0px;
  }
}
.with_pyramid_wrap .with_py_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 64px;
}
.with_pyramid_wrap .with_py_content h2 {
  color: #101820;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.64px;
  max-width: 536px;
  margin-bottom: 16px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .with_pyramid_wrap .with_py_content h2 {
    font-size: 20px;
    max-width: 300px;
    margin-bottom: 24px;
  }
}
.with_pyramid_wrap .with_py_content p {
  color: #53565A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  max-width: 932px;
  margin: 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .with_pyramid_wrap .with_py_content p {
    font-size: 16px;
  }
}
.with_pyramid_wrap .py_img_home_wrap {
  width: 100%;
  position: absolute;
}
.with_pyramid_wrap .py_img_home_wrap .with_py_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .with_pyramid_wrap .py_img_home_wrap .with_py_img {
    display: none;
  }
}
.with_pyramid_wrap .py_img_home_wrap .py_mobile_view_img {
  max-width: 100%;
  height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .with_pyramid_wrap .py_img_home_wrap .py_mobile_view_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .with_pyramid_wrap .py_img_home_wrap .py_mobile_view_img {
    width: 100%;
    height: 374px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 374px;
  }
}

.numbers_wrapper {
  border-radius: 4px;
  background: #26213f;
  height: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .numbers_wrapper {
    height: 540px;
  }
}
@media screen and (max-width: 767px) {
  .numbers_wrapper {
    height: 611px;
    padding-bottom: 32px;
  }
}
.numbers_wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.64px;
  padding-bottom: 40px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .numbers_wrapper h2 {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.numbers_wrapper .count_num_wrap {
  padding: 24px 0px;
}
@media screen and (max-width: 991px) {
  .numbers_wrapper .count_num_wrap {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.numbers_wrapper .count_num_wrap h5 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .numbers_wrapper .count_num_wrap h5 {
    font-size: 32px;
  }
}
.numbers_wrapper .count_num_wrap p {
  color: #D0D0CE;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.75;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .numbers_wrapper .count_num_wrap p {
    font-size: 16px;
  }
}

.service_section_wrap {
  padding: 100px 0px 44px 0px;
  background: #fefcf4;
}
@media screen and (max-width: 991px) {
  .service_section_wrap {
    padding: 56px 0px;
  }
}
.service_section_wrap h4 {
  color: #101820;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .service_section_wrap h4 {
    font-size: 20px;
    text-align: start;
  }
}
.service_section_wrap .service_card_wrapper {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .service_section_wrap .service_card_wrapper {
    margin-bottom: 24px;
  }
}
.service_section_wrap .service_card_wrapper .img_wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_section_wrap .service_card_wrapper h5 {
  color: #101820;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin: 16px 0px 8px 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .service_section_wrap .service_card_wrapper h5 {
    font-size: 18px;
  }
}
.service_section_wrap .service_card_wrapper h4 {
  color: #1c1c1c;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.64px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .service_section_wrap .service_card_wrapper h4 {
    font-size: 20px;
  }
}
.service_section_wrap .service_card_wrapper p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin: 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .service_section_wrap .service_card_wrapper p {
    font-size: 16px;
  }
}
.service_section_wrap .service_card_wrapper .service_paragraph {
  padding: 24px 0px;
}
@media screen and (max-width: 991px) {
  .service_section_wrap .service_card_wrapper .service_paragraph {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .service_section_wrap .service_card_wrapper .black_btn {
    display: none;
  }
}
.service_section_wrap .service_mob_btn {
  margin-top: 26px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.industries_home_wrapper {
  padding: 100px 0px 0px 0px;
  background: #26213f;
}
@media screen and (max-width: 991px) {
  .industries_home_wrapper {
    padding: 56px 0px 0px 0px;
  }
}
.industries_home_wrapper .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
.industries_home_wrapper .flex_wrap h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .industries_home_wrapper .flex_wrap h3 {
    font-size: 20px;
  }
}
.industries_home_wrapper .flex_wrap .read_more span {
  color: #ddd;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
.industries_home_wrapper .flex_wrap .read_more::after {
  background-image: url("../../assets/img/white-arrow.svg");
}
@media screen and (max-width: 991px) {
  .industries_home_wrapper .flex_wrap .read_more {
    display: none;
  }
}
.industries_home_wrapper .industries_list {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .industries_home_wrapper .industries_list {
    display: none;
  }
}
.industries_home_wrapper .industries_list li {
  width: 100%;
  color: #727272;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  padding: 16px 24px 16px 0px;
  border-bottom: 1px solid #ddddda;
  cursor: pointer;
}
.industries_home_wrapper .list_content_wrapper {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .industries_home_wrapper .list_content_wrapper {
    display: none !important;
  }
}
.industries_home_wrapper .list_content_wrapper img {
  height: 356px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industries_home_wrapper .list_content_wrapper h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 0.2px;
  padding: 24px 0px 8px 0px;
  margin: 0px;
}
.industries_home_wrapper .list_content_wrapper p {
  color: #D0D0CE;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  margin: 0px;
  text-wrap: pretty;
}
.industries_home_wrapper .accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: none;
  margin-bottom: 14px;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button {
  padding: 8px 32px 8px 8px;
  border-radius: none;
  color: #D0D0CE;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border: 1px solid transparent;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button img {
  height: 24px;
  width: 24px;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button .normal_img {
  display: inline;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button .active_img {
  display: none;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: none !important;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: rgba(178, 177, 171, 0.6);
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button.accBtn-active {
  color: #101820;
  background: #fff;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button.accBtn-active .normal_img {
  display: none;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button.accBtn-active .active_img {
  display: inline;
}
.industries_home_wrapper .accordion .accordion-item .accordion-header .accordion-button:hover {
  border-radius: 4px;
  border: 1px solid #FFF;
}
@media screen and (min-width: 991px) {
  .industries_home_wrapper .accordion .accordion-item .accordion-collapse {
    display: none !important;
  }
}
.industries_home_wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0px;
}
.industries_home_wrapper .accordion .accordion-item .accordion-collapse .accordion-body img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 356px;
}
.industries_home_wrapper .accordion .accordion-item .accordion-collapse .accordion-body h5 {
  color: #ddd;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 0.2px;
  padding: 24px 0px 12px 0px;
  margin: 0px;
  text-wrap: pretty;
}
.industries_home_wrapper .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #b2b1ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  padding: 0px;
  text-wrap: pretty;
}
.industries_home_wrapper .accordion .accordion-item:last-of-type {
  border-radius: 0px;
}
.industries_home_wrapper .active_border {
  border-bottom: 2px solid #b2b1ab !important;
}
.industries_home_wrapper .mobile_view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.industries_home_wrapper .mobile_view_btn .read_more span {
  color: #ddd;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
.industries_home_wrapper .mobile_view_btn .read_more::after {
  background-image: url("../../assets/img/white-arrow.svg");
}
@media screen and (min-width: 991px) {
  .industries_home_wrapper .mobile_view_btn .read_more {
    display: none;
  }
}

.partnership_industry {
  padding-top: 100px;
  background: #fefcf4;
}
@media screen and (max-width: 991px) {
  .partnership_industry {
    padding-top: 44px;
  }
}
.partnership_industry h5 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .partnership_industry h5 {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
.partnership_industry .swiper-main-wrapper {
  width: 100%;
  position: relative;
}
.partnership_industry .swiper-main-wrapper .swiper {
  width: 100%;
}
.partnership_industry .swiper-main-wrapper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .partnership_industry .swiper-main-wrapper .swiper .swiper-wrapper {
    height: 60px;
  }
}
.partnership_industry .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.career_opportunities {
  padding-top: 100px;
  background: #fefcf4;
}
@media screen and (max-width: 991px) {
  .career_opportunities {
    padding-top: 56px;
  }
}
.career_opportunities .career_card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .career_opportunities .career_card {
    margin-bottom: 24px;
  }
}
.career_opportunities .career_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.career_opportunities .career_card .career_content {
  padding: 32px 40px;
  width: 100%;
  background: #26213f;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0px;
  bottom: 0px;
}
@media screen and (max-width: 991px) {
  .career_opportunities .career_card .career_content {
    padding: 20px 24px;
  }
}
.career_opportunities .career_card .career_content h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
}
@media screen and (max-width: 991px) {
  .career_opportunities .career_card .career_content h5 {
    font-size: 16px;
  }
}
.career_opportunities .career_card .career_content img {
  height: 24px;
  width: 24px;
}
.career_opportunities .career_card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.disktop_view_img,
.mobile_view_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 64px 0px;
}
@media screen and (max-width: 991px) {
  .disktop_view_img,
  .mobile_view_img {
    padding: 40px 0px 24px 0px;
  }
}

@media screen and (min-width: 991px) {
  .mobile_view_img {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .disktop_view_img {
    display: none;
  }
}

.read_more {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 45px;
}
.read_more::after {
  content: "";
  top: 3px;
  background-image: url("../../assets/img/talent/talent-home/blue-arrow.svg");
  height: 24px;
  width: 24px;
  position: absolute;
  right: -40px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.read_more span {
  position: relative;
  color: #9b9b9b;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  letter-spacing: -0.2px;
}
.read_more:hover span {
  color: #dddddd;
}
.read_more:hover::after {
  background-image: url("../../assets/img/talent/talent-home/arrow-btn.svg");
  right: -47px;
}

.mob_view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 991px) {
  .mob_view_btn {
    display: none;
  }
}

.black_btn {
  border-radius: 4px;
  background: #101820;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 0px 14px 24px;
}
@media screen and (max-width: 991px) {
  .black_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.black_btn span {
  position: relative;
  padding-right: 54px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  border-radius: 4px;
  background: #1b151f;
}
@media screen and (max-width: 991px) {
  .black_btn span {
    text-align: center;
  }
}
.black_btn span::after {
  content: "";
  position: absolute;
  -webkit-transition: right 0.7s;
  transition: right 0.7s;
  right: 24px;
  height: 24px;
  width: 24px;
  background: url("../../assets/img/talent/talent-home/arrow-btn.svg");
  background-repeat: no-repeat;
}
.black_btn:hover span {
  color: #ffffff;
}
.black_btn:hover span::after {
  right: 16px;
}

.btn_know {
  position: relative;
  display: inline-block;
  cursor: pointer;
  bottom: -36px;
}
.btn_know::after {
  content: "";
  background-image: url("../../assets/img/home/news-events/right-arrow-white.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
}
.btn_know span {
  display: inline-block;
  padding-right: 40px;
  color: #fefcf4;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}

.hire_banner_wrapper {
  width: 100vw;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hire_banner_wrapper {
    padding-top: 54px;
    height: 100vh;
  }
}
.hire_banner_wrapper .banner_img {
  height: 652px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 991px) {
  .hire_banner_wrapper .banner_img {
    display: none;
  }
}
@media screen and (min-width: 1450px) {
  .hire_banner_wrapper .banner_img {
    height: 800px;
  }
}    
.hire_banner_wrapper .mobile_view_img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  padding: 0px;
}
.hire_banner_wrapper .banner_content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 7%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .hire_banner_wrapper .banner_content {
    top: -5%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.hire_banner_wrapper .banner_content h2 {
  color: #fff;
  text-shadow: 0px 4px 36px rgba(0, 0, 0, 0.85);
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.96px;
  max-width: 450px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .hire_banner_wrapper .banner_content h2 {
    font-size: 36px;
    max-width: 256px;
  }
}
.hire_banner_wrapper .banner_content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  max-width: 450px;
  padding: 16px 0px 40px 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 767px) {
  .hire_banner_wrapper .banner_content p {
    max-width: 100%;
  }
}
.hire_banner_wrapper .banner_content .black_btn {
  padding: 16px 0px 16px 24px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .hire_banner_wrapper .banner_content .black_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hire_banner_wrapper .banner_content .black_btn span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  background-color: transparent;
}
.hire_banner_wrapper .banner_content .black_btn::after {
  background: url("../../assets/img/talent/talent-hire/white-arrow.svg");
}

.leverage_section_wrapper {
  background-image: url("../../assets/img/talent/talent-hire/leverage/levarage-dt.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .leverage_section_wrapper {
    background-image: url("../../assets/img/talent/talent-hire/leverage/levarage-mob.png");
  }
}
.leverage_section_wrapper .leverage_content_wrapper {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .leverage_section_wrapper .leverage_content_wrapper {
    padding: 56px 0px;
  }
}
.leverage_section_wrapper .leverage_content_wrapper h3 {
  color: #101820;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .leverage_section_wrapper .leverage_content_wrapper h3 {
    font-size: 20px;
  }
}
.leverage_section_wrapper .leverage_content_wrapper .leverage_card {
  padding: 24px 32px 32px 32px;
  border-radius: 8px;
  background: #fff;
  height: calc(100% - 24px);
  width: 100%;
  margin-bottom: 24px;
}
.leverage_section_wrapper .leverage_content_wrapper .leverage_card h5 {
  color: #101820;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  margin: 40px 0px 8px 0px;
}
.leverage_section_wrapper .leverage_content_wrapper .leverage_card p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  opacity: 0.75;
  max-width: 387px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .leverage_section_wrapper .leverage_content_wrapper .leverage_card p {
    font-size: 16px;
  }
}

.our__services__wrapper {
  background-color: #26213f;
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.our__services__wrapper .tabs__wrapper {
  position: sticky;
  top: 0;
  background-color: #26213f;
  padding-top: 80px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tabs__wrapper {
    padding-top: 40px;
    top: 20px;
  }
}
.our__services__wrapper .tabs__wrapper h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tabs__wrapper h2 {
    font-size: 1.25rem;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.our__services__wrapper .tabs__wrapper .tab_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 0 0 26px 0;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #32384c;
  text-align: center;
  overflow-x: scroll;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tabs__wrapper .tab_listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 56px;
    overflow: hidden;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
    text-align: left;
    background-color: #26213f;
    padding: 16px;
    border-bottom: 1px solid #8a72b2;
  }
}
.our__services__wrapper .tabs__wrapper .tab_listing li {
  color: #D0D0CE;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  width: 260px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tabs__wrapper .tab_listing li {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.our__services__wrapper .tabs__wrapper .tab_listing li::before {
  content: "";
  background-color: #8a72b2;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -26px;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tabs__wrapper .tab_listing li::before {
    display: none;
  }
}
.our__services__wrapper .tabs__wrapper .tab_listing li.active {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tabs__wrapper .tab_listing li.active {
    position: absolute;
  }
}
.our__services__wrapper .tabs__wrapper .tab_listing li.active::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tabs__wrapper .tab_listing li:not(.active) {
    position: relative;
    top: 48px;
  }
}
.our__services__wrapper .tabs__wrapper .tab_listing #tab_m {
  position: absolute;
  top: 12px;
  right: 10px;
  background-color: transparent;
}
.our__services__wrapper .tabs__wrapper .tab_listing #tab_m img {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 768px) {
  .our__services__wrapper .tabs__wrapper .tab_listing #tab_m {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tabs__wrapper .tab_listing.open_panel {
    height: 230px;
  }
}
.our__services__wrapper .tabs__wrapper .tab_listing.open_panel #tab_m img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tab_contents {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.our__services__wrapper .tab_contents .section {
  padding: 64px 0px;
  border-bottom: 1px solid rgba(178, 177, 171, 0.25);
}
.our__services__wrapper .tab_contents .section .cards_left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 991px) {
  .our__services__wrapper .tab_contents .section .cards_left img {
    padding-left: 4px;
  }
}
.our__services__wrapper .tab_contents .section .cards_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .our__services__wrapper .tab_contents .section .cards_right {
    margin-top: 44px;
  }
}
.our__services__wrapper .tab_contents .section .cards_right h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.36px;
  text-wrap: pretty;
  margin: 0px;
}
.our__services__wrapper .tab_contents .section .cards_right p {
  color: #A7A8A9;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.36px;
  padding: 16px 0px;
  margin: 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .our__services__wrapper .tab_contents .section .cards_right p {
    padding-bottom: 24px;
  }
}
.our__services__wrapper .tab_contents .section .cards_right .read_more span {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .our__services__wrapper .tab_contents .section .cards_right .read_more span {
    font-size: 18px;
  }
}
.our__services__wrapper .tab_contents .section .cards_right .read_more::after {
  background-image: url("../../assets/img/talent/talent-hire/white-arrow.svg");
}

.industries_section_wrapper {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .industries_section_wrapper {
    padding: 56px 0px;
  }
}
.industries_section_wrapper .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.industries_section_wrapper .flex_wrap h3 {
  color: #101820;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .industries_section_wrapper .flex_wrap h3 {
    font-size: 20px;
  }
}
.industries_section_wrapper .flex_wrap .read_more span {
  color: #101820;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
.industries_section_wrapper .flex_wrap .read_more::after {
  background-image: url("../../assets/img/talent/black-arrow.svg");
}
@media screen and (max-width: 991px) {
  .industries_section_wrapper .flex_wrap .read_more {
    display: none;
  }
}
.industries_section_wrapper p {
  color: #4b4b4b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  padding: 10px 0px 40px 0px;
  max-width: 542px;
  margin: 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .industries_section_wrapper p {
    font-size: 16px;
  }
}
.industries_section_wrapper .industries_list {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .industries_section_wrapper .industries_list {
    display: none;
  }
}
.industries_section_wrapper .industries_list li {
  width: 100%;
  color: #727272;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  padding: 16px 24px 16px 0px;
  border-bottom: 1px solid #ddddda;
  cursor: pointer;
}
.industries_section_wrapper .list_content_wrapper {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .industries_section_wrapper .list_content_wrapper {
    display: none !important;
  }
}
.industries_section_wrapper .list_content_wrapper img {
  height: 356px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industries_section_wrapper .list_content_wrapper h5 {
  color: #101820;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 0.2px;
  padding: 24px 0px 8px 0px;
  margin: 0px;
}
.industries_section_wrapper .list_content_wrapper p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  margin: 0px;
  text-wrap: pretty;
}
.industries_section_wrapper .accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: none;
  margin-bottom: 14px;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button {
  padding: 8px 24px 8px 8px;
  border-radius: 4px;
  color: #53565A;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border: 1px solid transparent;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button img {
  height: 24px;
  width: 24px;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button .normal_img {
  display: inline;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button .active_img {
  display: none;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: none !important;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #727272;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button.accBtn-active {
  color: #fff;
  background: #101820;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button.accBtn-active .normal_img {
  display: none;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button.accBtn-active .active_img {
  display: inline;
}
.industries_section_wrapper .accordion .accordion-item .accordion-header .accordion-button:hover {
  border: 1px solid #101820;
}
@media screen and (min-width: 991px) {
  .industries_section_wrapper .accordion .accordion-item .accordion-collapse {
    display: none !important;
  }
}
.industries_section_wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0px;
}
.industries_section_wrapper .accordion .accordion-item .accordion-collapse .accordion-body img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 356px;
}
.industries_section_wrapper .accordion .accordion-item .accordion-collapse .accordion-body h5 {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 0.2px;
  padding: 24px 0px 12px 0px;
  margin: 0px;
  text-wrap: pretty;
}
.industries_section_wrapper .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  padding: 0px;
  text-wrap: pretty;
}
.industries_section_wrapper .accordion .accordion-item:last-of-type {
  border-radius: 0px;
}
.industries_section_wrapper .mobile_view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.industries_section_wrapper .mobile_view_btn .read_more span {
  color: #1b151f;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
.industries_section_wrapper .mobile_view_btn .read_more::after {
  background-image: url("../../assets/img/talent/black-arrow.svg");
}
@media screen and (min-width: 991px) {
  .industries_section_wrapper .mobile_view_btn .read_more {
    display: none;
  }
}

.py_recruiting_wrappper {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .py_recruiting_wrappper {
    padding: 56px 0px 32px 0px;
  }
}
.py_recruiting_wrappper .py_recruiting_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.py_recruiting_wrappper .py_recruiting_content h3 {
  color: #101820;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.64px;
  max-width: 536px;
  margin-bottom: 16px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .py_recruiting_wrappper .py_recruiting_content h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.py_recruiting_wrappper .py_recruiting_content p {
  color: #53565A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  max-width: 921px;
  margin: 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .py_recruiting_wrappper .py_recruiting_content p {
    font-size: 16px;
  }
}
.py_recruiting_wrappper img {
  padding: 54px 0px 64px 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .py_recruiting_wrappper .recruiting_img {
    display: none;
  }
}
.py_recruiting_wrappper .mob_recuriting_img {
  padding: 40px 0px 24px 0px;
}
@media screen and (min-width: 991px) {
  .py_recruiting_wrappper .mob_recuriting_img {
    display: none;
  }
}
.py_recruiting_wrappper .num_wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .py_recruiting_wrappper .num_wrapper {
    grid-template-columns: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.py_recruiting_wrappper .num_wrapper .num_card {
  padding: 24px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.py_recruiting_wrappper .num_wrapper .num_card h5 {
  color: #101820;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 0.4px;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .py_recruiting_wrappper .num_wrapper .num_card h5 {
    font-size: 32px;
  }
}
.py_recruiting_wrappper .num_wrapper .num_card p {
  color: #53565A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  opacity: 0.75;
  margin: 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .py_recruiting_wrappper .num_wrapper .num_card p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .py_recruiting_wrappper .num_wrapper .num_card.last_num_card {
    grid-column: 1/3;
  }
}

.talent_header_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.talent_header_wrap .top__nav__wrapper {
  background-color: #101820;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .top__nav__wrapper {
    display: none;
  }
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex a .dark,
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex a .light {
  width: auto;
  height: 28px;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex a .light {
  display: none;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex a:hover .dark {
  display: none;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex a:hover .light {
  display: block;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 8px;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown::after {
    display: none;
  }
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown::before {
  content: "";
  background-image: url(../../assets/img/nav/arrow-down.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: -24px;
  top: 13px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button {
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 140%;
  letter-spacing: 0.14px;
  font-family: "Barlow", sans-serif;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  padding: 16px 0px;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button::after {
  display: none;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button:hover {
  color: #fefcf4;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu {
  background-color: #1c1c1c;
  border: 1px solid #4b4b4b;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 16px;
  top: 35px;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li {
  margin-bottom: 12px;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  padding: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item::after {
    display: none;
  }
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item:hover::after {
  left: 0;
  right: 0;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover button {
  color: #ddddda;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover::after {
  left: 0;
  right: 0;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover .dropdown-menu {
  display: block;
  left: -25px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  top: 48px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .links {
  padding: 12px 0;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  margin: 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  display: inline-block;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex .links:hover {
  color: #fefcf4;
}
.talent_header_wrap .top__nav__wrapper .nav_bar_flex .items .inner_flex.second {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.talent_header_wrap .main__navbar__wrapper {
  background: #7c6992;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper {
    background: #7c6992;
    top: 0;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .navbar-brand {
    margin-left: 12px;
    padding-bottom: 16px;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .navbar-toggler {
  position: relative;
  height: 24px;
  width: 24px;
  border: none;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .navbar-toggler {
    margin-right: 12px;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.talent_header_wrap .main__navbar__wrapper .navbar .navbar-toggler::before {
  content: "";
  position: absolute;
  background: url("../../assets/img/talent/talent-header/homeburger.svg");
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.talent_header_wrap .main__navbar__wrapper .navbar .navbar-toggler[aria-expanded=true]::before {
  content: "";
  position: absolute;
  background: url("../../assets/img/talent/talent-header/cross.svg");
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-91.16%, #7c6992), color-stop(75.7%, #fefcf4));
    background: linear-gradient(to top, #7c6992 -91.16%, #fefcf4 75.7%);
    height: calc(100vh - 53px);
    overflow-y: scroll;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav {
  width: calc(100% - 112px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav {
    padding: 32px 12px;
    width: 100%;
    display: none;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown {
    margin-right: 0;
    border-bottom: 1px solid #3a3935;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link {
  padding: 16px 0px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link {
    margin: 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link:after {
    display: none;
    font-size: 1.125rem;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/talent/talent-header/arrow-down.svg");
  width: 24px;
  height: 24px;
  border-top: 0px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  right: 0;
  border: 0;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .nav-link {
  color: #f4f4ef;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu {
  min-width: 350px;
  left: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 4px;
  border: 1px solid #4b4b4b;
  background-color: transparent;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu {
    -webkit-transform: none;
            transform: none;
    padding: 0;
    border: none;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li.resource_list {
  height: 48px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
  padding: 12px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
    white-space: unset;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .flex_wrap .img img {
  width: 100%;
  height: 100%;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .flex_wrap .img .h_one {
  display: none;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .flex_wrap .contents p {
  color: #ddddda;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
  margin: 0px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
  border-radius: 4px;
  background: #dadcea;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .flex_wrap .img .n_one {
  display: none;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .flex_wrap .img .h_one {
  display: block;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .contents p {
  color: #0f1015;
  opacity: 0.75;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child {
  margin-right: 0;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  top: 52px;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .dropdown-menu {
    display: unset;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child {
  border-bottom: none;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child .nav-link::after {
  display: none;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:nth-child(2) .nav-link::after {
  display: none;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown.mobile_dropdown .dropdown-menu li .dropdown-item {
  color: #b2b1ab;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.24px;
  background: #1c1c1c;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown.mobile_dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
  color: #ddddda;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .mobile_content_view {
  margin-bottom: 40px;
}
@media screen and (min-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .mobile_content_view {
    display: none;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .mobile_content_view .content_mob_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  padding: 31px 0px 8px 0px;
  border-bottom: 1px solid #9b9b9b;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .mobile_content_view .content_mob_view h3 {
  margin: 0px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .mobile_content_view .content_mob_view h3 a {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.18px;
  opacity: 0.75;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion {
  padding: 0px 12px;
}
@media screen and (min-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion {
    display: none;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item {
  margin: 24px 0px;
  border: none;
  background-color: transparent;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding: 0px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  padding: 0px 16px 12px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  padding-bottom: 0px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li {
  padding: 0px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li .unlist-item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li .unlist-item .flex_wrap img {
  width: 84px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li .unlist-item .flex_wrap .contents-wrap h5 {
  color: #ddddda;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li .unlist-item .flex_wrap .contents-wrap p {
  color: #b2b1ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  opacity: 0.75;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding: 8px 0px 8px 0px;
  color: #1c1c1c;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  /* 1.35rem */
  letter-spacing: 0.01125rem;
  opacity: 0.75;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #1c1c1c;
  opacity: 1;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: none;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../../assets/img/talent/talent-header/black-arrow-down.svg");
  height: 24px;
  width: 24px;
  background-position: center;
  background-size: cover;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item h3 {
  padding: 8px 0px 0px 0px;
  margin: 0px;
  margin-bottom: 24px;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item h3 a {
  color: #1c1c1c;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  /* 1.35rem */
  letter-spacing: 0.01125rem;
  opacity: 0.75;
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item:last-child {
  border-bottom: 1px solid #9b9b9b;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .products_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 12px;
  }
}
.talent_header_wrap .main__navbar__wrapper .navbar .collapse_wrapper .products_flex .flex_link {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap .main__navbar__wrapper .mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
.talent_header_wrap.scroll-down {
  top: -48px;
}
@media screen and (max-width: 991px) {
  .talent_header_wrap.scroll-down {
    top: 0;
  }
}

.talent_footer_wrap {
  padding-top: 80px;
  padding-bottom: 40px;
  border-radius: 4px;
  background: #101015;
}
.talent_footer_wrap .sub_footer {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .talent_footer_wrap .sub_footer {
    padding-bottom: 40px;
  }
}
.talent_footer_wrap .sub_footer .share_logos_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .talent_footer_wrap .sub_footer .share_logos_wrap {
    gap: 40px;
    margin-bottom: 48px;
  }
}

.talent_footer_wrap .sub_footer .share_logos_wrap a:hover img {
  opacity: 1;
}
.talent_footer_wrap .sub_footer h5 {
  margin: 0px;
}
.talent_footer_wrap .sub_footer h5 a {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f3f2));
  background-image: linear-gradient(#f4f3f2);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-bottom: 5px;
}
.talent_footer_wrap .sub_footer h5 a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 991px) {
  .talent_footer_wrap .sub_footer h5 a:hover {
    background-size: 0% 0px;
  }
}
@media screen and (max-width: 767px) {
  .talent_footer_wrap .sub_footer h5 a::after {
    display: none;
  }
}
.talent_footer_wrap .sub_footer h5.job_ft_heading {
  margin-bottom: 24px;
}
.talent_footer_wrap .images_footer_wrap {
  width: 100%;
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap {
  padding: 24px 0px;
  border-top: 1px solid #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .talent_footer_wrap .images_footer_wrap .main_content_wrap {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 345px;
}
@media screen and (max-width: 991px) {
  .talent_footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .logo_consulting {
  padding: 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #4b4b4b;
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  margin: 0px;
  padding-top: 16px;
  width: 100%;
}
@media screen and (max-width: 320px) {
  .talent_footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos {
    gap: 0px;
  }
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a .h_img {
  display: none;
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a:hover .n_img {
  display: none;
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a:hover .h_img {
  display: inline;
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .talent_footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
  position: relative;
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap li a::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: -4px;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .talent_footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap li a::after {
    display: none;
  }
}
.talent_footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap li a:hover::after {
  left: 0;
  right: 0;
}
.talent_footer_wrap .rights_footer_wrap {
  padding-top: 40px;
}
.talent_footer_wrap .rights_footer_wrap .rights_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.talent_footer_wrap .rights_footer_wrap .rights_wrap span {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
}
.talent_footer_wrap .rights_footer_wrap .rights_wrap span a {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
}

.contact_us_section {
  background: #fefcf4;
  padding: 100px 0px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .contact_us_section {
    padding: 71px 0px 56px 0px;
  }
}
.contact_us_section .contact_us_wrap {
  height: 350px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_wrap {
    height: 667px;
  }
}
.contact_us_section .contact_us_wrap .img_dt_view {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_wrap .img_dt_view {
    display: none;
  }
}
.contact_us_section .contact_us_wrap .img_m_view {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 991px) {
  .contact_us_section .contact_us_wrap .img_m_view {
    display: none;
  }
}
.contact_us_section .contact_us_wrap .content_wrap {
  padding: 57px 0px 0px 80px;
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_wrap .content_wrap {
    padding: 16px 16px 0px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact_us_section .contact_us_wrap .content_wrap .left_content_wrap {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .contact_us_section .contact_us_wrap .content_wrap .left_content_wrap {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_wrap .content_wrap .left_content_wrap {
    width: 100%;
  }
}
.contact_us_section .contact_us_wrap .content_wrap .left_content_wrap h3 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_wrap .content_wrap .left_content_wrap h3 {
    font-size: 24px;
  }
}
.contact_us_section .contact_us_wrap .content_wrap .left_content_wrap p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 564.078px;
  padding: 17px 0px 32px 0px;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_wrap .content_wrap .left_content_wrap p {
    font-size: 16px;
  }
}
.contact_us_section .contact_us_wrap .content_wrap .right_content_wrap {
  height: 100%;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_wrap .content_wrap .right_content_wrap {
    height: 292px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact_us_section .contact_us_wrap .content_wrap .right_content_wrap .img_right {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_wrap .content_wrap .right_content_wrap .img_right {
    padding-right: 0px;
  }
}

.candidate_application_wrap {
  padding: 80px 0px;
  background: #26213f;
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap {
    padding: 56px 0px;
  }
}
.candidate_application_wrap .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.candidate_application_wrap .flex_wrap h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap .flex_wrap h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap .flex_wrap .read_more {
    display: none;
  }
}
.candidate_application_wrap .mobile_view_img {
  padding: 24px 0px 40px 0px;
}
@media screen and (min-width: 991px) {
  .candidate_application_wrap .mobile_view_img {
    display: none;
  }
}
.candidate_application_wrap .candidate_application_card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap .candidate_application_card {
    margin-bottom: 40px;
  }
}
.candidate_application_wrap .candidate_application_card .cd_number_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  background: #7c6992;
  width: 100px;
  padding: 8px 32px;
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap .candidate_application_card .cd_number_wrap {
    padding: 6px 22px;
  }
}
.candidate_application_wrap .candidate_application_card .cd_number_wrap h5 {
  color: #ddddda;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap .candidate_application_card .cd_number_wrap h5 {
    font-size: 18px;
  }
}
.candidate_application_wrap .candidate_application_card h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 0.2px;
  margin: 32px 0px 16px 0px;
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap .candidate_application_card h4 {
    font-size: 18px;
  }
}
.candidate_application_wrap .candidate_application_card p {
  color: #A7A8A9;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap .candidate_application_card p {
    font-size: 16px;
  }
}
.candidate_application_wrap .second_can_num_wrapper {
  position: relative;
}
.candidate_application_wrap .second_can_num_wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/talent/talent-home/candidate-vector-svg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  left: -340px;
  -webkit-transform: translateY(38%);
          transform: translateY(38%);
}
@media screen and (max-width: 1400px) {
  .candidate_application_wrap .second_can_num_wrapper::before {
    width: 278px;
    left: -279px;
  }
}
@media screen and (max-width: 1024px) {
  .candidate_application_wrap .second_can_num_wrapper::before {
    width: 216px;
    left: -217px;
  }
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap .second_can_num_wrapper::before {
    display: none;
  }
}
.candidate_application_wrap .second_can_num_wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/talent/talent-home/candidate-vector-svg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  right: -340px;
  -webkit-transform: translateY(38%);
          transform: translateY(38%);
}
@media screen and (max-width: 1400px) {
  .candidate_application_wrap .second_can_num_wrapper::after {
    width: 278px;
    right: -279px;
  }
}
@media screen and (max-width: 1024px) {
  .candidate_application_wrap .second_can_num_wrapper::after {
    width: 216px;
    right: -217px;
  }
}
@media screen and (max-width: 991px) {
  .candidate_application_wrap .second_can_num_wrapper::after {
    display: none;
  }
}
.candidate_application_wrap .mob_view_btn {
  margin-top: 16px;
}
.candidate_application_wrap .mob_view_btn .read_more span {
  color: #ddddda;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.24px;
}

.client_testimonials {
  padding: 80px 0px;
  background: #26213f;
  overflow: hidden;
  margin-top: -1px;
}
@media screen and (min-width: 1440px) {
  .client_testimonials {
    margin-top: -2px;
  }
}
@media screen and (max-width: 991px) {
  .client_testimonials {
    padding: 56px 0px;
  }
}
.client_testimonials h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.8px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .client_testimonials h3 {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.client_testimonials .testimonial__swiper {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .client_testimonials .testimonial__swiper {
    padding-bottom: 56px;
    padding-top: 64px;
  }
}
.client_testimonials .testimonial__swiper.container {
  overflow: unset;
  padding-left: 12px;
  padding-right: 12px;
}
.client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards {
  background: #26213f;
  border-radius: 4px;
  border: 1px solid #614b79;
  padding: 40px 72px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards {
    padding: 40px 16px 30px 16px;
  }
}
.client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards img {
  width: 51px;
  height: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards img {
    height: 32px;
    width: 32px;
  }
}
.client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .description {
  color: #D0D0CE;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  overflow: hidden;
  margin: 0px 0 24px 0;
}
@media screen and (max-width: 991px) {
  .client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .description {
    font-size: 1rem;
  }
}
.client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation {
  height: 56px;
  overflow: hidden;
}
@media screen and (max-width: 360px) {
  .client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation {
    height: 70px;
  }
}
.client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h4 {
    font-size: 18px;
  }
}
.client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h5 {
  color: #D0D0CE;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .client_testimonials .testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h5 {
    font-size: 16px;
  }
}
.client_testimonials .testimonial__swiper .swiper-pagination-bullet {
  background-color: #dddddd;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.client_testimonials .testimonial__swiper .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
}
.client_testimonials .testimonial__swiper .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #a9b0cb;
  border-radius: 14px;
  width: 60px;
}
.client_testimonials .testimonial__swiper .swiper-pagination-bullet-active::before {
  background-color: #a9b0cb;
  -webkit-animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .client_testimonials .testimonial__swiper .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.client_testimonials .swiper-button-next,
.client_testimonials .swiper-button-prev {
  bottom: auto;
  top: -56px;
}
@media screen and (max-width: 991px) {
  .client_testimonials .swiper-button-next,
  .client_testimonials .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 84px;
  }
}
.client_testimonials .swiper-button-next::after,
.client_testimonials .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/carrers/testimonials/chevron-left.svg");
  height: 40px;
  width: 40px;
  position: absolute;
}
.client_testimonials .swiper-button-prev {
  left: auto;
  top: -56px;
  right: 70px;
}
@media screen and (max-width: 991px) {
  .client_testimonials .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 16px;
  }
}
.client_testimonials .swiper-button-prev::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contact__form__wrapper {
  padding: 168px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper {
    padding: 108px 0 56px 0;
  }
}
.contact__form__wrapper .title_wrapper {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .title_wrapper {
    margin-bottom: 56px;
  }
}
.contact__form__wrapper .title_wrapper h2 {
  color: #f4f4ef;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.56px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper .title_wrapper h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .title_wrapper h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.contact__form__wrapper .title_wrapper p {
  color: #b2b1ab;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .title_wrapper p {
    font-size: 1rem;
  }
}
.contact__form__wrapper .contact_us_form .form_group .custom-select select {
  background-color: #1c1c1c;
}
.contact__form__wrapper .contact_us_form .form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper .contact_us_form .form_flex {
    gap: 0;
  }
}
.contact__form__wrapper .contact_us_form .form_flex .form_group {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper .contact_us_form .form_flex .form_group {
    width: 100%;
  }
}
.contact__form__wrapper .contact_us_form .form_flex .form_group select {
  background-color: #1c1c1c;
}
.contact__form__wrapper .contact_us_form .privacy {
  color: #D0D0CE;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 150%;
  letter-spacing: 0.54px;
  word-spacing: 2.5px;
}
.contact__form__wrapper .contact_us_form .privacy a {
  color: #F8E08E;
  text-decoration: underline;
}
.contact__form__wrapper .job_search_card {
  padding: 24px;
  border: 1px solid #605E58;
  border-radius: 4px;
  position: sticky;
  top: 260px;
  margin: 260px 0 0 0;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .job_search_card {
    margin: 56px 0;
    position: unset;
    top: unset;
  }
}
.contact__form__wrapper .job_search_card img {
  width: 24px;
  height: 24px;
}
.contact__form__wrapper .job_search_card h5 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .job_search_card h5 {
    font-size: 1.125rem;
  }
}
.contact__form__wrapper .job_search_card p {
  color: #D0D0CE;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 36px;
  line-height: 150%;
  letter-spacing: 0.54px;
  word-spacing: 2.5px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .job_search_card p {
    font-size: 1rem;
  }
}

.client_testimonials_home {
  padding: 80px 0px;
  background: #26213f;
  overflow: hidden;
  margin-top: -1px;
}
@media screen and (min-width: 1440px) {
  .client_testimonials_home {
    margin-top: -2px;
  }
}
@media screen and (max-width: 991px) {
  .client_testimonials_home {
    padding: 56px 0px;
  }
}
.client_testimonials_home h3 {
  color: #ddd;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.8px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .client_testimonials_home h3 {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.client_testimonials_home .testimonial__swiper__home {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_home .testimonial__swiper__home {
    padding-bottom: 56px;
    padding-top: 64px;
  }
}
.client_testimonials_home .testimonial__swiper__home.container {
  overflow: unset;
  padding-left: 12px;
  padding-right: 12px;
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards {
  background: #26213F;
  border-radius: 4px;
  border: 1px solid #614B79;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 440px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards {
    height: 490px;
  }
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description {
  padding: 40px 0px 40px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description {
    padding: 40px 16px 40px 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .description {
  color: #D0D0CE;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  overflow: hidden;
  margin: 0px 0 24px 0;
  max-width: 371px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .description {
    font-size: 1rem;
  }
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation {
  overflow: hidden;
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h4 {
    font-size: 18px;
  }
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h5 {
  color: #D0D0CE;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.36px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h5 {
    font-size: 16px;
  }
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img {
  position: relative;
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../../assets/img/tal-cli-gradient.svg");
  background-size: cover;
  background-repeat: no-repeat;
  left: -1px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img {
    display: none;
  }
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.client_testimonials_home .testimonial__swiper__home .swiper-wrapper .swiper-slide:nth-child(even) .testimonials_img::before {
  display: none;
}
.client_testimonials_home .testimonial__swiper__home .swiper-pagination-bullet {
  background-color: #dddddd;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.client_testimonials_home .testimonial__swiper__home .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
}
.client_testimonials_home .testimonial__swiper__home .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #A9B0CB;
  border-radius: 14px;
  width: 60px;
}
.client_testimonials_home .testimonial__swiper__home .swiper-pagination-bullet-active::before {
  background-color: #A9B0CB;
  -webkit-animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .client_testimonials_home .testimonial__swiper__home .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.client_testimonials_home .swiper-button-next,
.client_testimonials_home .swiper-button-prev {
  bottom: auto;
  top: -56px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_home .swiper-button-next,
  .client_testimonials_home .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 84px;
  }
}
.client_testimonials_home .swiper-button-next::after,
.client_testimonials_home .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/carrers/testimonials/chevron-left.svg");
  height: 40px;
  width: 40px;
  position: absolute;
}
.client_testimonials_home .swiper-button-prev {
  left: auto;
  top: -56px;
  right: 70px;
}
@media
 screen and (max-width: 991px) {
  .client_testimonials_home .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 16px;
  }
}
.client_testimonials_home .swiper-button-prev::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

* {
  font-family: Barlow;
}

.banner {
  position: relative;
}
.banner .banner__image {
  margin-top: 100px;
  width: 100vw;
}
@media screen and (max-width: 991px) {
  .banner .banner__image {
    margin-top: 56px;
  }
}
.banner .banner__image .desktop-banner {
  width: 100%;
  height: 651px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .banner .banner__image .desktop-banner {
    display: none;
  }
}
.banner .banner__image .banner__overlay {
  width: 100%;
  position: absolute;
  bottom: 20%;
  left: 0%;
}
@media screen and (max-width: 1024px) {
  .banner .banner__image .banner__overlay {
    left: 0%;
    bottom: 28%;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner__image .banner__overlay {
    left: 0%;
    bottom: 23%;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__image .banner__overlay {
    left: 0%;
    bottom: 36%;
  }
}
.banner .banner__image .banner__overlay h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 36px rgba(0, 0, 0, 0.85);
  font-family: Barlow;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.12px;
  text-transform: capitalize;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .banner .banner__image .banner__overlay h2 {
    font-size: 32px;
  }
}
.banner .banner__image .mobile-banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 991px) {
  .banner .banner__image .mobile-banner {
    display: none;
  }
}

.consultant {
  margin-top: 130px;
}
@media screen and (max-width: 991px) {
  .consultant {
    margin-top: 56px;
  }
}
.consultant .head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .consultant .head_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
}
.consultant .head_wrap h3 {
  color: #1c1c1c;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .consultant .head_wrap h3 {
    font-size: 20px;
    text-align: left;
  }
}
.consultant .head_wrap p {
  color: #1c1c1c;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  max-width: 731px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .consultant .head_wrap p {
    font-size: 16px;
    text-align: left;
  }
}
.consultant .img_wrap {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .consultant .img_wrap {
    margin-bottom: 24px;
    height: auto;
  }
}
.consultant .img_wrap img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.consultant .content {
  margin-bottom: 54px;
}
.consultant .content .icon_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.consultant .content .icon_text h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .consultant .content .icon_text h5 {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.consultant .content .icon_text img {
  width: 32px;
  height: 32px;
}
.consultant .content p {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  margin: 0px;
  opacity: 0.75;
}
@media screen and (max-width: 991px) {
  .consultant .content p {
    font-size: 16px;
  }
}

.talent {
  background-image: url("../../assets/img/job-seeker/talent-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .talent {
    background-image: url("../../assets/img/job-seeker/talent-bg-mobile.png");
    padding: 55px 0px 0 0px;
  }
}
.talent .content .header {
  margin-bottom: 28px;
}
.talent .content .header h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  line-height: 100%;
  color: #101820;
}
@media screen and (max-width: 991px) {
  .talent .content .header h4 {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}
.talent .content .header p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.48px;
  color: #53565A;
}
@media screen and (max-width: 991px) {
  .talent .content .header p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.36px;
  }
}
.talent .content .black_btn span {
  padding-left: 32px;
}

.talent .content a {
  border-radius: 4px;
  color: #dadcea;
  background-color: #101820;
  padding: 14px 24px;
}
.talent .content img {
  width: 24px;
  margin-left: 8px;
  height: 24px;
}
@media screen and (max-width: 991px) {
  .talent .network-banner {
    margin-top: 69px;
  }
}
.talent .network-banner img {
  width: 100%;
}

.open_role_section {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .open_role_section {
    padding: 56px 0px;
  }
}
.open_role_section h2 {
  color: #1c1c1c;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 54px;
}
@media screen and (max-width: 991px) {
  .open_role_section h2 {
    font-size: 20px;
    text-align: start;
    margin-bottom: 24px;
  }
}
.open_role_section .search__box {
  padding: 24px 32px 24px 40px;
  border-radius: 12px;
  background: #fefcf4;
  -webkit-box-shadow: 0px 7px 13px 0px rgba(74, 64, 97, 0.2);
          box-shadow: 0px 7px 13px 0px rgba(74, 64, 97, 0.2);
}
@media screen and (max-width: 767px) {
  .open_role_section .search__box {
    padding: 24px;
  }
}
.open_role_section .search__box input {
  padding: 16px 24px 16px 32px;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.18px;
  text-transform: capitalize;
  border-bottom: 1px solid #888B8D;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .open_role_section .search__box input {
    font-size: 16px;
    padding: 16px 24px;
    letter-spacing: 0.1px;
  }
}
.open_role_section .search__box input:focus {
  border-bottom: 1px solid #101820 !important;
}
.open_role_section .search__box img {
  width: 20px;
  height: 20px;
  position: absolute;
}
.open_role_section .search__box .job-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.open_role_section .search__box .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .open_role_section .search__box .location {
    margin-top: 16px;
  }
}
.open_role_section .search__box .search__btn {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .open_role_section .search__box .search__btn {
    margin-top: 24px;
  }
}
.open_role_section .search__box .search__btn .black_btn {
  color: #dadcea;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.24px;
  padding: 14px 24px;
  height: 100%;
  border-radius: 4px;
  background: #101820;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.open_role_section .search__box .search__btn .black_btn span {
  text-wrap: nowrap;
  padding-right: 32px;
}
.open_role_section .search__box .search__btn .black_btn span::after {
  right: 2px;
}
.open_role_section .search__box .search__btn .black_btn:hover span::after {
  right: -10px;
}
@media screen and (max-width: 1024px) {
  .open_role_section .search__box .search__btn .black_btn {
    padding: 12px 18px;
  }
}

.more_on_talent {
  padding-top: 100px;
  background: #fefcf4;
}
@media screen and (max-width: 767px) {
  .more_on_talent {
    padding-top: 32px;
  }
}
.more_on_talent .news-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .more_on_talent .news-head-wrapper {
    margin-bottom: 24px;
  }
}
.more_on_talent .news-head-wrapper h4 {
  color: #101820;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .more_on_talent .news-head-wrapper h4 {
    font-size: 1.25rem;
  }
}
.more_on_talent .news-head-wrapper .read_more span {
  color: #101820;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
.more_on_talent .news-head-wrapper .read_more::after {
  background-image: url("../../assets/img/talent/black-arrow.svg");
}
@media screen and (max-width: 991px) {
  .more_on_talent .news-head-wrapper .read_more {
    display: none;
  }
}
.more_on_talent .mob_view_btn {
  margin-top: 30px;
}
.more_on_talent .mob_view_btn .read_more span {
  color: #1b151f;
  font-size: 18px;
}
.more_on_talent .mob_view_btn .read_more::after {
  background-image: url("../../assets/img/talent/black-arrow.svg");
}
@media screen and (min-width: 991px) {
  .more_on_talent .mob_view_btn .read_more {
    display: none;
  }
}

.event-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .event-cards {
    margin-bottom: 24px;
  }
}
.event-cards .event-top {
  height: 168px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0px 20px;
  position: absolute;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #7c6992;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1366px) {
  .event-cards .event-top {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .event-cards .event-top {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .event-cards .event-top {
    gap: 56px;
  }
}
.event-cards .event-top .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 8px;
}
.event-cards .event-top .top-content .top-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.event-cards .event-top .top-content .top-heading h6 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.event-cards .event-top .top-content .top-heading img {
  height: 20px;
  width: 20px;
}
.event-cards .event-top .top-content h5 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.27px;
  height: 75px;
  margin-bottom: 0px;
}
.event-cards .event-top .bottom-content {
  display: none;
}
.event-cards .event-top .bottom-content ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.event-cards .event-top .bottom-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  list-style-type: none;
}
.event-cards .event-top .bottom-content ul li img {
  height: 16px;
  width: 16px;
}
.event-cards .event-top .bottom-content ul li p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}
.event-cards .event-top .bottom-content p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.27px;
  margin-bottom: 0px;
}
.event-cards .event-top .bottom-content .btn_know span {
  color: #fff;
}
.event-cards .event-bottom {
  height: 284px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.event-cards .event-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.event-cards:hover .event-top {
  height: 100%;
  border-radius: 4px;
}
.event-cards:hover .event-top .bottom-content {
  display: block;
}
.event-cards:hover .event-top .btn-know {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.contact_talent__wrapper {
  padding: 168px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .contact_talent__wrapper {
    padding: 108px 0 56px 0;
  }
}
.contact_talent__wrapper .talent_title_wrapper {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .contact_talent__wrapper .talent_title_wrapper {
    margin-bottom: 56px;
  }
}
.contact_talent__wrapper .talent_title_wrapper h2 {
  color: #101820;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%; /* 67.2px */
  letter-spacing: 0.56px;
  max-width: 641px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact_talent__wrapper .talent_title_wrapper h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact_talent__wrapper .talent_title_wrapper h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.contact_talent__wrapper .talent_title_wrapper p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .contact_talent__wrapper .talent_title_wrapper p {
    font-size: 1rem;
  }
}

.contact_talent__wrapper .contact_us_form .form_group {
  padding: 16px 0px;
}
.contact_talent__wrapper .contact_us_form .form_group label {
  color: #101820;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.24px;
  margin-bottom: 8px;
}
.contact_talent__wrapper .contact_us_form .form_group label img {
  width: 24px;
    height: 25px;
    margin-right: 6px;
}
.contact_talent__wrapper .contact_us_form .form_group label span {
  color: #e84625;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
}
.contact_talent__wrapper .contact_us_form .form_group .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding-left: 0px;
  border-bottom: 1px solid #88867f;
}
.contact_talent__wrapper .contact_us_form .form_group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #101820;
}
.contact_talent__wrapper .contact_us_form .form_group .form-control::-webkit-input-placeholder {
  color: #A7A8A9;
}
.contact_talent__wrapper .contact_us_form .form_group .form-control::-moz-placeholder {
  color: #A7A8A9;
}
.contact_talent__wrapper .contact_us_form .form_group .form-control:-ms-input-placeholder {
  color: #A7A8A9;
}
.contact_talent__wrapper .contact_us_form .form_group .form-control::-ms-input-placeholder {
  color: #A7A8A9;
}
.contact_talent__wrapper .contact_us_form .form_group .form-control::placeholder {
  color: #A7A8A9;
}
.contact_talent__wrapper .contact_us_form .form_group .form-control.is-invalid {
  background-image: none;
}
.contact_talent__wrapper .contact_us_form .form_group .phone_input_wrap {
  width: 100%;
}
.contact_talent__wrapper .contact_us_form .form_group .phone_input_wrap .iti {
  width: 100%;
}
.contact_talent__wrapper .contact_us_form .form_group .custom-select select option {
  padding: 6px 16px;
}
.contact_talent__wrapper .contact_us_form .form_group .message {
  border-radius: 4px;
  border: 1px solid #88867f;
  padding: 16px;
}
.contact_talent__wrapper .contact_us_form .form_group .form-check-label {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}
.contact_talent__wrapper .contact_us_form .form_group input[type=checkbox] {
  position: relative;
  border: none;
  background: none;
  line-height: 0;
  margin: 0 0px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 24px;
  width: 24px;
  cursor: pointer;
  /* visibility: hidden; */
  display: none;
}
.contact_talent__wrapper .contact_us_form .form_group.talent_check {
  padding: 16px 0px 32px 0px;
}
@media screen and (max-width: 767px) {
  .contact_talent__wrapper .contact_us_form .talent_check {
    padding-left: 30px;
  }
}
.contact_talent__wrapper .contact_us_form .talent_check .check_label {
  position: relative;
  color: #53565A;
  margin: 0;
  padding-left: 32px;
}
.contact_talent__wrapper .contact_us_form .talent_check .check_label::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -1px;
  height: 24px;
  width: 24px;
  border: 2px solid #1c1c1c;
}
.contact_talent__wrapper .contact_us_form .talent_check input[type=checkbox]:checked ~ .check_label {
  color: #1c1c1c;
  opacity: 1;
}
.contact_talent__wrapper .contact_us_form .talent_check input[type=checkbox]:checked ~ .check_label::before {
  background-image: url("../../assets/img/talent/talent-contact/check-box.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.contact_talent__wrapper .contact_us_form .form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .contact_talent__wrapper .contact_us_form .form_flex {
    gap: 0;
  }
}
.contact_talent__wrapper .contact_us_form .form_flex .form_group {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .contact_talent__wrapper .contact_us_form .form_flex .form_group {
    width: 100%;
  }
}
.contact_talent__wrapper .contact_us_form .privacy {
  color: #53565A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  margin: 24px 0px;
}
.contact_talent__wrapper .contact_us_form .privacy a {
  color: #0901FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  text-decoration: underline;
}
.contact_talent__wrapper .contact_us_form .btn_submit {
  border-radius: 4px;
  background: #1b151f;
}
.contact_talent__wrapper .job_search_card {
  padding: 24px;
  border: 1px solid #727272;
  border-radius: 4px;
  position: sticky;
  top: 260px;
  margin: 260px 0 0 0;
}
@media screen and (max-width: 767px) {
  .contact_talent__wrapper .job_search_card {
    margin: 56px 0;
    position: unset;
    top: unset;
  }
}
.contact_talent__wrapper .job_search_card img {
  width: 24px;
  height: 24px;
}
.contact_talent__wrapper .job_search_card h5 {
  color: #101820;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .contact_talent__wrapper .job_search_card h5 {
    font-size: 1.125rem;
  }
}
.contact_talent__wrapper .job_search_card p {
  color: #53565A;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 36px;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .contact_talent__wrapper .job_search_card p {
    font-size: 1rem;
  }
}
.contact_talent__wrapper .job_search_card .btn_jobs {
  border-radius: 4px;
  background: #1b151f;
}
.contact_talent__wrapper .invalid-feedback {
  color: #e84625;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 1399px) {
  .iti__country-list {
    left: 0;
    max-width: 309px;
  }
}
@media screen and (max-width: 1200px) {
  .iti__country-list {
    max-width: 257px;
  }
}
@media screen and (max-width: 991px) {
  .iti__country-list {
    max-width: 403px;
  }
}
@media screen and (max-width: 767px) {
  .iti__country-list {
    left: -19px;
    max-width: 353px;
  }
}

.iti__country-name:hover {
  color: #dddddd;
}