.banner.about-banner .banner-wrapper .content-wrap {
  max-width: 725px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .banner-wrapper .content-wrap {
    max-width: 535px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.about-banner .banner-wrapper .content-wrap {
    max-width: 330px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.about-banner .banner-wrapper .content-wrap {
    max-width: 300px;
  }
}

.about-secA {
  background: var(--primary) url(../../images/vector/bg1.png) no-repeat;
  background-position: 0 100%;
  padding: 10rem 0;
}
@media only screen and (max-width: 1366px) {
  .about-secA {
    padding: 7rem 0;
  }
}
@media only screen and (max-width: 1230px) {
  .about-secA {
    background-size: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 5rem 0;
    background: var(--primary);
  }
}
@media only screen and (max-width: 675px) {
  .about-secA {
    padding: 4rem 0;
  }
}
.about-secA .card {
  color: var(--white);
  max-width: 584px;
  margin-left: auto;
}
@media only screen and (max-width: 1366px) {
  .about-secA .card {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .card {
    margin: 0 auto;
    text-align: center;
  }
}
.about-secA .card h6 {
  margin: 4px 0 16px;
  font-weight: 600;
}
@media only screen and (max-width: 1152px) {
  .about-secA .card h6 {
    font-size: 18px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .card h6 {
    line-height: 1.3;
    margin: 8px 0 22px;
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-secA .card .content {
  margin: 15px 0 55px;
}
.about-secA .card .count-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about-secA .card .count-wrap h5 {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Roobert-Bold";
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .about-secA .card .count-wrap h5 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .card .count-wrap h5 {
    font-size: 28px;
  }
}
.about-secA .card .count-wrap p {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .about-secA .card .count-wrap p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .card .count-wrap p {
    font-size: 14px;
  }
}

.about-secB {
  position: relative;
}
.about-secB .bg {
  line-height: 0;
  height: 871px;
  position: relative;
}
.about-secB .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1366px) {
  .about-secB .bg {
    height: 550px;
  }
}
.about-secB .bg img, .about-secB .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.about-secB .secB-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  z-index: 2;
}
.about-secB .secB-wrapper .tab-wrapper {
  max-width: 533px;
  margin: 0 auto;
  text-align: center;
}
.about-secB .secB-wrapper .tab-wrapper .vimi-nav {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .about-secB .secB-wrapper .tab-wrapper .vimi-nav {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .secB-wrapper .tab-wrapper .vimi-nav {
    margin-bottom: 2rem;
  }
}
.about-secB .secB-wrapper .tab-wrapper .vimi-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 14px;
  color: var(--text);
  font-family: "Roobert-Medium";
  position: relative;
  cursor: pointer;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .about-secB .secB-wrapper .tab-wrapper .vimi-nav li {
    font-size: 32px;
  }
}
.about-secB .secB-wrapper .tab-wrapper .vimi-nav li:not(:last-child) {
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .about-secB .secB-wrapper .tab-wrapper .vimi-nav li:not(:last-child) {
    margin-right: 3rem;
  }
}
.about-secB .secB-wrapper .tab-wrapper .vimi-nav li.active {
  color: var(--primary);
}
.about-secB .secB-wrapper .tab-wrapper .vimi-nav li.active::before {
  width: 100%;
}
.about-secB .secB-wrapper .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 .secB-wrapper .tab-wrapper .vimi-nav-content .tabs {
  transition: 0.3s ease;
}
.about-secB .secB-wrapper .tab-wrapper .vimi-nav-content .tabs.active {
  transition: 0.6s ease;
}
.about-secB .secB-wrapper .tab-wrapper .vimi-nav-content .tabs p {
  color: var(--text);
  line-height: 1.4;
  font-weight: 500;
}

.about-secC {
  background: var(--secondary);
  padding: 6rem 0 9.5rem;
}
@media only screen and (max-width: 1152px) {
  .about-secC {
    padding: 5rem 0;
  }
}
.about-secC .heading {
  max-width: 537px;
  margin: 0 auto 6.4rem;
}
@media only screen and (max-width: 991px) {
  .about-secC .heading {
    margin-bottom: 4rem;
  }
}
.about-secC .heading p {
  margin-top: 12px;
}
.about-secC .flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 5rem;
}
@media only screen and (max-width: 1280px) {
  .about-secC .flex {
    gap: 4rem;
  }
}
@media only screen and (max-width: 1230px) {
  .about-secC .flex {
    gap: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .flex {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 1152px) {
  .about-secC .flex .item figcaption h5 {
    font-size: 20px;
  }
}

.about-secD {
  background: var(--gray);
  padding: 4.4rem 0 5.1rem;
}
@media only screen and (max-width: 1024px) {
  .about-secD {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD {
    padding: 2rem 0 4rem;
  }
}
.about-secD .flex .colA, .about-secD .flex .colB {
  position: sticky;
  top: calc(var(--headerfixed) + 15px);
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .about-secD .flex .colA, .about-secD .flex .colB {
    position: unset;
  }
}
.about-secD .flex .colA {
  flex: 0 1 38%;
}
@media only screen and (max-width: 991px) {
  .about-secD .flex .colA {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD .flex .colA figure {
    position: relative;
  }
  .about-secD .flex .colA figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 991px) {
  .about-secD .flex .colA figure button {
    right: 50%;
    bottom: 50%;
    translate: 50% 50%;
  }
}
.about-secD .flex .colB {
  flex: 1;
  padding-left: 5rem;
}
@media only screen and (max-width: 1024px) {
  .about-secD .flex .colB {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD .flex .colB {
    padding-left: 0;
    margin-top: 3rem;
  }
}
.about-secD .flex .colB .content {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-secD .flex .colB .content {
    margin: 0 auto;
  }
}
.about-secD .flex .colB .content .ico {
  margin-bottom: 15px;
}
@media only screen and (max-width: 675px) {
  .about-secD .flex .colB .content .ico {
    text-align: center;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD .flex .colB .content .ico svg {
    width: 40px;
    height: auto;
  }
}
.about-secD .flex .colB .content h4 {
  font-family: "Roobert-Bold";
  line-height: 1;
}
@media only screen and (max-width: 675px) {
  .about-secD .flex .colB .content h4 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.about-secD .flex .colB .content .descrip {
  margin: 18px 0 32px;
}
.about-secD .flex .colB .content .descrip p {
  color: var(--text);
}
.about-secD .flex .colB .content .descrip p:not(:last-child) {
  margin-bottom: 15px;
}
.about-secD .flex .colB .content .name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
.about-secD .flex .colB .content .designation {
  font-size: 15px;
  line-height: 24px;
  color: var(--text);
}
.about-secD .flex .colB .content .sign {
  margin-top: 28px;
}/*# sourceMappingURL=about.css.map */