* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:hover {
  outline: none;
  text-decoration: none;
}

*:focus {
  outline: 1px solid #3f2a56;
  outline-offset: 1px;
  border: 1px solid #ffffff !important;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
}
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: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

button {
  border: 0;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: pretty;
  margin: 0px;
}

p {
  text-wrap: pretty;
  margin: 0px;
}

.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 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.24px;
  position: relative;
  padding-right: 54px;
}
@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/white-arrow.svg");
  background-repeat: no-repeat;
}
.black_btn:hover span::after {
  right: 16px;
}

.white_btn span {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
  letter-spacing: -0.15px;
  text-transform: capitalize;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.white_btn span::after {
  content: "";
  height: 24px;
  width: 24px;
  -webkit-transition: right 0.7s;
  transition: right 0.7s;
  background: url("../../assets/img/black-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: -34px;
}
.white_btn:hover span::after {
  right: -42px;
}

.btn_know {
  position: relative;
  display: inline-block;
  cursor: pointer;
  bottom: -36px;
}
.btn_know::after {
  content: "";
  background-image: url("../../assets/img/white-arrow.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;
}

@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_black {
  color: #dadcea;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  padding: 14px 24px;
  border-radius: 4px;
  background: #1b151f;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .btn_black {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.btn_black:hover {
  color: #dadcea;
}

.btn_submit {
  border-radius: 4px;
  background: #1b151f;
  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;
}
@media screen and (max-width: 767px) {
  .btn_submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            width:100%;
  }
}
.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%;
  }
}
.btn_jobs {
  padding: 14px 24px;
  border-radius: 4px;
  background: #1B151F;
  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;
}

.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;
}

.header__navbar__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.header__navbar__wrapper .top__nav__wrapper {
  background: #131216;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper {
    display: none;
  }
}
.header__navbar__wrapper .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: 50px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a .dark,
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a .light {
  width: auto;
  width: 100%;
  height: 28px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a .light {
  display: none;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a:hover .dark {
  display: none;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a:hover .light {
  display: block;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button {
  background-color: transparent;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  padding: 14px 24px 14px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  position: relative;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button::before {
  content: "";
  background-image: url("../../assets/img/header/arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -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;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 12px;
  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;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button::after {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button:hover {
  color: #fefcf4;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu {
  background: #101015;
  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;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li {
  margin-bottom: 12px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.24px;
  padding: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__navbar__wrapper .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;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item::after {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
  color: #fff;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item:hover::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover button {
  color: #ddddda;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover button::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover button::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover .dropdown-menu {
  display: block;
  left: -25px !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  top: 48px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  margin: 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  display: inline-block;
  padding: 14px 0;
  position: relative;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 12px;
  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;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links::after {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links:hover {
  color: #fff;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links:hover::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex.second {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.header__navbar__wrapper .main__navbar__wrapper {
  border-bottom: 1px solid #343434;
  background: #13322b;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper {
    background: #13322b;
    top: 0;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar {
    background: #131216;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-brand {
    margin-left: 12px;
    padding-bottom: 16px;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler {
  position: relative;
  height: 24px;
  width: 24px;
  border: none;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler {
    margin-right: 12px;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler::before {
  content: "";
  position: absolute;
  background: url("../../assets/img/header/homeburger.svg");
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler[aria-expanded=true]::before {
  content: "";
  position: absolute;
  background: url("../../assets/img/header/cross.svg");
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper {
    background-color: #101015;
    height: calc(100vh - 53px);
    overflow-y: scroll;
  }
}
.header__navbar__wrapper .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) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav {
    padding: 32px 12px;
    width: 100%;
    display: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown {
    margin-right: 0;
    border-bottom: 1px solid #3a3935;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown::before {
  content: "";
  background-image: url("../../assets/img/header/arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -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;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 12px;
  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;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown::after {
    display: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link {
  padding: 16px 24px 16px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link {
    margin: 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link:after {
    display: none;
    font-size: 1.125rem;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .nav-link {
  opacity: 1;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu {
  min-width: 490px;
  left: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 4px;
  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);
  padding: 16px 16px 0px 16px;
  background: #101015;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu {
    -webkit-transform: none;
            transform: none;
    padding: 0;
    border: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu.show {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
  padding: 8px 16px;
  margin-bottom: 16px;
  white-space: wrap;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
    white-space: unset;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item .flex_wrap h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item .flex_wrap .normal_img {
  display: inline;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item .flex_wrap .hover_img {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item p {
  color: #D0D0CE;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  opacity: 0.75;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
  border-radius: 4px;
  background: #E3F5E4;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .list_item .flex_wrap h5 {
  color: #101820;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .list_item .flex_wrap .normal_img {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .list_item .flex_wrap .hover_img {
  display: inline;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .list_item p {
  color: #53565A;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child {
  margin-right: 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  top: 51px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .dropdown-menu {
    display: unset;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:nth-child(1)::before {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:nth-child(1) .nav-link {
  padding: 16px 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child {
  border-bottom: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child::before {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child .nav-link {
  padding: 16px 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child .nav-link::after {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:nth-child(2) .nav-link::after {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion {
  margin: 0px 16px;
  border-bottom: 1px solid #9b9b9b;
}
@media screen and (min-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion {
    display: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item {
  margin: 24px 0px;
  border: none;
  background-color: #101015;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding: 0px;
  margin: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  padding: 0px 16px 12px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
  color: #ddddda;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  padding-bottom: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li {
  padding: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item {
  color: #b2b1ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  padding: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item .flex_wrap h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.18px;
  margin: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item p {
  color: #D0D0CE;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  opacity: 0.75;
  padding-top: 16px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item {
    white-space: wrap;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item:hover {
  background-color: transparent;
  color: #ddddda;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header {
  background-color: #101015;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #101015;
  padding: 8px 0px 8px 0px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.01125rem;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #f4f4ef;
  opacity: 1;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../../assets/img/footer/arrow-down.svg");
  height: 24px;
  width: 24px;
  background-position: center;
  background-size: cover;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item h2 a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.18px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .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: 24px 16px;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .products_flex .flex_link {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .mobile {
    background: #131216;
    padding-left: 0;
    padding-right: 0;
  }
}
.header__navbar__wrapper.scroll-down {
  top: -48px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper.scroll-down {
    top: 0;
  }
}

.accord_mob_view .accordion-body {
  padding: 0px;
  padding-top: 16px;
}

.footer_wrap {
  padding-top: 80px;
  padding-bottom: 40px;
  border-radius: 4px;
  background: #101015;
}
@media screen and (max-width: 991px) {
  .footer_wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer_wrap .footer_menu {
    display: none;
  }
}
.footer_wrap .footer_menu h5 {
  margin: 0px;
}
.footer_wrap .footer_menu h5 a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  /* 16px */
  letter-spacing: 0.32px;
  margin: 0px;
  width: 100%;
  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;
}
.footer_wrap .footer_menu h5 a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .footer_menu h5 a:hover {
    background-size: 0% 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap .footer_menu h5 a::after {
    display: none;
  }
}
.footer_wrap .footer_menu h6 {
  color: rgba(208, 208, 206, 0.87);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  margin: 0px;
  padding: 40px 0px 12px 0px;
}
.footer_wrap .footer_menu h4 {
  padding: 0px 0px 12px 12px;
  margin: 0px;
}
.footer_wrap .footer_menu h4 a {
  color: rgba(208, 208, 206, 0.87);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.32px;
  margin: 0px;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  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;
}
.footer_wrap .footer_menu h4 a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .footer_menu h4 a:hover {
    background-size: 0% 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap .footer_menu h4 a::after {
    display: none;
  }
}
.footer_wrap .footer_menu .accelerate {
  padding-top: 68px;
  padding-left: 0px;
}
.footer_wrap .footer_menu .accelerate_menu {
  padding-left: 8px;
}
.footer_wrap .footer_menu .ascend {
  padding-top: 92px;
  padding-left: 0px;
}
.footer_wrap .footer_menu .ascend_menu {
  padding-left: 8px;
}
.footer_wrap .sub_footer {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .sub_footer {
    padding-bottom: 40px;
  }
}
.footer_wrap .sub_footer .share_logos_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .sub_footer .share_logos_wrap {
    gap: 40px;
  }
}
.footer_wrap .sub_footer .share_logos_wrap a img {
  opacity: 0.6;
}
.footer_wrap .sub_footer .share_logos_wrap a:hover img {
  opacity: 1;
}
.footer_wrap .sub_footer .mobile_view {
  margin-top: 0px;
  padding: 48px 0px 0px 0px;
}
@media screen and (min-width: 991px) {
  .footer_wrap .sub_footer .mobile_view {
    display: none;
  }
}
.footer_wrap .sub_footer .mobile_view h5 {
  margin-bottom: 24px;
  width: 100%;
}
.footer_wrap .sub_footer .mobile_view h5 a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item {
  border: none;
  background: #101015;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header {
  background: #101015;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button {
  background: #101015;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  border-radius: 0px;
  padding: 16px 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #fff;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background: url("../../assets/img/footer/arrow-down.svg");
  height: 24px;
  width: 24px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse {
  background: #101015;
  border-radius: 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body {
  background: #101015;
  padding: 16px 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body .menu_item {
  padding-bottom: 24px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body .menu_item h4 {
  margin-bottom: 12px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body .menu_item h4 a {
  color: rgba(208, 208, 206, 0.87);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body .menu_item:last-child {
  padding-bottom: 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  padding-bottom: 0px;
}
.footer_wrap .images_footer_wrap {
  width: 100%;
}
.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) {
  .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;
  }
}
.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) {
  .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;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .logo_consulting {
  padding-bottom: 16px;
  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;
}
@media screen and (max-width: 991px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .logo_consulting {
    padding-bottom: 16px;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-left: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
  width: 100%;
}
@media screen and (max-width: 320px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos {
    gap: 0px;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a .h_img {
  display: none;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a .n_img {
  display: inline;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a:hover .n_img {
  display: none;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a:hover .h_img {
  display: inline;
}
.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) {
  .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;
  }
}
.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;
}
.footer_wrap .rights_footer_wrap {
  padding-top: 40px;
}
.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;
}
.footer_wrap .rights_footer_wrap .rights_wrap span {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
}
.footer_wrap .rights_footer_wrap .rights_wrap span a {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
}

.our_programs_list {
  padding-left: 20px !important;
}

.footer_item {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .footer_item {
    padding-left: 8px;
    gap: 16px;
  }
}
.footer_item.first_item {
  padding-left: 20px;
}
.footer_item li a {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
  margin-bottom: 8px;
  position: relative;
  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;
}
@media screen and (max-width: 991px) {
  .footer_item li a {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0px;
  }
}
.footer_item li a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 991px) {
  .footer_item li a:hover {
    background-size: 0% 0px;
  }
}

.genspark-wrapper {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .genspark-wrapper {
    padding: 56px 0px;
  }
}
.genspark-wrapper .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) {
  .genspark-wrapper .news-head-wrapper {
    margin-bottom: 24px;
  }
}
.genspark-wrapper .news-head-wrapper h2 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .genspark-wrapper .news-head-wrapper h2 {
    font-size: 1.25rem;
  }
}
.genspark-wrapper .news-head-wrapper .white_btn {
  margin-right: 45px;
  margin-top: 0px;
}
.genspark-wrapper .news-head-wrapper .white_btn span {
  color: #101820;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .genspark-wrapper .news-head-wrapper .white_btn {
    display: none;
  }
}
.genspark-wrapper .mob_view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 991px) {
  .genspark-wrapper .mob_view_btn {
    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: radial-gradient(813.76% 296.92% at -65.43% -77.43%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
  -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: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.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;
  white-space: wrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.18px;
  text-transform: capitalize;
}
.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 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 0px;
}
.event-cards .event-top .bottom-content .btn_know span {
  color: #fff;
}
.event-cards .event-bottom {
  height: 282px;
  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_us_section {
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact_us_section {
    padding-bottom: 56px;
  }
}
.contact_us_section .contact_us_content {
  border-radius: 8px;
  background-image: url("../../assets/img/home/contact-us/contact-modified.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content {
    margin-bottom: 20px;
    background-image: url("../../assets/img/home/contact-us-mob-bg.png");
  }
}
.contact_us_section .contact_us_content .contact_us_left_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;
}
@media screen and (max-width: 1024px) {
  .contact_us_section .contact_us_content .contact_us_left_content {
    padding: 24px 0px;
  }
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_left_content {
    padding: 26px 0px 0px 32px;
  }
}
.contact_us_section .contact_us_content .contact_us_left_content h4 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  /*max-width: 262px;*/
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_left_content h4 {
    font-size: 24px;
    color: #000;
    /*max-width: 209px;*/
    padding-bottom: 16px;
  }
}
.contact_us_section .contact_us_content .contact_us_left_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  padding: 24px 0px 0px 0px;
  margin: 0px;
  color: #020806;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_left_content p {
    font-size: 16px;
    max-width: 278px;
    padding: 0;
  }
}
.contact_us_section .contact_us_content .contact_us_left_content .contact_us_disktop_btn {
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_left_content .contact_us_disktop_btn {
    display: none;
  }
}
.contact_us_section .contact_us_content .contact_us_img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_img {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 91%;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_section .contact_us_content .contact_us_img {
    height: 84%;
  }
}
.contact_us_section .contact_us_content .contact_us_img .contact_us_disktop {
  height: 352px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_img .contact_us_disktop {
    display: none;
  }
}
.contact_us_section .contact_us_content .contact_us_img .contact_us_mob {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_img .contact_us_mob {
    display: none;
  }
}

.contact_us_mobile_btn .black_btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 24px;
}
.contact_us_mobile_btn .black_btn span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 991px) {
  .contact_us_mobile_btn {
    display: none;
  }
}

.banner_section_wrap {
  margin-top: 105px;
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../../assets/img/home/home-banner-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .banner_section_wrap {
    margin-top: 56px;
    background-image: url("../../assets/img/home/home-banner-tab.png");
  }
}
@media screen and (max-width: 767px) {
  .banner_section_wrap {
    margin-top: 56px;
    background-image: url("../../assets/img/home/home-ban-mob.webp");
  }
}
.banner_section_wrap .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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner_section_wrap .banner_content h1 {
  color: #101820;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.68px;
  text-align: center;
  padding-top: 48px;
  margin: 0px;
}
.banner_section_wrap .banner_content h1 span {
  color: #4c9560;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  /* 56px */
  letter-spacing: -1.68px;
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content h1 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content h1 {
    font-size: 36px;
  }
}
.banner_section_wrap .banner_content p {
  color: #53565A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-align: center;
  padding-top: 24px;
  max-width: 733px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content p {
    font-size: 18px;
  }
}
.banner_section_wrap .banner_content .img_wrap {
  height: 445px;
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content .img_wrap {
    height: 100%;
  }
}
.banner_section_wrap .banner_content .img_wrap img {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content .img_wrap .disktop_view {
    display: none;
  }
}
.banner_section_wrap .banner_content .img_wrap .mobile_view {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .banner_section_wrap .banner_content .img_wrap .mobile_view {
    display: none;
  }
}
.banner_section_wrap .btn_wrap_mobile_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0px 24px 0px;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 991px) {
  .banner_section_wrap .btn_wrap_mobile_view {
    display: none;
  }
}

.banner_section_wrap .btn_wrap_mobile_view .black_btn {
  color: #FEFCF4;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.24px;
  border-radius: 4px;
  padding: 14px 24px;
  border: 1px solid #DEDEDE;
  background: #13322B;
  height: 100%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .banner_section_wrap .btn_wrap_mobile_view .black_btn {
    display: none;
  }
}

.training_section .trainer__wrapper .content__wrapper h5{
  padding-bottom: 8px;
}

.banner_section_wrap .btn_wrapper {
  position: absolute;
  top: 85%;
  left: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .btn_wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    display: none;
  }
}
.banner_section_wrap .btn_wrapper .black_btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.24px;
  border-radius: 4px;
  padding: 14px 24px;
  border: 1px solid #fff;
  background: #101820;
  height: 100%;
}
.banner_section_wrap .btn_wrapper .black_btn span {
  padding-right: 32px;
}
.banner_section_wrap .btn_wrapper .black_btn span::after {
  right: 0px;
}
.banner_section_wrap .btn_wrapper .black_btn:hover span::after {
  right: -8px;
}

.gs_numbers_section {
  background: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section {
    padding-top: 56px;
  }
}
.gs_numbers_section .gs_mob_bg {
  position: absolute;
  top: -1%;
  right: -34%;
  height: 65%;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .gs_numbers_section .gs_mob_bg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap {
    position: relative;
    z-index: 2;
  }
}
.gs_numbers_section .num_left_wrap h2 {
  color: #101820;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: -0.64px;
  margin: 0px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap h2 {
    font-size: 20px;
    padding-top: 0px;
  }
}
.gs_numbers_section .num_left_wrap p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding: 16px 0px 32px 0px;
  max-width: 450px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap p {
    font-size: 16px;
  }
}
.gs_numbers_section .num_left_wrap .num_card_wrap {
  padding: 24px 0px;
}
.gs_numbers_section .num_left_wrap .num_card_wrap h3 {
  color: #2C624E;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap .num_card_wrap h3 {
    font-size: 32px;
  }
}
.gs_numbers_section .num_left_wrap .num_card_wrap p {
  color: #101820;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  max-width: 168px;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap .num_card_wrap p {
    font-size: 16px;
  }
}
.gs_numbers_section .num_right_wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gs_numbers_section .num_right_wrap {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_right_wrap {
    display: none;
  }
}
.gs_numbers_section .num_right_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .gs_numbers_section .num_right_wrap img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_right_wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.program_section {
  padding-top: 80px;
  padding-bottom: 180px;
  background: radial-gradient(224.65% 180.97% at 55.64% -34.5%, #2c5e4c 17.97%, #36765f 36.91%, rgba(92, 196, 102, 0) 73.18%);
}
@media screen and (max-width: 991px) {
  .program_section {
    padding: 56px 0px 0px 0px;
  }
}
.program_section h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .program_section h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.program_section .program_main_card_wrap {
  position: relative;
}
.program_section .program_main_card_wrap .card_program_wrap {
  border-radius: 16px;
  background: #dfeae7;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(67, 92, 72, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(67, 92, 72, 0.1);
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap {
    margin-bottom: 24px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap.p_card-2 {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #edf5f3;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(67, 92, 72, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(67, 92, 72, 0.1);
}
.program_section .program_main_card_wrap .card_program_wrap.p_card-3 {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(67, 92, 72, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(67, 92, 72, 0.1);
}
.program_section .program_main_card_wrap .card_program_wrap:last-child {
  margin-bottom: 0px;
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap {
  padding: 56px 0px 0px 52px;
}
@media screen and (max-width: 1024px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap {
    padding: 40px 24px 0px 24px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap h4 {
  color: #101820;
  font-size: 24px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.48px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap h4 {
    color: #000;
    font-size: 20px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap p {
  color: #101820;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding: 24px 0px 40px 0px;
  margin: 0px;
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap p {
    font-size: 16px;
    padding-bottom: 64px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap ul {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 40px;
  margin-bottom: 56px;
  padding-top: 16px;
  border-top: 1px solid #868686;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap ul {
    margin-bottom: 32px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap ul li img {
  height: 100%;
  width: 100%;
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .accelerate_logos {
  max-width: 471px;
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .white_btn span {
  color: #101820;
}
.program_section .program_main_card_wrap .card_program_wrap .card_right_wrap {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_right_wrap {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_right_wrap {
    padding-top: 40px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_right_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_right_wrap img {
    border-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
.program_section .program_main_card_wrap .p_card-1 {
  position: sticky;
  top: 12%;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .p_card-1 {
    position: relative;
  }
}
.program_section .program_main_card_wrap .p_card-2 {
  position: sticky;
  top: 18%;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .p_card-2 {
    position: relative;
  }
}
.program_section .program_main_card_wrap .p_card-3 {
  position: sticky;
  top: 28%;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .p_card-3 {
    position: relative;
  }
}

.partnership_section {
  padding: 80px 0px;
  background: #306753;
}
.partnership_section h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .partnership_section h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.partnership_section .card_partnership {
  border-radius: 16px;
  padding: 16px 16px 32px 16px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #dfeae7;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(67, 92, 72, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(67, 92, 72, 0.1);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .partnership_section .card_partnership {
    margin-bottom: 24px;
  }
}
.partnership_section .card_partnership img {
  height: 221px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.partnership_section .card_partnership .partnership_content {
  padding: 40px 16px 0px 16px;
}
.partnership_section .card_partnership .partnership_content p {
  color: #53565A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: 0.36px;
  height: 125px;
  max-width: 292px;
  overflow: hidden;
  padding-top: 16px;
}
.partnership_section .card_partnership .partnership_content .partnership_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partnership_section .card_partnership .partnership_content .partnership_title img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partnership_section .card_partnership .partnership_content .partnership_title h6 {
  color: #101820;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.18px;
}
.partnership_section .button_wrap {
  margin-top: 40px;
  width: 100%;
  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;
}
@media screen and (max-width: 991px) {
  .partnership_section .button_wrap {
    margin-top: 32px;
  }
}

.home_more_genspark {
  height: 100%;
  width: 100%;
}
.home_more_genspark .genspark-wrapper {
  background: #f5f6f5;
}

.home_contact_us {
  height: 100%;
  width: 100%;
}
.home_contact_us .contact_us_section {
  background: #f5f6f5;
}

.aluminis_section {
  background: #fefefe;
  padding: 80px 0px;
}
@media screen and (max-width: 991px) {
  .aluminis_section {
    padding: 56px 0px;
  }
}
.aluminis_section h2 {
  color: #101820;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .aluminis_section h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.aluminis_section .swiper-main-wrapper {
  width: 100%;
  position: relative;
}
.aluminis_section .swiper-main-wrapper::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(7.66%, rgba(254, 254, 254, 0)), color-stop(91.58%, #fefefe));
  background: linear-gradient(270deg, rgba(254, 254, 254, 0) 7.66%, #fefefe 91.58%);
  width: 134px;
  height: 69px;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .aluminis_section .swiper-main-wrapper::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(7.66%, rgba(254, 254, 254, 0)), color-stop(91.58%, #fefefe));
    background: linear-gradient(270deg, rgba(254, 254, 254, 0) 7.66%, #fefefe 91.58%);
    height: 60px;
    width: 40px;
    left: -5px;
  }
}
.aluminis_section .swiper-main-wrapper::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(7.66%, rgba(254, 254, 254, 0)), color-stop(91.58%, #fefefe));
  background: linear-gradient(270deg, rgba(254, 254, 254, 0) 7.66%, #fefefe 91.58%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 134px;
  height: 69px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .aluminis_section .swiper-main-wrapper::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(7.66%, rgba(254, 254, 254, 0)), color-stop(91.58%, #fefefe));
    background: linear-gradient(270deg, rgba(254, 254, 254, 0) 7.66%, #fefefe 91.58%);
    height: 60px;
    width: 40px;
    right: -5px;
  }
}
.aluminis_section .swiper-main-wrapper .swiper {
  width: 100%;
}
.aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper {
    height: 60px;
  }
}
.aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide p {
  color: #418b70;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.64px;
  margin: 0px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide p {
    font-size: 24px;
  }
}

.technology_section {
  padding-top: 80px;
  background-image: url("../../assets/img/home/home-emp.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .technology_section {
    background-image: url("../../assets/img/home/home-emp-mob.webp");
    padding-top: 56px;
  }
}
.technology_section .technology_left_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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.technology_section .technology_left_content h2 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  /* 32px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .technology_section .technology_left_content h2 {
    font-size: 20px;
  }
}
.technology_section .technology_left_content .card_technology {
  padding-top: 40px;
}
.technology_section .technology_left_content .card_technology .card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-bottom: 14px;
}
.technology_section .technology_left_content .card_technology .card_title h5 {
  color: #101820;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin: 0px;
}
.technology_section .technology_left_content .card_technology p {
  max-width: 452px;
  color: #101820;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.36px;
}
.technology_section .technology_left_content .black_btn {
  margin-top: 54px;
}
@media screen and (max-width: 991px) {
  .technology_section .technology_left_content .black_btn {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-block: 54px 24px;
  }
}
@media screen and (max-width: 991px) {
  .technology_section .technology_left_content .black_btn span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .technology_section .technology_img {
    padding-top: 24px;
  }
}
.technology_section .technology_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.community_section {
  padding: 80px 0px;
  background: #13322b;
}
@media screen and (max-width: 991px) {
  .community_section {
    padding: 56px 0px;
  }
}
.community_section h2 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.64px;
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .community_section h2 {
    font-size: 20px;
  }
}
.community_section .swiper-main-wrapper {
  width: 100%;
  position: relative;
}
.community_section .swiper-main-wrapper::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(8.96%, rgba(19, 50, 43, 0)), color-stop(107.17%, #13322b));
  background: linear-gradient(270deg, rgba(19, 50, 43, 0) 8.96%, #13322b 107.17%);
  width: 193px;
  height: 120px;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .community_section .swiper-main-wrapper::before {
    height: 60px;
    width: 120px;
    left: -40px;
  }
}
.community_section .swiper-main-wrapper::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(19, 50, 43, 0)), color-stop(107.17%, #13322b));
  background: linear-gradient(270deg, rgba(19, 50, 43, 0) 0%, #13322b 107.17%);
  width: 193px;
  height: 120px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .community_section .swiper-main-wrapper::after {
    height: 60px;
    width: 120px;
    right: -5px;
  }
}
.community_section .swiper-main-wrapper .swiper {
  width: 100%;
}
.community_section .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) {
  .community_section .swiper-main-wrapper .swiper .swiper-wrapper {
    height: 60px;
  }
}
.community_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.career__pathways__wrapper {
  margin-top: 104px;
  background-image: url("../../assets/img/jobseeker/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper {
    margin-top: 55px;
    background-image: url("../../assets/img/jobseeker/job-ban.png");
  }
}
.career__pathways__wrapper .contents {
  padding: 80px 0 64px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper .contents {
    padding: 56px 0px 174px;
  }
}
.career__pathways__wrapper .contents::after {
  content: "";
  background-image: url("../../assets/img/jobseeker/pattern.svg");
  background-repeat: no-repeat;
  width: 661px;
  height: 642px;
  position: absolute;
  top: 8%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper .contents::after {
    background-image: url("../../assets/img/jobseeker/job-ban-mob.svg");
    height: 100%;
    width: 100%;
    top: 75%;
    right: -58%;
  }
}
@media screen and (max-width: 767px) {
  .career__pathways__wrapper .contents::after {
    background-image: url("../../assets/img/jobseeker/job-ban-mob.svg");
    height: 100%;
    width: 100%;
    top: 75%;
    right: -55px;
  }
}
.career__pathways__wrapper .contents h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.2px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper .contents h2 {
    font-size: 36px;
  }
}
.career__pathways__wrapper .contents p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 40px;
  max-width: 786px;
}
.career__pathways__wrapper .img_wrap .desktop_view {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper .img_wrap .desktop_view {
    display: none;
  }
}
.career__pathways__wrapper .img_wrap .mob_view {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 991px) {
  .career__pathways__wrapper .img_wrap .mob_view {
    display: none;
  }
}

.process__wrapper {
  padding: 100px 0 200px 0;
}
@media screen and (max-width: 991px) {
  .process__wrapper {
    padding: 56px 0;
  }
}
.process__wrapper .title_wrap {
  margin-bottom: 40px;
}
.process__wrapper .title_wrap h3 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .title_wrap h3 {
    font-size: 20px;
  }
}
.process__wrapper .title_wrap p {
  color: #020806;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .process__wrapper .title_wrap p br {
    display: none;
  }
}
.process__wrapper .process_step_wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .process_step_wrap {
    margin-bottom: 40px;
  }
}
.process__wrapper .process_step_wrap .img-fluid {
  border-radius: 4px;
}
.process__wrapper .process_step_wrap .tag_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.process__wrapper .process_step_wrap .tag_flex .tag_left {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
  background-image: linear-gradient(94deg, #326b56 35.64%, #5cc466 98.29%);
  height: 36px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 8px 26px 8px 16px;
}
.process__wrapper .process_step_wrap .tag_flex .tag_right {
  color: #326c56;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  background-image: linear-gradient(94deg, rgba(50, 107, 86, 0.1) 34.06%, rgba(92, 196, 102, 0.1) 100.17%);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 36px;
  padding: 8px 22px 8px 25px;
  position: relative;
  left: -16px;
}
.process__wrapper .process_step_wrap .tag_flex .tag_right.polygon_1 {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.process__wrapper .process_step_wrap .tag_flex .tag_right.polygon_2 {
  clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.process__wrapper .process_step_wrap .tag_flex .tag_right.polygon_3 {
  clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.process__wrapper .process_step_wrap .process_contents {
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .process_step_wrap .process_contents {
    margin-top: 16px;
  }
}
.process__wrapper .process_step_wrap .process_contents h4 {
  color: #101820;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .process_step_wrap .process_contents h4 {
    font-size: 20px;
  }
}
.process__wrapper .process_step_wrap .process_contents p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .process_step_wrap .process_contents p {
    font-size: 16px;
  }
}
.process__wrapper .process_step_wrap:last-child {
  margin-bottom: 0;
}

.jobseeker__wrapper {
  background-image: radial-gradient(581.91% 212.15% at -7.73% -14.81%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
  padding-top: 82px;
}
.jobseeker__wrapper .img {
  position: relative;
  z-index: 1;
}
.jobseeker__wrapper .img::after {
  content: "";
  background-image: url("../../assets/img/jobseeker/job-seeker/pattern.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 100%;
  left: -7.5%;
  z-index: -1;
}
.jobseeker__wrapper .details_wrap h3 {
  color: #fefcf4;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
.jobseeker__wrapper .details_wrap .job_list {
  margin: 0;
}
.jobseeker__wrapper .details_wrap .job_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.jobseeker__wrapper .details_wrap .job_list li img {
  width: 32px;
  height: 32px;
}
.jobseeker__wrapper .details_wrap .job_list li p {
  color: #fefcf4;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin: 0;
}
.jobseeker__wrapper .details_wrap .job_list li .btn_black {
  margin-top: 10px;
}
.jobseeker__wrapper .details_wrap .job_list li:last-child {
  margin-bottom: 0;
}

.new_career_secion {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .new_career_secion {
    padding-top: 56px;
  }
}
.new_career_secion .new_career_wrap {
  border-radius: 4px;
  background: #edf5f3;
  height: 100%;
  width: 100%;
}
.new_career_secion .new_career_wrap .career_content_wrap {
  padding-top: 54px;
  padding-left: 77px;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_content_wrap {
    padding: 24px 16px 0px 16px;
  }
}
.new_career_secion .new_career_wrap .career_content_wrap h3 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
.new_career_secion .new_career_wrap .career_content_wrap p {
  color: #020806;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 583px;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_content_wrap p {
    font-size: 16px;
  }
}
.new_career_secion .new_career_wrap .career_content_wrap .black_btn {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_content_wrap .black_btn {
    display: none;
  }
}
.new_career_secion .new_career_wrap .career_img {
  padding: 42px 0px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_img {
    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;
    padding: 54px 0px 0px 0px;
  }
}
.new_career_secion .new_career_wrap .career_img img {
  height: 270px;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_img img {
    -o-object-fit: contain;
       object-fit: contain;
    padding-bottom: 54px;
  }
}

.jobseeker_contact .contact_us_section .contact_us_content {
  background-image: url("../../assets/img/jobseeker/contact-us-bg-job.png");
  background-position: unset;
  border-radius: 16px;
}

  .jobseeker_contact {
    padding-top: 100px;
  }
  @media screen and (max-width: 991px) {
    .jobseeker_contact {
      padding-top: 56px;
    }
  }


@media screen and (max-width: 991px) {
  .jobseeker_contact .contact_us_section .contact_us_content {
    background-image: url("../../assets/img/jobseeker/contact-us-mob-job.png");
  }
  
}



.employer__banner__wrapper {
  background: url("../../assets/img/employers/banner-bg.webp");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 104px;
  overflow: hidden;
}
.employer__banner__wrapper .contents {
  color: #fff;
  padding-top: 80px;
  margin-bottom: 64px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .contents {
    padding-top: 56px;
    margin-bottom: 130px;
  }
}
.employer__banner__wrapper .contents h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.68px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .contents h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.08px;
    margin-bottom: 24px;
  }
}
.employer__banner__wrapper .contents p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .contents p {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
  }
}
.employer__banner__wrapper .contents::after {
  content: "";
  background-image: url("../../assets/img/employers/banner-vector.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 481px;
  height: 293px;
  position: absolute;
  top: 18%;
  right: -7%;
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  .employer__banner__wrapper .contents::after {
    right: -10%;
  }
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .contents::after {
    width: 224px;
    height: 146px;
    top: 103%;
    right: -5%;
  }
}
@media screen and (max-width: 767px) {
  .employer__banner__wrapper .contents::after {
    width: 224px;
    height: 146px;
    top: 103%;
    right: -3%;
  }
}
.employer__banner__wrapper .img {
  max-width: 100%;
}
.employer__banner__wrapper .img img {
  width: 100%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .img {
    display: none;
  }
}
.employer__banner__wrapper .img_mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .img_mobile {
    display: block;
    max-width: 100%;
  }
}
.employer__banner__wrapper .img_mobile img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.aluminis_section .image {
  width: 453px;
  height: 678px;
}
.aluminis_section h3 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  color: #101820;
}
@media screen and (max-width: 991px) {
  .aluminis_section h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.4px;
  }
}
.aluminis_section .content__wrapper {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .aluminis_section .content__wrapper {
    margin-bottom: 32px;
  }
}
.aluminis_section .content__wrapper .content {
  margin-bottom: 32px;
}
.aluminis_section .content__wrapper .content .icon__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.aluminis_section .content__wrapper .content .icon__text img {
  width: 32px;
  height: 32px;
}
.aluminis_section .content__wrapper .content .icon__text h6 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.2px;
  color: #101820;
}
@media screen and (max-width: 991px) {
  .aluminis_section .content__wrapper .content .icon__text h6 {
    line-height: 100%;
    letter-spacing: -0.4px;
  }
}
.aluminis_section .content__wrapper .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #53565A;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 991px) {
  .aluminis_section .content__wrapper .content p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.32px;
  }
}

.training_section {
  background: url("../../assets/img/employers/training_section.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .training_section {
    padding: 56px 0;
  }
}
.training_section .trainer__wrapper h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .training_section .trainer__wrapper h2 {
    margin-bottom: 40px;
  }
}
.training_section .trainer__wrapper .content__wrapper {
  padding: 24px 32px 32px 32px;
  height: 294px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.training_section .trainer__wrapper .content__wrapper h5 {
  color: #101820;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.2px;
  padding-bottom: 8px;
}
.training_section .trainer__wrapper .content__wrapper p {
  color: #53565A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.54px;
  margin: 0;
}

.workforce_section {
  margin: 100px 125px;
}
@media screen and (max-width: 991px) {
  .workforce_section {
    margin: 56px 0;
  }
}
.workforce_section h2 {
  text-align: center;
  font-size: 32px;
  color: #101820;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .workforce_section h2 {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.4px;
  }
}
.workforce_section .content__wrapper {
  margin: 56px 0 0px 0px;
}
.workforce_section .content__wrapper p {
  font-size: 24px;
  color: #53565A;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.workforce_section .content__wrapper .mr-40:last-child {
  margin-bottom: 56px;
}
.workforce_section .content__wrapper .large__num {
  color: #4E7947;
}

.skills_section {
  background: url("../../assets/img/employers/skill-bg.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 64px;
}
@media screen and (max-width: 991px) {
  .skills_section {
    padding: 56px 10px;
  }
}
.skills_section .skills__wrapper {
  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;
  gap: 56px;
}
@media screen and (max-width: 991px) {
  .skills_section .skills__wrapper .tech {
    display: none;
  }
}
.skills_section .skills__wrapper .tech-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .skills_section .skills__wrapper .tech-mobile {
    display: block;
  }
}
.skills_section .skills__wrapper h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .skills_section .skills__wrapper h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%; /* 40px */
    letter-spacing: -0.8px;
  }
}

.employer_more_genspark {
  height: 100%;
  width: 100%;
}
.employer_more_genspark .genspark-wrapper {
  background-color: #fff;
}

.employer_contact_us {
  height: 100%;
  width: 100%;
}
.employer_contact_us .contact_us_section {
  background-color: #fff;
}
.employer_contact_us .contact_us_section .contact_us_content {
  background-image: url("../../assets/img/jobseeker/contact-us-bg-job.png");
  background-position: unset;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .employer_contact_us .contact_us_section .contact_us_content {
    background-image: url("../../assets/img/jobseeker/contact-us-mob-job.png");
  }
}

.image-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mr-80 {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .mr-80 {
    margin-bottom: 56px;
  }
}

.mr-40 {
  margin-bottom: 40px;
}

.mr-24 {
  margin-bottom: 24px;
}

.mr-t-8 {
  margin-top: 8px;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.br-8 {
  border-radius: 8px;
}

.color_light_green {
  color: #4d9661;
}

.color_mid_green {
  color: #4e7947;
}

.color_dark_green {
  color: #13322b;
}

.large__num {
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
  /* 76.8px */
  letter-spacing: 0.64px;
}

.faq_section {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .faq_section {
    padding-bottom: 56px;
  }
}
.faq_section .faq_title {
  color: #101820;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .faq_section .faq_title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.faq_section .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #d1dcd7;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button {
  padding: 24px 0px;
}
@media screen and (max-width: 991px) {
  .faq_section .accordion .accordion-item .accordion-header .accordion-button {
    padding: 24px 0px 12px 0px;
  }
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button p {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #101820;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .faq_section .accordion .accordion-item .accordion-header .accordion-button p {
    max-width: 280px;
  }
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]:not(.collapsed) {
  background-color: transparent;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false]:not(.collapsed) {
  background-color: transparent;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button::after {
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/plus.svg");
  background-size: cover;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  background-image: url("../../assets/img/minus.svg");
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-left: 0px;
  padding-top: 0px;
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #53565A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body ul {
  margin: 0px;
  padding: 0px;
  padding-left: 24px;
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  color: #53565A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  list-style-type: disc;
}
.faq_section .accordion .accordion-item:first-of-type {
  border-radius: 0px;
}
.faq_section .accordion .accordion-item:last-of-type {
  border-radius: 0px;
}

.client_testimonials_img {
  padding: 80px 0px;
  background: #fff;
  overflow: hidden;
  margin-top: -1px;
}
@media screen and (min-width: 1440px) {
  .client_testimonials_img {
    margin-top: -2px;
  }
}
@media screen and (max-width: 991px) {
  .client_testimonials_img {
    padding: 56px 0px;
  }
}
.client_testimonials_img h2 {
  color: #101820;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .client_testimonials_img h2 {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.client_testimonials_img .testimonial__swiper__img {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img {
    padding-bottom: 56px;
    padding-top: 64px;
  }
}
.client_testimonials_img .testimonial__swiper__img.container {
  overflow: unset;
  padding-left: 12px;
  padding-right: 12px;
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards {
  border-radius: 15px;
  background: #e3f5e4;
  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_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards {
    height: 490px;
  }
}
.client_testimonials_img .testimonial__swiper__img .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_img .testimonial__swiper__img .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_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .description {
  overflow: hidden;
  margin: 0px 0 24px 0;
  max-width: 371px;
  color: #101820;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}

.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img {
  position: relative;
} 

.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/testimonials-img/img-gradient.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: -1px;
} 

@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .description {
    font-size: 1rem;
  }
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation {
  overflow: hidden;
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h4 {
  font-size: 20px;
  color: #101820;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h4 {
    font-size: 18px;
  }
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h5 {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.36px;
  color: #53565A;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img {
    display: none;
  }
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.client_testimonials_img .testimonial__swiper__img .swiper-pagination-bullet {
  background-color: #699770;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.client_testimonials_img .testimonial__swiper__img .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
}
.client_testimonials_img .testimonial__swiper__img .swiper-pagination-bullet-active {
  background: transparent;
  border-radius: 14px;
  border: 1px solid #1c1c1c;
  width: 60px;
}
.client_testimonials_img .testimonial__swiper__img .swiper-pagination-bullet-active::before {
  background-color: #174b39;
  border-radius: 14px;
  -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_img .testimonial__swiper__img .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_img .swiper-button-next,
.client_testimonials_img .swiper-button-prev {
  bottom: auto;
  top: -56px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .swiper-button-next,
  .client_testimonials_img .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 84px;
  }
}
.client_testimonials_img .swiper-button-next::after,
.client_testimonials_img .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/right-chevron.svg");
  height: 40px;
  width: 40px;
  position: absolute;
}
.client_testimonials_img .swiper-button-prev {
  left: auto;
  top: -56px;
  right: 70px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 16px;
  }
}
.client_testimonials_img .swiper-button-prev::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gs_job_seekers_section {
  padding-top: 80px;
  background-image: url("../../assets/img/home/job-seeker-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .gs_job_seekers_section {
    background-image: url("../../assets/img/home/job-seeker-mob-bg.webp");
    padding-top: 56px;
  }
}
.gs_job_seekers_section h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .gs_job_seekers_section h2 {
    font-size: 20px;
  }
}
.gs_job_seekers_section .job_img {
  height: 100%;
  width: 100%;
}
.gs_job_seekers_section .job_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gs_job_seekers_section ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.gs_job_seekers_section ul .gs_job_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.gs_job_seekers_section ul .gs_job_card p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
  letter-spacing: 0.4px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .gs_job_seekers_section ul .gs_job_card p {
    font-size: 16px;
  }
}
.gs_job_seekers_section ul .gs_job_card img {
  height: 32px;
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gs_job_seekers_section .button_wrap {
  padding-top: 56px;
  padding-bottom: 24px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .gs_job_seekers_section .button_wrap .black_btn span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .gs_job_seekers_section .button_wrap .black_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
  }
}

.quote-testimonials-wrapper {
  padding: 80px 0px 0px 0px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper {
    padding: 56px 0px 0px 0px;
  }
}
.quote-testimonials-wrapper h2 {
  color: #101820;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper h2 {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper .quote_testimonial__swiper {
    padding-bottom: 56px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper.container {
  overflow: unset;
  padding-left: 12px;
  padding-right: 12px;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background: #e3f1e5;
  padding: 40px 72px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards {
    padding: 40px 16px 30px 16px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards img {
  width: 51px;
  height: 40px;
  margin-bottom: 16px;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .description {
  color: #101820;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .description {
    font-size: 1rem;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation {
  overflow: hidden;
  padding-top: 24px;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h4 {
  color: #101820;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h4 {
    font-size: 18px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h5 {
  color: #101820;
  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) {
  .quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h5 {
    font-size: 16px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-pagination-bullet {
  background-color: #73bc7e;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #154c38;
  border-radius: 14px;
  width: 60px;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-pagination-bullet-active::before {
  background-color: #13322b;
  -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 .quote-testimonials-wrapper .quote_testimonial__swiper .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);
  }
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper .swiper-button-next,
  .quote-testimonials-wrapper .swiper-button-prev {
    display: none;
  }
}
.quote-testimonials-wrapper .swiper-button-next,
.quote-testimonials-wrapper .swiper-button-prev {
  bottom: auto;
  top: -56px;
}
.quote-testimonials-wrapper .swiper-button-next::after,
.quote-testimonials-wrapper .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/right-chevron.svg");
  height: 40px;
  width: 40px;
  position: absolute;
}
.quote-testimonials-wrapper .swiper-button-prev {
  left: auto;
  top: -56px;
  right: 70px;
}
.quote-testimonials-wrapper .swiper-button-prev::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.program_banner_section {
  background: #fefcf4;
  padding-top: 100px;
  height: 690px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .program_banner_section {
    height: 537px;
  }
}
.program_banner_section .program_ban_content {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .program_banner_section .program_ban_content {
    padding-top: 54px;
  }
}
.program_banner_section .program_ban_content h3 {
  color: #459562;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%; /* 40px */
  letter-spacing: -0.8px;
  margin: 0;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .program_banner_section .program_ban_content h3 {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
.program_banner_section .program_ban_content h2 {
  color: #101820;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%; /* 56px */
  letter-spacing: -1.68px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .program_banner_section .program_ban_content h2 {
    font-size: 32px;
  }
}
.program_banner_section .program_ban_content .program_ban_btn {
  padding-top: 54px;
  padding-bottom: 64px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.program_banner_section .program_ban_img_wrap {
  position: absolute;
  width: 100%;
}
.program_banner_section .program_ban_img_wrap img {
  height: 526px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program_banner_section .program_ban_img_wrap .program-ban-dk {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .program_banner_section .program_ban_img_wrap .program-ban-dk {
    display: none;
  }
}
.program_banner_section .program_ban_img_wrap .program-ban-mob {
  border-radius: 14.578px;
  height: 320px;
}
@media screen and (min-width: 767px) {
  .program_banner_section .program_ban_img_wrap .program-ban-mob {
    display: none;
  }
}

.aspire_section {
  background: radial-gradient(581.91% 212.15% at -7.73% -14.81%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
  height: 100%;
}
.aspire_section .aspire_content {
  width: 100%;
  margin: 390px 0px 70px 0px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content {
    margin-top: 262px;
  }
}
.aspire_section .aspire_content h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin: 0px;
  padding-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content h3 {
    font-size: 20px;
  }
}
.aspire_section .aspire_content p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content p {
    font-size: 18px;
  }
}
.aspire_section .aspire_content h5 {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin: 0;
  padding-block: 24px 16px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content h5 {
    font-size: 18px;
  }
}
.aspire_section .aspire_content ul {
  margin: 0;
}
.aspire_section .aspire_content ul li {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  list-style: disc;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content ul li {
    font-size: 18px;
  }
}
.aspire_section .aspire_img_wrap {
  width: 100%;
  position: relative;
  margin-top: 369px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_img_wrap {
    margin-top: 10px;
  }
}
.aspire_section .aspire_img_wrap .aspire-bg {
  position: absolute;
  right: -4%;
  z-index: 1;
  top: 18%;
}
@media screen and (max-width: 1024px) {
  .aspire_section .aspire_img_wrap .aspire-bg {
    display: none;
  }
}
.aspire_section .aspire_img_wrap .aspire-bg-mob {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .aspire_section .aspire_img_wrap .aspire-bg-mob {
    display: none;
  }
}
.aspire_section .aspire_img_wrap .aspire-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course_section {
  padding: 100px 0px;
  background: #e8f6e2;
}
@media screen and (max-width: 991px) {
  .course_section {
    padding: 56px 0px;
  }
}
.course_section h2 {
  color: #101820;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .course_section h2 {
    font-size: 20px;
    text-align: start;
    margin-bottom: 40px;
  }
}

.additional_pro_section {
  padding: 80px 0px;
  background-image: url("../../assets/img/project-listing/additional/additional-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .additional_pro_section {
    background-image: url("../../assets/img/project-listing/additional/additional-mob-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 56px 0px;
  }
}
.additional_pro_section h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin: 0px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .additional_pro_section h2 {
    font-size: 20px;
  }
}
.additional_pro_section .additional_pro_card {
  position: relative;
}
@media screen and (max-width: 768px) {
  .additional_pro_section .additional_pro_card {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .additional_pro_section .additional_pro_card {
    height: 520px;
  }
}

.additional_pro_section .additional_pro_card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .additional_pro_section .additional_pro_card .ascend {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .additional_pro_section .additional_pro_card .ascend_mob {
    display: none;
  }
}
.additional_pro_section .additional_pro_card .additional_pro_content {
  position: absolute;
  padding: 32px 40px;
  width: 100%;
  background: #13322b;
  bottom: 0;
  left: 0;
  border-radius: 0px 0px 4px 4px;
}
@media screen and (max-width: 991px) {
  .additional_pro_section .additional_pro_card .additional_pro_content {
    padding: 20px 24px;
  }
}
.additional_pro_section .additional_pro_card .additional_pro_content .additional_pro_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.additional_pro_section .additional_pro_card .additional_pro_content .additional_pro_title h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .additional_pro_section .additional_pro_card .additional_pro_content .additional_pro_title h5 {
    font-size: 18px;
  }
}
.additional_pro_section .additional_pro_card .additional_pro_content .additional_pro_title img {
  height: 24px;
  width: 24px;
}
.additional_pro_section .additional_pro_card .additional_pro_content p {
  padding-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  opacity: 0.75;
  margin: 0;
  max-width: 427px;
}
@media screen and (max-width: 991px) {
  .additional_pro_section .additional_pro_card .additional_pro_content p {
    font-size: 16px;
  }
}

.program_contact_section {
  background-image: url("../../assets/img/project-listing/program-contact-us.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin-top: -1px;
}
@media screen and (max-width: 991px) {
  .program_contact_section {
    background-image: url("../../assets/img/project-listing/program-contact-mob-bg.png");
  }
}
.program_contact_section .contact_us_content {
  background-image: url("../../assets/img/jobseeker/contact-us-bg-job.png");
  background-position: unset;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .program_contact_section .contact_us_content {
    background-image: url("../../assets/img/jobseeker/contact-us-mob-job.png");
  }
}

.banner_wrap {
  -webkit-transition: max-width 0.8s;
  transition: max-width 0.8s;
}
.banner_wrap.scroll_banner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  margin: 0px auto;
}
@media screen and (max-width: 991px) {
  .banner_wrap.scroll_banner {
    padding: auto;
    margin: auto;
  }
}

.course_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.course_card_wrap .course_card {
  padding: 40px 24px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
  margin-bottom: 24px;
}
.course_card_wrap .course_card h5 {
  color: #101820;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  padding-block: 24px 16px;
}
.course_card_wrap .course_card p {
  color: #53565A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  opacity: 0.75;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .course_card_wrap .course_card p {
    font-size: 16px;
    line-height: 124%;
  }
}
.course_card_wrap .course_card ul {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  gap: 22px;
  padding: 40px 0px;
  margin: 0px;
}
.course_card_wrap .course_card ul li {
  list-style-type: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #459562;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.36px;
  margin: 0px;
}
.course_card_wrap .course_card ul li::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: #1b151f;
  position: absolute;
  right: -13px;
  top: 46%;
}
.course_card_wrap .course_card ul li:last-child::after {
  display: none;
}
.course_card_wrap .course_card .course_btn {
  width: 100%;
}
.course_card_wrap .course_card .course_btn .black_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.course_banner_section {
  padding-top: 100px;
  border-radius: 0px 0px 40px 40px;
  height: 100%;
  background: linear-gradient(192deg, #fff -13.61%, #e3f5e3 66.91%, #d4d297 252.96%);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .course_banner_section {
    padding-top: 54px;
    border-radius: 0px;
  }
}
.course_banner_section .ban_vt {
  position: absolute;
  left: 0;
  top: 33%;
}
@media screen and (min-width: 1440px) {
  .course_banner_section .ban_vt {
    left: -2%;
    top: 39%;
  }
}
@media screen and (max-width: 1024px) {
  .course_banner_section .ban_vt {
    left: -17%;
  }
}
@media screen and (max-width: 991px) {
  .course_banner_section .ban_vt {
    top: 49%;
    height: 500px;
    left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .course_banner_section .ban_vt {
    display: none;
  }
}
.course_banner_section .ban_mob_vt {
  position: absolute;
  left: -19%;
  top: 61%;
  height: 300px;
}
@media screen and (min-width: 767px) {
  .course_banner_section .ban_mob_vt {
    display: none;
  }
}
.course_banner_section .course_ban_img {
  height: 100%;
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .course_banner_section .course_ban_img {
    padding-top: 40px;
  }
}
.course_banner_section .course_ban_img .disktop_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .course_banner_section .course_ban_img .disktop_img {
    display: none;
  }
}
.course_banner_section .course_ban_img .mobile_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .course_banner_section .course_ban_img .mobile_img {
    display: none;
  }
}
.course_banner_section .course_ban_content {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .course_banner_section .course_ban_content {
    padding-top: 56px;
  }
}
.course_banner_section .course_ban_content h3 {
  color: #2c624e;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
  margin: 0px;
}
.course_banner_section .course_ban_content h2 {
  color: #101820;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin: 16px 0px;
}
@media screen and (max-width: 991px) {
  .course_banner_section .course_ban_content h2 {
    font-size: 32px;
    margin: 24px 0px;
  }
}
.course_banner_section .course_ban_content p {
  color: #53565A;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 991px) {
  .course_banner_section .course_ban_content p {
    font-size: 18px;
  }
}
.course_banner_section .course_ban_content .black_btn {
  margin-top: 32px;
}

.overview_section {
  background: #e8f6e2;
  padding: 105px 0px 80px 0px;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .overview_section {
    padding: 60px 0px 56px 0px;
  }
}
.overview_section .course_btn_mobile {
  position: sticky;
  top: 92.5%;
  padding: 0px;
  z-index: 10;
}
.overview_section .course_btn_mobile .black_btn {
  border-radius: 4px;
  background: #1b151f;
}
.overview_section .course_btn_mobile .black_btn span {
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: -0.18px;
  text-transform: capitalize;
}
@media screen and (min-width: 991px) {
  .overview_section .course_btn_mobile {
    display: none;
  }
}
.overview_section .course_card_wrap {
  position: sticky;
  top: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .overview_section .course_card_wrap {
    display: none;
  }
}
.overview_section .course_card_wrap .course_card {
  border: 1px solid #c6c6c6;
  padding: 0px;
}
.overview_section .course_card_wrap .course_card .com_wrap {
  padding: 24px 24px 0px 24px;
  margin: 0px;
}
.overview_section .course_card_wrap .course_card .com_wrap .course_btn {
  margin-bottom: 24px;
}
.overview_section .course_card_wrap .course_card .candidate_wrap {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: radial-gradient(581.91% 212.15% at -7.73% -14.81%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
  padding: 18px 0px 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.overview_section .course_card_wrap .course_card .candidate_wrap img {
  height: 32px;
  width: 32px;
}
.overview_section .course_card_wrap .course_card .candidate_wrap p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.18px;
  margin: 0px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.overview_section .overview_card {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  background: radial-gradient(581.91% 212.15% at -7.73% -14.81%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
  padding: 40px 32px;
}
.overview_section .overview_card h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
.overview_section .overview_card h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin: 0px;
}
.overview_section .overview_card p {
  padding-top: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 576px;
}
.overview_section .overview_card p span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.36px;
}
.overview_section .curriculum_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap {
    margin-top: 56px;
  }
}
.overview_section .curriculum_wrap h3 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap h3 {
    font-size: 20px;
  }
}
.overview_section .curriculum_wrap .core_card {
  padding: 24px 32px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 16px;
}
.overview_section .curriculum_wrap .core_card h5 {
  color: #101820;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card h5 {
    font-size: 20px;
  }
}
.overview_section .curriculum_wrap .core_card .core_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.overview_section .curriculum_wrap .core_card .core_title img {
  height: 18px;
  width: 18px;
}
.overview_section .curriculum_wrap .core_card .core_title h6 {
  margin: 0px;
  color: #101820;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.18px;
}
.overview_section .curriculum_wrap .core_card p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0px;
  padding-block: 16px 0px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card p {
    font-size: 16px;
  }
}
.overview_section .curriculum_wrap .core_card .soft_skills {
  padding: 16px 0px;
  color: #1c1c1c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  opacity: 0.75;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card .soft_skills {
    font-size: 16px;
  }
}
.overview_section .curriculum_wrap .core_card .week_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.overview_section .curriculum_wrap .core_card .week_list div p {
  color: #459562;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card .week_list div p {
    font-size: 16px;
  }
}
.overview_section .curriculum_wrap .core_card .week_list .separator {
  height: 1px;
  width: 215px;
  background: #D0D0CE;
}
@media screen and (max-width: 767px) {
  .overview_section .curriculum_wrap .core_card .week_list .separator {
    width: 137px;
  }
}
.overview_section .curriculum_wrap .core_card .soft_skills_list {
  margin: 16px 0 40px 0;
  padding-left: 23px;
}
.overview_section .curriculum_wrap .core_card .soft_skills_list li {
  list-style-type: disc;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 576px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card .soft_skills_list li {
    font-size: 16px;
  }
}
.overview_section .curriculum_wrap .core_card .weekly_prep {
  color: #2c624e;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  margin-bottom: 24px;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card .weekly_prep {
    font-size: 16px;
  }
}
.overview_section .career_services_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .overview_section .career_services_wrap {
    margin-top: 56px;
  }
}
.overview_section .career_services_wrap .career_services {
  border-radius: 16px;
  background: radial-gradient(581.91% 212.15% at -7.73% -14.81%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
}
.overview_section .career_services_wrap .career_services .career_services_card {
  padding: 40px 32px;
}
.overview_section .career_services_wrap .career_services .career_services_card h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
.overview_section .career_services_wrap .career_services .career_services_card p,
.overview_section .career_services_wrap .career_services .career_services_card .first_para {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 576px;
}
.overview_section .career_services_wrap .career_services .career_services_card p span,
.overview_section .career_services_wrap .career_services .career_services_card .first_para span {
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.36px;
}
.overview_section .career_services_wrap .career_services .career_services_card .first_para {
  margin-bottom: 16px;
}
.overview_section .career_services_wrap .specialized_wrap {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  padding: 24px 16px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card {
  padding: 24px 16px;
  margin-bottom: 16px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content {
  height: 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;
}
@media screen and (max-width: 767px) {
  .overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content {
    margin-top: 24px;
  }
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content .specialized_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content .specialized_title img {
  height: 24px;
  width: 24px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content .specialized_title h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.18px;
  margin: 0px;
  margin-bottom: 24px;
  max-width: 287px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 388px;
}
.overview_section .admission_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .overview_section .admission_wrap {
    margin-top: 56px;
  }
}
.overview_section .admission_wrap h3 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .overview_section .admission_wrap h3 {
    font-size: 20px;
  }
}
.overview_section .admission_wrap .admission_card {
  padding: 24px 32px 32px 32px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 24px;
}
.overview_section .admission_wrap .admission_card h6 {
  color: #2c624e;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  margin-block: 40px 8px;
}
@media screen and (max-width: 767px) {
  .overview_section .admission_wrap .admission_card h6 {
    font-size: 18px;
  }
}
.overview_section .admission_wrap .admission_card p {
  color: #53565A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 1400px) {
  .overview_section .admission_wrap .admission_card p {
    max-width: 577px;
  }
}
@media screen and (max-width: 767px) {
  .overview_section .admission_wrap .admission_card p {
    font-size: 16px;
  }
}
.overview_section .admission_wrap .admission_card p a {
  opacity: 0.75;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .overview_section .admission_wrap .admission_card p a {
    font-size: 16px;
  }
}

.courses_section {
  background: #e8f6e2;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .courses_section {
    padding-bottom: 56px;
  }
}
.courses_section h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .courses_section h2 {
    font-size: 20px;
    text-align: start;
    margin-bottom: 24px;
  }
}
.courses_section .swiper_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.courses_section .swiper_wrap .swiper {
  max-width: 926px;
  height: 100%;
  padding: 54px 0px;
}
.courses_section .swiper-pagination-bullet {
  background-color: #699770;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.courses_section .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
}
.courses_section .swiper-pagination-bullet-active {
  background: transparent;
  border-radius: 14px;
  border: 1px solid #1c1c1c;
  width: 60px;
}
.courses_section .swiper-pagination-bullet-active::before {
  background-color: #174b39;
  border-radius: 14px;
  -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 .courses_section .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);
  }
}
@media screen and (max-width: 991px) {
  .courses_section .swiper-button-next,
  .courses_section .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 84px;
  }
}
.courses_section .swiper-button-next::after,
.courses_section .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/course-detail/admission/add-btn-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .courses_section .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 16px;
  }
}
.courses_section .swiper-button-prev::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.more_genspark_section {
  background: #e8f6e2;
}

.course_contact_section {
  padding-top: 100px;
  background: radial-gradient(581.14% 145.14% at 65.34% -5.53%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
}
@media screen and (max-width: 991px) {
  .course_contact_section {
    padding-top: 56px;
  }
}
.course_contact_section .contact_us_content {
  background-image: url("../../assets/img/jobseeker/contact-us-bg-job.png");
  background-position: unset;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .course_contact_section .contact_us_content {
    background-image: url("../../assets/img/jobseeker/contact-us-mob-job.png");
  }
}

.contact_genspark__wrapper {
  padding: 168px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .contact_genspark__wrapper {
    padding: 108px 0 56px 0;
  }
}
.contact_genspark__wrapper .talent_title_wrapper {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .contact_genspark__wrapper .talent_title_wrapper {
    margin-bottom: 56px;
  }
}
.contact_genspark__wrapper .talent_title_wrapper h2 {
  color: #101820;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.56px;
  max-width: 641px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact_genspark__wrapper .talent_title_wrapper h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact_genspark__wrapper .talent_title_wrapper h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.contact_genspark__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_genspark__wrapper .talent_title_wrapper p {
    font-size: 1rem;
  }
}
.contact_genspark__wrapper .contact_us_form .form_group {
  padding: 16px 0px;
}
.contact_genspark__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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_genspark__wrapper .contact_us_form .form_group label span {
  color: #e84625;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
}
.contact_genspark__wrapper .contact_us_form .form_group label img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.contact_genspark__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;
  color: #1c1c1c;
}
.contact_genspark__wrapper .contact_us_form .form_group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact_genspark__wrapper .contact_us_form .form_group .form-control.is-invalid {
  background-image: none;
}
.contact_genspark__wrapper .contact_us_form .form_group .phone_input_wrap {
  width: 100%;
}
.contact_genspark__wrapper .contact_us_form .form_group .phone_input_wrap .iti {
  width: 100%;
}
.contact_genspark__wrapper .contact_us_form .form_group .custom-select select option {
  padding: 6px 16px;
}
.contact_genspark__wrapper .contact_us_form .form_group .message {
  border-radius: 4px;
  border: 1px solid #88867f;
  padding: 16px;
}
.contact_genspark__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_genspark__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;
}
.contact_genspark__wrapper .contact_us_form .form_check_box {
  padding-left: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact_genspark__wrapper .contact_us_form .talent_check {
    padding-left: 30px;
    margin: 0px 0px 24px 0px;
  }
}
.contact_genspark__wrapper .contact_us_form .talent_check .check_label {
  position: relative;
  color: #53565A;
  margin: 0;
}
.contact_genspark__wrapper .contact_us_form .talent_check .check_label::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -32px;
  height: 24px;
  width: 24px;
  border: 2px solid #1c1c1c;
}
.contact_genspark__wrapper .contact_us_form .talent_check input[type=checkbox]:checked ~ .check_label {
  color: #1c1c1c;
  opacity: 1;
}
.contact_genspark__wrapper .contact_us_form .talent_check input[type=checkbox]:checked ~ .check_label::before {
  background-image: url("../../assets/img/genspark-contact/check-box.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.contact_genspark__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_genspark__wrapper .contact_us_form .form_flex {
    gap: 0;
  }
}
.contact_genspark__wrapper .contact_us_form .form_flex .form_group {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .contact_genspark__wrapper .contact_us_form .form_flex .form_group {
    width: 100%;
  }
}
.contact_genspark__wrapper .contact_us_form .form_flex .form_group select {
  background-color: transparent !important;
}
.contact_genspark__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 0px 0px;
}
.contact_genspark__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_genspark__wrapper .contact_us_form .btn_submit {
  border-radius: 4px;
  background: #1b151f;
}
.contact_genspark__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_genspark__wrapper .job_search_card {
    margin: 56px 0;
    position: unset;
    top: unset;
  }
}
.contact_genspark__wrapper .job_search_card img {
  width: 24px;
  height: 24px;
}
.contact_genspark__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_genspark__wrapper .job_search_card h5 {
    font-size: 1.125rem;
  }
}
.contact_genspark__wrapper .job_search_card p {
  color: #53565A;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .contact_genspark__wrapper .job_search_card p {
    font-size: 1rem;
  }
}
.contact_genspark__wrapper .job_search_card .btn_jobs {
  border-radius: 4px;
  background: #1b151f;
}
.contact_genspark__wrapper .invalid-feedback {
  color: #e84625;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.form_group {
  /* margin-bottom: 40px; */
  position: relative;
}
.form_group label {
  margin-bottom: 8px;
  color: #ddddda;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  display: block;
}
.form_group label span {
  color: #a73837;
  font-size: 16px;
}
.form_group .form-control {
  color: #dddddd;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  padding: 13px 16px 13px 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #727272;
}
.form_group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ddddda;
}
.form_group .form-control.bordered {
  border: 1px solid #727272;
  border-radius: 4px;
  padding: 13px 16px;
}
.form_group .form-control.drops {
  background-image: url("../../assets/img/genspark-contact/arrow-down.svg");
  background-size: 24px 24px;
}
.form_group .form-control.is-invalid {
  background-image: none;
}
.form_group .form-control.msg {
  border: 1px solid #727272;
  padding: 16px;
  border-radius: 4px;
}
.form_group .resumeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.form_group .resumeBox .custom-file-upload {
  border-radius: 4px;
  border: 1px solid #ddddda;
  padding: 13px 16px;
  color: #ddddda;
  font-size: 16px;
  width: 100%;
}
.form_group .resumeBox .file {
  border-radius: 8px;
  border: 1px solid #ddddda;
  padding: 13px 16px;
}
.form_group .resumeBox .file.btn-resume {
  position: relative;
  overflow: hidden;
}
.form_group .resumeBox .file .resume-input {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
}
.form_group .resumeBox .file img {
  width: 24px;
  height: 24px;
}
.form_group .invalid-feedback {
  position: absolute;
  bottom: -24px;
  color: #a73837;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.form_group textarea {
  width: 100%;
  background-color: transparent;
}
.form_group.check_box {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.form_group.check_box input[type=checkbox] {
  margin: 6px 0 0 0;
}
.form_group.check_box input[type=checkbox] + label {
  color: #f3f3f3;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form_group.check_box input[type=checkbox] + label {
    max-width: 320px;
  }
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.iti {
  width: 100%;
}
.iti .iti__arrow {
  border: none;
  width: 8px;
  height: 8px;
  border-right: 1px solid #1c1c1c;
  border-top: 1px solid #1c1c1c;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.iti .iti__arrow.iti__arrow--up {
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
}
.iti .iti__selected-flag {
  padding-left: 16px;
  background-color: transparent !important;
}
.iti .iti__selected-dial-code {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  background-image: url("../../assets/img/carrers/arrow-down.svg");
  background-size: 24px 24px;
}