@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about_us_sec {
  min-height: 100vh;
  padding-top: calc(var(--headerheight) + 30px);
  --paddingbottom: 50px;
  --fontsize: 60px;
  --lineheight: 1.2;
  --headingheight: calc(var(--paddingbottom) + calc( var(--fontsize) * var(--lineheight)) + 10px);
  position: relative;
  z-index: 0;
  position: relative;
}
.about_us_sec::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: url(/assets/images/about/about-bg.svg);
  transition: 0.5s ease;
}
.about_us_sec::before {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .about_us_sec {
    --fontsize: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .about_us_sec {
    --fontsize: 42px;
  }
}
@media only screen and (max-width: 540px) {
  .about_us_sec {
    --fontsize: 32px;
  }
}
.about_us_sec .heading {
  max-width: 440px;
  text-align: center;
  margin: 0 auto;
  height: var(--headingheight);
}
.about_us_sec .heading h2 {
  font-size: var(--fontsize);
  line-height: var(--lineheight);
}
.about_us_sec .main_wrapper {
  --height: calc(100vh - calc( var(--headingheight) + var(--headerheight)));
  height: var(--height);
  max-height: var(--height);
  display: flex;
  justify-content: center;
  align-items: end;
  line-height: 0;
}
@media only screen and (max-width: 540px) {
  .about_us_sec .main_wrapper {
    --height: calc(100vh - calc( var(--headingheight) + var(--headerheight) + var(--footerstrip)));
  }
}
.about_us_sec .main_wrapper .hand_wrapper {
  aspect-ratio: 9/16;
  width: clamp(310px, 34vw, 420px);
  max-height: 70vh;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .about_us_sec .main_wrapper .hand_wrapper {
    width: 250px;
  }
}
.about_us_sec .main_wrapper .hand_wrapper .hand_vector {
  width: 100%;
  height: 100%;
}
.about_us_sec .main_wrapper .hand_wrapper .vector-video {
  position: absolute;
  inset: 8% 31% 39% 29%;
  -webkit-mask-image: url(/assets/images/about/screen-vector.svg);
          mask-image: url(/assets/images/about/screen-vector.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .about_us_sec .main_wrapper .hand_wrapper .vector-video {
    inset: 8% 29% 39% 26%;
  }
}

.pin-spacer {
  background: var(--black);
}

.our_story {
  background: var(--black);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.our_story::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.our_story::before {
  width: 400px;
  height: 400px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1200px) {
  .our_story::before {
    width: 300px;
    height: 300px;
  }
}
.our_story .story_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --gap: 70px;
  gap: var(--gap);
}
@media only screen and (max-width: 991px) {
  .our_story .story_wrapper {
    --gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .our_story .story_wrapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 540px) {
  .our_story .story_wrapper {
    --gap: 30px;
  }
}
.our_story .story_wrapper .colA {
  flex: 0 1 calc(53% - var(--gap));
  max-width: calc(53% - var(--gap));
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .our_story .story_wrapper .colA {
    flex: 0 1 calc(50% - var(--gap));
    max-width: calc(50% - var(--gap));
  }
}
@media only screen and (max-width: 768px) {
  .our_story .story_wrapper .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.our_story .story_wrapper .colA h2 {
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  .our_story .story_wrapper .colA h2 {
    font-size: 40px;
  }
}
.our_story .story_wrapper .colA .desc {
  max-height: 230px;
  margin: 10px 0 30px;
  overflow: hidden;
  padding: 0 15px 15px 0;
  transition: 0.4s ease;
}
.our_story .story_wrapper .colA .desc::-webkit-scrollbar {
  width: 4px;
  background: #D9D9D9;
  height: 4px;
}
.our_story .story_wrapper .colA .desc::-webkit-scrollbar-track {
  box-shadow: none;
}
.our_story .story_wrapper .colA .desc::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}
.our_story .story_wrapper .colA .desc.open {
  max-height: 400px;
  overflow-y: auto;
}
.our_story .story_wrapper .colA .desc.open ~ .read_more svg {
  rotate: -90deg;
}
.our_story .story_wrapper .colA .desc p:not(:last-child) {
  margin-bottom: 15px;
}
.our_story .story_wrapper .colA .read_more svg {
  transition: 0.3s ease;
}
.our_story .story_wrapper .colA .read_more:hover {
  transform: translateX(0);
}
.our_story .story_wrapper .colA .read_more:hover svg {
  rotate: -90deg;
}
.our_story .story_wrapper .colB {
  flex: 1;
  width: 100%;
  max-width: 40%;
}
@media only screen and (max-width: 1200px) {
  .our_story .story_wrapper .colB {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .our_story .story_wrapper .colB {
    max-width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .our_story .story_wrapper .colB {
    max-width: 100%;
  }
}
.our_story .story_wrapper .colB .story_imgs {
  position: relative;
}
.our_story .story_wrapper .colB .story_imgs.all-active .main_img {
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col {
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col {
    padding: 10px;
  }
}
.our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col figcaption {
  transform: translateY(30%);
}
@media only screen and (max-width: 540px) {
  .our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col figcaption {
    transform: translateY(10%);
  }
}
.our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col figcaption h6 {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col figcaption h6 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col figcaption h6 {
    font-size: 20px;
  }
}
.our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col figcaption p {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col figcaption p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col figcaption p {
    font-size: 12px;
  }
}
.our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap .story_img_col figure {
  transform: translate(100%);
  opacity: 0;
}
.our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap:nth-of-type(3) .story_img_col {
  width: 48%;
  height: 48%;
  transform: translate(0, 0);
}
.our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap:nth-of-type(4) .story_img_col {
  width: 48%;
  height: 48%;
  transform: translate(104%, 0);
}
.our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap:nth-of-type(5) .story_img_col {
  width: 48%;
  height: 48%;
  transform: translate(0%, 104%);
}
.our_story .story_wrapper .colB .story_imgs.all-active .story_img_wrap:nth-of-type(6) .story_img_col {
  width: 48%;
  height: 48%;
  transform: translate(104%, 104%);
}
.our_story .story_wrapper .colB .story_imgs .main_img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.our_story .story_wrapper .colB .story_imgs .main_img img {
  border-radius: 10px;
}
.our_story .story_wrapper .colB .story_imgs .story_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s ease, opacity 1s ease;
  transform: translateY(100%) rotate(10deg);
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.our_story .story_wrapper .colB .story_imgs .story_img_wrap.active {
  opacity: 1;
  transform: translateY(0) rotate(0);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.our_story .story_wrapper .colB .story_imgs .story_img_wrap .fake-col {
  display: none;
}
.our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col {
  width: 100%;
  height: 100%;
  background: url(/assets/images/about/img_col_bg.svg) var(--primary) no-repeat;
  background-position: 100% 50%;
  border-radius: 10px;
  display: flex;
  align-items: start;
  padding: 30px 40px;
  overflow: hidden;
  transition: 0.8s ease;
}
@media only screen and (max-width: 991px) {
  .our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col {
    padding: 20px;
  }
}
.our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figcaption {
  flex: 1;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figcaption h6 {
  font-size: 64px;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figcaption h6 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figcaption h6 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 540px) {
  .our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figcaption h6 {
    font-size: 32px;
  }
}
.our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figcaption p {
  font-size: 20px;
  color: var(--white);
  line-height: 1.2;
}
@media only screen and (max-width: 540px) {
  .our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figcaption p {
    font-size: 16px;
  }
}
.our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figure {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figure {
    width: 50px;
    height: 50px;
  }
}
.our_story .story_wrapper .colB .story_imgs .story_img_wrap .story_img_col figure img {
  width: 60%;
  height: 60%;
}

.philosphy_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .philosphy_sec .heading {
    margin-bottom: 40px;
  }
}
.philosphy_sec .philosophy_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --gap: 80px;
  gap: var(--gap);
}
@media only screen and (max-width: 991px) {
  .philosphy_sec .philosophy_wrapper {
    --gap: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .philosphy_sec .philosophy_wrapper {
    flex-direction: column;
    --gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .philosphy_sec .philosophy_wrapper {
    --gap: 30px;
  }
}
.philosphy_sec .philosophy_wrapper figure {
  flex: 0 1 20%;
  max-width: 20%;
  width: 100%;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .philosphy_sec .philosophy_wrapper figure {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
.philosphy_sec .philosophy_wrapper figcaption {
  flex: 1;
  max-width: 46%;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .philosphy_sec .philosophy_wrapper figcaption {
    max-width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .philosphy_sec .philosophy_wrapper figcaption {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .philosphy_sec .philosophy_wrapper figcaption {
    text-align: center;
  }
}
.philosphy_sec .philosophy_wrapper figcaption h4 {
  font-size: 24px;
}
@media only screen and (max-width: 540px) {
  .philosphy_sec .philosophy_wrapper figcaption h4 {
    font-size: 20px;
  }
}
.philosphy_sec .philosophy_wrapper figcaption .desc {
  margin: 20px 0;
}
.philosphy_sec .philosophy_wrapper figcaption .tagline {
  color: var(--white);
}

.leadership_sec {
  background: linear-gradient(180deg, #33BE86 0%, #000000 70%);
}
.leadership_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .leadership_sec .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .leadership_sec .heading {
    margin-bottom: 30px;
  }
}
.leadership_sec .heading h2 {
  font-size: 96px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1200px) {
  .leadership_sec .heading h2 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .leadership_sec .heading h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .leadership_sec .heading h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 540px) {
  .leadership_sec .heading h2 {
    font-size: 30px;
  }
}
.leadership_sec .leadership_wrapper {
  position: relative;
}
.leadership_sec .leadership_wrapper .leadership-nav {
  max-width: 30%;
}
@media only screen and (max-width: 991px) {
  .leadership_sec .leadership_wrapper .leadership-nav {
    max-width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .leadership_sec .leadership_wrapper .leadership-nav {
    display: flex;
    max-width: 60%;
  }
}
.leadership_sec .leadership_wrapper .leadership_slider .swiper-slide {
  transition: 0.5s ease;
}
.leadership_sec .leadership_wrapper .leadership_slider .swiper-slide:not(.swiper-slide-active) .leadership_col figure {
  background: #383838;
}
.leadership_sec .leadership_wrapper .leadership_slider .swiper-slide:not(.swiper-slide-active) .leadership_col figcaption .info {
  opacity: 0;
  transform: scale(0.5);
}
.leadership_sec .leadership_wrapper .leadership_slider .swiper-slide.swiper-slide-prev .leadership_col {
  transform: rotate(-10deg) scale(0.7);
}
.leadership_sec .leadership_wrapper .leadership_slider .swiper-slide.prev:not(.leadership_sec .leadership_wrapper .leadership_slider .swiper-slide.prev.swiper-slide-prev) .leadership_col {
  transform: translateY(20%) rotate(-10deg) scale(0.7);
}
.leadership_sec .leadership_wrapper .leadership_slider .swiper-slide.swiper-slide-next .leadership_col {
  transform: rotate(10deg) scale(0.7);
}
.leadership_sec .leadership_wrapper .leadership_slider .swiper-slide.next:not(.leadership_sec .leadership_wrapper .leadership_slider .swiper-slide.next.swiper-slide-next) .leadership_col {
  transform: translateY(20%) rotate(10deg) scale(0.7);
}
.leadership_sec .leadership_wrapper .leadership_col {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s ease;
}
.leadership_sec .leadership_wrapper .leadership_col figure {
  background: none;
  padding: 30px 20px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 10px;
  line-height: 0;
  transition: 0.5s ease;
}
.leadership_sec .leadership_wrapper .leadership_col figcaption .info {
  margin-top: 10px;
  text-align: center;
  transition: 0.5s ease;
}
.leadership_sec .leadership_wrapper .leadership_col figcaption .info h6 {
  font-size: 32px;
  color: var(--white);
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .leadership_sec .leadership_wrapper .leadership_col figcaption .info h6 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .leadership_sec .leadership_wrapper .leadership_col figcaption .info h6 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .leadership_sec .leadership_wrapper .leadership_col figcaption .info h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .leadership_sec .leadership_wrapper .leadership_col figcaption .info h6 {
    font-size: 20px;
  }
}
.leadership_sec .leadership_wrapper .leadership_col figcaption .info p {
  font-size: 18px;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .leadership_sec .leadership_wrapper .leadership_col figcaption .info p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .leadership_sec .leadership_wrapper .leadership_col figcaption .info p {
    font-size: 14px;
  }
}
.leadership_sec .leadership_wrapper .leadership_col figcaption .info .btn {
  margin: 20px auto 0;
}
@media only screen and (max-width: 540px) {
  .leadership_sec .leadership_wrapper .leadership_col figcaption .info .btn {
    margin: 15px auto 0;
  }
}

.team_sec {
  position: relative;
  z-index: 0;
}
.team_sec::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.team_sec::before {
  width: 300px;
  height: 300px;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
}
@media only screen and (max-width: 540px) {
  .team_sec::before {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 540px) {
  .team_sec .container {
    padding-right: 0;
  }
}
.team_sec .heading {
  text-align: center;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  .team_sec .heading {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 540px) {
  .team_sec .heading {
    margin: 0 auto 30px;
  }
}
.team_sec .team_wrapper {
  position: relative;
}
.team_sec .team_wrapper .team-slider {
  max-width: 96%;
}
.team_sec .team_wrapper .team-slider .team_col {
  width: 100%;
  height: 100%;
}
.team_sec .team_wrapper .team-slider .team_col figure {
  position: relative;
  line-height: 0;
  padding: 20px 20px 0;
  background: #383838;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 10px;
}
.team_sec .team_wrapper .team-slider .team_col figure .linkedin {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10%;
  right: 4%;
  display: block;
  z-index: 0;
}
@media only screen and (max-width: 540px) {
  .team_sec .team_wrapper .team-slider .team_col figure .linkedin {
    right: 5%;
    top: 4%;
  }
}
.team_sec .team_wrapper .team-slider .team_col figure .linkedin img, .team_sec .team_wrapper .team-slider .team_col figure .linkedin svg {
  width: 100%;
  height: 100%;
}
.team_sec .team_wrapper .team-slider .team_col figcaption {
  padding: 15px 10px 0;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .team_sec .team_wrapper .team-slider .team_col figcaption {
    padding: 10px 5px 0;
  }
}
.team_sec .team_wrapper .team-slider .team_col figcaption h6 {
  font-size: 20px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .team_sec .team_wrapper .team-slider .team_col figcaption h6 {
    font-size: 18px;
  }
}
.team_sec .team_wrapper .team-slider .team_col figcaption p {
  color: rgba(255, 255, 255, 0.6980392157);
}

.why_chose_sec .heading {
  text-align: center;
}
.why_chose_sec .why_icons_wrap {
  position: relative;
  margin: 70px 0 50px;
  padding: 0 var(--containerfluid);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  z-index: 0;
}
.why_chose_sec .why_icons_wrap::-webkit-scrollbar {
  width: 0;
  background: none;
  height: 0;
}
.why_chose_sec .why_icons_wrap::-webkit-scrollbar-track {
  box-shadow: none;
}
.why_chose_sec .why_icons_wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .why_chose_sec .why_icons_wrap {
    margin: 60px 0 50px;
  }
}
@media only screen and (max-width: 540px) {
  .why_chose_sec .why_icons_wrap {
    gap: 20px;
    justify-content: start;
    margin: 40px 0;
  }
}
.why_chose_sec .why_icons_wrap::before {
  content: "";
  position: absolute;
  top: 27%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #BFBFBF;
  z-index: -1;
}
.why_chose_sec .why_icons_wrap .why_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .why_chose_sec .why_icons_wrap .why_icon {
    gap: 10px;
  }
}
.why_chose_sec .why_icons_wrap .why_icon.active figure {
  background: var(--primary);
}
.why_chose_sec .why_icons_wrap .why_icon.active figure svg path {
  fill: var(--white);
}
.why_chose_sec .why_icons_wrap .why_icon.active .info {
  opacity: 1;
  transform: scale(1);
}
.why_chose_sec .why_icons_wrap .why_icon figure {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .why_chose_sec .why_icons_wrap .why_icon figure {
    width: 60px;
    height: 60px;
  }
}
.why_chose_sec .why_icons_wrap .why_icon figure img, .why_chose_sec .why_icons_wrap .why_icon figure svg {
  width: 65%;
  height: 65%;
}
.why_chose_sec .why_icons_wrap .why_icon figure img path, .why_chose_sec .why_icons_wrap .why_icon figure svg path {
  fill: rgba(102, 102, 102, 0.6980392157);
}
.why_chose_sec .why_icons_wrap .why_icon .info {
  text-align: center;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.5s ease;
  max-width: 150px;
}
.why_chose_sec .why_icons_wrap .why_icon .info p {
  color: var(--white);
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 540px) {
  .why_chose_sec .why_icons_wrap .why_icon .info p {
    font-size: 12px;
  }
}
.why_chose_sec .why_wrapper {
  position: relative;
  --container: 1170px;
}
.why_chose_sec .why_wrapper .why-slider {
  max-width: 900px;
}
@media only screen and (max-width: 991px) {
  .why_chose_sec .why_wrapper .why-slider {
    max-width: 100%;
  }
}
.why_chose_sec .why_wrapper .why-slider .why_col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .why_chose_sec .why_wrapper .why-slider .why_col {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .why_chose_sec .why_wrapper .why-slider .why_col {
    flex-direction: column;
    gap: 20px;
  }
}
.why_chose_sec .why_wrapper .why-slider .why_col figure {
  flex: 1;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .why_chose_sec .why_wrapper .why-slider .why_col figure {
    width: 100%;
  }
}
.why_chose_sec .why_wrapper .why-slider .why_col figure img {
  border-radius: 10px;
}
.why_chose_sec .why_wrapper .why-slider .why_col figcaption {
  flex: 1;
}
.why_chose_sec .why_wrapper .why-slider .why_col figcaption h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

.leadership-pop {
  max-width: 800px;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  transform: translate(-50%, 100vh);
  transition: 0.6s ease;
}
@media only screen and (max-width: 768px) {
  .leadership-pop {
    height: 100%;
    border-radius: 0;
  }
}
.leadership-pop.is-open {
  transform: translate(-50%, -50%);
  transition: 0.6s ease;
}
.leadership-pop .close:not(.btn) {
  top: 20px;
  right: 20px;
}
.leadership-pop .close:not(.btn) svg {
  width: 20px;
  height: 20px;
}
.leadership-pop .model-body {
  padding: 0 30px 30px;
  margin-top: 30px;
  border-radius: 15px;
  background: var(--white);
}
@media only screen and (max-width: 768px) {
  .leadership-pop .model-body {
    padding: 0 20px 20px;
    margin-top: 50px;
  }
}
.leadership-pop .model-body .team_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .leadership-pop .model-body .team_wrapper {
    flex-direction: column;
  }
}
.leadership-pop .model-body .team_wrapper figure {
  flex: 0 1 40%;
  position: relative;
  line-height: 0;
  padding: 20px 20px 0;
  background: #383838;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 10px;
}
.leadership-pop .model-body .team_wrapper figure .linkedin {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5%;
  right: 5%;
  display: block;
  z-index: 0;
}
.leadership-pop .model-body .team_wrapper figure .linkedin img, .leadership-pop .model-body .team_wrapper figure .linkedin svg {
  width: 100%;
  height: 100%;
}
.leadership-pop .model-body .team_wrapper figcaption {
  flex: 1;
}
.leadership-pop .model-body .team_wrapper figcaption .heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #D2D2D2;
}
.leadership-pop .model-body .team_wrapper figcaption .heading h6 {
  font-size: 24px;
  color: var(--black);
}
.leadership-pop .model-body .team_wrapper figcaption .heading p {
  color: var(--black);
  margin-top: 0;
}
.leadership-pop .model-body .team_wrapper figcaption .team_details {
  padding: 15px 15px 15px 0;
  max-height: 240px;
  overflow-y: auto;
}
.leadership-pop .model-body .team_wrapper figcaption .team_details::-webkit-scrollbar {
  width: 4px;
  background: #D9D9D9;
  height: 4px;
}
.leadership-pop .model-body .team_wrapper figcaption .team_details::-webkit-scrollbar-track {
  box-shadow: none;
}
.leadership-pop .model-body .team_wrapper figcaption .team_details::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}
.leadership-pop .model-body .team_wrapper figcaption .team_details p {
  font-size: 14px;
}
.leadership-pop .model-body .team_wrapper figcaption .team_details p:not(:last-child) {
  margin-bottom: 10px;
}/*# sourceMappingURL=about.css.map */