@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

a,
input,
button,
textarea {
  outline: none !important;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  text-decoration: none;
  color: #bbeadd;
}

ul li,
ol li {
  font-size: 24px;
  line-height: 36px;
  color: #3a3a3a;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  text-decoration: none;
  color: #bbeadd;
}

h1 {
  font-size: 74px;
  line-height: 112px;
  font-weight: 600;
}

h2 {
  font-size: 74px;
  line-height: 88px;
  font-weight: 500;
}

h3 {
  font-size: 56px;
  line-height: 84px;
  font-weight: 600;
}

h4 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
}

h5 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}

h6 {
  font-size: 21px;
  line-height: 40px;
  font-weight: 400;
}

.fix-width-1265 {
  width: 100%;
  max-width: 1265px;
}

.fix-width-1170 {
  width: 100%;
  max-width: 1170px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

/* common style */
.common-detail {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
}

.common-detail * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

.section-title {
  color: #d33327;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.section-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

.detail {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

.detail * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

.block-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  color: #002b56;
}

.block-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

.normal-title {
  color: #262626;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
}
.normal-title * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: capitalize;
  margin: 0;
}

.color-FBD647 {
  color: #fbd647;
}
.font-600 {
  font-weight: 600;
}
.font-400 {
  font-weight: 400;
}
/* common style */

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  padding: 8px 34px 10px;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.btn-small {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 8px;
}

.btn-parrot {
  color: #002b56 !important;
  border-color: #05f283 !important;
  background: #05f283 !important;
}

.btn-parrot:hover {
  color: #002b56 !important;
  border-color: #fbd647 !important;
  background: #fbd647 !important;
}

/* buttons */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.navbar {
  padding: 0;
  align-items: flex-end;
}

.navbar-brand {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 999;
  margin-top: -15px;
}

.navbar-brand figure {
  margin-bottom: 0;
}

.digital-creative {
  margin-left: 25px;
  padding: 36px 25px 14px 14px;
  background: #d33327;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.digital-creative span {
  color: #fff;
  display: block;
}

/* navbar toggler button start */
button.navbar-toggler {
  border: none;
}

.navbar-toggler {
  position: relative;
  z-index: 999;
  padding: 0;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler {
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 9999;
  right: 0;
}

.navbar-collapse {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 100%;
  width: 100%;
  bottom: 0;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  transition: 0.5s;
  z-index: 9;
}

.navbar-collapse.show {
  right: 0;
  height: auto;
}

.navbar-collapse.show::before {
  right: 0;
}

.navbar-collapse::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  right: -100%;
  background-color: #ffffff;
  transition: 0.5s;
  z-index: 9;
}

.navbar .navbar-nav {
  align-items: center;
  position: relative;
  top: 80px;
}

.header .navbar-nav .nav-item {
  padding: 20px 0;
}

.header .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar-toggler span {
  background-color: #ffffff;
  width: 40px;
  height: 4px;
  display: block;
  margin-bottom: 9px;
  transition: 0.5s;
  position: relative;
}

.navbar-toggler.open span:first-child {
  top: 5px;
  transform: rotate(45deg);
}

.navbar-toggler.open span:nth-child(2) {
  display: none;
}

.navbar-toggler.open span:last-child {
  top: -8px;
  transform: rotate(-45deg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* navbar toggler button end */

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/* banner start */
.banner-section {
  /* margin: -102px 0 0 0; */
  position: relative;
  /* background-image: url('../images/banner-bg.jpg'); */
  /* background-size: cover;
	background-repeat: no-repeat; */
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
}

.banner-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(93deg, #000 46.25%, rgba(0, 0, 0, 0.5) 54.46%);
  opacity: 0.65;
  mix-blend-mode: multiply;
}

.banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-block {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
}

.banner-content {
  position: relative;
  z-index: 9;
  padding: 199px 0 62px 0;
}

.banner-heading {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 715px;
}

.banner-heading * {
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

.banner-content .common-detail {
  width: 100%;
  max-width: 641px;
  margin: 18px 0 0 0;
}

.partnership-block {
  /* padding: 80px 0; */
  display: flex;
  justify-content: flex-end;
}

.partnership-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}

.partnership-block ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0 0 0 55px;
}

.partnership-block ul li {
  list-style: none;
  display: inline-flex;
}

.partnership-block ul li:not(:last-child) {
  margin-right: 33px;
}

.partnership-child-block {
  position: relative;
}

.partnership-child-block ul::before {
  content: "";
  position: absolute;
  background: url(../images/partners-shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 41px;
  height: 35px;
  left: 6px;
  top: 32px;
}

/* banner end */

/* filter section */
.filter-section {
  padding: 110px 0 210px;
  background: linear-gradient(
    134deg,
    rgba(255, 246, 249, 0.6) 0%,
    rgba(243, 225, 189, 0.6) 100%
  );
}

.filter-content .common-detail {
  width: 100%;
  max-width: 730px;
  margin: 20px auto 0;
  text-align: center;
  color: #262626;
}

.filter-list {
  margin: 55px 0 0 0;
}

.filter-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.filter-list ul li {
  list-style: none;
  display: inline-flex;
  color: #262626;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
}

.filter-list ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #d5c7b1;
  background: #fff;
  width: 170px;
  height: 130px;
}

.filter-list ul li a span {
  text-decoration: underline;
}

.filter-list ul li a:hover {
  color: #d33327;
}

.filter-list ul li:not(:last-child) {
  margin-right: 30px;
}

.filter-block {
  margin: 110px 0 0 0;
}

.filter-block .row > *:first-child > *:first-child {
  margin-top: 80px;
}

.filter-block .row > *:nth-child(2) > *:first-child {
  margin-top: 145px;
}

.filter-block .row > *:nth-child(4) > *:first-child {
  margin-top: 60px;
}

.filter-isotop-image {
  height: 380px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.filter-isotop-image:hover .filter-isotop-img * {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.filter-isotop-image::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, #262626 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.sky-blue-overlay::after {
  background: linear-gradient(180deg, rgba(105, 199, 182, 0) 0%, #649cae 100%);
}

.filter-isotop-title {
  position: absolute;
  top: 44px;
  z-index: 99;
  padding: 0 30px;
}

.filter-isotop-title * {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: inherit;
  margin: 0;
}

.filter-category-logo {
  position: absolute;
  bottom: 25px;
  right: 0;
  padding: 0 30px;
  z-index: 99;
}

.filter-isotop-detail {
  height: 380px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.filter-isotop-detail:hover .filter-isotop-detail-image * {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.filter-isotop-detail-title {
  padding: 30px 30px 28px;
}

.filter-isotop-detail-title * {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: inherit;
  margin: 0;
}

.button.is-checked {
  border: 2px solid #d33327;
  box-shadow: 0px 129px 36px 0px rgba(0, 0, 0, 0),
    0px 82px 33px 0px rgba(0, 0, 0, 0), 0px 46px 28px 0px rgba(0, 0, 0, 0.01),
    0px 21px 21px 0px rgba(0, 0, 0, 0.02), 0px 5px 11px 0px rgba(0, 0, 0, 0.02);
}

/* filter section */

/* design section */
.design-section {
  position: relative;
  padding: 50px 0 237px;
  background: #d33327;
}

.design-section::after {
  position: absolute;
  content: "";
  background-image: url("../images/design-vectore.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100px;
  left: 0;
  top: -100px;
  right: 0;
}

.design-top-block {
  position: relative;
}

.design-top-part {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.design-top-right-part .row {
  justify-content: flex-end;
  margin: 0;
}

.design-top-right-part .row > * {
  padding: 0;
}

.design-top-right-image {
  padding: 0 0 0 5px;
}

.design-top-right-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design-top-left-title {
  width: 100%;
  max-width: 510px;
  padding: 0 0 0 85px;
}

.design-top-left-title * {
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}

.design-top-left-title span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.design-top-left-title > * > *:nth-child(2) {
  margin-right: -20px;
}

.design-top-left-title > * > *:nth-child(1) {
  position: relative;
  top: 10px;
}

.design-top-left-title b {
  position: relative;
  top: -10px;
}

.design-center-part .detail {
  width: 100%;
  max-width: 825px;
  margin: 70px 0 0 0;
  padding: 0 0 0 130px;
}

.design-bottom-part {
  margin: 105px 0 0 0;
}

.design-bottom-part .row {
  align-items: center;
  margin: 0;
}

.design-bottom-part .row > * {
  padding: 0;
}

.design-bottom-left-image {
  padding: 0 6px 0 0;
}

.design-bottom-left-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design-bottom-right-title {
  margin: 0 0 0 -152px;
}

.design-bottom-right-title * {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-size: 100px;
  font-weight: 500;
  color: transparent;
  line-height: 110%;
  margin: 0;
}

.design-bottom-right-part .detail {
  width: 100%;
  max-width: 470px;
  margin: 55px 0 0 100px;
}

/* design section */

/* 404 page */
.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 372px);
  background: #649cae;
  margin: -102px 0 0 0;
}

.error-main .section-title {
  font-size: 150px;
  line-height: 150px;
}

.small-title-404 * {
  font-size: 30px;
  color: #000;
  margin: 0;
}

.error-page .detail {
  color: #000;
}

.error-page .btn {
  padding: 14px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #d33327;
  background: #d33327;
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}

.error-page .btn:hover {
  background: none;
  color: #d33327;
}

/* 404 page */

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
  position: relative;
  padding: 0;
}

.footer-top {
  padding: 73px 0 0;
  background: url(../images/footer-bg.png);
  background-size: 100% 100%;
}

.footer-top-content {
  display: flex;
  padding-bottom: 100px;
}

.footer-logo a {
  display: inline-block;
}

.footer-left-part-paragraph {
  width: 100%;
  max-width: 282px;
  margin-top: 47px;
}

.footer-top-left-part {
  padding-right: 170px;
  position: relative;
}

.footer-top-left-part::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 152px;
  right: 0;
  top: 0;
  bottom: 0;
}

.footer-menu-list {
  margin-bottom: 5px;
}

.footer-menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu-list ul li {
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 107.143%;
}

.footer-menu-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-menu-list ul li a:hover {
  color: #029de0;
}

.footer-menu-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  margin-bottom: 15px;
  display: block;
}

.footer-top-right-part {
  margin-left: 65px;
  display: flex;
  justify-content: space-between;
}

.footer-social-media-part .link-block {
  display: flex;
  margin-bottom: 30px;
}

.footer-social-media-part .link-block *:not(:last-child) {
  margin-right: 20px;
}

.footer-social-media-part .link-block * {
  display: inline-flex;
  font-family: "Lexend", sans-serif;
  color: #27def2;
  font-size: 30px;
  font-weight: 600;
  line-height: 126.667%;
}

.footer-social-media-part {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 175px;
}

.footer-social-media-icon ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.footer-social-media-icon ul li {
  display: inline-flex;
  align-items: center;
}

.footer-social-media-icon ul li:not(:last-child) {
  margin-right: 32px;
}

.footer-social-media-icon ul li a {
  font-size: 20px;
  color: #fff;
  font-size: 33px;
}

.footer-social-media-icon ul li a:hover {
  color: #029de0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.footer-bottom {
  padding: 28px 0;
  background: #002b56;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom-left-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-bottom-left-list ul li {
  position: relative;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 128.571%;
}

.footer-bottom-left-list ul li:not(:last-child) {
  margin-right: 12px;
}

.footer-bottom-left-list ul li a {
  text-decoration: underline;
}

.footer-bottom-left-list ul li a:hover {
  color: #029de0;
}

.footer-bottom-left-list ul li::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: 2px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.footer-bottom-left-list ul li:last-child:after {
  display: none;
}

.footer-bottom-right-part ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom-right-part ul li {
  position: relative;
  list-style: none;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 128.571%;
}

.footer-bottom-right-part ul li:not(:last-child) {
  margin-right: 25px;
}

.footer-bottom-right-part ul li::after {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255, 0.3);
  width: 1px;
  height: 25px;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.footer-bottom-right-part ul li:last-child::after {
  display: none;
}

.footer-bottom-right-part ul li:last-child:hover a {
  color: #029de0;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/* alx-programme-careers */

.alx-programme-careers-section {
  padding: 80px 0 78px 0;
  background: #f3f9fb;
}

.alx-programme-careers-section .programme-careers-main-title {
  margin-bottom: 50px;
}

.alx-programme-careers-section .programme-careers-main-title .block-title {
  margin-bottom: 10px;
}

.alx-programme-careers-section .programme-careers-main-title .main-detail {
  letter-spacing: 0.36px;
}

.programme-careers-description {
  max-width: 1171px;
  margin-left: auto;
  margin-right: auto;
}

.programme-careers-block {
  /* cursor: pointer; */
  position: relative;
  height: calc(100% - 30px);
  background: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.programme-careers-block:hover {
  z-index: 9;
}

.programme-careers-block .programme-careers-inner-detail {
  position: absolute;
  left: calc(100% - 9px);
  /* right: 0; */
  top: 50%;
  width: 349px;
  height: 390px;
  overflow: hidden;
  padding: 31px 25px 31px 32px;
  background-image: url("../images/tooltip-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9;
  display: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

/* .programme-careers-block .programme-careers-inner-detail:before {
	content: '';
	position: absolute;
	left: -9px;
	top: 50%;
	background-image: url('../images/side-arrow.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 44px;
	height: 25px;
	z-index: 99;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
} */

.programme-careers-list
  > .row
  > [class*="col-"]:nth-child(4n + 3)
  .programme-careers-block
  .programme-careers-inner-detail {
  left: unset;
  right: calc(100% - 9px);
  background-image: url("../images/tooltip-bg-right.png");
}

.programme-careers-list
  > .row
  > [class*="col-"]:nth-child(4n)
  .programme-careers-block
  .programme-careers-inner-detail {
  left: unset;
  right: calc(100% - 9px);
  background-image: url("../images/tooltip-bg-right.png");
}

.programme-careers-block:hover .programme-careers-inner-detail {
  display: block;
}

.programme-careers-block .programme-careers-inner-detail > * {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.programme-careers-block
  .programme-careers-inner-detail
  .how-learn-time-list
  ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
  padding: 0;
  list-style-type: none;
}

.programme-careers-block
  .programme-careers-inner-detail
  .how-learn-time-list
  ul
  li {
  display: inline-flex;
  align-items: center;
  margin: 0 5px 10px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: 135%;
}

.programme-careers-block
  .programme-careers-inner-detail
  .how-learn-time-list
  ul
  li
  a {
  color: #029de0;
  margin-left: 5px;
}

.programme-careers-block
  .programme-careers-inner-detail
  .how-learn-time-list
  ul
  li
  a:last-child {
  margin-left: 0;
}

.programme-careers-block
  .programme-careers-inner-detail
  .how-learn-time-list
  ul
  li
  a:hover {
  color: #262626;
}

.programme-careers-block
  .programme-careers-inner-detail
  .how-learn-time-list
  ul
  li
  svg {
  margin-right: 5px;
}

.programme-careers-block .how-to-learn-block .how-learn-title {
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 135%;
  color: #002b56;
  margin-bottom: 10px;
}

.programme-careers-block .how-to-learn-block .how-learn-title * {
  margin: 0;
}

.programme-careers-block .how-to-learn-block .how-to-learn-detail .detail {
  font-size: 12px;
  line-height: 135%;
}

.programme-careers-block .how-to-learn-block .how-to-learn-detail .detail p {
  margin-bottom: 5px;
}

.programme-careers-block .how-to-learn-block .how-to-learn-detail a {
  color: inherit;
  text-decoration: underline;
}

.programme-careers-block .how-to-learn-block .how-to-learn-detail a:hover {
  color: #029de0;
}

.programme-careers-block .how-to-learn-block .how-learn-list ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.programme-careers-block .how-to-learn-block .how-learn-list ul li {
  position: relative;
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  list-style-type: none;
  font-size: 12px;
  line-height: 135%;
}

.programme-careers-block .how-to-learn-block .how-learn-list ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome6FreeSolid900";
  left: 0;
  top: 0;
  color: #002b56;
}

.programme-careers-block .how-to-learn-block .how-learn-list ul li:last-child {
  margin-bottom: 0;
}

.programme-careers-block .how-to-learn-block .how-learn-list ul li a {
  color: inherit;
}

.programme-careers-block .how-to-learn-block .how-learn-list ul li a:hover {
  color: #029de0;
}

.programme-careers-block .programme-careers-detail {
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.programme-careers-block .careers-image {
  height: 160px;
  overflow: hidden;
}

.programme-careers-block .careers-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.programme-careers-block .careers-detail {
  height: calc(100% - 160px);
  padding: 21px 22px 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.programme-careers-block .careers-subtitle {
  color: rgba(38, 38, 38, 0.7);
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

.programme-careers-block .careers-title {
  font-weight: 600;
  color: #002b56;
  margin: 2px 0;
}

.programme-careers-block .careers-title * {
  color: #002b56;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.programme-careers-block .careers-title a:hover {
  color: #00e0ff;
}

.programme-careers-block .careers-detail .detail {
  font-size: 15px;
  line-height: 120%;
  color: #002b56;
}

.programme-careers-block .careers-detail .careers-button {
  position: relative;
  /* z-index: 99; */
  padding-top: 35px;
}

.programme-careers-block .careers-detail .careers-button .btn {
      width: 100%;
      transition: 0.4s;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
}

.programme-careers-carousel {
  opacity: 0;
}

.programme-careers-carousel.slick-initialized {
  opacity: 1;
}

.programme-careers-carousel .slick-track {
  display: flex;
}

.programme-careers-carousel .slick-list {
  margin: 0 -8px;
}

.programme-careers-carousel .slick-slide {
  padding: 0 8px;
  height: inherit;
}

.programme-careers-carousel .programme-careers-block {
  background: #dff6ff;
}

.programme-careers-carousel .programme-careers-block .careers-detail {
  padding: 20px 15px;
}

.programme-careers-accordion .accordion-item {
  margin: 0;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.programme-careers-accordion .accordion-button {
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #029de0;
  padding: 17px 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.programme-careers-accordion .accordion-button:after {
  content: "\f107";
  font-family: "FontAwesome6FreeSolid900";
  background: transparent;
  width: auto;
  height: auto;
  color: #262626;
}

.programme-careers-accordion .accordion-button.collapsed {
  color: #262626;
}

.programme-careers-accordion .accordion-body {
  padding: 15px 0 2px;
}

.careers-learn-more-btn {
  text-align: center;
  margin: 8px 0 0;
}

.careers-learn-more-btn * {
  font-size: 15px;
  line-height: 140%;
  color: #029de0;
  text-align: center;
}
.careers-learn-more-btn a:hover {
  color: #002b56 !important;
}

.alx-programme-careers-section .programme-careers-main-title .block-title {
  color: #262626;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.alx-programme-careers-section .programme-careers-main-title .main-detail {
  width: 100%;
  max-width: 797px;
  margin: 20px auto 0;
}

.alx-programme-careers-section .programme-careers-main-title .main-detail {
  color: #262626;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.block-title.all-program-tab-title {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 130%;
  color: #029de0;
  text-align: center;
}

/* alx-programme-careers */

/* our partnarship */
.our-partnership-section {
  padding: 85px 0 155px;
  background-image: url(../images/our-partmnership-slider-bg-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 0 -1px 0;
}
.our-partnership-content .our-partnership-title * {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

.our-partnership-content .common-detail {
  width: 100%;
  max-width: 740px;
  text-align: center;
  margin: 15px auto 0;
}

.our-partnership-content .common-detail * {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.our-partnership-slider-block {
  width: 100%;
  max-width: 770px;
  margin: 60px auto 0;
}

.our-partnership-slider-detail {
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
  /* box-shadow: 0px 419px 117px 0px rgba(0, 0, 0, 0.00), 0px 268px 107px 0px rgba(0, 0, 0, 0.01), 0px 151px 90px 0px rgba(0, 0, 0, 0.05), 0px 67px 67px 0px rgba(0, 0, 0, 0.09), 0px 17px 37px 0px rgba(0, 0, 0, 0.10); */
}

.our-partnership-slider-detail .our-partnership-slider-image {
  width: 100%;
  height: 210px;
}

.our-partnership-slider-detail .our-partnership-slider-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-partnership-slider-detail .our-partnership-slider-image img {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}

.our-partnership-slider-detail .our-partnership-slider-logo .partners-logo {
  height: 35px;
}

.our-partnership-slider-detail .our-partnership-slider-info {
  padding: 35px 40px 42px;
  height: calc(100% - 210px);
  background: #fff;
}

.our-partnership-slider-info .our-partnership-slider-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.our-partnership-slider-info .our-partnership-slider-info-paragraph {
  margin: 25px 0 0;
  color: #262626;
  font-size: 16px;
  line-height: 150%;
}

.our-partnership-slider {
  opacity: 0;
}

.our-partnership-slider.slick-initialized {
  opacity: 1;
}

.our-partnership-slider .slick-list {
  margin: 0 -15px;
}

.our-partnership-slider .slick-slide {
  padding: 0 15px;
  height: inherit;
}

.our-partnership-slider .slick-track {
  display: flex;
}

.our-partnership-slider {
  overflow: hidden;
}

.our-partnership-slider-item {
  box-shadow: 0px 419px 117px 0px rgba(0, 0, 0, 0),
    0px 268px 107px 0px rgba(0, 0, 0, 0.01),
    0px 151px 90px 0px rgba(0, 0, 0, 0.05),
    0px 67px 67px 0px rgba(0, 0, 0, 0.09), 0px 17px 37px 0px rgba(0, 0, 0, 0.1);
}

.our-partnership-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 30px 0 0;
}

.our-partnership-slider .slick-dots li {
  width: 18px;
  height: 18px;
  background: #05f283;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.our-partnership-slider .slick-dots li:not(:last-child) {
  margin-right: 6px;
}

.our-partnership-slider .slick-dots li:hover {
  background: #029de0;
}

.our-partnership-slider .slick-dots li.slick-active {
  background: #029de0;
}

.our-partnership-slider .slick-dots button {
  display: none;
}
/* our partnarship */

/*creative track*/
.creative-track-section {
  padding: 133px 0 110px 0;
  background: url(../images/creative-track-bg.png);
  background-size: 100% 100%;
  margin: 0 0 -1px 0;
}

.creative-track-section .creative-track-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.creative-track-section .creative-track-wrap .creative-track-left {
  max-width: 457px;
}

.creative-track-section .creative-track-title {
  max-width: 409px;
}

.creative-track-section .creative-track-title * {
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

.creative-track-section .creative-track-detail {
  margin-top: 39px;
}

.creative-track-section .creative-track-detail * {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.creative-track-section .creative-track-wrap .creative-track-right img {
  max-width: 570px;
  width: 100%;
}

/*creative track*/

/*program-details-page*/

/*program-banner*/
.program-banner-section {
  /* margin: -34px 0 -1px 0; */
  position: relative;
  /* background-image: url(../images/banner-bg.jpg); */
  width: 100%;
  height: 100%;
}
.program-banner-image {
  width: 100%;
  position: absolute;
    width: 100%;
    height: 100%;
}

.program-banner-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.program-banner-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(93deg, #000 46.25%, rgba(0, 0, 0, 0.5) 54.46%);
  opacity: 0.65;
  mix-blend-mode: multiply;
}
.program-banner-section .program-banner-block {
  position:relative;
  /* left: 0; */
  /* right: 0; */
  z-index: 99;
}

.program-banner-section
  .program-banner-block
  .program-banner-content
  .small-block
  * {
  color: #fbd647;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
}
.program-banner-section .program-banner-block .program-banner-content {
  max-width: 595px;
      padding: 193px 0 211px 55px;
}

.program-banner-content .program-banner-heading {
  margin: 8px 0;
}
.program-banner-content .program-banner-heading * {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  margin: 0;
}

.program-banner-section .program-banner-block .btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  padding: 11.5px 102px 11.5px;
  color: #002b56;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

/* .program-banner-section .program-banner-block {
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} */

.program-banner-image * {
  width: 100%;
  height: 100%;
    object-fit: cover;
  object-position: center;
}
/*program-banner*/

/*-----------------program-navy-bar-start-----------*/
.program-navy-bar-main {
  /* position: fixed;
    top: auto;
    bottom: 0%;
	left: 0;
	right: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 14px; */
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  /* z-index: -1; */
}

.program-navy-bar-main.atfix {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.program-navy-bar-section {
  /* max-width: 1030px;
    margin: 0 auto; */
  /* filter: drop-shadow(0px 27px 59px rgba(0, 0, 0, 0.10)) drop-shadow(0px 107px 107px rgba(0, 0, 0, 0.09)) drop-shadow(0px 240px 144px rgba(0, 0, 0, 0.05)) drop-shadow(0px 427px 171px rgba(0, 0, 0, 0.01)) drop-shadow(0px 667px 187px rgba(0, 0, 0, 0.00)); */
  /* box-shadow: 0px 667px 187px 0px rgba(0, 0, 0, 0.00), 0px 427px 171px 0px rgba(0, 0, 0, 0.01), 0px 240px 144px 0px rgba(0, 0, 0, 0.05), 0px 107px 107px 0px rgba(0, 0, 0, 0.09), 0px 27px 59px 0px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; */
  padding: 26px 0;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
}

.program-navy-bar-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 37px 47px 34px 52px; */
}

.program-navy-pb-list {
  display: flex;
  align-items: center;
}

.program-navy-pb-item {
  position: relative;
  margin-right:55px;
}

.program-navy-pb-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 43px;
  top: 50%;
  right: -22px;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.program-navy-pb-list *:last-child:after {
  width: 0px;
}
/* .program-navy-bar-main.atfix .program-navy-pb-item:last-child:after {
    content: none;
  } 
  .lp-program-navy-bar-main.atfix .program-navy-pb-item:last-child {
    display: none;
  } */
/* .program-navy-pb-item:last-child {
    display: none;
  } */

/* .program-navy-pb-item:nth-last-child(2):after {
    content: none;
  } */

/* .program-navy-pb-item:last-child {
    display: none;
  }

  .program-navy-pb-item:nth-last-child(2):after {
    content: none;
  }

  .program-navy-bar-main.atfix .program-navy-pb-item:last-child {
    display: block;
  }

  .lp-program-navy-bar-main.atfix .program-navy-pb-item:last-child {
    display: none;
  }

  .lp-program-navy-bar-main.atfix .program-navy-pb-item:nth-child(3)::after {
    display: none;
  }

  .program-navy-bar-main.atfix .program-navy-pb-item:nth-last-child(2):after {
    content: "";
  }

  .program-navy-bar-main.atfix .program-navy-pb-item:last-child:after {
    content: none;
  } */

.program-navy-pb-item * {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.program-navy-pb-btns {
  display: flex;
}

.program-navy-pb-btns .btn {
  font-size: 16px;
  line-height: 150%;
  margin-right: 13px;
}

.program-navy-pb-btns .btn:last-child {
  margin-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 12px 106px 12px;
}

/* mobile */
.program-navy-section-mobile {
  padding: 20px 0;
}

.program-navy-mobile-item {
  margin-bottom: 10px;
}

.program-navy-mobile-item:last-child {
  margin-bottom: 0;
}

.program-navy-mobile-item p {
  margin-bottom: 0;
}

.program-navy-mobile-item-title * {
  line-height: 171.429% !important;
}

.program-navy-mobile-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.program-pnpbr-mobile.pnpbr-mobile {
  position: fixed;
  z-index: 9999;
  margin-bottom: -15px;
}
.pnpbr-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff !important;
  z-index: 9999;
}
.pnpbr-btn a {
  padding: 12px 99.5px 12px;
}
/* mobile */
/*----------------program-navy-bar-end-------------*/

/*overview*/
.overview-main {
  padding: 98px 0 85px;
}

.overview-main .overview-wrap {
  max-width: 1168px;
  margin: 0 auto;
}

.overview-main .overview-wrap .row {
  align-items: center;
}

.overview-main .overview-wrap .overview-left {
  max-width: 520px;
}

.overview-main .overview-wrap .overview-left .btn {
  border-radius: 95px;
  border: 1px solid #029de0;
  color: #029de0;
  padding: 8px 38px 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.overview-main .overview-wrap .overview-left .btn:hover {
  border: 1px solid transparent;
  color: #fff;
  background: #029de0;
  padding: 8px 60px 10px;
}

.overview-main .overview-wrap .overview-left .detail {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 30px;
}
.overview-main .overview-wrap .overview-left .normal-title {
  margin-bottom: 20px;
}

/* .overview-main .overview-wrap .overview-left .detail{
  color: #262626;
  margin: 0 0 20px;
} */

/* .overview-main .overview-wrap .overview-left .normal-title * {
  margin-top: 0;
} */

/* .overview-main .overview-wrap .overview-left .normal-title {
  margin-top: 0;
} */

/*overview*/

/*modules*/
.modules-main {
  padding: 40px 0 104px 0;
}

.modules-wrap {
  max-width: 1167px;
  margin: 0 auto;
}

.modules-title {
  display: flex;
  justify-content: space-between;
  max-width: 1167px;
  margin: 0 auto;
}

.modules-main .modules-wrap {
  max-width: 1167px;
  margin: 36px auto 0 auto;
}

.modules-main .modules-title .btn {
  border-radius: 95px;
  border: 1px solid #029de0;
  color: #029de0;
  padding: 8px 60px 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.modules-main .modules-title .btn:hover {
  border: 1px solid transparent;
  color: #fff;
  background: #029de0;
  padding: 8px 60px 10px;
}

.modules-wrap .module-block {
  border-radius: 6px;
  background: #edfaff;
  padding: 26px 28px 30px 34px;
  margin-bottom: 20px;
  height: 90%;
  min-height: 170px;
}

.modules-wrap .module-block .common-detail {
  color: #002b56;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #27def2;
  margin-bottom: 18px;
}

.modules-wrap .module-block .detail {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.modules-wrap .row > * {
  padding-left: 11px;
  padding-right: 11px;
}

.modules-wrap .row {
  margin-left: -11px;
  margin-right: -11px;
}

/*modules*/

/*outcome*/
.outcome-main {
  background: url(../images/creative-track-bg.png);
  background-size: 100% 100%;
  padding: 69px 0 134px;
}

.outcome-main .outcome-title {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 59px auto;
  flex-direction: column;
  align-items: center;
}

.outcome-main .outcome-title .normal-title {
  color: #fff;
}

.outcome-main .outcome-title .common-detail {
  /* max-width: 607px; */
  max-width: 607px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 18px;
}

.outcome-main .outcome-wrap {
  max-width: 1154px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 59px 77px 43px 70px;
}

.outcome-main .outcome-wrap .row {
  /* align-items: center; */
}

.outcome-main .outcome-wrap .outcome-right {
  /* max-width: 505px; */
  padding: 0 0 0 60px;
}

.outcome-main .outcome-wrap .outcome-right .block-title {
  margin: 0 0 17px;
  text-transform: unset;
}

.outcome-main .outcome-wrap .outcome-right ul li {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 13px;
}

.outcome-main .outcome-wrap .outcome-right ul {
  padding-left: 0px;
}

.outcome-main .outcome-wrap .outcome-right ul li::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  background: url(../images/outcome-bullet.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22.862px;
  height: 17px;
}

.outcome-main .outcome-wrap .outcome-right ul li::marker {
  display: none;
  font-size: 0px;
}

.outcome-main .outcome-wrap .outcome-left img {
  max-width: 428px;
}

.outcome-main .outcome-wrap .outcome-left {
  height: 100%;
}

/* .outcome-main .outcome-wrap .outcome-left figure {
  height: 100%;
} */

/*outcome*/

/*eligibile*/
.eligibility-main {
  padding: 83px 0 102px 0;
}

.eligibility-main .eligibility-wrap {
  margin-top: 36px;
  max-width: 1168px;
  margin: 36px auto 0 auto;
}

.eligibility-main .eligibility-block {
  background: #f3f9fb;
  padding: 43px 30px;
  display: flex;
  min-height: 275px;
  height: 100%;
}

.eligibility-main .eligibility-block .eligibility-detail {
  margin-left: 24px;
  max-width: 443px;
}

.eligibility-main .eligibility-block .eligibility-detail .common-detail {
  color: #262626;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 28px;
}

.eligibility-main .eligibility-block .eligibility-detail ul li {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.eligibility-main .eligibility-block .eligibility-detail ul {
  list-style: disc;
}
.eligibility-main .eligibility-block .eligibility-detail ul ul {
  padding-left: 50px;
  margin-top: 30px;
}
.eligibility-main .eligibility-block .eligibility-detail ul ul *:first-child {
  padding-left: 18px;
  position: relative;
  left: -33px;
}
/* .eligibility-main .eligibility-block .eligible-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  padding: 20px;
  background-color: #e9f0fe;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
} */

/* .eligibility-main .eligibility-block .eligible-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
} */
/*eligibile*/

/*about ccs*/
.ccs-main {
  padding: 73px 0 50px 0;
  background: #f3f9fb;
}

.ccs-wrap {
  max-width: 1082px;
  margin: 0 auto;
  display: flex;
}
.ccs-main .ccs-wrap img {
  max-width: 175px;
}
.ccs-main .ccs-wrap .ccs-detail {
  margin-left: 46px;
}
.ccs-main .ccs-wrap .ccs-detail .normal-title {
  color: #262626;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.ccs-main .ccs-wrap .ccs-detail .detail {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 26px 0 20px 0;
}

.ccs-main .ccs-wrap .ccs-detail a {
  color: #029de0;
  text-decoration-line: underline;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.ccs-main .ccs-wrap .ccs-detail a:hover {
  color: #002b56;
}

/*faqs*/

/*program-details-page*/
/*23/9/2024*/
.color-262626 {
  color: #262626 !important;
}
.color-262626 * {
  color: #262626 !important;
}
/*23/9/2024*/
