@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
img, video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}

.banner {
  color: unset;
  height: 100%;
  display: block;
  position: relative;
  position: relative;
}
.banner::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: none;
}
.banner::before {
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.6) 88%);
}
.banner .bg {
  height: 650px;
  line-height: 0;
}
@media only screen and (max-width: 1366px) {
  .banner .bg {
    height: calc(100vh - var(--headerheight));
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.banner .banner-wrapper h1, .banner .banner-wrapper h2 {
  max-width: 100%;
  font-size: 48px;
  line-height: 1.2;
  color: var(--white);
}
@media only screen and (max-width: 1280px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.banner .banner-wrapper p {
  color: var(--white);
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .banner .banner-wrapper p {
    line-height: 1.2;
  }
}

.banner.about-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.6) 88%);
}
.banner.about-banner .bg .banner-wrapper {
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
.banner.about-banner .bg .banner-wrapper .heading {
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
}

.our_story {
  padding: 85px 0 100px;
}
.our_story .main_wrapper {
  align-items: start;
  --gap: 80px;
  gap: var(--gap);
}
.our_story .main_wrapper figure {
  flex: 0 1 auto;
  max-width: 550px;
  position: relative;
}
.our_story .main_wrapper figure .swiper-dots {
  text-align: center;
  --swiper-pagination-bullet-size: 8px;
}
.our_story .main_wrapper figure .swiper-dots .swiper-pagination-bullet-active {
  background: var(--primary);
}
.our_story .main_wrapper figcaption {
  flex: 1;
}
.our_story .main_wrapper figcaption h2 {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.2;
}
.our_story .main_wrapper figcaption .desc {
  height: 192px;
  overflow: hidden;
}
.our_story .main_wrapper figcaption .desc p:not(:last-child) {
  margin-bottom: 15px;
}
.our_story .main_wrapper figcaption .read_more {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.our_story .main_wrapper figcaption .read_more.active svg {
  transform: rotate(180deg);
}
.our_story .main_wrapper figcaption .read_more .btn-text {
  color: var(--primary);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.our_story .main_wrapper figcaption .read_more svg {
  transition: 0.5s ease;
}

.mission_vision {
  position: relative;
}
.mission_vision .bg {
  height: 600px;
  text-align: right;
  background: #F8F3F1;
}
.mission_vision .bg img {
  width: 70%;
}
.mission_vision .vision_wrapper {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
  max-width: 520px;
  height: 400px;
  background: rgba(198, 150, 133, 0.8);
  backdrop-filter: blur(17);
  padding: 20px;
}
.mission_vision .vision_wrapper .main_wrapper {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 44px;
}
.mission_vision .vision_wrapper .main_wrapper .tab-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.mission_vision .vision_wrapper .main_wrapper .tab-nav li {
  position: relative;
  padding: 0 10px 10px;
  font-size: 36px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  transform: 0.5s ease;
}
.mission_vision .vision_wrapper .main_wrapper .tab-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: 0.5s ease;
}
.mission_vision .vision_wrapper .main_wrapper .tab-nav li.active {
  color: var(--white);
}
.mission_vision .vision_wrapper .main_wrapper .tab-nav li.active::before {
  width: 100%;
}
.mission_vision .vision_wrapper .main_wrapper .tab-nav-content {
  margin-top: 35px;
  overflow: hidden;
}
.mission_vision .vision_wrapper .main_wrapper .tab-nav-content .tabs {
  transition: 0.5s ease;
}
.mission_vision .vision_wrapper .main_wrapper .tab-nav-content .tabs:not(.active) {
  transform: translateY(100%);
}
.mission_vision .vision_wrapper .main_wrapper .tab-nav-content .tabs p {
  font-weight: 400;
  color: var(--white);
}

.journey_sec {
  padding: 70px 0;
}
.journey_sec .heading {
  max-width: 495px;
  text-align: center;
  margin: 0 auto 50px;
}
.journey_sec .heading p {
  margin-top: 5px;
}
.journey_sec .main_wrapper {
  position: relative;
}
.journey_sec .main_wrapper .swiper-nav {
  max-width: 75%;
}
.journey_sec .main_wrapper .swiper-nav button {
  background: none;
  border: none;
}
.journey_sec .main_wrapper .swiper-nav button svg {
  width: 40px;
  height: 40px;
}
.journey_sec .main_wrapper .swiper-nav button svg path {
  stroke-width: 1.5px;
  fill: none;
  stroke: var(--primary);
}
.journey_sec .main_wrapper .journey_slider .swiper-wrapper .journey_col {
  position: relative;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
}
.journey_sec .main_wrapper .journey_slider .swiper-wrapper .journey_col::before {
  position: absolute;
  content: "";
  width: 97%;
  height: 93%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #C9C9C9;
  background: none;
}
.journey_sec .main_wrapper .journey_slider .swiper-wrapper .journey_col figure, .journey_sec .main_wrapper .journey_slider .swiper-wrapper .journey_col figcaption {
  flex: 1;
  max-width: 50%;
  width: 100%;
}
.journey_sec .main_wrapper .journey_slider .swiper-wrapper .journey_col figcaption {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}
.journey_sec .main_wrapper .journey_slider .swiper-wrapper .journey_col figcaption h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.journey_sec .main_wrapper .journey_slider .swiper-wrapper .journey_col figcaption .desc p:not(:last-child) {
  margin-bottom: 10px;
}

.experts_banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.6) 90%);
}
.experts_banner .banner-wrapper {
  text-align: center;
  top: 10%;
  translate: 0 -10%;
}
.experts_banner .banner-wrapper .heading h2 {
  font-size: 36px;
}

.director_sec {
  background: #F8F3F1;
  padding-top: 100px;
}
.director_sec .main_wrapper {
  --gap: 65px;
  gap: var(--gap);
  justify-content: center;
  overflow: hidden;
}
.director_sec .main_wrapper figure {
  flex: 0 1 auto;
  max-width: 530px;
  position: relative;
  z-index: 0;
  position: relative;
}
.director_sec .main_wrapper figure::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(198, 150, 134, 0.4);
}
.director_sec .main_wrapper figure::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(50px);
  bottom: 0;
  left: 50%;
  top: unset;
  right: unset;
  transform: translate(-50%, 20%);
  z-index: -1;
}
.director_sec .main_wrapper figcaption {
  flex: 1;
  max-width: 480px;
}
.director_sec .main_wrapper figcaption .icon {
  width: 75px;
}
.director_sec .main_wrapper figcaption h4 {
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0;
  font-family: "Sweet Sans Pro";
}
.director_sec .main_wrapper figcaption .desc {
  font-weight: 400;
  font-size: 36px;
  color: var(--text);
  line-height: 1.1;
  font-family: "Louize trial";
}
.director_sec .main_wrapper figcaption .direct_details {
  margin-top: 35px;
}
.director_sec .main_wrapper figcaption .direct_details h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.director_sec .main_wrapper figcaption .direct_details p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(102, 102, 102, 0.6980392157);
}

.leadership_team {
  padding: 70px 0;
}
.leadership_team .heading {
  text-align: center;
  margin-bottom: 40px;
}
.leadership_team .main_wrapper {
  position: relative;
}
.leadership_team .main_wrapper .swiper-nav button svg path {
  fill: none;
  stroke: var(--white);
}
.leadership_team .main_wrapper .leadership_slider {
  max-width: 97%;
}
.leadership_team .main_wrapper .leadership_slider .team_col {
  width: 100%;
  height: 100%;
  border: 1px solid #EEEEEE;
  background: var(--white);
}
.leadership_team .main_wrapper .leadership_slider .team_col figure {
  line-height: 0;
}
.leadership_team .main_wrapper .leadership_slider .team_col figcaption {
  padding: 22px;
  text-align: center;
}
.leadership_team .main_wrapper .leadership_slider .team_col figcaption h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.leadership_team .main_wrapper .leadership_slider .team_col figcaption p {
  font-weight: 400;
  font-size: 16px;
}/*# sourceMappingURL=about.css.map */