@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.about-banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.8) 100%);
}
.banner.about-banner .bg {
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 1400px) {
  .banner.about-banner .bg {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .banner.about-banner .bg {
    height: 80vh;
  }
}
.banner.about-banner .bg .banner-wrapper {
  width: 100%;
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
.banner.about-banner .bg .banner-wrapper .container-fluid .content, .banner.about-banner .bg .banner-wrapper .container .content {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.banner.about-banner .bg .banner-wrapper .container-fluid .content .btn, .banner.about-banner .bg .banner-wrapper .container .content .btn {
  margin-top: 30px;
}

.about-secA {
  background: var(--black);
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
.about-secA::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: var(--primary);
  filter: blur(100px);
  border-radius: 50%;
}
.about-secA::before {
  right: 0;
  top: 30%;
  filter: blur(150px);
}
.about-secA .about_wrap {
  height: 70vh;
  align-items: center;
  justify-content: space-between;
  --gap: 40px;
  gap: var(--gap);
}
@media only screen and (max-width: 1280px) {
  .about-secA .about_wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .about_wrap {
    flex-direction: column;
    --gap: 30px;
  }
}
.about-secA .about_wrap .colA {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.about-secA .about_wrap .colA::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: var(--primary);
  filter: blur(100px);
  border-radius: 50%;
}
.about-secA .about_wrap .colA::before {
  left: 74%;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .about-secA .about_wrap .colA {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .about_wrap .colA {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.about-secA .about_wrap .colA figure {
  width: 400px;
  animation: scalevector 7s ease infinite forwards;
}
@media only screen and (max-width: 1280px) {
  .about-secA .about_wrap .colA figure {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .about_wrap .colA figure {
    width: 100%;
  }
}
.about-secA .about_wrap .colB {
  flex: calc(60% - var(--gap));
  max-width: calc(60% - var(--gap));
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-secA .about_wrap .colB {
    flex: calc(70% - var(--gap));
    max-width: calc(70% - var(--gap));
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .about_wrap .colB {
    flex: 1;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .about_wrap .colB .heading {
    text-align: center;
  }
}
.about-secA .about_wrap .colB .heading h2 {
  font-family: "Kugile";
  font-size: 48px;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1280px) {
  .about-secA .about_wrap .colB .heading h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .about_wrap .colB .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .about_wrap .colB .heading h2 {
    font-size: 36px;
  }
}
.about-secA .about_wrap .colB .heading .subhead {
  margin-top: 0;
  font-size: 20px;
  color: var(--white);
}
@media only screen and (max-width: 768px) {
  .about-secA .about_wrap .colB .heading .subhead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .about_wrap .colB .heading .subhead {
    max-width: 200px;
    margin: 0 auto;
    line-height: 1.3;
  }
}
.about-secA .about_wrap .colB .content {
  padding: 20px 0 30px;
  max-width: 560px;
}
@media only screen and (max-width: 768px) {
  .about-secA .about_wrap .colB .content {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .about_wrap .colB .content {
    text-align: justify;
    word-spacing: -2px;
  }
}
.about-secA .about_wrap .colB .content p {
  color: var(--colortext);
}

.about-secB {
  background: var(--bglight);
}
.about-secB .flex {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .about-secB .flex {
    flex-direction: column;
  }
}
.about-secB .flex .colA {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .about-secB .flex .colA {
    flex: 0 1 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.about-secB .flex .colA figure {
  position: relative;
  line-height: 0;
}
.about-secB .flex .colA figure p {
  position: absolute;
  right: 6%;
  bottom: 10%;
  transform: translate(6%, 10%);
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex .colA figure p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex .colA figure p {
    font-size: 20px;
  }
}
.about-secB .flex .colA figure img {
  height: 100%;
}
.about-secB .flex .colB {
  flex: 1;
  padding: 20px 50px;
}
@media only screen and (max-width: 991px) {
  .about-secB .flex .colB {
    padding: 30px 20px 40px;
  }
}
.about-secB .flex .colB figcaption h3 {
  font-family: "Optima";
  font-size: 36px;
  line-height: 1.5;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex .colB figcaption h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex .colB figcaption h3 {
    font-size: 28px;
  }
}
.about-secB .flex .colB figcaption p {
  color: var(--text);
}

.about-secC {
  padding: 80px 0;
}
@media only screen and (max-width: 1280px) {
  .about-secC {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-secC {
    padding: 40px 0;
  }
}
.about-secC .vision-flex {
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media only screen and (max-width: 1280px) {
  .about-secC .vision-flex {
    gap: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secC .vision-flex {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .vision-flex {
    gap: 20px;
  }
}
.about-secC .vision-flex .colA, .about-secC .vision-flex .colB {
  width: 100%;
}
.about-secC .vision-flex .colA {
  max-width: 410px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .about-secC .vision-flex .colA {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .vision-flex .colA figcaption {
    text-align: center;
  }
}
.about-secC .vision-flex .colA figcaption h3 {
  font-family: "Optima";
  font-size: 36px;
  line-height: 1.5;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about-secC .vision-flex .colA figcaption h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .vision-flex .colA figcaption h3 {
    font-size: 28px;
  }
}
.about-secC .vision-flex .colA figcaption p {
  color: var(--text);
}
.about-secC .vision-flex .colB {
  flex: 0 1 30%;
}
@media only screen and (max-width: 768px) {
  .about-secC .vision-flex .colB {
    flex: 0 1 100%;
  }
}
.about-secC .vision-flex .colB figure {
  width: 380px;
  height: 450px;
  -webkit-mask-image: url(../../video/mask-image.png);
          mask-image: url(../../video/mask-image.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border-radius: 200px;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .about-secC .vision-flex .colB figure {
    width: 280px;
    height: 330px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secC .vision-flex .colB figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .vision-flex .colB figure {
    width: 260px;
    height: 310px;
  }
}
.about-secC .vision-flex .colB figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-secD {
  background: var(--bglight);
  padding: 80px 0;
}
@media only screen and (max-width: 1280px) {
  .about-secD {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD {
    padding: 40px 0;
  }
}
.about-secD .director-message {
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media only screen and (max-width: 1280px) {
  .about-secD .director-message {
    gap: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secD .director-message {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD .director-message {
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .director-message {
    gap: 20px;
  }
}
.about-secD .director-message .colA, .about-secD .director-message .colB {
  width: 100%;
}
.about-secD .director-message .colA {
  flex: 0 1 30%;
}
@media only screen and (max-width: 991px) {
  .about-secD .director-message .colA {
    flex: 0 1 40%;
  }
}
.about-secD .director-message .colA figure {
  width: 100%;
  line-height: 0;
}
.about-secD .director-message .colB {
  flex: 1;
  max-width: 400px;
  padding: 20px 10px;
}
@media only screen and (max-width: 991px) {
  .about-secD .director-message .colB {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD .director-message .colB {
    max-width: 100%;
    padding: 0;
  }
}
.about-secD .director-message .colB figcaption h3 {
  font-family: "Optima";
  font-size: 36px;
  line-height: 1.5;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .about-secD .director-message .colB figcaption h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD .director-message .colB figcaption h3 {
    font-size: 28px;
  }
}
.about-secD .director-message .colB figcaption .desc p {
  color: var(--text);
}
.about-secD .director-message .colB figcaption .desgn {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .about-secD .director-message .colB figcaption .desgn {
    margin-top: 20px;
  }
}
.about-secD .director-message .colB figcaption .desgn h6 {
  font-size: 24px;
  font-family: "Optima";
  color: var(--black);
}
@media only screen and (max-width: 768px) {
  .about-secD .director-message .colB figcaption .desgn h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .director-message .colB figcaption .desgn h6 {
    font-size: 20px;
  }
}
.about-secD .director-message .colB figcaption .desgn p {
  color: var(--text);
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .about-secD .director-message .colB figcaption .desgn p {
    font-size: 14px;
  }
}
.about-secD .director-message .colB figcaption .desgn img {
  width: 150px;
  margin-top: 10px;
}/*# sourceMappingURL=about.css.map */