/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) svg {
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

:is(.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(180deg);
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-prev, .swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-prev, .swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/node_modules/swiper/modules/thumbs.css [app-client] (css) */


/* [project]/node_modules/swiper/modules/effect-coverflow.css [app-client] (css) */


/* [project]/uploads/styles/about/about.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.who_we_are .main_wrapper {
  align-items: center;
  gap: 60px;
}

.who_we_are .main_wrapper .image_wrapper {
  grid-gap: 15px;
  flex: 1;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 50%;
  display: grid;
  position: relative;
}

.who_we_are .main_wrapper .image_wrapper figure, .who_we_are .main_wrapper .image_wrapper figure img {
  border-radius: 10px;
}

.who_we_are .main_wrapper .image_wrapper .logo_icon {
  background: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.who_we_are .main_wrapper .image_wrapper .logo_icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 70%;
  height: 70%;
}

.who_we_are .main_wrapper .content_wrapper {
  flex: 1;
  width: 100%;
  max-width: 50%;
}

.who_we_are .main_wrapper .content_wrapper h2 {
  color: var(--primary);
  margin-bottom: 20px;
  font-weight: 700;
}

.who_we_are .main_wrapper .content_wrapper .desc p {
  text-align: justify;
}

.who_we_are .main_wrapper .content_wrapper .desc p strong {
  font-weight: 600;
}

.who_we_are .main_wrapper .content_wrapper .desc p:not(:last-child) {
  margin-bottom: 18px;
}

.mission_vision:before {
  background: linear-gradient(0deg, #0000, #005d99);
}

.mission_vision .bg {
  background: #005d99;
  height: 580px;
}

.mission_vision .bg video, .mission_vision .bg img {
  mix-blend-mode: multiply;
  opacity: .6;
}

.mission_vision .bg .main_wrapper {
  flex-wrap: wrap;
  display: flex;
}

.mission_vision .bg .main_wrapper .item_col {
  flex: 1;
  align-items: start;
  gap: 35px;
  display: flex;
}

.mission_vision .bg .main_wrapper .item_col:first-child {
  border-right: 1px solid #ffffff8a;
  justify-content: end;
  padding-right: 50px;
}

.mission_vision .bg .main_wrapper .item_col:last-child {
  justify-content: start;
  padding-left: 100px;
}

.mission_vision .bg .main_wrapper .item_col figure {
  flex: 0 auto;
  width: 87px;
  height: 87px;
}

.mission_vision .bg .main_wrapper .item_col figcaption {
  flex: 1;
}

.mission_vision .bg .main_wrapper .item_col figcaption h3 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
}

.mission_vision .bg .main_wrapper .item_col figcaption p {
  color: #ffffffb2;
  font-weight: 300;
}

.director_sec {
  background: #efefef;
}

.director_sec .main_wrapper {
  --gap: 70px;
  justify-content: center;
  align-items: end;
  gap: var(--gap);
}

.director_sec .main_wrapper figcaption {
  max-width: calc(60% - var(--gap));
  flex: 1;
  width: 100%;
}

.director_sec .main_wrapper figcaption h2 {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
}

.director_sec .main_wrapper figcaption .icon {
  width: 94px;
  height: 94px;
}

.director_sec .main_wrapper figcaption .desc {
  max-width: 600px;
}

.director_sec .main_wrapper figcaption .desc p {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
}

.director_sec .main_wrapper figcaption .bottom_wrap {
  align-items: end;
  gap: 50px;
  margin-top: 30px;
  display: flex;
}

.director_sec .main_wrapper figcaption .bottom_wrap .details h6 {
  color: var(--primary);
  font-size: 32px;
  font-weight: 600;
}

.director_sec .main_wrapper figcaption .bottom_wrap .details p {
  font-size: 14px;
  font-weight: 600;
}

.director_sec .main_wrapper figcaption .bottom_wrap .linkedin {
  width: 41px;
  height: 41px;
  display: block;
}

.director_sec .main_wrapper figcaption .bottom_wrap .linkedin img, .director_sec .main_wrapper figcaption .bottom_wrap .linkedin svg {
  width: 100%;
  height: 100%;
}

.director_sec .main_wrapper figure {
  flex: 0 auto;
  width: 100%;
  max-width: 30%;
  line-height: 0;
  transform: translateY(60px);
}

.value_sec {
  background: #effaff;
  padding-bottom: 100px;
}

.value_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}

.value_sec .heading h2 {
  color: var(--primary);
}

.value_sec .main_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
  display: flex;
}

.value_sec .main_wrapper .image_wrapper {
  flex: 0 auto;
  width: 400px;
  height: 400px;
}

.value_sec .main_wrapper .image_wrapper .image_slider {
  width: 100%;
  height: 100%;
}

.value_sec .main_wrapper .image_wrapper .image_slider .swiper-slide figure {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.value_sec .main_wrapper .image_wrapper .image_slider .swiper-slide figure img {
  border-radius: inherit;
}

.value_sec .main_wrapper .content_wrapper {
  flex: 0 auto;
  width: 500px;
  position: relative;
}

.value_sec .main_wrapper .content_wrapper .content_slider .swiper-wrapper figcaption h4 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.value_sec .main_wrapper .content_wrapper .content_slider .swiper-wrapper figcaption .desc {
  height: 135px;
}

.value_sec .main_wrapper .content_wrapper .content_slider .swiper-wrapper figcaption .desc p {
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.history_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}

.history_sec .heading h2 {
  color: var(--primary);
}

.history_sec .main_wrapper {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.history_sec .main_wrapper .history_slider .swiper-slide {
  transition: all .5s;
}

.history_sec .main_wrapper .history_slider .swiper-slide:not(.swiper-slide-active) figcaption {
  opacity: 0;
  transform: translateY(100%);
}

.history_sec .main_wrapper .history_slider .history_col:before {
  background: linear-gradient(0deg, #000, #0000);
}

.history_sec .main_wrapper .history_slider .history_col figcaption {
  padding: 0 55px 50px;
  transition: all .8s;
}

.history_sec .main_wrapper .history_slider .history_col figcaption h4 {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 600;
}

.history_sec .main_wrapper .history_slider .history_col figcaption .desc p {
  color: #ffffffb2;
  font-size: 16px;
  font-weight: 500;
}

.history_sec .main_wrapper .thumb-wrapper {
  gap: 30px;
  margin-top: 60px;
  display: flex;
}

.history_sec .main_wrapper .thumb-wrapper .swiper-prev, .history_sec .main_wrapper .thumb-wrapper .swiper-next {
  flex: 0 auto;
}

.history_sec .main_wrapper .thumb-wrapper .swiper-progress-bar {
  background: #eee;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  top: 8px;
}

.history_sec .main_wrapper .thumb-wrapper .swiper-progress-bar .progress {
  height: inherit;
  background: var(--primary);
  z-index: 1;
  align-self: baseline;
  top: 0;
  left: 0;
}

.history_sec .main_wrapper .thumb-wrapper .swiper-thumbs {
  flex: 1;
  padding: 10px 0;
}

.history_sec .main_wrapper .thumb-wrapper .swiper-thumbs .swiper-slide {
  text-align: center;
  color: var(--text);
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.history_sec .main_wrapper .thumb-wrapper .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  color: var(--primary);
}

.history_sec .main_wrapper .thumb-wrapper .swiper-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  border-color: var(--primary);
}

.history_sec .main_wrapper .thumb-wrapper .swiper-thumbs .swiper-slide:before {
  content: "";
  z-index: 2;
  border-right: 2px solid #eee;
  width: 100%;
  height: 3px;
  padding: 0 3px;
  display: none;
  position: absolute;
  top: -2px;
  right: -1px;
}

.history_sec .main_wrapper .thumb-wrapper .swiper-thumbs .swiper-slide:after {
  content: "";
  background-color: var(--white);
  z-index: 2;
  border: 3px solid #e7e8f4;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  padding: 5px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

/*# sourceMappingURL=_0kq~8jl._.css.map*/