

html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #291e30;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

section.our-story-row .our-story-header {
  width: 85%;
  margin: auto;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 64px;
  letter-spacing: normal;
  color: #17173A;
}

@media only screen and (max-width: 1024px) {
  section.our-story-row .our-story-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
  }
}

section.our-story-row .our-story-content {
  width: 85%;
  margin: auto;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

@media only screen and (max-width: 1024px) {
  section.our-story-row .our-story-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    padding: 40px 0px;
  }
}

section.our-story-row .our-story-content .left {
  flex-basis: 45%;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: normal;
  color: #17173A;
}

section.our-story-row .our-story-content .right {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.our-story-row .our-story-content .right {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  section.our-story-row .our-story-content .right .large-img {
    display: none;
  }
}

section.our-story-row .our-story-content .right .small-img {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section.our-story-row .our-story-content .right .small-img {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

section.numbers-row .numbers-content {
  width: 85%;
  margin: auto;
  background-color: #fff2e6;
  border-radius: 4px;
  padding: 40px 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.numbers-row .numbers-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 90%;
    padding: 40px 20px;
  }
}

section.numbers-row .numbers-content .nc-left {
  flex-basis: 50%;
}

section.numbers-row .numbers-content .nc-left .nc-header {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: normal;
  color: #17173A;
}

section.numbers-row .numbers-content .nc-left .nc-text {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: normal;
  color: #17173A;
}

@media only screen and (max-width: 1024px) {
  section.numbers-row .numbers-content .nc-left {
    margin-bottom: 20px;
  }
}

section.numbers-row .numbers-content .nc-right {
  flex-basis: 50%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

section.numbers-row .numbers-content .nc-right .nc-single {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.numbers-row .numbers-content .nc-right .nc-single {
    padding: 0px;
    margin-bottom: 20px;
  }
}

section.numbers-row .numbers-content .nc-right .nc-single .ncs-left {
  margin-right: 20px;
}

section.numbers-row .numbers-content .nc-right .nc-single .ncs-right .ncsr-header {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: normal;
  color: #FF6B6B;
  margin-bottom: 5px;
}

section.numbers-row .numbers-content .nc-right .nc-single .ncs-right .ncsr-text {
  font-family: 'Manrope',sans-serif; 
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  color: #17173A;
}

section.at-glance-row {
  background-color: #fff2e6;
}

section.at-glance-row .at-glance-content {
  width: 85%;
  margin: auto;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}

@media only screen and (max-width: 1024px) {
  section.at-glance-row .at-glance-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }
}

section.at-glance-row .at-glance-content .agc-single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #FEFEFF;
}

section.at-glance-row .at-glance-content .agc-single .agc-top {
  flex-basis: 50%;
}

@media only screen and (max-width: 1024px) {
  section.at-glance-row .at-glance-content .agc-single .agc-top img {
    width: 100%;
  }
}

section.at-glance-row .at-glance-content .agc-single .agc-bottom {
  flex-basis: 50%;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

section.at-glance-row .at-glance-content .agc-single .agc-bottom .agcb-header {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 10px;
}

section.at-glance-row .at-glance-content .agc-single .agc-bottom .agcb-text {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 20px;
}

section.timeline-row .timeline-header {
  width: 60%;
  margin: auto;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 850;
  font-size: 32px;
  line-height: 64px;
  letter-spacing: normal;
  color: #17173A;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  section.timeline-row .timeline-header {
    width: 70%;
    font-family: Avenir;
    font-style: normal;
    font-weight: 850;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #17173A;
  }
}

section.timeline-row .timeline-subheader {
  width: 60%;
  margin: auto;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: normal;
  color: #17173A;
  text-align: center;
}


@media only screen and (max-width: 1024px) {
  section.timeline-row .timeline-subheader {
    width: 90%;
  }
}

section.timeline-row .timeline-content {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  section.timeline-row .timeline-content {
    width: 90%;
  }
}

section.timeline-row .timeline-content .tc-single {
  background-color: #FEFEFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.timeline-row .timeline-content .tc-single {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

section.timeline-row .timeline-content .tc-single .tcs-left {
  background-color: #F7F9FF;
}

@media only screen and (max-width: 1024px) {
  section.timeline-row .timeline-content .tc-single .tcs-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

section.timeline-row .timeline-content .tc-single .tcs-left img {
  height: 250px;
  width: 250px;
}

section.timeline-row .timeline-content .tc-single .tcs-right {
  padding: 0px 30px;
}

@media only screen and (max-width: 1024px) {
  section.timeline-row .timeline-content .tc-single .tcs-right {
    padding: 20px 30px;
  }
}

section.timeline-row .timeline-content .tc-single .tcs-right .tcsr-header {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 850;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: normal;
  color: #fc5e02 !important;
  margin-bottom: 20px;
}

section.timeline-row .timeline-content .tc-single .tcs-right .tcsr-text {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: normal;
  color: #222222;
}
/*# sourceMappingURL=about-us.css.map */