.banner.about-banner .banner-wrapper {
  top: auto;
  translate: 0 0;
  bottom: 20%;
}
.banner.about-banner .banner-wrapper .ico {
  line-height: 0;
  margin-bottom: 20px;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}
.banner.about-banner .banner-wrapper .ico img {
  width: 100%;
}
.banner.about-banner .banner-wrapper h1 {
  font-size: 48px;
  text-transform: capitalize;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .banner.about-banner .banner-wrapper h1 {
    font-size: 28px;
  }
}
.banner.about-banner .banner-wrapper p {
  font-size: 21px;
  font-weight: 100;
  font-family: "FuturaPT-Book";
  letter-spacing: 5.5px;
  text-transform: uppercase;
  line-height: 29px;
}
@media (max-width: 767px) {
  .banner.about-banner .banner-wrapper p {
    font-size: 16px;
  }
}

.about-secA {
  background: #F4F2E5;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .about-secA .flex {
    flex-direction: column-reverse;
  }
}
.about-secA .flex .colA {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 991px) {
  .about-secA .flex .colA {
    flex: 0 1 100%;
  }
}
.about-secA .flex .colA .card {
  max-width: 620px;
  margin: 0 auto;
  padding: 25px;
}
@media (max-width: 1024px) {
  .about-secA .flex .colA .card {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .about-secA .flex .colA .card {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-secA .flex .colA .card {
    padding: 15px;
  }
}
.about-secA .flex .colA .card .heading {
  margin-bottom: 20px;
}
.about-secA .flex .colA .card .heading h3 {
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .about-secA .flex .colA .card .heading h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.about-secA .flex .colA .card .content p {
  font-family: "FuturaPT-Book";
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-secA .flex .colA .card .content p {
    text-align: justify;
  }
}
.about-secA .flex .colB {
  line-height: 0;
  flex: 1;
}
.about-secA .flex .colB .aboutImgCon {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.about-secA .flex .colB .highlight {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #333;
}
@media (max-width: 991px) {
  .about-secA .flex .colB .highlight {
    left: 30%;
  }
}
@media (max-width: 767px) {
  .about-secA .flex .colB .highlight {
    top: 0%;
    left: 30%;
  }
}
.about-secA .flex .colB .highlight span {
  font-family: "FuturaPT-Medium";
  font-size: 20px;
  line-height: 20px;
  color: #7D7D7D;
  font-weight: 400;
}
.about-secA .flex .colB .highlight h2 {
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: left;
}
.about-secA .flex .colB .line {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 93px;
  background-color: #d4a72c;
}
@media (max-width: 991px) {
  .about-secA .flex .colB .line {
    left: 30%;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .about-secA .flex .colB .line {
    top: 25%;
    left: 26%;
    height: 60px;
  }
}
.about-secA .flex .colB .line:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  bottom: calc(var(--dot) / -2);
  left: 50%;
  transform: translateX(-50%);
  background: #d4a72c;
}
@media (max-width: 991px) {
  .about-secA .flex .colB {
    flex: 0 1 100%;
  }
}
.about-secA .flex .colB img {
  width: 100%;
  height: calc(100vh - var(--headerheight));
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
@media (max-width: 1024px) {
  .about-secA .flex .colB img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}

.about-secB {
  background: #fff;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .about-secB {
    padding: 50px 0;
  }
}
.about-secB .tab-wrapper {
  max-width: 533px;
  margin: 0 auto;
  text-align: center;
}
.about-secB .tab-wrapper .vimi-nav {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .about-secB .tab-wrapper .vimi-nav {
    margin-bottom: 3rem;
  }
}
@media (max-width: 675px) {
  .about-secB .tab-wrapper .vimi-nav {
    margin-bottom: 2rem;
  }
}
.about-secB .tab-wrapper .vimi-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 1;
  padding-bottom: 14px;
  color: var(--black);
  position: relative;
  cursor: pointer;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: uppercase;
  font-family: "AcidGrotesk-Regular";
}
@media (max-width: 767px) {
  .about-secB .tab-wrapper .vimi-nav li {
    font-size: 28px;
  }
}
.about-secB .tab-wrapper .vimi-nav li:not(:last-child) {
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .about-secB .tab-wrapper .vimi-nav li:not(:last-child) {
    margin-right: 3rem;
  }
}
.about-secB .tab-wrapper .vimi-nav li.active {
  color: var(--black);
}
.about-secB .tab-wrapper .vimi-nav li.active::before {
  width: 100%;
}
.about-secB .tab-wrapper .vimi-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.5s ease;
  background: var(--primary);
}
.about-secB .tab-wrapper .vimi-nav-content .tabs {
  transition: 0.3s ease;
}
.about-secB .tab-wrapper .vimi-nav-content .tabs.active {
  transition: 0.6s ease;
}
.about-secB .tab-wrapper .vimi-nav-content .tabs p {
  color: var(--text);
  line-height: 1.4;
  font-weight: 500;
}

.home-secC {
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
}
@media (max-width: 1152px) {
  .home-secC {
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-secC {
    padding-top: 0;
  }
}
.home-secC .heading {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .home-secC .heading {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
.home-secC .colA, .home-secC .colB {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .home-secC .colA, .home-secC .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.home-secC .colA {
  line-height: 0;
}
@media (max-width: 991px) {
  .home-secC .colA {
    order: 1;
  }
}
.home-secC .colA video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .colA .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .home-secC .colA .img img {
    aspect-ratio: 0.7;
  }
}
@media (max-width: 767px) {
  .home-secC .colA .img img {
    aspect-ratio: 1;
  }
}
.home-secC .colB {
  display: flex;
  align-items: center;
  background: #181616;
}
@media (max-width: 991px) {
  .home-secC .colB {
    order: 2;
  }
}
.home-secC .content-common-wrap {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1152px) {
  .home-secC .content-common-wrap {
    max-width: 400px;
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .home-secC .content-common-wrap {
    max-width: 100%;
    padding: 45px 25px;
  }
}
@media (max-width: 767px) {
  .home-secC .content-common-wrap {
    padding: 25px 25px;
  }
}
.home-secC .content-common-wrap h3 {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .home-secC .content-common-wrap h3 {
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .home-secC .content-common-wrap h3 {
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .home-secC .content-common-wrap h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.home-secC .content-common-wrap h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "FuturaPT-Medium";
  line-height: 30px;
  margin-top: 45px;
}
.home-secC .content-common-wrap p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #9C9A9A;
  font-family: "FuturaPT-Book";
}
.home-secC .content-common-wrap img {
  max-width: 552px;
  margin-top: 20px;
}

.about-secD {
  padding: 7rem 0;
  background: #fff;
}
@media (max-width: 991px) {
  .about-secD {
    padding: 5rem 0;
  }
}
@media (max-width: 675px) {
  .about-secD {
    padding: 4rem 0;
  }
}
@media (max-width: 675px) {
  .about-secD .container {
    padding-right: 0;
  }
}
.about-secD .heading {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .about-secD .heading {
    margin-bottom: 3rem;
  }
}
@media (max-width: 675px) {
  .about-secD .heading {
    padding-right: 15px;
  }
}
.about-secD .certificate-wrap {
  position: relative;
}
@media (max-width: 991px) {
  .about-secD .certificate-wrap .certificate-slider {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 675px) {
  .about-secD .certificate-wrap .certificate-slider {
    max-width: 100%;
  }
}
.about-secD .certificate-wrap .certificate-slider .item:not(.swiper-slide-active) {
  transform: scale(0.5);
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .about-secD .certificate-wrap .certificate-slider .item:not(.swiper-slide-active) {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
  }
}
.about-secD .certificate-wrap .swiper-nav {
  max-width: 42%;
}
.about-secD .certificate-wrap .swiper-nav .swiper-prev, .about-secD .certificate-wrap .swiper-nav .swiper-next {
  background: none;
  border: none;
}
.about-secD .certificate-wrap .swiper-nav .swiper-prev path, .about-secD .certificate-wrap .swiper-nav .swiper-next path {
  fill: #ACACAC;
}
@media (max-width: 991px) {
  .about-secD .certificate-wrap .swiper-nav {
    max-width: 100%;
  }
}
@media (max-width: 675px) {
  .about-secD .certificate-wrap .swiper-nav {
    display: none;
  }
}/*# sourceMappingURL=about.css.map */