@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about-secA {
  padding: 6rem 0 6.3rem;
}
@media only screen and (max-width: 1024px) {
  .about-secA {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA {
    padding: 50px 0 15px;
  }
}
.about-secA .flex {
  align-items: center;
  gap: 120px;
}
@media only screen and (max-width: 1230px) {
  .about-secA .flex {
    gap: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .flex {
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex {
    align-items: flex-start;
    gap: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .flex {
    flex-direction: column-reverse;
  }
}
.about-secA .flex .colA, .about-secA .flex .colB {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA, .about-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.about-secA .flex .colA {
  flex: 0 1 45%;
}
@media only screen and (max-width: 675px) {
  .about-secA .flex .colA {
    flex: 0 1 100%;
  }
}
.about-secA .flex .colA .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px 20px;
}
@media only screen and (max-width: 675px) {
  .about-secA .flex .colA .item-grid {
    grid-gap: 15px;
  }
}
.about-secA .flex .colA .item-grid .item {
  border-radius: 10px;
  overflow: hidden;
}
.about-secA .flex .colA .item-grid .item:first-child {
  grid-column: span 2;
}
.about-secA .flex .colA .item-grid .item figcaption {
  line-height: 0;
}
.about-secA .flex .colA .item-grid .item figcaption .bx-cd {
  display: inline-block;
  background: var(--gradient-c);
  border-top-right-radius: 10px;
  text-align: center;
  padding: 25px 30px 20px;
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colA .item-grid .item figcaption .bx-cd {
    padding: 15px 18px 15px;
  }
}
.about-secA .flex .colA .item-grid .item figcaption .bx-cd h6, .about-secA .flex .colA .item-grid .item figcaption .bx-cd p {
  color: var(--white);
}
.about-secA .flex .colA .item-grid .item figcaption .bx-cd h6 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex .colA .item-grid .item figcaption .bx-cd h6 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colA .item-grid .item figcaption .bx-cd h6 {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.about-secA .flex .colA .item-grid .item figcaption .bx-cd h6 span {
  display: block;
}
.about-secA .flex .colA .item-grid .item figcaption .bx-cd p {
  line-height: 18px;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex .colA .item-grid .item figcaption .bx-cd p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colA .item-grid .item figcaption .bx-cd p {
    font-size: 12px;
    line-height: 14px;
  }
}
.about-secA .flex .colB {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colB {
    flex: 0 1 100%;
  }
}
.about-secA .flex .colB .heading {
  margin-bottom: 23px;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colB .heading {
    text-align: center;
  }
}
.about-secA .flex .colB .count-wrap {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colB .count-wrap {
    text-align: center;
  }
}
.about-secA .flex .colB .count-wrap .count-info {
  flex: 1;
}
.about-secA .flex .colB .count-wrap .count-info h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.about-secA .flex .colB .count-wrap .count-info p {
  color: var(--text);
  margin-top: 2px;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex .colB .count-wrap .count-info p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colB .count-wrap .count-info p {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-secB {
  background: url(../../images/vector/vector-1.svg), var(--gradient-c);
  background-repeat: no-repeat;
  background-position: 100% 100%, 0 0;
  background-size: auto 70%, 100%;
  padding: 80px 0 95px;
}
@media only screen and (max-width: 1024px) {
  .about-secB {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB {
    padding: 50px 0;
  }
}
.about-secB .ico {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .about-secB .ico {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-secB .ico img {
    width: 170px;
    height: auto;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .ico img {
    width: 130px;
  }
}
.about-secB .tab-wrapper {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.about-secB .tab-wrapper .vimi-nav {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .about-secB .tab-wrapper .vimi-nav {
    margin-bottom: 1.5rem;
  }
}
.about-secB .tab-wrapper .vimi-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 13px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  cursor: pointer;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 14px 10px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .about-secB .tab-wrapper .vimi-nav li {
    font-size: 20px;
  }
}
.about-secB .tab-wrapper .vimi-nav li:not(:last-child) {
  margin-right: 22px;
}
@media only screen and (max-width: 675px) {
  .about-secB .tab-wrapper .vimi-nav li:not(:last-child) {
    margin-right: 1.2rem;
  }
}
.about-secB .tab-wrapper .vimi-nav li.active {
  color: var(--white);
}
.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(--white);
}
.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(--white);
  font-weight: 500;
}
.about-secB .tab-wrapper .vimi-nav-content .tabs p:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 675px) {
  .about-secB .tab-wrapper .vimi-nav-content .tabs p {
    font-size: 14px;
    text-align: center;
    -webkit-hyphens: auto;
            hyphens: auto;
    word-spacing: -0.07em;
    font-weight: 400;
  }
}

.about-secC {
  padding: 95px 0 162px;
}
@media only screen and (max-width: 675px) {
  .about-secC {
    padding: 50px 0;
  }
}
.about-secC .heading {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
.about-secC .heading p {
  font-size: 14px;
}
@media only screen and (max-width: 675px) {
  .about-secC .heading p {
    margin-top: 14px;
  }
}
.about-secC .secC-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 25px;
}
@media only screen and (max-width: 1024px) {
  .about-secC .secC-grid-wrap {
    grid-gap: 40px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .secC-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .secC-grid-wrap {
    grid-template-columns: 100%;
  }
}
.about-secC .secC-grid-wrap .col-md {
  display: flex;
  flex-wrap: wrap;
}
.about-secC .secC-grid-wrap .col-md .ico {
  flex: 0 1 auto;
  --iconsize: 88px;
  --innericonsize: .4;
  height: var(--iconsize);
  width: var(--iconsize);
  border-radius: 50%;
  background: var(--gradient-c);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  --iconsize: 73px;
}
.about-secC .secC-grid-wrap .col-md .ico > * {
  width: calc(var(--iconsize) * var(--innericonsize));
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .about-secC .secC-grid-wrap .col-md .ico {
    --iconsize: 65px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .secC-grid-wrap .col-md .ico {
    --iconsize: 50px;
  }
}
.about-secC .secC-grid-wrap .col-md .inf {
  flex: 1;
  padding-left: 27px;
}
@media only screen and (max-width: 675px) {
  .about-secC .secC-grid-wrap .col-md .inf {
    padding-left: 18px;
  }
}
.about-secC .secC-grid-wrap .col-md .inf h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 13px;
  font-weight: 600;
}
@media only screen and (max-width: 675px) {
  .about-secC .secC-grid-wrap .col-md .inf h6 {
    margin-bottom: 8px;
  }
}
.about-secC .secC-grid-wrap .col-md .inf p {
  color: var(--text);
}
@media only screen and (max-width: 675px) {
  .about-secC .secC-grid-wrap .col-md .inf p {
    font-size: 14px;
  }
}

.about-secD {
  display: flex;
  flex-wrap: wrap;
  background: #F4F4F4;
}
.about-secD .colA {
  flex: 0 1 50%;
}
@media only screen and (max-width: 991px) {
  .about-secD .colA {
    flex: 0 1 100%;
  }
}
.about-secD .colA figure {
  position: relative;
  line-height: 0;
  height: 100%;
}
.about-secD .colA figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secD .colA figure .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: var(--white);
  --btnsize: 56px;
  --playbtncolor: var(--black);
}
.about-secD .colB {
  flex: 1;
  display: flex;
  align-items: center;
  background: url(../../images/vector/vector-1.svg) no-repeat;
  background-position: 100% 95%;
  background-size: 25%;
}
@media only screen and (max-width: 991px) {
  .about-secD .colB {
    background-size: 10%;
  }
}
.about-secD .colB .content {
  max-width: 510px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media only screen and (max-width: 1024px) {
  .about-secD .colB .content {
    max-width: 100%;
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD .colB .content {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD .colB .content {
    text-align: center;
    padding: 70px 15px;
  }
}
.about-secD .colB .content h3 {
  line-height: 1;
}
@media only screen and (max-width: 675px) {
  .about-secD .colB .content h3 {
    font-size: 28px;
    font-weight: 600;
  }
}
.about-secD .colB .content .descrip {
  margin-top: 2rem;
}
@media only screen and (max-width: 675px) {
  .about-secD .colB .content .descrip {
    margin-top: 2.5rem;
    text-align: justify;
  }
}
.about-secD .colB .content .descrip p {
  font-size: 14px;
  color: var(--text);
}
@media only screen and (max-width: 675px) {
  .about-secD .colB .content .descrip p {
    font-size: 16px;
    text-align: justify;
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: -0.07em;
  }
}
.about-secD .colB .content .descrip p:not(:last-child) {
  margin-bottom: 1rem;
}
.about-secD .colB .content .descrip p b {
  color: var(--black);
}
.about-secD .colB .content .name {
  margin-top: 3rem;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (max-width: 675px) {
  .about-secD .colB .content .name {
    margin-top: 2.5rem;
  }
}
.about-secD .colB .content .designation {
  font-size: 15px;
  line-height: 24px;
  color: var(--text);
  margin-top: 5px;
}
.about-secD .colB .content .sign {
  margin-top: 20px;
}

.about-secE {
  padding: 5rem 0;
}
@media only screen and (max-width: 675px) {
  .about-secE {
    padding: 50px 0;
  }
}/*# sourceMappingURL=about.css.map */