.about-slider .banner-slider {
  padding-top: 72px;
}
.about-slider .banner-slider .about-banner {
  background: linear-gradient(to bottom, rgba(22, 31, 56, 0.68) 0%, rgba(22, 31, 56, 0.68) 100%), url("../assets/img/about-images/banner.png") no-repeat center bottom;
  background-size: cover;
}
.about-slider .banner-slider .about-banner .h6 {
  color: #E8F2F7;
  font-size: 24px !important;
}
.about-slider .banner-slider .about-banner h2 {
  font-size: 36px;
}
.about-slider .banner-slider .about-banner p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .about-slider .banner-slider .about-banner .h6 {
    font-size: 18px !important;
  }
  .about-slider .banner-slider .about-banner h2 {
    font-size: 22px;
  }
  .about-slider .banner-slider .about-banner p {
    font-size: 16px;
  }
}

.about-page-wrapper .about-inner-bg {
  background: #E8F2F7;
  padding-top: 50px;
}
.about-page-wrapper .about-progress-title {
  font-size: 24px;
}
.about-page-wrapper .about-progress-para {
  color: #161F38;
}
.about-page-wrapper .about-progress-box {
  border: 1px solid #E8F2F7;
  padding: 80px 15px;
  border-radius: 16px;
}
.about-page-wrapper .about-progress-box .about-progress-val {
  color: #161F38;
}
.about-page-wrapper .about-progress-box p {
  color: #444C63;
}
@media (max-width: 767px) {
  .about-page-wrapper .about-progress-box {
    padding: 15px;
  }
}
.about-page-wrapper .about-image-container {
  padding-bottom: 10px;
  float: left;
}
@media (min-width: 992px) {
  .about-page-wrapper .about-image-container {
    padding-left: 10px;
  }
}
.about-page-wrapper .about-image-container .about-img {
  max-width: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.about-page-wrapper .about-image-container .about-img-back-bg {
  width: 86%;
  height: 86%;
  position: absolute;
  background-color: #fff;
  bottom: 0px;
  left: 0px;
  border-radius: 30px;
  z-index: 0;
}
@media (max-width: 991px) {
  .about-page-wrapper .about-image-container .about-img-back-bg {
    display: none;
  }
}
.about-page-wrapper .about-image-container.right-align-img {
  padding-left: 0px;
  padding-right: 10px;
  float: right;
}
.about-page-wrapper .about-image-container.right-align-img .about-img-back-bg {
  left: auto;
  right: 0;
}
.about-page-wrapper .story-para-wrapper .story-para-title {
  color: #161F38;
}
.about-page-wrapper .story-para-wrapper p {
  color: #444C63;
}
.about-page-wrapper .about-slider-img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.about-page-wrapper .about-slider-img > img {
  width: 100%;
}
.about-page-wrapper .about-slider-img .about-slider-bottom {
  background-color: #444C63;
  border-radius: 0px 0px 12px 12px;
}
.about-page-wrapper .about-slider-img .about-slider-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(68, 76, 99, 0.8);
  border-radius: 12px;
  transition: all 0.3s linear;
  display: none;
}
.about-page-wrapper .about-slider-img .about-slider-overlay .slider-overlay-inner {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.about-page-wrapper .about-slider-img .about-slider-overlay .slider-overlay-inner .slider-overlay-top {
  width: 100%;
  height: 100%;
  float: left;
}
.about-page-wrapper .about-slider-img .about-slider-overlay .slider-overlay-inner .slider-overlay-top p {
  line-height: 22px;
}
.about-page-wrapper .about-slider-img .about-slider-overlay .slider-overlay-inner .slider-overlay-bottom {
  width: 100%;
  background: #161F38;
  border-radius: 0px 0px 12px 12px;
  flex-shrink: 0;
  min-height: 84px;
  display: flex;
  align-items: center;
}
.about-page-wrapper .about-slider-img .about-slider-overlay .slider-overlay-inner .slider-overlay-bottom img {
  width: 20px;
}
.about-page-wrapper .about-slider-img:hover .about-slider-overlay {
  display: block;
}
.about-page-wrapper .team-slider .swiper-slide, .about-page-wrapper .advisor-slider .swiper-slide {
  height: auto;
}
.about-page-wrapper .about-slider-box {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #435EBE;
  padding-top: 120px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.about-page-wrapper .about-slider-box .about-slider-box-inner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  border-radius: 16px;
  background: #E8F2F7;
}
.about-page-wrapper .about-slider-box .about-slider-box-inner .about-slider-box-img {
  margin-top: -74px;
}
.about-page-wrapper .about-slider-box .about-slider-box-inner .about-slider-box-img img {
  width: 148px;
  height: 148px;
  border: 2px solid #E8F2F7;
  border-radius: 100%;
}
.about-page-wrapper .about-slider-box .about-slider-box-inner .about-slider-box-info span {
  color: #444C63;
}
@media (max-width: 767px) {
  .about-page-wrapper .text-1xl {
    font-size: 28px;
  }
  .about-page-wrapper .text-xl {
    font-size: 20px;
  }
  .about-page-wrapper .about-progress-title {
    font-size: 20px !important;
  }
  .about-page-wrapper .story-para-title {
    margin-top: 15px;
  }
}

.slider-ctrl-icon {
  width: 48px;
  height: 48px;
  float: left;
  background-color: #D1E6F0;
  border-radius: 48px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.slider-ctrl-icon:not(:first-of-type) {
  margin-left: 15px;
}
.slider-ctrl-icon.about-next-icon {
  background: url(../assets/img/icons/next-icon.svg) no-repeat center center #D1E6F0;
}
.slider-ctrl-icon.about-prev-icon {
  background: url(../assets/img/icons/prev-icon.svg) no-repeat center center #D1E6F0;
}
.slider-ctrl-icon:hover.about-next-icon {
  background: url(../assets/img/icons/next-icon-white.svg) no-repeat center center #435EBE;
}
.slider-ctrl-icon:hover.about-prev-icon {
  background: url(../assets/img/icons/prev-icon-white.svg) no-repeat center center #435EBE;
}

@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}/*# sourceMappingURL=about.css.map */