body.about-us-page .main-content-wrapper {
  background-color: #0a3d9c;
}

body.about-us-page header .main-menu ul li a {
  color: #fff;
}

body.about-us-page.about-hero-loading {
  height: 100svh;
}

body.about-us-page.about-hero-loading .bbt-yp-hero {
  touch-action: none;
}

body.about-us-page header .black-logo {
  display: none;
}

@media (max-width: 767px) {
  body.about-us-page .mob-sticky-btn {
    display: block !important;
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    z-index: 999;
  }
}

@media (max-width: 991.9px) {
  body.about-us-page header .black-logo {
    display: none;
  }

  body.about-us-page header .offcanvas-menu label span,
  .offcanvas-menu label span::before,
  .offcanvas-menu label span::after {
    background: #fff;
  }
}

/*  Careers about section css start */
.bbt-yp-hero {
  background-color: #000;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  height: 100svh;
  --hero-blue-size: 95vw;
}

.bbt-yp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(../images/about-us-hero.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  transform: none;
  pointer-events: none;
}

.desktop-student-img {
  display: block;
}

.mobile-student-img {
  display: none;
}

.bbt-yp-hero .main-hero-items,
.bbt-yp-hero .main-hero-items>.d-flex {
  height: 100%;
}

.bbt-yp-hero .main-hero-items {
  position: relative;
  z-index: 1;
}

.bbt-yp-hero .main-title {
  position: relative;
  z-index: 2;
  padding-left: clamp(20px, 5vw, 136px);
  width: 36vw;
  transform: translateY(30%);
}

.bbt-yp-hero .main-title h2.hero-txt {
  color: #fff;
  font-family: Satoshi;
  font-size: 2.3em;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  /* 53.76px */
}

.main-title .panel-body {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 30.8px */
  padding-top: 50px;
}

.bbt-yp-hero .blue-circle {
  will-change: transform;
  position: absolute;
  top: clamp(-198px, -14vh, -90px);
  left: calc(var(--hero-blue-size) * -0.5);
  width: var(--hero-blue-size);
  height: var(--hero-blue-size);
  border-radius: 50%;
  background: #0a3d9c;
  transform-origin: center center;
  z-index: 1;
}

body.about-us-page.about-hero-loading .bbt-yp-hero .blue-circle {
  animation: aboutHeroCircleIn 1.55s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

body.about-us-page.about-hero-loading .bbt-yp-hero .main-title h2.hero-txt {
  animation: aboutHeroTextIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1.58s both;
}

body.about-us-page.about-hero-loading .bbt-yp-hero .main-title .panel-body {
  animation: aboutHeroTextIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1.74s both;
}

@keyframes aboutHeroCircleIn {
  from {
    transform: translateX(-58%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes aboutHeroTextIn {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-120px);
  }

  1% {
    visibility: visible;
  }

  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

.bbt-yp-hero .blue-circle-ele {
  display: flex;
  align-items: center;
}

.main-hero-items .hero-student-img img {
  width: 100%;
  height: auto;
  max-width: 780px;
}

.bbt-yp-hero .yellow-circle-1 {
  position: absolute;
  bottom: clamp(-400px, -42vh, -200px);
  right: clamp(-200px, -10vw, -50px);
  --about-yellow-size: clamp(576px, 50vw, 941px);
  width: var(--about-yellow-size);
  height: var(--about-yellow-size);
  border-radius: 50%;
  background-color: #f7df00;
  z-index: 0;
}

.about-student-img {
  bottom: -57px;
  right: clamp(-82px, -6vw, 42px);
  will-change: transform, opacity;
}

.about-student-img img {
  width: 100%;
  max-width: clamp(507px, 55vw, 937px);
}

.mob-hero {
  display: none;
}

@media (max-width: 1023.9px) {
  .bbt-yp-hero::before {
    background-position: 35%;
    bottom: -204px;
  }

  .bbt-yp-hero .blue-circle {
    top: -40px;
  }

  .bbt-yp-hero .main-title {
    bottom: 50px;
  }

  .bbt-yp-hero .yellow-circle-1 {
    bottom: -319px;
    right: -100px;
    width: 646px;
    height: 646px;
  }

  .about-student-img {
    bottom: 0px;
    right: -20px;
  }

  .about-student-img img {
    max-width: clamp(507px, 60vw, 937px);
  }
}

@media (max-width: 991.9px) {
  .bbt-yp-hero .yellow-circle-1 {
    bottom: -331px;
  }

  .bbt-yp-hero .main-title {
    width: 42vw;
  }
}

@media (max-width: 767.9px) {
  .bbt-yp-hero {
    display: none;
  }

  /* .bbt-yp-hero .blue-circle {
    top: 471px;
    left: -57px;
    width: 901px;
    height: 801px;
  } */
  .mob-hero {
    display: block;
    position: relative;
  }

  .mob-content {
    position: relative;
  }

  .mob-content:before {
    content: "";
    position: absolute;
    top: -146px;
    left: 50%;
    transform: translateX(-50%);
    width: 180%;
    height: 690px;
    border-radius: 800px 800px 0 0;
    background: #0a3d9c;
  }

  .mob-content .content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .mob-content .content .hero-txt {
    font-family: Satoshi;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
  }

  .mob-content .content .panel-body {
    font-family: Poppins;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.145px;
  }
}

@media (max-width: 576.9px) {
  .mob-content:before {
    top: -98px;
  }
}

/*  Careers about section css end */

/* Awareness section css start */
section.awareness-about-sec {
  background-color: #0a3d9c;
  padding: clamp(64px, 9vh, 96px) 0 clamp(130px, 13vh, 188px);
}

@media (min-width: 768px) {
  section.awareness-about-sec {
    padding: clamp(130px, 13vh, 188px) 0;
    min-height: 100svh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
}

.awareness-about-sec .career-wrapper {
  display: flex;
  justify-content: space-between;
  gap: clamp(47px, 8vw, 127px);
  align-items: center;
}

.awareness-about-sec .avm-image-wrap {
  width: 50%;
}

.awareness-about-sec .avm-text {
  width: 40%;
  margin-top: 17px;
}

.awareness-about-sec img {
  max-width: 682px;
  object-fit: cover;
  max-height: 646px;
  margin-left: 16px;
}

.awareness-about-sec p.text-p {
  color: #fff;
  font-family: Poppins;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: flex;
  align-items: center;
}

@media (max-width: 1023.9px) {
  .awareness-about-sec img {
    max-width: 382px;
  }
}

@media (max-width: 767.9px) {
  .awareness-about-sec {
    position: relative;
    z-index: 3;
    padding-top: 50px;
  }

  .awareness-about-sec .career-wrapper {
    gap: 47.11px;
    flex-direction: column;
  }

  .awareness-about-sec .avm-image-wrap,
  .awareness-about-sec .avm-text {
    width: 100%;
  }

  .awareness-about-sec img {
    margin-left: 0;
  }

  .awareness-about-sec p.text-p {
    text-align: center;
    font-size: 17px;
    line-height: 153%;
  }
}

@media (max-width: 576.9px) {
  .awareness-about-sec {
    padding: 156px 0 203px 0 !important;
  }
}

/*Awareness section css end */

/* Our vision section css start  */
.our-vision-sec {
  background-image: none;
  background-position: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  --vision-radial-scale: 0;
  --vision-radial-opacity: 0;
  --vision-radial-reveal: 0%;
}

@supports (height: 100svh) {
  .our-vision-sec {
    height: 100svh;
    min-height: 100svh;
  }
}

@media (min-width: 768px) {
  .our-vision-sec {
    margin-top: calc(-100vh - 1px);
  }
}

@supports (height: 100svh) {
  @media (min-width: 768px) {
    .our-vision-sec {
      margin-top: calc(-100svh - 1px);
    }
  }
}

/* About page animation add-on: radial lines scale from center on scroll */
.our-vision-sec::before {
  content: "";
  position: absolute;
  inset: -12%;
  background-image: url(../images/Radial.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: circle(var(--vision-radial-reveal, 0%) at 50% 50%);
  transform: none;
  transform-origin: center center;
  opacity: var(--vision-radial-opacity, 0);
  will-change: clip-path, opacity;
  z-index: 0;
}

.our-vision-sec .container-xxl {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-wrapper {
  /* transform: translateY(-50%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 72px;
  width: 100%;
}

.vision-text-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.left-semicircle img,
.right-semicircle img {
  max-width: 106.5px;
  height: 71px;
}

.heading-title h2 {
  color: #fff;
  text-align: center;
  font-family: "Satoshi";
  font-size: 2.3em;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  /* 60.48px */
}

.our-vision-sec .para-text {
  width: 52%;
  margin: 0 auto;
}

.our-vision-sec .para-text p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 44.8px */
}

@media (max-width: 1023.9px) {
  .vision-text-area {
    gap: 0px;
  }

  .vision-wrapper {
    gap: 52px;
  }
}

@media (max-width: 991px) {
  .our-vision-sec .para-text {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .our-vision-sec {
    --vision-radial-scale: 1;
    --vision-radial-opacity: 0.95;
    --vision-radial-reveal: 85%;
  }

  .vision-wrapper {
    gap: 25px;
  }

  .left-semicircle img,
  .right-semicircle img {
    max-width: 46.5px;
    height: 31px;
  }

  .heading-title h2 {
    font-size: 28px;
    line-height: 118%;
  }

  .our-vision-sec .para-text {
    width: 104%;
  }

  .our-vision-sec .para-text p {
    font-size: 18px;
    line-height: 153%;
  }
}

/* Our vision section css end  */

/* core values section css start  */
.core-value-sec {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@supports (height: 100svh) {
  .core-value-sec {
    height: 100svh;
    min-height: 100svh;
  }
}

.core-value-sec .value-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.core-value-sec .left-sec {
  width: 50%;
  display: flex;
  justify-content: center;
}

.core-value-sec .main-heading .white-circle {
  background-color: #ffffff;
  border-radius: 50%;
  --circle-size: clamp(250px, 25vw, 460px);
  width: var(--circle-size);
  height: var(--circle-size);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.core-value-sec .main-heading .white-circle h2 {
  color: #0a3d9c;
  font-family: Satoshi;
  font-size: 2.3em;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
}

.core-value-sec .main-heading .white-circle p {
  color: #0a3d9c;
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 30.8px */
}

.core-value-sec .right-sec {
  width: 50%;
  overflow: visible;
}

.core-value-sec .text-wrapper {
  --core-timeline-x: clamp(-87px, -6vw, -46px);
  --core-content-indent: clamp(0px, 6vw, 87px);
  display: flex;
  flex-direction: column;
  gap: clamp(84px, 7vw, 136px);
  align-items: center;
  position: relative;
  padding-left: var(--core-content-indent);
  will-change: transform;
}

.core-value-sec .core-para {
  position: relative;
  width: 84%;
  margin: 0 auto 0 0;
}

.core-value-sec .core-para:nth-of-type(3n + 1) {
  width: 73%;
}

.core-value-sec .core-para:nth-of-type(3n + 2) {
  width: 88%;
}

.core-value-sec .core-para:nth-of-type(3n) {
  width: 68%;
}

.core-value-sec .text-wrapper .core-para h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 600;
  line-height: 154%;
  /* 43.12px */
  margin-top: 9px !important;
}

.core-value-sec .text-wrapper .core-para p {
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 30.8px */
}

.core-value-sec .text-wrapper::before {
  content: "";
  position: absolute;
  left: calc(var(--core-content-indent) + var(--core-timeline-x));
  top: 14px;
  bottom: 14px;
  width: 1px;
  /* height: 880px; */
  height: 96%;
  background-color: #f7df00;
}

.core-value-sec .text-wrapper.is-core-values-animated::before {
  opacity: 0;
}

.core-value-sec .timeline-dot {
  position: absolute;
  --dot-size: clamp(25px, 2.5vw, 35px);
  left: calc(var(--core-timeline-x) - (var(--dot-size) / 2));
  top: 18px;
  width: var(--dot-size);
  height: var(--dot-size);
  background-color: #f7df00;
  border-radius: 50%;
  z-index: 1;
}

.core-value-mob {
  display: none;
}

@media (max-width: 991.9px) {}

@media (max-width: 767px) {
  .core-value-sec {
    display: none;
  }

  .core-value-mob {
    display: block;
    position: relative;
    margin: 70px 0 0;
    background: #f7df00;
    isolation: isolate;
  }

  .core-value-mob::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 180%;
    height: 690px;
    border-radius: 800px 800px 0 0;
    background: #f7df00;
    z-index: -1;
  }

  .core-value-mob .container-xxl {
    height: 100%;
  }

  .core-value-mob .value-wrapper {
    z-index: 3;
    position: relative;
    height: 100%;
    padding: clamp(72px, 16vh, 118px) 0 0;
  }

  .core-value-mob .value-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--core-mob-mask-height, clamp(170px, 22vh, 230px));
    background: #f7df00;
    z-index: 2;
    pointer-events: none;
  }

  .core-value-mob .main-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 44px;
    position: relative;
    z-index: 3;
  }

  .core-value-mob .main-heading h2 {
    color: #0a3d9c;
    text-align: center;
    font-family: Satoshi;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
  }

  .core-value-mob .main-heading p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.15px;
    white-space: nowrap;
  }

  .core-value-mob .text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 86px;
    padding-left: 0;
    will-change: transform;
    z-index: 1;
    top: 36px;
  }

  .core-value-mob .text-wrapper::before {
    content: "";
    width: 1px;
    height: 1812px;
    background: #fc8b5f;
    position: absolute;
    top: 17px;
    left: 7px;
  }

  .core-value-mob .core-para {
    display: flex;
    gap: 23px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .core-value-mob .core-para:last-child {
    margin-bottom: 83px;
  }

  .core-value-mob .value-para {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 90%;
  }

  .core-value-mob .value-para h3 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }

  .core-value-mob .value-para p {
    color: rgba(0, 0, 0, 0.8);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .core-value-mob span.timeline-dot {
    width: 15px;
    height: 15px;
    background-color: #fc8b5f;
    border-radius: 50%;
    display: block;
    margin-top: 6px;
    position: relative;
    z-index: 1;
  }

  .core-value-mob .avm-cv-anim-line {
    width: 1px;
    height: 1px;
    background: #fc8b5f;
    position: absolute;
    left: 7.5px;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    z-index: 0;
    pointer-events: none;
  }
}

@media (max-width: 576px) {
  .core-value-mob .value-wrapper {
    padding-top: 50px;
  }

  .core-value-mob .text-wrapper {
    gap: 80px;
  }
}

/* core values section css end  */

/* commitment section css start  */
.commitment-sec {
  /* background-color: #ffffff; */
  padding: clamp(80px, 10vw, 159px) 0 clamp(80px, 10vw, 162px) clamp(53px, 10vw, 180px);
  overflow: hidden;
}

.main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(43px, 7vw, 123px);
}

.main-wrapper .content-sec {
  width: 40%;
}

.main-wrapper .content-sec h2 {
  color: #0a3d9c;
  font-family: Satoshi;
  font-size: 2.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 52.8px */
}

.main-wrapper .content-sec p {
  color: #000;
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
  /* 30.8px */
  padding-top: 25px;
}

.main-wrapper .image-wrapper {
  width: 60%;
  position: relative;
}

.main-wrapper .image-wrapper img {
  width: 100%;
  /* max-width: 960px; */
  object-fit: cover;
}

.image-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: -25px;
  width: 90px;
  height: 25px;
  background: #f7df00;
}

.image-wrapper::after {
  content: "";
  position: absolute;
  right: 90px;
  top: -1px;
  width: 90px;
  height: 25px;
  background: #fc8b5f;
}

@media (max-width: 991px) {
  .image-wrapper::before {
    top: -20px;
    width: 80px;
    height: 15px;
  }

  .image-wrapper::after {
    right: 80px;
    top: 0;
    width: 80px;
    height: 15px;
  }
}

@media (max-width: 767px) {
  .commitment-sec {
    padding: 80px 30px 118px 30px;
    background-color: #ffffff;
  }

  .main-wrapper {
    flex-direction: column-reverse;
  }

  .main-wrapper .image-wrapper,
  .main-wrapper .content-sec {
    width: 100%;
  }

  .main-wrapper {
    gap: 43px;
  }

  .image-wrapper::before {
    top: unset;
    bottom: 0;
    right: 80px;
  }

  .image-wrapper::after {
    right: 0;
    top: unset;
  }

  .main-wrapper .content-sec h2 {
    font-size: 28px;
    line-height: 118%;
  }

  .main-wrapper .content-sec p {
    font-size: 14.5px;
    line-height: 150%;
    letter-spacing: 0.145px;
  }
}

/* commitment section css end  */

/* Governance section css start  */
.governance-sec {
  background-color: #ffffff;
  /* -YP start */
  padding: clamp(80px, 10vw, 159px) clamp(53px, 10vw, 160px) clamp(80px, 10vw, 162px) 0;
  /* -YP end */
  margin-top: -1px;
  overflow: hidden;
}

.main-wrapper.reverse-wrapper {
  flex-direction: row-reverse;
}

.image-wrapper.left-blocks img {
  /* max-width: 970px; */
  width: 100%;
}

.image-wrapper.left-blocks::before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  width: 90px;
  height: 25px;
  background: #beacff;
}

.image-wrapper.left-blocks::after {
  content: "";
  position: absolute;
  left: 90px;
  top: -1px;
  width: 90px;
  height: 25px;
  background: #fc8b5f;
}

@media (max-width: 991px) {

  .governance-sec .image-wrapper::before,
  .governance-sec .image-wrapper.left-blocks::after {
    height: 15px;
  }

  .governance-sec .image-wrapper::before {
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .governance-sec {
    padding: 0 30px 110px 30px;
  }

  .governance-sec .main-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .main-wrapper.reverse-wrapper .content-sec,
  .main-wrapper.reverse-wrapper .image-wrapper {
    width: 100%;
  }

  .governance-sec .image-wrapper::before {
    top: unset;
    left: unset;
    right: 0;
  }

  .governance-sec .image-wrapper.left-blocks::after {
    top: unset;
    left: unset;
    bottom: 0;
    right: 90px;
  }
}

/* Governance section css end  */