@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.career-banner {
    bottom: 40%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 540px) {
  .banner.career-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}
@media only screen and (max-width: 768px) {
  .banner.career-banner .banner-wrapper {
    bottom: 35%;
  }
}
.banner.career-banner .content .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 675px) {
  .banner.career-banner .content .btn {
    --padding: 16px;
    font-size: 14px;
  }
}

.about-secA {
  padding: 100px 0 75px;
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-secA .container {
    padding: 0 90px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .container {
    padding: 0 20px;
  }
}
.about-secA .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 125px;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex {
    gap: 85px;
    display: flex;
    justify-content: space-between;
  }
  .about-secA .flex .colA {
    flex: 0 1 50%;
  }
  .about-secA .flex .colB {
    flex: 1;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .about-secA .flex .colB {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .about-secA .flex {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .flex {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 20px;
  }
}
.about-secA .flex.align-center {
  align-items: center;
}
.about-secA .flex .colA {
  position: sticky;
  top: var(--headerheight);
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA {
    position: static;
    top: 0;
  }
}
.about-secA .flex .colA .banner-circle .img {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 25px;
  overflow: hidden;
  transform: skew(349deg);
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA .banner-circle .img {
    height: 290px;
    width: 100%;
    margin: 0 auto;
    transform: skew(0);
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex .colA .banner-circle .img {
    padding: 10px;
  }
}
.about-secA .flex .colA .banner-circle .img img, .about-secA .flex .colA .banner-circle .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  transform: skew(3deg);
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA .banner-circle .img img, .about-secA .flex .colA .banner-circle .img video {
    transform: skew(0);
  }
}
.about-secA .flex .colA .banner-circle .img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--primary);
  border-radius: 25px;
  pointer-events: none;
}
.about-secA .flex .colB .heading {
  margin-bottom: 16px;
}
.about-secA .flex .colB .content {
  max-width: 587px;
  line-height: 1.7;
}
.about-secA .flex .colB .content p {
  margin-bottom: 14px;
}
@media only screen and (max-width: 540px) {
  .about-secA .flex .colB .content p {
    line-height: 1.6;
  }
}
.about-secA .flex .colB .content ul {
  margin: 10px 0 18px;
  padding-left: 0;
  list-style: none;
}
.about-secA .flex .colB .content ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.about-secA .flex .colB .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
}
.about-secA .flex .colB .content .founders {
  margin-top: 24px;
}
.about-secA .flex .colB .content .founders h5 {
  margin-bottom: 10px;
  font-weight: 600;
}
.about-secA .flex .colB .content .founders .name {
  font-weight: 600;
  margin-bottom: 6px;
}
.about-secA .flex .colB .content .founders .name span {
  font-weight: 400;
  margin-left: 6px;
}
.about-secA .flex .colB .content .why {
  margin-top: 20px;
}
.about-secA .flex .colB .content .why h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.career-secB {
  padding: 70px 0 85px;
}
@media only screen and (max-width: 768px) {
  .career-secB {
    padding: 50px 0;
  }
}
.career-secB .heading {
  margin: 0 auto;
  max-width: 418px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .career-secB .heading {
    margin-bottom: 35px;
  }
}
.career-secB .heading h3 {
  font-weight: 400;
}
.career-secB .swiper .item {
  line-height: 0;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.career-secB .swiper .item img {
  width: 100%;
  aspect-ratio: 1.4;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.career-secB .swiper .item:hover img {
  opacity: 0.8;
}
.career-secB .swiper-nav {
  max-width: 54%;
}
@media only screen and (max-width: 991px) {
  .career-secB .swiper-nav {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .career-secB .swiper-nav {
    display: none;
  }
}

.career-secC {
  padding: 85px 0;
}
@media only screen and (max-width: 768px) {
  .career-secC {
    padding: 50px 0;
  }
}
.career-secC .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .career-secC .heading {
    margin-bottom: 30px;
  }
}
.career-secC .summery-detail-content .col {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #C1C1C1;
  --padlr: 21px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col {
    --padlr: 15px;
  }
}
.career-secC .summery-detail-content .col:not(:last-child) {
  margin-bottom: 20px;
}
.career-secC .summery-detail-content .col.active .title {
  background: var(--primary);
}
.career-secC .summery-detail-content .col.active .title h6 {
  color: var(--white);
}
.career-secC .summery-detail-content .col.active .title .ico {
  rotate: -90deg;
  background-image: url(../../icon/arrow-down-white.svg);
}
.career-secC .summery-detail-content .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 15px var(--padlr);
  cursor: pointer;
  background: #E4E4E4;
  transition: 0.6s ease;
}
.career-secC .summery-detail-content .col .title h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  flex: 1;
  color: var(--black);
  padding-right: 1rem;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 14px;
  }
}
.career-secC .summery-detail-content .col .title .ico {
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  background-image: url(../../icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.career-secC .summery-detail-content .col article {
  position: relative;
}
.career-secC .summery-detail-content .col article .apply_btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col article .apply_btn {
    position: unset;
    margin: var(--padlr);
  }
}
.career-secC .summery-detail-content .col article .content-desc {
  padding: 30px var(--padlr);
}

.form-section.career-secD {
  background: var(--secondary);
  padding: 75px 0;
}
@media only screen and (max-width: 675px) {
  .form-section.career-secD .heading p {
    max-width: 288px;
  }
}
.form-section.career-secD .form .form-group {
  background: var(--white);
}
.form-section.career-secD .form .form-group.file-input .file-name {
  --filename: 'Upload Resume*';
}

.banner.about-banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 62.02%, rgba(0, 0, 0, 0.95) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 36.96%, rgba(0, 0, 0, 0.6555) 74.21%), linear-gradient(360deg, rgba(0, 0, 0, 0.85) 8.17%, rgba(0, 0, 0, 0) 42.79%);
}
.banner.about-banner .banner-wrapper h1 {
  display: flex;
  justify-content: center;
  gap: 34px;
  letter-spacing: 1.2;
  line-height: 1;
  text-transform: uppercase;
}
.banner.about-banner .banner-wrapper h1, .banner.about-banner .banner-wrapper p {
  color: white;
  text-align: center;
}

.about-secA {
  padding: 70px var(--containerfluid);
}
@media only screen and (max-width: 540px) {
  .about-secA {
    padding: 40px 0;
  }
}
.about-secA .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 991px) {
  .about-secA .grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .grid {
    gap: 30px;
  }
}
.about-secA .grid figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.about-secA .grid figure img, .about-secA .grid figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 1;
}
.about-secA .grid figure #soundToggleBtn {
  padding: 8px;
  --size: 48px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.0509803922);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media only screen and (max-width: 768px) {
  .about-secA .grid figcaption {
    text-align: center;
  }
}
.about-secA .grid figcaption h2 {
  margin-bottom: 16px;
}
.about-secA .grid figcaption p {
  color: var(--text);
}

.about-secB {
  padding: 60px var(--containerfluid);
  position: relative;
  height: 92vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about-secB {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB {
    height: 65vh;
  }
}
.about-secB::before {
  content: " ";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6509803922);
}
.about-secB .bg {
  z-index: 1;
  position: absolute;
  inset: 0;
}
.about-secB .bg img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secB .container {
  z-index: 3;
  position: relative;
}
.about-secB .container .tab-container {
  margin: 100px 0 120px;
}
@media only screen and (max-width: 540px) {
  .about-secB .container .tab-container {
    margin: 0px 0 40px;
  }
}
.about-secB .container .tab-container .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 59px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .about-secB .container .tab-container .tabs {
    margin-bottom: 30px;
  }
}
.about-secB .container .tab-container .tabs .tab {
  color: var(--white);
  font-family: "Optima";
  font-weight: 500;
  padding: 12px 0;
  position: relative;
  font-size: 32px;
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .about-secB .container .tab-container .tabs .tab {
    line-height: 1;
    padding: 0 0 12px 0;
  }
}
.about-secB .container .tab-container .tabs .tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--tertiary);
  transition: 0.5s ease;
}
.about-secB .container .tab-container .tabs .tab.active {
  color: var(--tertiary);
}
.about-secB .container .tab-container .tabs .tab.active::before {
  width: 100%;
}
.about-secB .container .tab-container .content {
  transform: translateY(20px);
  height: 0;
  opacity: 0;
  transition: 0.4s ease;
}
.about-secB .container .tab-container .content p {
  max-width: 460px;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 18px;
}
@media only screen and (max-width: 540px) {
  .about-secB .container .tab-container .content p {
    font-size: 14px;
  }
}
.about-secB .container .tab-container .content.active {
  height: auto;
  transform: translateY(0);
  opacity: 100%;
}
@media only screen and (max-width: 1024px) {
  .about-secB .container .facts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .container .facts-grid .grid-item figure {
    display: none;
  }
}
.about-secB .container .facts-grid .grid-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 540px) {
  .about-secB .container .facts-grid .grid-item figcaption span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .container .facts-grid .grid-item figcaption p p {
    font-size: 12px;
  }
}

.about-secC {
  padding: 60px var(--containerfluid);
  background: var(--primary);
}
@media only screen and (max-width: 768px) {
  .about-secC {
    padding: 50px 0;
  }
}
.about-secC .container .heading h2 {
  color: var(--white);
  text-align: center;
}
.about-secC .container .grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .about-secC .container .grid {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .container .grid {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-secC .container .grid .item {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about-secC .container .grid .item::before {
  z-index: 1;
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media only screen and (max-width: 768px) {
  .about-secC .container .grid .item:last-child {
    grid-column: span 2;
    width: 50%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .container .grid .item:last-child {
    grid-column: span 1;
    width: 100%;
  }
}
.about-secC .container .grid .item:hover figure img {
  transform: scale(1.12);
}
.about-secC .container .grid .item figure {
  z-index: 0;
  width: 100%;
  height: 100%;
}
.about-secC .container .grid .item figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease;
}
.about-secC .container .grid .item figcaption {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 36px 40px;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 540px) {
  .about-secC .container .grid .item figcaption {
    padding: 30px 20px;
  }
}
.about-secC .container .grid .item figcaption img {
  margin-bottom: 24px;
  width: 59px;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.about-secC .container .grid .item figcaption h4, .about-secC .container .grid .item figcaption p {
  text-align: center;
  font-size: 18px;
}
.about-secC .container .grid .item figcaption h4 {
  color: var(--tertiary);
  margin-bottom: 10px;
  font-weight: 600;
}
.about-secC .container .grid .item figcaption p {
  color: var(--white);
  font-size: 15px;
  max-width: 90%;
  margin: 0 auto;
}

.about-secD .row {
  padding: 60px var(--containerfluid);
}
@media only screen and (max-width: 540px) {
  .about-secD .row {
    padding: 50px 0;
  }
}
.about-secD .row .container {
  max-width: 991px;
}
.about-secD .row .container .flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about-secD .row .container .flex {
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .row .container .flex {
    gap: 30px;
  }
}
.about-secD .row .container .flex .colA {
  max-width: 467px;
}
@media only screen and (max-width: 540px) {
  .about-secD .row .container .flex .colA {
    text-align: center;
  }
}
.about-secD .row .container .flex .colA .icon {
  margin: 24px 0 16px;
}
@media only screen and (max-width: 768px) {
  .about-secD .row .container .flex .colA .icon {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD .row .container .flex .colA h2 {
    text-align: center;
    margin: 0 auto 10px;
  }
}
.about-secD .row .container .flex .colA p {
  color: var(--text);
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .about-secD .row .container .flex .colA p {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .row .container .flex .colA p {
    font-size: 20px;
    line-height: 1.3;
  }
}
.about-secD .row .container .flex .colA .info {
  max-width: 70%;
  margin-top: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about-secD .row .container .flex .colA .info {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .row .container .flex .colA .info {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .row .container .flex .colA .info figcaption {
    text-align: left;
  }
}
.about-secD .row .container .flex .colA .info figcaption h4 {
  font-size: 20px;
  font-weight: 600;
}
.about-secD .row .container .flex .colA .info figcaption p {
  font-size: 14px;
}
.about-secD .row .container .flex .colB {
  max-width: 329px;
}
.about-secD .row:nth-child(even) {
  background: #EDEDED;
}
.about-secD .row:nth-child(even) .colA {
  order: 2;
}
.about-secD .row:nth-child(even) .colB {
  order: 1;
}
@media only screen and (max-width: 540px) {
  .about-secD .row:nth-child(even) .colA {
    order: 1;
  }
  .about-secD .row:nth-child(even) .colB {
    order: 2;
  }
}

.about-secE {
  padding: 60px var(--containerfluid);
  background: #EDEDED;
}
@media only screen and (max-width: 540px) {
  .about-secE {
    padding: 40px 0;
  }
}
.about-secE .heading {
  position: relative;
}
.about-secE .heading .swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 540px) {
  .about-secE .heading .swiper-nav {
    display: none;
  }
}
.about-secE .heading h2 {
  text-align: center;
  text-transform: capitalize;
}
.about-secE .leadership-swiper {
  margin-top: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .about-secE .leadership-swiper {
    margin-top: 40px;
  }
}
.about-secE .leadership-swiper .swiper-wrapper .swiper-slide .leader-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.about-secE .leadership-swiper .swiper-wrapper .swiper-slide .leader-card:hover img {
  transform: scale(1.2);
}
.about-secE .leadership-swiper .swiper-wrapper .swiper-slide .leader-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  display: block;
}
.about-secE .leadership-swiper .swiper-wrapper .swiper-slide .leader-card figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 26px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(14px);
  background: rgba(0, 0, 0, 0.3019607843);
}
.about-secE .leadership-swiper .swiper-wrapper .swiper-slide .leader-card figcaption h4, .about-secE .leadership-swiper .swiper-wrapper .swiper-slide .leader-card figcaption p {
  color: var(--white);
}
.about-secE .leadership-swiper .swiper-wrapper .swiper-slide .leader-card figcaption h4 {
  font-size: 24px;
  font-weight: 400;
}
.about-secE .leadership-swiper .swiper-wrapper .swiper-slide .leader-card figcaption p {
  font-size: 14px;
  font-weight: 500;
}

.about-secG {
  overflow: hidden;
  padding: 60px var(--containerfluid) 300px;
  background: var(--white);
  position: relative;
  background: linear-gradient(to top, rgba(143, 172, 255, 0.4588235294) 20%, #ffffff 80%);
}
@media only screen and (max-width: 540px) {
  .about-secG {
    padding: 50px var(--containerfluid) 90px;
  }
}
.about-secG::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../../images/Vectors/building.png);
  background-repeat: repeat;
  background-position: top;
  height: 280px;
}
@media only screen and (max-width: 540px) {
  .about-secG::before {
    height: 95px;
  }
}
.about-secG .container .heading h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about-secG .container .heading h2 {
    margin-bottom: 30px;
    line-height: 1;
  }
}
.about-secG .container .timeline {
  margin-top: 60px;
  position: relative;
  height: 300px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .about-secG .container .timeline {
    display: block;
    position: static;
    margin: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.about-secG .container .timeline::before {
  content: " ";
  height: 2px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #D0D0D0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .about-secG .container .timeline::before {
    content: none;
  }
}
.about-secG .container .timeline .timeline-item {
  padding: 0 80px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-secG .container .timeline .timeline-item {
    display: flex;
    position: static;
    gap: 30px;
    margin-bottom: 20px;
    padding: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-secG .container .timeline .timeline-item {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 40px;
  }
}
.about-secG .container .timeline .timeline-item .year {
  font-size: 16px;
  color: var(--text);
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: 0.5s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .about-secG .container .timeline .timeline-item .year {
    display: block;
    position: static;
  }
}
.about-secG .container .timeline .timeline-item .dot {
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E4E4E4;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s ease;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .about-secG .container .timeline .timeline-item .dot {
    display: none;
  }
}
.about-secG .container .timeline .timeline-item .dot::before {
  content: "";
  height: 0px;
  width: 2px;
  background: var(--primary);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease;
}
.about-secG .container .timeline .timeline-item .info {
  opacity: 0;
  left: 70%;
  width: 300px;
  position: absolute;
  transition: 0.5s ease;
}
.about-secG .container .timeline .timeline-item .info h4 {
  font-size: 18px;
  font-weight: 600;
  color: black;
  margin-bottom: 6px;
}
.about-secG .container .timeline .timeline-item .info p {
  font-size: 14px;
  color: var(--text);
}
.about-secG .container .timeline .timeline-item:nth-child(odd) .year {
  top: 38%;
}
.about-secG .container .timeline .timeline-item:nth-child(odd) .info {
  top: 70%;
}
.about-secG .container .timeline .timeline-item:nth-child(odd) .dot::before {
  top: 100%;
}
.about-secG .container .timeline .timeline-item:nth-child(even) .year {
  bottom: 38%;
}
.about-secG .container .timeline .timeline-item:nth-child(even) .info {
  bottom: 70%;
}
.about-secG .container .timeline .timeline-item:nth-child(even) .dot::before {
  bottom: 100%;
}
.about-secG .container .timeline .timeline-item:last-child .info {
  left: unset;
  right: 50%;
}
.about-secG .container .timeline .timeline-item.active .dot {
  background: var(--primary);
}
.about-secG .container .timeline .timeline-item.active .dot::before {
  height: 137px;
}
.about-secG .container .timeline .timeline-item.active .year {
  font-size: 20px;
  color: var(--primary);
}
.about-secG .container .timeline .timeline-item.active .info {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .about-secG .container .timeline .timeline-item .dot {
    background: var(--primary);
  }
  .about-secG .container .timeline .timeline-item .dot::before {
    height: 137px;
  }
  .about-secG .container .timeline .timeline-item .year {
    font-size: 20px;
    color: var(--primary);
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .about-secG .container .timeline .timeline-item .year {
    transform: none;
  }
}
@media only screen and (max-width: 768px) {
  .about-secG .container .timeline .timeline-item .info {
    opacity: 1;
    width: 50%;
    position: static;
  }
}
@media only screen and (max-width: 540px) {
  .about-secG .container .timeline .timeline-item .info {
    width: 100%;
  }
}

.about-secF {
  padding: 60px var(--containerfluid);
  background: var(--secondary);
}
@media only screen and (max-width: 540px) {
  .about-secF {
    padding: 40px 0;
  }
}
.about-secF .heading h2 {
  text-align: center;
}
.about-secF .award-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
@media only screen and (max-width: 540px) {
  .about-secF .award-swiper {
    margin-top: 30px;
  }
}
.about-secF .award-swiper .swiper-wrapper .swiper-slide {
  transform: scale(0.6);
  transition: 0.5s ease;
}
.about-secF .award-swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.about-secF .award-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}/*# sourceMappingURL=about.css.map */