@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;
  }
}
@media only screen and (max-width: 540px) {
  .banner.about-banner .bg {
    height: 500px;
  }
}
.banner.about-banner .bg .banner-wrapper {
  width: 100%;
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
.banner.about-banner .bg .banner-wrapper .container-fluid .heading, .banner.about-banner .bg .banner-wrapper .container .heading {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
}
.banner.about-banner .bg .banner-wrapper .container-fluid .heading h2, .banner.about-banner .bg .banner-wrapper .container .heading h2 {
  font-size: 60px;
  font-weight: 600;
}
@media only screen and (max-width: 1280px) {
  .banner.about-banner .bg .banner-wrapper .container-fluid .heading h2, .banner.about-banner .bg .banner-wrapper .container .heading h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .bg .banner-wrapper .container-fluid .heading h2, .banner.about-banner .bg .banner-wrapper .container .heading h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.about-banner .bg .banner-wrapper .container-fluid .heading h2, .banner.about-banner .bg .banner-wrapper .container .heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.about-banner .bg .banner-wrapper .container-fluid .heading h2, .banner.about-banner .bg .banner-wrapper .container .heading h2 {
    font-size: 30px;
  }
}

.about_desc .main_wrapper {
  display: flex;
  flex-wrap: wrap;
  --gap: 90px;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
  line-height: 1.5;
}
@media only screen and (max-width: 1280px) {
  .about_desc .main_wrapper {
    --gap: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .about_desc .main_wrapper {
    --gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .about_desc .main_wrapper {
    --gap: 25px;
  }
}
.about_desc .main_wrapper figure {
  flex: 0 1 auto;
  width: 100%;
  max-width: 300px;
  -webkit-mask-image: url(../../images/vector/tplus_vector.svg);
          mask-image: url(../../images/vector/tplus_vector.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  line-height: 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  height: 450px;
}
@media only screen and (max-width: 991px) {
  .about_desc .main_wrapper figure {
    max-width: 230px;
    height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .about_desc .main_wrapper figure {
    max-width: 175px;
    height: 270px;
  }
}
@media only screen and (max-width: 540px) {
  .about_desc .main_wrapper figure {
    margin-left: 30px;
  }
}
.about_desc .main_wrapper figcaption {
  flex: 1;
  max-width: calc(50% - var(--gap));
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .about_desc .main_wrapper figcaption {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about_desc .main_wrapper figcaption {
    flex: 0 1 100%;
    text-align: center;
  }
}
.about_desc .main_wrapper figcaption h2 {
  font-size: 40px;
  color: var(--textdark);
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (max-width: 1280px) {
  .about_desc .main_wrapper figcaption h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .about_desc .main_wrapper figcaption h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .about_desc .main_wrapper figcaption h2 {
    font-size: 24px;
  }
}
.about_desc .main_wrapper figcaption p {
  color: var(--text);
}

.about-secB {
  background: var(--bglight);
}
@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;
  height: 100%;
}
.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: 40px 50px;
}
@media only screen and (max-width: 991px) {
  .about-secB .flex .colB {
    padding: 30px 20px 40px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex .colB figcaption {
    text-align: center;
  }
}
.about-secB .flex .colB figcaption h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--textdark);
  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-size: 36px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--textdark);
  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;
  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;
  border-radius: 200px;
}

.about-secD {
  display: none;
  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-size: 36px;
  line-height: 1.5;
  color: var(--textdark);
  font-weight: 500;
  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: "New Science";
  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;
}

.certifications_sec .heading {
  margin-bottom: 50px;
}
.certifications_sec .heading h2 {
  font-size: 40px;
  color: var(--textdark);
  font-weight: 500;
}
.certifications_sec .certificate_wrapper {
  position: relative;
}
.certifications_sec .certificate_wrapper .certificate-slider {
  max-width: 97%;
}/*# sourceMappingURL=about.css.map */