.about-banner .slider-container {
  position: relative;
  height: 100vh;
}
.about-banner .slider-container .about-banner-slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.about-banner .slider-container .about-banner-slider .slick-list,
.about-banner .slider-container .about-banner-slider .slick-track {
  height: 100%;
}
.about-banner .slider-container .about-banner-slider .slide {
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: white;
  overflow: hidden;
}
.about-banner .slider-container .about-banner-slider .slide .text-container {
  z-index: 2;
  width: 100%;
  position: absolute;
  line-height: 1.2;
  letter-spacing: -0.16px;
  left: 60px;
  top: 260px;
  font-size: 36px;
  margin-bottom: 0;
}
.about-banner .slider-container .about-banner-slider .slide .text-container .heading {
  margin-bottom: 20px;
  font-size: inherit;
  line-height: inherit;
  font-family: "Sentient";
  font-weight: 400;
  font-style: italic;
}
.about-banner .slider-container .about-banner-slider .slide .text-container .heading .next-line {
  display: block;
}
.about-banner .slider-container .about-banner-slider .slide .text-container .gray-text {
  display: block;
}
.about-banner .slider-container .about-banner-slider .slide .text-container .sub-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.2px;
  color: rgba(255, 255, 255, 0.7);
}
.about-banner .slider-container .about-banner-slider .slide .text-container .sub-heading .line-item {
  position: relative;
  padding-left: 20px;
}
.about-banner .slider-container .about-banner-slider .slide .text-container .sub-heading .line-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 20px;
  background: linear-gradient(256.9deg, #E94205 9.79%, #FF6602 49.98%, #FEA61C 89.05%);
}
.about-banner .slider-container .about-banner-slider .slide .text-container .description {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 24px;
}
.about-banner .slider-container .about-banner-slider .slide .text-container .description .next-line {
  display: block;
}
.about-banner .slider-container .about-banner-slider .slide .text-container .white-button {
  width: fit-content;
}
.about-banner .slider-container .about-banner-slider .slide .text-container .white-button:hover {
  color: #000;
}
.about-banner .slider-container .about-banner-slider .hslide1 {
  background: url("../images/about-banner-img.webp") no-repeat;
  background-position: center top;
  height: 100%;
  background-size: cover;
  position: relative;
  opacity: 0;
  animation: BannerfadeIn 1s ease-in-out forwards;
}
.about-banner .slider-container .about-banner-slider .hslide1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 5%, #0A0A0A 82.99%);
  opacity: 1;
  z-index: 1;
}
.about-banner .slider-container .about-banner-slider .hslide1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #0A0A0A 89.99%);
  z-index: 1;
}
.about-banner .slider-container .about-banner-slider .hslide1 .bottom-gradient {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0A0A0A 81.68%, #0A0A0A 100%);
  width: 100%;
  height: 300px;
}
.about-banner .slider-container .about-banner-slider .hslide1 .building-img {
  position: absolute;
  left: 146px;
  bottom: -30px;
  width: 1200px;
  display: flex;
  justify-content: space-around;
}
.about-banner .slider-container .about-banner-slider .hslide1 .slide1-right-obj {
  position: absolute;
  width: 100%;
  right: -25%;
  top: -18%;
  opacity: 0;
  animation: BannerfadeIn 1.5s ease-in 1.2s forwards;
}

.graduates-sec .graduates-section .left .section-title span.d-inline {
  display: inline;
}

@keyframes BannerfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.our-journey-sec {
  overflow: hidden;
}
.our-journey-sec .jorney-img {
  position: relative;
  margin-top: -16%;
  animation: bgSeesawPivot 7s infinite ease-in-out;
}
.our-journey-sec .jorney-img::after {
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 2.96%, rgba(1, 1, 1, 0.6) 48.43%, #010101 59.4%);
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.our-journey-sec .border {
  width: 365px;
  border: none;
  border-top: 0.71px solid #fff;
  margin: 0 30px;
  opacity: 0.2;
}
.our-journey-sec .timeline-container {
  position: relative;
  z-index: 1;
  margin: 0 50px;
}
.our-journey-sec .timeline-container::after {
  background: url(../images/Ellipse-min.webp) no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 1910px;
  height: 1252px;
  position: absolute;
  top: -246px;
  z-index: -1;
  left: -11%;
}
.our-journey-sec #prev:hover {
  background-color: #fff;
  color: #0A0A0A;
}
.our-journey-sec #next:hover {
  background-color: #fff;
  color: #0A0A0A;
}
.our-journey-sec .slide-counter {
  text-align: center;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
.our-journey-sec .image {
  width: 1205px;
  margin: auto;
}
.our-journey-sec .years {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  margin-bottom: 10px;
}
.our-journey-sec .year {
  color: #888;
  flex: 1;
  text-align: center;
  font-size: 46px;
  color: #fff;
  opacity: 0.3;
  font-family: "Sentient";
}
.our-journey-sec .nav-buttons {
  display: flex;
  justify-content: center;
}
.our-journey-sec .year.active {
  font-family: "Sentient";
  font-size: 48px;
  opacity: 1;
  font-size: 90px;
  background: linear-gradient(100.09deg, #FB6406 0%, #F11812 46.76%, #500000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Sentient";
}
.our-journey-sec .dot {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  margin: 10px auto;
  margin-top: -10px;
  margin-bottom: 30px;
}
.our-journey-sec .description {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 42px;
  min-height: 182px;
  transition: opacity 0.3s ease;
  text-align: center;
  max-width: 576px;
  margin: 0 auto 12px auto;
  line-height: 1.9;
}
.our-journey-sec .nav-buttons button {
  background: none;
  color: white;
  font-size: 24px;
  border: 1px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  cursor: pointer;
}

@keyframes bgSeesawPivot {
  0% {
    transform: rotateZ(4deg) translateY(-5px);
  }
  25% {
    transform: rotateZ(-3deg) translateY(25px);
  }
  50% {
    transform: rotateZ(4deg) translateY(-5px);
  }
  75% {
    transform: rotateZ(-3deg) translateY(25px);
  }
  100% {
    transform: rotateZ(4deg) translateY(-5px);
  }
}
.what-drives-us {
  background: #000;
  color: #fff;
}
.what-drives-us .container .left {
  flex: 1;
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.what-drives-us .container .left .title-dot {
  margin-top: 2%;
}
.what-drives-us .container .highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  width: 50%;
}
.what-drives-us .container .highlights .highlight-card {
  position: relative;
  flex: 1 1 calc(33.333% - 20px);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(28.99px);
  -webkit-backdrop-filter: blur(28.99px);
  border-radius: 16px;
  padding: 22px;
  overflow: hidden;
  z-index: 1;
  transition: background 1.2s ease-in-out, backdrop-filter 1.2s ease-in-out;
}
.what-drives-us .container .highlights .highlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(120.79deg, rgba(255, 255, 255, 0.56) 3.3%, rgba(153, 153, 153, 0.32) 51.34%, rgba(255, 255, 255, 0.56) 97.56%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 1.5s ease;
  pointer-events: none;
  z-index: 2;
}
.what-drives-us .container .highlights .highlight-card:hover {
  background: url("../images/gradient.png") no-repeat center center;
  background-size: cover;
}
.what-drives-us .container .highlights .highlight-card:hover::before {
  opacity: 1;
}
.what-drives-us .container .highlights .highlight-card:hover .shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/ellipse.png) no-repeat center;
  background-size: 70% !important;
  pointer-events: none;
  z-index: 0;
}
.what-drives-us .container .highlights .highlight-card:hover .card2-whyus {
  left: 18%;
  top: -40%;
  transform: rotate(437deg) scaleX(-1) scale(0.8);
  animation: whyus-animation2 3s infinite ease-in-out alternate, whyfadeInOut 2s ease-in-out;
}
.what-drives-us .container .highlights .highlight-card:hover .card1-whyus {
  right: -26%;
  top: -38%;
  transform: rotate(-60deg) scale(0.8);
  animation: whyus-animation1 3s infinite ease-in-out alternate, whyfadeInOut 2s ease-in-out;
}
.what-drives-us .container .highlights .highlight-card:hover .card3-whyus {
  right: -60px !important;
  top: -120px !important;
  transform: rotate(-201deg) scaleX(-1);
  animation: whyus-animation3 3s infinite ease-in-out alternate, whyfadeInOut 2s ease-in-out;
}
.what-drives-us .container .highlights .highlight-card:hover .icon {
  opacity: 100%;
}
.what-drives-us .container .highlights .highlight-card .icon {
  font-size: 24px;
  margin-bottom: 157px;
  position: relative;
  z-index: 3;
  opacity: 50%;
}
.what-drives-us .container .highlights .highlight-card .icon img {
  width: 41px;
}
.what-drives-us .container .highlights .highlight-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
  position: relative;
  z-index: 3;
  font-weight: 400;
  color: #fff;
  font-family: "Sentient";
}
.what-drives-us .container .highlights .highlight-card h3 span {
  display: block;
}
.what-drives-us .container .highlights .highlight-card p {
  font-size: 14px;
  line-height: 1.4;
  color: #C0B9B8;
  position: relative;
  z-index: 3;
  font-family: "Inter";
  max-width: 85%;
}
.what-drives-us .container .highlights .highlight-card p span {
  display: block;
}

@keyframes whyus-animation2 {
  from {
    transform: rotate(-60deg) translateX(0);
  }
  to {
    transform: rotate(-50deg) translateX(5px);
  }
}
@keyframes whyus-animation1 {
  from {
    transform: rotate(437deg) scaleX(-1) translateY(0);
  }
  to {
    transform: rotate(428deg) scaleX(-1) translateY(5px);
  }
}
@keyframes whyfadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.graduates-sec {
  padding: unset !important;
  margin-top: 0 !important;
}

.statistic-section {
  background: url("../images/about-us/our-story-bg.png") no-repeat center;
  background-size: 100%;
  padding: 200px 0 100px;
  margin-top: -50px;
  background-position: 0 -200px;
}

.our_story_in_numbers-section {
  position: relative;
  overflow: hidden;
}
.our_story_in_numbers-section .our_story_in_numbers-wrapper {
  position: relative;
}
.our_story_in_numbers-section .our_story_in_img {
  inset: 0;
  z-index: 1;
}
.our_story_in_numbers-section .our_story_in_numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.our_story_in_numbers-section .our_story_in_numbers-title {
  flex: 2;
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.our_story_in_numbers-section .our_story_in_numbers-title .title-dot img {
  width: 12px;
  height: 12px;
}
.our_story_in_numbers-section .our_story_in_numbers-counters {
  flex: 4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 2rem;
}
.our_story_in_numbers-section .our_story_in_numbers-counters .counter-item {
  padding-left: 1rem;
  min-width: 200px;
  text-align: left;
  position: relative;
}
.our_story_in_numbers-section .our_story_in_numbers-counters .counter-item:first-child {
  border-left: none;
  padding-left: 0;
}
.our_story_in_numbers-section .our_story_in_numbers-counters .counter-item .counter {
  font-size: 42px;
  font-weight: 400;
  font-family: "Sentient";
  margin-bottom: 0.5rem;
  color: #fff;
}
.our_story_in_numbers-section .our_story_in_numbers-counters .counter-item p {
  color: rgba(255, 255, 255, 0.7215686275);
  max-width: 130;
  max-height: 50;
  opacity: 1;
  top: 0.36px;
  font-family: "Inter";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.our_story_in_numbers-section .our_story_in_numbers-counters .counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.16);
}
@keyframes bgSeesawPivot {
  0% {
    transform: rotateZ(4deg) translateY(-5px);
  }
  25% {
    transform: rotateZ(-3deg) translateY(25px);
  }
  50% {
    transform: rotateZ(4deg) translateY(-5px);
  }
  75% {
    transform: rotateZ(-3deg) translateY(25px);
  }
  100% {
    transform: rotateZ(4deg) translateY(-5px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-banner .slider-container {
    height: 1020px;
    max-height: 1020px;
  }
  .about-banner .slider-container .about-banner-slider .slide {
    position: relative;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    bottom: 0;
    top: unset;
    font-size: 6.667vw;
    line-height: 1.6;
    letter-spacing: 0;
    z-index: 2;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .gray-text {
    display: inline;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .heading {
    margin-bottom: 16px;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .heading .next-line {
    display: inline-block;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .sub-heading {
    font-size: 22px;
    line-height: 1.5;
    max-width: 240px;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .description {
    max-width: 83vw;
    font-size: 3.75vw;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .description .next-line {
    display: inline;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .white-button {
    bottom: 80px;
  }
  .about-banner .slider-container .about-banner-slider .hslide1 {
    background: url("../images/about-banner-mob.webp") no-repeat 0 0;
    background-size: 100%;
    background-position: 0 -100px;
    aspect-ratio: 992/1200;
  }
  .about-banner .slider-container .about-banner-slider .hslide1::before, .about-banner .slider-container .about-banner-slider .hslide1::after {
    content: none;
  }
  .about-banner .slider-container .about-banner-slider .hslide1 .bottom-gradient {
    height: 610px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0A0A0A 55.97%, #0A0A0A 100%);
  }
  .about-banner .slider-container .banklogo-strip {
    bottom: 0;
  }
  .about-banner .slider-container .hoz-line {
    display: none;
  }
  .our-journey-sec {
    position: relative;
  }
  .our-journey-sec .jorney-img {
    margin-top: -27%;
  }
  .our-journey-sec .year {
    font-size: 34px;
  }
  .our-journey-sec .year.active {
    font-size: 64px;
  }
  .our-journey-sec .border {
    margin: 0 10px;
  }
  .our-journey-sec .description {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .our-journey-sec .nav-buttons {
    margin-bottom: 10px;
  }
  .our-journey-sec .slide-counter {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .our-journey-sec .timeline-container {
    margin: unset;
  }
  .our-journey-sec .timeline-container::after {
    background: url(../images/Ellipse-min.webp) no-repeat;
    background-size: 100%;
    display: block;
    content: "" !important;
    width: 1086px;
    height: 900px;
    position: absolute;
    top: -203px;
    z-index: -1;
    left: -29%;
  }
  .our-journey-sec .image {
    margin-left: 24px;
  }
  .what-drives-us .container .highlights {
    display: flex;
    flex-direction: column;
  }
  .what-drives-us .container .highlights .highlight-card {
    background: url("../images/gradient.png") no-repeat center center;
    background-size: cover;
    border: 0.38px solid rgba(153, 153, 153, 0.32);
  }
  .what-drives-us .container .highlights .highlight-card h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .what-drives-us .container .highlights .highlight-card p {
    font-size: 18px;
    line-height: 1.4;
    max-width: unset;
  }
  .what-drives-us .container .highlights .highlight-card p span {
    display: contents;
  }
  .what-drives-us .container .highlights .highlight-card::before {
    all: unset;
  }
  .what-drives-us .container .highlights .highlight-card:hover {
    background: url("../images/gradient.png") no-repeat center center;
    background-size: cover;
  }
  .what-drives-us .container .highlights .highlight-card:hover::before {
    all: unset;
  }
  .what-drives-us .container .highlights .highlight-card:hover .card2-whyus {
    left: 35%;
    top: -40%;
    transform: rotate(437deg) scaleX(-1) scale(0.8);
    animation: whyus-animation2 3s infinite ease-in-out alternate;
  }
  .what-drives-us .container .highlights .highlight-card:hover .card1-whyus {
    right: -43%;
    top: -42%;
    transform: rotate(-60deg) scale(0.8);
    animation: whyus-animation1 3s infinite ease-in-out alternate;
  }
  .what-drives-us .container .highlights .highlight-card .shape {
    opacity: 1;
  }
  .what-drives-us .container .highlights .highlight-card .icon {
    opacity: 100%;
    margin-bottom: 90px;
  }
  .what-drives-us .container .highlights .highlight-card .shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home/ellipse.png) no-repeat center;
    background-size: 70% !important;
    pointer-events: none;
    z-index: 0;
  }
  .what-drives-us .container .highlights .highlight-card .card2-whyus {
    left: 35%;
    top: -40%;
    transform: rotate(437deg) scaleX(-1) scale(0.8);
    animation: whyus-animation2 3s infinite ease-in-out alternate;
  }
  .what-drives-us .container .highlights .highlight-card .card1-whyus {
    right: -43%;
    top: -42%;
    transform: rotate(-60deg) scale(0.8);
    animation: whyus-animation1 3s infinite ease-in-out alternate;
  }
  .what-drives-us .container .highlights .highlight-card .card3-whyus {
    right: -60px !important;
    top: -120px !important;
    transform: rotate(-201deg) scaleX(-1);
    animation: whyus-animation3 3s infinite ease-in-out alternate;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers {
    flex-direction: column;
    gap: 20px;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px 20px;
    padding-left: 0 !important;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item {
    padding-left: 2rem !important;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item .counter {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 6px;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.4;
    text-transform: capitalize;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item:nth-child(odd) {
    border-left: none;
  }
  .statistic-section {
    background: none;
    padding: 0;
    margin-top: 0;
  }
  .our_story_in_numbers-section {
    position: relative;
    overflow: unset;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper {
    padding: 0;
    height: auto;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_img {
    inset: 0;
    z-index: 1;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: auto;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-title {
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-title .title-dot img {
    width: 10px;
    height: 10px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .section-title span {
    display: inline !important;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    padding-left: 0;
    row-gap: 67px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item {
    border-left: none;
    padding-left: 0;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item h3 {
    font-size: 32px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item p {
    color: rgba(255, 255, 255, 0.7215686275);
    opacity: 1;
    top: 0.36px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.4;
    text-transform: capitalize;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item:nth-child(2n) {
    border-left: 1.7px solid rgba(255, 255, 255, 0.1607843137);
    padding-left: 3rem;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item:not(:last-child)::after {
    content: none;
  }
  .leading-corporates-section .leading-wrapper .leading-corporates .left .leading-block {
    display: inline-block !important;
  }
}
@media (max-width: 575.98px) {
  .about-banner .slider-container {
    height: 1020px;
    max-height: 1020px;
  }
  .about-banner .slider-container .about-banner-slider .slide {
    position: relative;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    bottom: 0;
    top: unset;
    font-size: 6.667vw;
    line-height: 1.6;
    letter-spacing: 0;
    z-index: 2;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .gray-text {
    display: inline;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .heading {
    margin-bottom: 16px;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .heading .next-line {
    display: inline-block;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .sub-heading {
    font-size: 22px;
    line-height: 1.5;
    max-width: 240px;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .description {
    max-width: 83vw;
    font-size: 3.75vw;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .description .next-line {
    display: inline;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .white-button {
    bottom: 80px;
  }
  .about-banner .slider-container .about-banner-slider .hslide1 {
    background: url("../images/about-banner-mob.webp") no-repeat 0 0;
    background-size: 100%;
    background-position: 0 0;
  }
  .about-banner .slider-container .about-banner-slider .hslide1::before, .about-banner .slider-container .about-banner-slider .hslide1::after {
    content: none;
  }
  .about-banner .slider-container .about-banner-slider .hslide1 .bottom-gradient {
    height: 610px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0A0A0A 55.97%, #0A0A0A 100%);
  }
  .about-banner .slider-container .banklogo-strip {
    bottom: 0;
  }
  .about-banner .slider-container .hoz-line {
    display: none;
  }
  .our-journey-sec {
    position: relative;
  }
  .our-journey-sec .jorney-img {
    margin-top: -27%;
  }
  .our-journey-sec .year {
    font-size: 34px;
  }
  .our-journey-sec .year.active {
    font-size: 64px;
  }
  .our-journey-sec .border {
    margin: 0 10px;
  }
  .our-journey-sec .description {
    font-size: 20px;
    min-height: 142px;
    line-height: 1.4;
  }
  .our-journey-sec .nav-buttons {
    margin-bottom: 10px;
  }
  .our-journey-sec .slide-counter {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .our-journey-sec .timeline-container {
    margin: unset;
  }
  .our-journey-sec .timeline-container::after {
    background: url(../images/Ellipse-min.webp) no-repeat;
    background-size: 100%;
    display: block;
    content: "" !important;
    width: 1086px;
    height: 900px;
    position: absolute;
    top: -203px;
    z-index: -1;
    left: -29%;
  }
  .our-journey-sec .image {
    margin-left: 24px;
  }
  .what-drives-us .container .highlights {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .what-drives-us .container .highlights .highlight-card {
    background: url("../images/gradient.png") no-repeat center center;
    background-size: cover;
    border: 0.38px solid rgba(153, 153, 153, 0.32);
  }
  .what-drives-us .container .highlights .highlight-card h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .what-drives-us .container .highlights .highlight-card p {
    font-size: 16px;
    line-height: 1.4;
    max-width: unset;
  }
  .what-drives-us .container .highlights .highlight-card p span {
    display: contents;
  }
  .what-drives-us .container .highlights .highlight-card::before {
    all: unset;
  }
  .what-drives-us .container .highlights .highlight-card:hover {
    background: url("../images/gradient.png") no-repeat center center;
    background-size: cover;
  }
  .what-drives-us .container .highlights .highlight-card:hover::before {
    all: unset;
  }
  .what-drives-us .container .highlights .highlight-card:hover .card2-whyus {
    left: 35%;
    top: -40%;
    transform: rotate(437deg) scaleX(-1) scale(0.8);
    animation: whyus-animation2 3s infinite ease-in-out alternate;
  }
  .what-drives-us .container .highlights .highlight-card:hover .card1-whyus {
    right: -43%;
    top: -42%;
    transform: rotate(-60deg) scale(0.8);
    animation: whyus-animation1 3s infinite ease-in-out alternate;
  }
  .what-drives-us .container .highlights .highlight-card .shape {
    opacity: 1;
  }
  .what-drives-us .container .highlights .highlight-card .icon {
    opacity: 100%;
    margin-bottom: 90px;
  }
  .what-drives-us .container .highlights .highlight-card .shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home/ellipse.png) no-repeat center;
    background-size: 70% !important;
    pointer-events: none;
    z-index: 0;
  }
  .what-drives-us .container .highlights .highlight-card .card2-whyus {
    left: 35%;
    top: -40%;
    transform: rotate(437deg) scaleX(-1) scale(0.8);
    animation: whyus-animation2 3s infinite ease-in-out alternate;
  }
  .what-drives-us .container .highlights .highlight-card .card1-whyus {
    right: -43%;
    top: -42%;
    transform: rotate(-60deg) scale(0.8);
    animation: whyus-animation1 3s infinite ease-in-out alternate;
  }
  .what-drives-us .container .highlights .highlight-card .card3-whyus {
    right: -60px !important;
    top: -120px !important;
    transform: rotate(-201deg) scaleX(-1);
    animation: whyus-animation3 3s infinite ease-in-out alternate;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers {
    flex-direction: column;
    gap: 20px;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px 20px;
    padding-left: 0 !important;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item {
    padding-left: 2rem !important;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item .counter {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 6px;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.4;
    text-transform: capitalize;
  }
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item:nth-child(odd) {
    border-left: none;
  }
  .statistic-section {
    background: none;
    padding: 0;
    margin-top: 0;
  }
  .our_story_in_numbers-section {
    position: relative;
    overflow: unset;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper {
    padding: 0;
    height: auto;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_img {
    inset: 0;
    z-index: 1;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: auto;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-title {
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-title .title-dot img {
    width: 10px;
    height: 10px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .section-title span {
    display: inline !important;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    padding-left: 0;
    row-gap: 67px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item {
    border-left: none;
    padding-left: 0;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item h3 {
    font-size: 28px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item p {
    color: rgba(255, 255, 255, 0.7215686275);
    opacity: 1;
    top: 0.36px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
    text-transform: capitalize;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item:nth-child(2n) {
    border-left: 1.7px solid rgba(255, 255, 255, 0.1607843137);
    padding-left: 3rem;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item:not(:last-child)::after {
    content: none;
  }
  .leading-corporates-section .leading-wrapper .leading-corporates .left .leading-block {
    display: inline-block !important;
  }
}
@media (max-width: 395px) {
  .about-banner .slider-container .about-banner-slider .slide .text-container .sub-heading {
    font-size: 16px;
    gap: 8px;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .sub-heading span.d-block {
    display: inline;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .sub-heading .line-item {
    padding-left: 14px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-title .section-title {
    font-size: 20px;
    max-width: 338px;
  }
  .our-journey-sec .description {
    min-height: 154px;
    font-size: 18px;
  }
}
@media (max-width: 375.98px) {
  .our-journey-sec .year {
    font-size: 24px !important;
  }
  .our-journey-sec .year.active {
    font-size: 40px !important;
  }
  .our-journey-sec .slide-counter {
    font-size: 14px;
  }
  .our-journey-sec .dot {
    margin-bottom: 14px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-title .section-title {
    font-size: 20px;
    max-width: 338px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item {
    min-width: unset;
  }
  .our_story_in_numbers-section .our_story_in_numbers-wrapper .our_story_in_numbers .our_story_in_numbers-counters .counter-item p {
    max-height: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-banner .slider-container {
    height: 100vh;
    min-height: 768px;
  }
  .about-banner .slider-container .about-banner-slider .hslide1 .building-img {
    width: 1145px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item {
    padding-left: 1rem;
    min-width: 0px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item p {
    font-size: 18px !important;
  }
  .our-journey-sec .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 184%;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .about-banner .slider-container .about-banner-slider .slide .text-container {
    top: 160px;
    font-size: 28px;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .description,
  .about-banner .slider-container .about-banner-slider .slide .text-container .sub-heading {
    font-size: 14px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-title .section-title {
    padding-left: 19px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item {
    padding-left: 1rem;
    min-width: 0px;
    text-align: left;
    position: relative;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item .counter {
    font-size: 36px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item p {
    font-size: 14px !important;
    max-width: 92%;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item:not(:last-child)::after {
    content: "";
    right: 5%;
  }
  .our-journey-sec .our-journey-sec .year {
    font-size: 42px;
  }
  .our-journey-sec .year.active {
    font-size: 80px;
  }
  .our-journey-sec .description {
    font-size: 20px;
    max-width: 491px;
    line-height: 1.6;
    min-height: 129px;
  }
  .our-journey-sec .nav-buttons button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .what-drives-us .container .highlights .highlight-card .icon {
    margin-bottom: 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .about-banner .slider-container {
    max-height: 765px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item {
    min-width: unset;
  }
}
@media (min-width: 1600px) and (max-width: 1919.98px) {
  .about-banner .slider-container {
    max-height: unset;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container {
    top: 300px;
    font-size: 46px;
  }
  .about-banner .slider-container .about-banner-slider .hslide1 {
    background-position: center top;
  }
}
@media (min-width: 1920px) {
  .about-banner .slider-container {
    max-height: unset;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container {
    top: 300px;
    font-size: 48px;
  }
  .about-banner .slider-container .about-banner-slider .slide .text-container .description {
    font-size: 24px;
  }
  .about-banner .slider-container .about-banner-slider .hslide1 {
    background-position: center top;
  }
  .about-banner .slider-container .about-banner-slider .hslide1 .building-img {
    left: 175PX;
    bottom: -66px;
  }
  .statistic-section {
    margin-top: 28px;
  }
  .our-journey-sec .image {
    width: 1500px;
  }
  .our-journey-sec .year {
    font-size: 64px;
  }
  .our-journey-sec .year.active {
    font-size: 125px;
  }
  .our-journey-sec .border {
    width: 491px;
  }
  .our-journey-sec .slide-counter {
    font-size: 20px;
  }
  .our-journey-sec .description {
    font-size: 24px;
    max-width: 590px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item h3 {
    font-size: 64px;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item:not(:last-child)::after {
    content: "";
    right: -12%;
  }
  .our_story_in_numbers-section .our_story_in_numbers-title {
    width: 100%;
  }
  .our_story_in_numbers-section .our_story_in_numbers-title .section-title span {
    display: block !important;
  }
  .what-drives-us {
    background: #000;
    color: #fff;
  }
  .what-drives-us .container .left {
    flex: 1;
    display: flex;
    gap: 12px;
    align-items: baseline;
  }
  .what-drives-us .container .left .title-dot {
    margin-top: 2%;
  }
  .what-drives-us .container .highlights .highlight-card {
    padding: 32px;
  }
  .what-drives-us .container .highlights .highlight-card .icon img {
    width: 48px;
  }
  .what-drives-us .container .highlights .highlight-card h3 {
    font-size: 28px;
  }
  .what-drives-us .container .highlights .highlight-card p {
    font-size: 18px;
  }
  .graduates-sec .graduates-section .right .grad-text {
    font-size: 32px !important;
    max-width: 1127px !important;
  }
}/*# sourceMappingURL=about-us.css.map */