@media only screen and (max-width: 1024px) {
  .banner.about-banner .bg {
    height: 485px;
  }
}
@media only screen and (max-width: 1007px) {
  .banner.about-banner .banner-wrapper {
    bottom: 45px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.about-banner .banner-wrapper {
    text-align: center;
  }
}
.banner.about-banner .content {
  max-width: 600px;
}
.banner.about-banner .content p {
  margin-top: 1rem;
}

.about-secA {
  padding: 90px 0 140px;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 90px 0 100px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA {
    padding: 40px 0;
  }
}
.about-secA p {
  color: var(--text);
}
.about-secA .heading .bradN {
  margin-bottom: 2rem;
  filter: invert(1) brightness(0);
}
.about-secA .heading h4 {
  margin-top: 20px;
}
.about-secA .heading h3 span {
  font-size: 28px;
  display: block;
}
.about-secA .content {
  text-align: center;
  position: relative;
}
.about-secA .content .heading, .about-secA .content .descrip {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
.about-secA .content .descrip {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 675px) {
  .about-secA .content .descrip {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.about-secA .content .counter_sec {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 0 70px;
}
@media only screen and (max-width: 767px) {
  .about-secA .content .counter_sec {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 30px;
  }
}
.about-secA .content .counter_sec .count-info {
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .about-secA .content .counter_sec .count-info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .content .counter_sec .count-info:nth-child(3) {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .content .counter_sec .count-info:nth-child(2) {
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .content .counter_sec .count-info:nth-child(4) {
    order: 4;
  }
}
.about-secA .content .counter_sec p {
  text-transform: uppercase;
  margin-top: 10px;
}
.about-secA .content .btn {
  margin-top: 60px;
  margin-top: 30px;
}
.about-secA .content .boxes {
  left: calc(100% + 30px);
  top: 0;
}
@media only screen and (max-width: 1007px) {
  .about-secA .content .boxes {
    left: auto;
    right: 15%;
    top: -8%;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .content .boxes {
    right: 0;
  }
}

.about-secB {
  display: flex;
  flex-wrap: wrap;
}
.about-secB .colA {
  flex: 0 1 auto;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .about-secB .colA {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 1007px) {
  .about-secB .colA {
    flex: 0 1 100%;
  }
}
.about-secB .colA img {
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 1024px) {
  .about-secB .colA img {
    height: auto;
  }
}
.about-secB .colB {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f1f1f1;
}
@media only screen and (max-width: 1007px) {
  .about-secB .colB {
    flex: 0 1 100%;
  }
}
.about-secB .colB .content {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .about-secB .colB .content {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1007px) {
  .about-secB .colB .content {
    padding: 3rem 2rem;
  }
}
.about-secB .colB .content .ico {
  margin-bottom: 1rem;
}
.about-secB .colB .content p {
  margin: 1rem 0;
}
.about-secB .colB .content h6 {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-top: 2rem;
}

.about-secC {
  padding: 6rem 0 0;
  background: var(--black);
}
@media only screen and (max-width: 675px) {
  .about-secC {
    padding: 4rem 0 0;
  }
}
.about-secC .heading {
  margin-bottom: 4rem;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .about-secC .heading {
    margin-bottom: 3rem;
  }
}
.about-secC .heading h3 {
  color: var(--white);
}
.about-secC .core-value-wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 1024px) {
  .about-secC .core-value-wrap {
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 1007px) {
  .about-secC .core-value-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-secC .core-value-wrap .item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  padding: 25px;
}
@media only screen and (max-width: 1024px) {
  .about-secC .core-value-wrap .item {
    padding: 18px;
  }
}
@media only screen and (max-width: 1007px) {
  .about-secC .core-value-wrap .item {
    padding: 12px;
  }
}
.about-secC .core-value-wrap .item .ico {
  width: 50px;
}
.about-secC .core-value-wrap .item h5 {
  margin: 1rem 0;
}
@media only screen and (max-width: 1007px) {
  .about-secC .core-value-wrap .item h5 {
    font-size: 20px;
    margin: 0.5rem 0;
  }
}
.about-secC .core-value-wrap .item p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}
@media only screen and (max-width: 520px) {
  .about-secC .core-value-wrap .item p {
    font-size: 14px;
  }
}
.about-secC .img-wrap {
  line-height: 0;
}
.about-secC .img-wrap img {
  width: 100%;
}

.about-secD {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}
@media only screen and (max-width: 675px) {
  .about-secD {
    padding: 10px;
  }
}
.about-secD .colA, .about-secD .colB {
  flex: 1;
}
@media only screen and (max-width: 1007px) {
  .about-secD .colA, .about-secD .colB {
    flex: 0 1 100%;
  }
}
.about-secD .colA {
  line-height: 0;
}
@media only screen and (max-width: 675px) {
  .about-secD .colA {
    display: none;
  }
}
.about-secD .colA .tab-nav-content {
  height: 100%;
}
.about-secD .colA .tab-nav-content .tabs {
  height: 100%;
}
.about-secD .colA img, .about-secD .colA video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about-secD .colB {
  background: #F5F5F5 url(../../images/background/bg1.svg) no-repeat;
  background-position: 100% 100%;
  display: flex;
  align-items: center;
  padding: 12rem 0;
}
@media only screen and (max-width: 1024px) {
  .about-secD .colB {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 1007px) {
  .about-secD .colB {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .about-secD .colB {
    padding: 3rem 0 5rem;
  }
}
.about-secD .colB .content {
  max-width: 433px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .about-secD .colB .content {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.about-secD .colB .vimi-tab-nav {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .about-secD .colB .vimi-tab-nav {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1007px) {
  .about-secD .colB .vimi-tab-nav {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD .colB .vimi-tab-nav {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD .colB .vimi-tab-nav {
    text-align: center;
  }
}
.about-secD .colB .vimi-tab-nav li {
  display: inline-block;
  vertical-align: middle;
  font-family: "Optima";
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: var(--text);
  position: relative;
  padding-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  .about-secD .colB .vimi-tab-nav li {
    font-size: 24px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD .colB .vimi-tab-nav li {
    font-size: 20px;
  }
}
.about-secD .colB .vimi-tab-nav li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: 0.4s ease;
  background: var(--black);
}
.about-secD .colB .vimi-tab-nav li.active {
  color: var(--black);
}
.about-secD .colB .vimi-tab-nav li.active::before {
  height: 2px;
}
.about-secD .colB .vimi-tab-nav li:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (max-width: 991px) {
  .about-secD .colB .vimi-tab-nav li:not(:last-child) {
    margin-right: 22px;
  }
}
.about-secD .colB .vimi-tab-nav-content .tabs {
  transition: 0.4s ease;
}
.about-secD .colB .vimi-tab-nav-content .tabs:not(.active) {
  transform: translateY(40px);
  transition: 0.2s ease;
}
@media only screen and (max-width: 675px) {
  .about-secD .colB .vimi-tab-nav-content .tabs {
    text-align: center;
  }
}
.about-secD .colB .vimi-tab-nav-content .tabs p {
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .about-secD .colB .vimi-tab-nav-content .tabs p {
    font-size: 16px;
  }
}/*# sourceMappingURL=about.css.map */