@keyframes scaling {
  0% {
    transform: scale(0.7);
    border-color: #5f449b;
  }
  100% {
    transform: scale(2);
    border-color: rgba(95, 68, 155, 0);
  }
}
@keyframes bganimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes menu {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-about {
  background: linear-gradient(0deg, #DEDEDE 0%, #FFFFFF 100%);
  padding: 40px 0 63px;
  position: relative;
}
.banner-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 162px;
  background: url("../../images/about/sh.png");
  animation: bganimate 60s linear infinite reverse;
  pointer-events: none;
}
.banner-about .flex {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .banner-about .flex {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .banner-about .flex {
    flex-direction: column-reverse;
  }
}
.banner-about .cola {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .banner-about .cola {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.banner-about .colb {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .banner-about .colb {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.banner-about .bg {
  line-height: 0;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.banner-about .bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.banner-about .bg img {
  width: 100%;
}
.banner-about .bg .videoIcon {
  bottom: 30px;
  right: 30px;
  z-index: 1;
  background: transparent;
}
@media only screen and (max-width: 675px) {
  .banner-about .bg .videoIcon {
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
.banner-about .banner-content {
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  .banner-about .banner-content {
    margin: 0 auto;
    text-align: center;
  }
}
.banner-about .banner-content h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .banner-about .banner-content h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 860px) {
  .banner-about .banner-content h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-about .banner-content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .banner-about .banner-content h1 {
    font-size: 26px;
  }
}
.banner-about .banner-content .ul {
  display: flex;
  gap: 0 13px;
}
.banner-about .banner-content .ul .card {
  border-radius: 10px;
  width: 100%;
  padding: 12px 20px;
}
@media only screen and (max-width: 1100px) {
  .banner-about .banner-content .ul .card {
    padding: 10px;
  }
}
.banner-about .banner-content .ul .card .coun {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .banner-about .banner-content .ul .card .coun {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 860px) {
  .banner-about .banner-content .ul .card .coun {
    font-size: 20px;
  }
}
.banner-about .banner-content .ul .card .txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
}
@media only screen and (max-width: 675px) {
  .banner-about .banner-content .ul .card .txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.banner-about .banner-content .ul .card:first-child {
  background: var(--green);
}
.banner-about .banner-content .ul .card:first-child .coun, .banner-about .banner-content .ul .card:first-child .txt {
  color: var(--black);
}
.banner-about .banner-content .ul .card:nth-child(2) {
  background: var(--purple);
}
.banner-about .banner-content .ul .card:nth-child(2) .coun, .banner-about .banner-content .ul .card:nth-child(2) .txt {
  color: var(--white);
}
.banner-about .banner-content .ul .card:nth-child(3) {
  background: var(--gray2);
}
.banner-about .banner-content .ul .card:nth-child(3) .coun, .banner-about .banner-content .ul .card:nth-child(3) .txt {
  color: var(--black);
}

.aboutSectionA {
  background: var(--white);
  padding: 80px 0;
}
@media only screen and (max-width: 860px) {
  .aboutSectionA {
    padding: 60px 0;
  }
}
.aboutSectionA .flex {
  align-items: center;
}
.aboutSectionA .cola {
  flex: 0 1 35%;
  max-width: 35%;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .aboutSectionA .cola {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 860px) {
  .aboutSectionA .cola .img {
    max-width: 115px;
    margin: 0 auto;
  }
}
.aboutSectionA .colb {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 860px) {
  .aboutSectionA .colb {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.aboutSectionA .colb h2 {
  margin-bottom: 20px;
}
.aboutSectionA .img img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.aboutSectionA .content p {
  color: var(--text);
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 24px;
}
.aboutSectionA .content p:not(:last-child) {
  margin-bottom: 26px;
}

.aboutSectionB {
  padding: 60px 0;
  background: #F5F5F5;
}
.aboutSectionB .ihutawn {
  text-align: center;
  margin-bottom: 3rem;
}
.aboutSectionB .ihutawn li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 13px;
  cursor: pointer;
  color: #cbcbcb;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .aboutSectionB .ihutawn li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .aboutSectionB .ihutawn li {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 520px) {
  .aboutSectionB .ihutawn li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 365px) {
  .aboutSectionB .ihutawn li {
    font-size: 14px;
  }
}
.aboutSectionB .ihutawn li:not(:last-child) {
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .aboutSectionB .ihutawn li:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .aboutSectionB .ihutawn li:not(:last-child) {
    margin-right: 1.2rem;
  }
}
.aboutSectionB .ihutawn li::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: var(--blue);
  left: 0;
  width: 0;
  transition: 0.5s ease;
}
.aboutSectionB .ihutawn li.current {
  color: var(--blue);
}
.aboutSectionB .ihutawn li.current::before {
  width: 100%;
}
.aboutSectionB .jqitgbj {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.aboutSectionB .jqitgbj p {
  font-size: 18px;
  color: var(--text);
}
@media only screen and (max-width: 767px) {
  .aboutSectionB .jqitgbj p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .aboutSectionB .jqitgbj p {
    font-size: 14px;
  }
}

.shadeAnim {
  background-color: var(--white);
}

.ourTeamBanner {
  position: relative;
}
.ourTeamBanner .bg {
  line-height: 0;
  position: relative;
}
.ourTeamBanner .bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--black), transparent);
}
.ourTeamBanner .bg img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ourTeamBanner .bg img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ourTeamBanner .banner-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ourTeamBanner .banner-content .content {
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}
.ourTeamBanner .banner-content .content h1 {
  color: var(--white);
}
.ourTeamBanner .banner-content .content p {
  color: var(--white);
  font-size: 16px;
  margin: 15px 0 25px;
}

.our-team-secA {
  padding: 60px 0;
}
.our-team-secA h1 {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--blue);
}
.our-team-secA .team-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
}
@media only screen and (max-width: 991px) {
  .our-team-secA .team-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .our-team-secA .team-wrap {
    grid-template-columns: 100%;
  }
}
.our-team-secA .team-wrap .item {
  position: relative;
  cursor: pointer;
}
.our-team-secA .team-wrap .item .img {
  position: relative;
  line-height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.our-team-secA .team-wrap .item .img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.our-team-secA .team-wrap .item .img img {
  width: 100%;
}
.our-team-secA .team-wrap .item .content {
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.our-team-secA .team-wrap .item .content .name, .our-team-secA .team-wrap .item .content .des {
  color: var(--white);
}
.our-team-secA .team-wrap .item .content .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}
.our-team-secA .team-wrap .item .content .des {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
.our-team-secA .award-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 991px) {
  .our-team-secA .award-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .our-team-secA .award-wrap {
    grid-template-columns: 100%;
  }
}
.our-team-secA .award-wrap .item {
  display: block;
  position: relative;
  line-height: 0;
}
.our-team-secA .award-wrap .item:hover::before {
  opacity: 1;
}
.our-team-secA .award-wrap .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team-secA .award-wrap .item::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 32px;
  opacity: 0;
  transition: 0.5s ease;
}

.team-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 500px;
  width: 100%;
  z-index: 7;
  background: var(--white);
  transition: 0.5s ease;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}
.team-pop.is-open {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.team-pop .close_model {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 0;
}
.team-pop .close_model svg {
  width: 20px;
  height: 20px;
}
.team-pop .close_model svg path {
  stroke-width: 2;
}
.team-pop .model-body {
  padding: 40px 30px;
  border-radius: 10px;
  max-height: 500px;
  overflow-y: auto;
}
.team-pop .model-body::-webkit-scrollbar {
  width: 4px;
  background: none;
  pointer-events: none;
}
.team-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
  pointer-events: none;
}
.team-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  pointer-events: none;
}
.team-pop .model-body .upper-sec {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.team-pop .model-body .upper-sec .name {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.team-pop .model-body .upper-sec .desg {
  font-size: 14px;
  line-height: 1.5;
}
.team-pop .model-body .content-descrip p {
  text-align: justify;
}
.team-pop .model-body .content-descrip p:not(:last-child) {
  margin-bottom: 15px;
}

.testimonial-secA {
  padding: 4rem 0;
}
.testimonial-secA .testimonial-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 991px) {
  .testimonial-secA .testimonial-wrap {
    grid-template-columns: 100%;
  }
}
.testimonial-secA .testimonial-wrap .item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 1px 11.6px 0px rgba(0, 0, 0, 0.1490196078);
  background: var(--white);
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
}
.testimonial-secA .testimonial-wrap .item figure {
  flex: 0 1 40%;
  line-height: 0;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .testimonial-secA .testimonial-wrap .item figure {
    flex: 0 1 100%;
  }
}
.testimonial-secA .testimonial-wrap .item figure:has(.play-btn-grow) .img {
  position: relative;
}
.testimonial-secA .testimonial-wrap .item figure:has(.play-btn-grow) .img::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.2);
}
.testimonial-secA .testimonial-wrap .item figure .img {
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-secA .testimonial-wrap .item figure .img img {
  width: 100%;
}
.testimonial-secA .testimonial-wrap .item figure img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-secA .testimonial-wrap .item figure .play-btn-grow {
  --btnsize: 40px;
  --border: 1px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
.testimonial-secA .testimonial-wrap .item figcaption {
  flex: 1;
  padding-left: 1.2rem;
}
@media only screen and (max-width: 675px) {
  .testimonial-secA .testimonial-wrap .item figcaption {
    flex: 0 1 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
.testimonial-secA .testimonial-wrap .item figcaption .title {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.testimonial-secA .testimonial-wrap .item figcaption .title .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.testimonial-secA .testimonial-wrap .item figcaption .title .des {
  font-size: 14px;
  color: var(--text);
}
.testimonial-secA .testimonial-wrap .item figcaption .content p {
  color: var(--text);
}

.social-connect-secA {
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .social-connect-secA {
    padding: 0rem 0 3rem;
  }
}
.social-connect-secA .item:nth-child(even) {
  background: var(--gray3);
}
.social-connect-secA .item:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.social-connect-secA .item .flex {
  gap: 2rem;
  padding: 3rem 0;
}
.social-connect-secA .item .flex figure, .social-connect-secA .item .flex figcaption {
  flex: 1;
  position: sticky;
  top: 120px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .social-connect-secA .item .flex figure, .social-connect-secA .item .flex figcaption {
    flex: 0 1 100%;
    max-width: 100%;
    height: initial;
    position: unset;
  }
}
.social-connect-secA .item .flex figure img {
  width: 100%;
  border-radius: 10px;
}
.social-connect-secA .item .flex figcaption .head-ttl {
  font-size: 32px;
  color: var(--black);
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .social-connect-secA .item .flex figcaption .head-ttl {
    font-size: 24px;
  }
}
.social-connect-secA .item .flex figcaption .content p, .social-connect-secA .item .flex figcaption .content ul, .social-connect-secA .item .flex figcaption .content h4, .social-connect-secA .item .flex figcaption .content h5, .social-connect-secA .item .flex figcaption .content h6 {
  margin-bottom: 1rem;
}
.social-connect-secA .item .flex figcaption .content p, .social-connect-secA .item .flex figcaption .content li {
  color: var(--text);
}
.social-connect-secA .item .flex figcaption .content ul {
  padding-left: 20px;
}
.social-connect-secA .item .flex figcaption .content ul li {
  list-style: disc;
}
.social-connect-secA .item .flex figcaption .content ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.social-connect-secA .item .flex figcaption .content ul li::marker {
  color: var(--blue);
}

.about-teamsection {
  width: 100%;
  height: 100%;
  background: #5f36c9;
  padding: 80px 0 80px;
}
@media only screen and (max-width: 991px) {
  .about-teamsection {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-teamsection {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 450px) {
  .about-teamsection {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-teamsection .container.flex {
    flex-direction: column;
  }
}
.about-teamsection .container.flex .left-a, .about-teamsection .container.flex .right-a {
  flex: 1;
}
.about-teamsection .container.flex .left-a {
  line-height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-teamsection .container.flex .left-a figure {
  width: 500px;
  display: flex;
  align-items: end;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .about-teamsection .container.flex .left-a figure {
    width: 350px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .about-teamsection .container.flex .left-a figure {
    width: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .about-teamsection .container.flex .left-a figure {
    width: 100%;
  }
}
.about-teamsection .container.flex .left-a figure img {
  width: 100%;
}
.about-teamsection .container.flex .right-a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 65px;
}
@media only screen and (max-width: 991px) {
  .about-teamsection .container.flex .right-a {
    padding: 20px 40px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .about-teamsection .container.flex .right-a {
    padding: 20px 10px 0px;
  }
}
.about-teamsection .container.flex .right-a h3 {
  font-size: 36px;
  line-height: 1.1;
  text-transform: none;
  padding-bottom: 20px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .about-teamsection .container.flex .right-a h3 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .about-teamsection .container.flex .right-a h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .about-teamsection .container.flex .right-a h3 {
    font-size: 28px;
  }
}
.about-teamsection .container.flex .right-a p {
  padding-bottom: 10px;
  color: #fff;
  font-weight: 400;
}
.about-teamsection .container.flex .right-a .content-wrap {
  border-right: 1px solid #fff;
}
.about-teamsection .container.flex .right-a .content-wrap .scroll-content {
  height: 260px;
  overflow-y: auto;
  padding-right: 40px;
  margin-right: -4px;
}
@media only screen and (max-width: 540px) {
  .about-teamsection .container.flex .right-a .content-wrap .scroll-content {
    padding-right: 20px;
  }
}
.about-teamsection .container.flex .right-a .content-wrap .scroll-content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .about-teamsection .container.flex .right-a .content-wrap .scroll-content p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.about-teamsection .container.flex .right-a .content-wrap .scroll-content p:nth-last-child(2) {
  padding-bottom: 0;
}
.about-teamsection .container.flex .right-a .content-wrap .scroll-content p:nth-last-child(3) {
  padding-bottom: 5px;
}
.about-teamsection .container.flex .right-a .content-wrap .scroll-content::-webkit-scrollbar {
  width: 8px;
  background: none;
  height: 8px;
}
.about-teamsection .container.flex .right-a .content-wrap .scroll-content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0px;
}
.about-teamsection .container.flex .right-a .content-wrap .scroll-content::-webkit-scrollbar-track {
  box-shadow: none;
}
.about-teamsection .container.flex .right-a .call-to-action {
  padding-top: 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about-teamsection .container.flex .right-a .call-to-action {
    padding-top: 35px;
  }
}
.about-teamsection .container.flex .right-a .call-to-action .callA h6 {
  color: #fff;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .about-teamsection .container.flex .right-a .call-to-action .callA h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.about-teamsection .container.flex .right-a .call-to-action .callA h6:first-child {
  font-size: 24px;
}
@media only screen and (max-width: 540px) {
  .about-teamsection .container.flex .right-a .call-to-action .callA h6:first-child {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .about-teamsection .container.flex .right-a .call-to-action .callA span img {
    width: 90px;
  }
}/*# sourceMappingURL=about.css.map */