@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.primary-button {
  padding: 12px 40px;
  border-radius: 25px;
  border: solid 1px #06aeb8;
  transition: all 0.5s ease-out;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: -0.45px;
  color: #06aeb8;
  height: 50px;
  line-height: 25px;
}
.primary-button:hover {
  transition: all 0.5s ease-out;
  border: 1px solid transparent;
  background-position: 99% 50%;
  background: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
  color: #ffffff;
}
.primary-button a {
  color: #06aeb8;
}
.primary-button a:hover {
  color: #ffffff;
}

.learn-more-btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: -0.45px;
  color: #06aeb8;
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.learn-more-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: -0.45px;
  color: #06aeb8;
  gap: 12px;
}

.download-btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: -0.45px;
  color: #06aeb8;
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 1;
}
.download-btn:hover {
  color: #06aeb8;
}
.download-btn:focus {
  color: #06aeb8;
}

.common-parah {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.09px;
  text-align: left;
  color: #000;
}

.common-quote-para {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: -0.07px;
  text-align: left;
  color: #000000;
  margin-bottom: 25px;
}

.common-quote-author {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.93;
  letter-spacing: -0.07px;
  text-align: left;
  color: #000;
}

.main-heading {
  font-family: "Poppins", sans-serif;
  font-size: 4.1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0;
}

.sub-heading {
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0;
}

.common-item-title {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.bg-element .right-coming-object.balls {
  margin-right: -100px;
}
.bg-element .left-coming-object.balls {
  margin-left: -100px;
}
.bg-element.top.left {
  position: absolute;
  left: 0;
  top: 90px;
}
.bg-element.top.right {
  position: absolute;
  right: 0;
  top: 90px;
}
.bg-element.center.left {
  position: absolute;
  left: 0;
  top: 50%;
}
.bg-element.center.right {
  position: absolute;
  right: 0;
  top: 50%;
}
.bg-element.bottom.left {
  position: absolute;
  left: 0;
  bottom: 90px;
}
.bg-element.bottom.right {
  position: absolute;
  right: 0;
  bottom: 90px;
}
.bg-element .lines-pattern {
  width: 40%;
  right: 0;
  position: absolute;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .bg-element {
    display: none;
  }
}

.section-title {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .section-title {
    margin: 0 auto 50px;
    max-width: 100%;
  }
}
.section-title.large {
  max-width: 100%;
}
.section-title h2 {
  font-size: 4.1rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 3rem;
  }
}
.section-title h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-title h3 {
    font-size: 16px;
  }
}
.section-title p {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
}
@media (max-width: 768px) {
  .section-title p {
    font-size: 14px;
  }
}
.section-title.large h1 {
  max-width: 75%;
  margin: 0 auto 24px;
  font-size: 4.5rem;
  font-weight: 600;
  color: #000000;
}
.section-title.large h2 {
  max-width: 65%;
  margin: 0 auto 24px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .section-title.large h2 {
    max-width: 100%;
    font-size: 3rem;
  }
}

section {
  overflow: hidden;
}
section.main-banner-section {
  overflow: initial;
}

.bgdark {
  background-color: #f5f7fa !important;
}

.bgwhite {
  background-color: #ffffff !important;
}

@media (max-width: 1280px) {
  .container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0;
}

.gradient-border {
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(to top, #78dfdf, #b2a3d2, #78dfdf, #b2a3d2);
  background-clip: padding-box;
  padding: 1px;
  position: relative;
}
.gradient-border .gradient-border-inner {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  min-height: 223px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.twitter-news-section {
  width: 300px;
  position: absolute;
  right: -150px;
  top: -50px;
}
.twitter-news-section .news-list {
  border: 1px solid #78dfdf;
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-height: 650px;
  overflow: scroll;
  overflow-x: hidden;
}
.twitter-news-section .news-list .twitter-timeline .tweet-text {
  padding: 12px;
  display: inline-block;
}
.twitter-news-section .news-list .twitter-timeline.twitter-timeline-rendered {
  margin: -1px !important;
}
.twitter-news-section .news-list .twitter-timeline iframe {
  width: 101% !important;
}
.twitter-news-section .news-list .single-news {
  margin-bottom: 24px;
}
.twitter-news-section .news-list .single-news:nth-last-child(1) {
  margin-bottom: 0;
}
.twitter-news-section .news-list .single-news .news-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.twitter-news-section .news-list .single-news .news-header .header-img {
  width: 46px;
  height: 46px;
  border-radius: 28px;
}
.twitter-news-section .news-list .single-news .news-header .header-text {
  font-family: "Poppins", sans-serif;
  padding-left: 12px;
  text-align: left;
  width: 70%;
}
.twitter-news-section .news-list .single-news .news-header .header-text .light {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.twitter-news-section .news-list .single-news .news-header .header-text .dark {
  font-size: 12px;
  color: #9d9d9d;
  margin: 0;
}
.twitter-news-section .news-list .single-news .news-header .twitter-bird {
  width: 29px;
  height: 23px;
}
.twitter-news-section .news-list .single-news .news-content .news-img {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.twitter-news-section .news-list .single-news .news-content .news-text {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  height: 95px;
  overflow: hidden;
}
.twitter-news-section .news-list .twitter-timeline {
  width: 100%;
}
.twitter-news-section .news-list .twitter-timeline iframe {
  width: 100%;
}
.twitter-news-section .twitter-icon {
  position: absolute;
  z-index: 2;
  left: -45px;
  top: 100px;
  width: 70px;
  height: 80px;
  color: #03a9f5;
  background-color: #ffffff;
  font-size: 36px;
  box-shadow: 1px 1px 10px rgba(41, 41, 41, 0.22);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .twitter-news-section .twitter-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1500px) {
  .twitter-news-section {
    right: -50px;
  }
}
@media (max-width: 1280px) {
  .twitter-news-section {
    right: auto;
    position: relative;
  }
}
@media (max-width: 768px) {
  .twitter-news-section {
    position: relative;
    right: auto;
    width: 100%;
  }
}

.modal {
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 960px;
  }
}
.modal .modal-dialog .modal-content {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
  position: relative;
}
.modal .modal-dialog .modal-content:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -40px;
  width: 200px;
  height: 35px;
  background-image: url("/left-coming-object.c45fd6cb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .modal .modal-dialog .modal-content:before {
    display: none;
  }
}
.modal .modal-dialog .modal-content:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -155px;
  transform: rotate(190deg);
  opacity: 0.2;
  width: 260px;
  height: 158px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/title-balls.f1869551.png");
}
@media (max-width: 768px) {
  .modal .modal-dialog .modal-content:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .modal .modal-dialog .modal-content {
    padding: 50px 25px;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 80%;
}
.modal .modal-dialog .modal-content .modal-header .close {
  width: 30px;
  height: 30px;
  border: 2px solid #0fb4ba;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #0fb4ba;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header img {
  width: 250px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 46px;
  font-weight: 600;
  color: #0fb4ba;
}
.modal .modal-dialog .modal-content .modal-header .modal-sub-text {
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 80%;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 15px 0px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 22px;
  color: #000000;
}
.modal .modal-dialog .modal-content .modal-body ::placeholder {
  color: #cfcfcf;
  opacity: 1; /* Firefox */
}
.modal .modal-dialog .modal-content .modal-body ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #cfcfcf;
}
.modal .modal-dialog .modal-content .modal-body .input-field {
  width: 45%;
  display: flex;
  height: 50px;
  border-radius: 10px;
  text-align: left;
  border: 1px solid #8f8f8f;
  outline: none;
  box-shadow: none;
  padding: 0 20px 0 20px;
}
@media (max-width: 768px) {
  .modal .modal-dialog .modal-content .modal-body .input-field {
    width: 100%;
  }
}
.modal .modal-dialog .modal-content .modal-body .messagetext-field {
  width: 95%;
  height: 180px;
  display: flex;
  border-radius: 10px;
  text-align: left;
  border: 1px solid #8f8f8f;
  outline: none;
  box-shadow: none;
  padding: 20px;
}
@media (max-width: 768px) {
  .modal .modal-dialog .modal-content .modal-body .messagetext-field {
    width: 100%;
  }
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 32px;
  border-top: none;
  width: 80%;
}
.modal .modal-dialog .modal-content .modal-footer .primary-button {
  width: 200px;
}
.modal .modal-dialog .modal-content .modal-footer .primary-button.gradient-btn {
  border: 1px solid transparent;
  background-image: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
  color: #fff;
}
.modal.in {
  display: flex !important;
}

.single-quote {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 1px;
  background: linear-gradient(to top, #78dfdf, #b2a3d2, #78dfdf, #b2a3d2);
  background-clip: padding-box;
  border-color: transparent;
  padding: 1px;
  max-width: 490px;
  margin: 0 12px;
}
.single-quote .single-quote-inner {
  background: #fff;
  padding: 40px 36px 25px;
  border-radius: 10px;
  min-height: 223px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.single-quote .ninepatch-icon {
  width: 120px !important;
}
.single-quote .comma-icon {
  position: absolute;
  bottom: 35px;
  right: 30px;
  filter: grayscale(1);
  opacity: 0.8;
  width: 90px;
}
@media (max-width: 1024px) {
  .single-quote .comma-icon {
    display: none;
  }
}
.single-quote .common-quote-para {
  margin-bottom: 24px;
  z-index: 1;
}
.single-quote .common-quote-para:before {
  content: "\f10e";
  color: #dadbdd;
  position: absolute;
  top: -30px;
  left: 16px;
  font-size: 85px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: -1;
  opacity: 0.5;
}
.single-quote .common-quote-author {
  margin-bottom: 0;
}

.footer-bottom-bar .btn-group-vertical > .btn-group:after,
.footer-bottom-bar .btn-group-vertical > .btn-group:before,
.footer-bottom-bar .btn-toolbar:after,
.footer-bottom-bar .btn-toolbar:before,
.footer-bottom-bar .clearfix:after,
.footer-bottom-bar .clearfix:before,
.footer-bottom-bar .container-fluid:after,
.footer-bottom-bar .container-fluid:before,
.footer-bottom-bar .container:after,
.footer-bottom-bar .container:before,
.footer-bottom-bar .dl-horizontal dd:after,
.footer-bottom-bar .dl-horizontal dd:before,
.footer-bottom-bar .form-horizontal .form-group:after,
.footer-bottom-bar .form-horizontal .form-group:before,
.footer-bottom-bar .modal-footer:after,
.footer-bottom-bar .modal-footer:before,
.footer-bottom-bar .modal-header:after,
.footer-bottom-bar .modal-header:before,
.footer-bottom-bar .nav:after,
.footer-bottom-bar .nav:before,
.footer-bottom-bar .navbar-collapse:after,
.footer-bottom-bar .navbar-collapse:before,
.footer-bottom-bar .navbar-header:after,
.footer-bottom-bar .navbar-header:before,
.footer-bottom-bar .navbar:after,
.footer-bottom-bar .navbar:before,
.footer-bottom-bar .pager:after,
.footer-bottom-bar .pager:before,
.footer-bottom-bar .panel-body:after,
.footer-bottom-bar .panel-body:before,
.footer-bottom-bar .row:after,
.footer-bottom-bar .row:before {
  display: table;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: none;
}

.close-expanded {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 100;
  color: #fff;
  opacity: 1;
  background-color: transparent;
}

#subscribeCaptcha {
  display: none;
}

.loading-spinner {
  display: none;
  top: 25% !important;
}

#termsfeed-com---nb {
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(to top, #78dfdf, #b2a3d2, #78dfdf, #b2a3d2);
  background-clip: padding-box;
  padding: 1px;
  background-color: #f5f7fa;
}
#termsfeed-com---nb * {
  font-family: Poppins, sans-serif;
}
#termsfeed-com---nb .cc-nb-okagree,
#termsfeed-com---nb .cc-nb-reject {
  font-weight: normal;
  padding: 12px 40px;
  border-radius: 25px;
  border: solid 1px #06aeb8;
  transition: all 0.5s ease-out;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: -0.45px;
  color: #06aeb8;
  height: 50px;
  line-height: 20px;
}
#termsfeed-com---nb .cc-nb-okagree:hover,
#termsfeed-com---nb .cc-nb-reject:hover {
  transition: all 0.5s ease-out;
  border: 1px solid transparent;
  background-position: 99% 50%;
  background: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
  color: #ffffff;
}
#termsfeed-com---nb .cc-nb-okagree a,
#termsfeed-com---nb .cc-nb-reject a {
  color: #06aeb8;
}
#termsfeed-com---nb .cc-nb-okagree a:hover,
#termsfeed-com---nb .cc-nb-reject a:hover {
  color: #ffffff;
}
#termsfeed-com---nb .cc-nb-changep {
  background-color: transparent;
}
#termsfeed-com---nb .cc-nb-buttons-container {
  display: flex;
  justify-content: space-between;
}
#termsfeed-com---nb .cc-cp-foot-byline {
  visibility: hidden;
}
#termsfeed-com---nb .cc-nb-main-container {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  min-height: 223px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fnc {
  /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .fnc-slide
  to apply specific color for mask blend mode */
}
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
@media (max-width: 1280px) {
  .fnc-slider {
    height: 80vh;
  }
}
@media (max-width: 992px) {
  .fnc-slider {
    height: 70vh;
  }
}
@media (max-width: 768px) {
  .fnc-slider {
    height: 50vh;
  }
}
@media (max-width: 550px) {
  .fnc-slider {
    height: 45vh;
  }
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 900ms 600ms;
}
.fnc-slider .m--blend- .fnc-slide__inner {
  background-color: #8a8a8a;
}
.fnc-slider .m--blend- .fnc-slide__mask-inner {
  background-color: #575757;
}
.fnc-slider .m--navbg- {
  background-color: #575757;
}
.fnc-slider .m--blend- .fnc-slide__inner {
  background-color: #6d9b98;
}
.fnc-slider .m--blend- .fnc-slide__mask-inner {
  background-color: #42605E;
}
.fnc-slider .m--navbg- {
  background-color: #42605E;
}
.fnc-slider .m--blend- .fnc-slide__inner {
  background-color: #ea2329;
}
.fnc-slider .m--blend- .fnc-slide__mask-inner {
  background-color: #990e13;
}
.fnc-slider .m--navbg- {
  background-color: #990e13;
}
.fnc-slider .m--blend- .fnc-slide__inner {
  background-color: #59aecb;
}
.fnc-slider .m--blend- .fnc-slide__mask-inner {
  background-color: #2D7791;
}
.fnc-slider .m--navbg- {
  background-color: #2D7791;
}
.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 900ms 600ms ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
  transition: transform 900ms 600ms ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__content {
  z-index: 2;
  display: flex;
}
.fnc-slide__content.unicorn {
  width: 58%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: left;
  align-self: center;
}
.fnc-slide__content.unicorn .text-wrapper {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
}
.fnc-slide__content.unicorn .text-wrapper h3 {
  letter-spacing: -0.32px;
  font-size: 5vw;
  font-weight: 600;
}
.fnc-slide__content.unicorn .text-wrapper h3 span {
  font-size: 3.3vw;
  font-weight: 200;
}
.fnc-slide__content.unicorn .text-wrapper h2 {
  font-size: 6.5vw;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-align: center;
}
@media (max-width: 550px) {
  .fnc-slide__content.unicorn .text-wrapper h3 {
    font-size: 6.5vw;
  }
  .fnc-slide__content.unicorn .text-wrapper h2 {
    font-size: 6.7vw;
  }
}
.fnc-slide__content.singularity {
  width: 100%;
  height: 92%;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .fnc-slide__content.singularity {
    height: 82%;
  }
}
.fnc-slide__content.singularity .text-wrapper {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.fnc-slide__content.singularity .text-wrapper h3 {
  font-size: 4.7vw;
  font-weight: 600;
  letter-spacing: -0.32px;
}
.fnc-slide__content.singularity .text-wrapper h3 span {
  font-size: 3.2552083333vw;
  font-weight: 300;
}
.fnc-slide__content.singularity .text-wrapper h2 {
  font-size: 4.5vw;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-align: center;
}
@media (max-width: 550px) {
  .fnc-slide__content.singularity .text-wrapper h3 {
    font-size: 6.5vw;
  }
  .fnc-slide__content.singularity .text-wrapper h2 {
    font-size: 6.7vw;
  }
}
.fnc-slide__content.needle {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: center;
}
.fnc-slide__content.needle .text-wrapper {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.fnc-slide__content.needle .text-wrapper h3 {
  font-size: 4.5vw;
  font-weight: 300;
  letter-spacing: -0.32px;
}
.fnc-slide__content.needle .text-wrapper h2 {
  font-size: 4.7vw;
  font-weight: 600;
  letter-spacing: -0.16px;
}
@media (max-width: 550px) {
  .fnc-slide__content.needle .text-wrapper h3 {
    font-size: 6.5vw;
  }
  .fnc-slide__content.needle .text-wrapper h2 {
    font-size: 6.7vw;
  }
}
.fnc-slide__heading-line:nth-child(2) {
  font-weight: 500;
}
.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
  transition: transform 1350ms 900ms;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1350ms;
  transform: translateY(-100%);
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1350ms 900ms;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1350ms;
  transform: translateY(100%);
}
.fnc-nav {
  z-index: 5;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -48px;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 900ms 600ms;
  transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 7px;
  margin: 0 3px;
  border-radius: 4px;
  border: solid 1px #fff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: width 450ms;
}
.fnc-nav__control.m--active-control {
  background-color: #fff;
  width: 37px;
}
.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
body {
  margin: 0;
}

.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  perspective: 1500px;
  background: #000;
}
@media (max-width: 1280px) {
  .demo-cont {
    height: 80vh;
  }
}
@media (max-width: 992px) {
  .demo-cont {
    height: 70vh;
  }
}
@media (max-width: 768px) {
  .demo-cont {
    height: 50vh;
  }
}
@media (max-width: 550px) {
  .demo-cont {
    height: 45vh;
  }
}

.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .fnc-slide .fnc-slide__inner .slide-inner-img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-family: "Poppins", sans-serif;
}

.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-item .card {
  padding: 30px;
  position: relative;
}
.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
}
.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-item {
  text-align: center;
}
.owl-carousel .owl-item .card-img {
  width: 65px;
  height: 65px;
  border-radius: 6px;
  margin: -35px auto 16px;
}
.owl-carousel .owl-item .card {
  padding: 2px;
  opacity: 0.6;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}
.owl-carousel .owl-item .card .gradient-border {
  padding: 0;
}
.owl-carousel .owl-item .card .gradient-border .gradient-border-inner {
  padding: 16px 16px 40px;
}
.owl-carousel .owl-item .card .gradient-border .gradient-border-inner p.testimonial {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: -0.07px;
  text-align: center;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.owl-carousel .owl-item .card .gradient-border .avatar-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(to top, #78dfdf, #b2a3d2, #78dfdf, #b2a3d2) padding-box padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .owl-item .card .gradient-border .avatar-wrapper .avatar {
  width: 62px;
  height: 62px;
  background-color: #f5f7fa;
  border-radius: 50px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.owl-carousel .owl-item .card .gradient-border .avatar-wrapper .avatar.avatar1 {
  background-image: url("/qs-client.500b2c46.jpg");
}
.owl-carousel .owl-item .card .gradient-border .avatar-wrapper .avatar.avatar2 {
  background-image: url("/luis.6541695d.png");
}
.owl-carousel .owl-item .card .gradient-border .avatar-wrapper .avatar.avatar3 {
  background-image: url("/jon-read.6c0080c7.png");
}
.owl-carousel .owl-item .card .light-blue-bg {
  background-color: rgba(118, 198, 204, 0);
  border-radius: 0 0 30px 30px;
  padding-top: 40px;
  width: 300px;
  margin: 0 auto 0;
  padding-bottom: 10px;
}
.owl-carousel .owl-item .card .author-name {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin: 0 0 8px;
}
.owl-carousel .owl-item .card .author-role {
  font-family: Poppins;
  font-size: 14px;
  text-align: center;
  color: #1ae5cd;
  margin: 0 0 3px;
}
.owl-carousel .owl-item .card .author-company {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #949595;
  font-style: italic;
}
.owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item.active.center .card .gradient-border {
  padding: 1px;
}
.owl-carousel .owl-item.active.center .card .gradient-border .gradient-border-inner p.testimonial {
  display: initial;
  overflow: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  margin: 10px 0;
  font-weight: 500;
}
.owl-carousel .owl-item.active.center .card .gradient-border .avatar-wrapper .avatar {
  background-color: #ffffff;
}
.owl-carousel .owl-item.active.center .card .light-blue-bg {
  background-color: rgba(118, 198, 204, 0.07);
}
.owl-carousel .owl-nav {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  color: transparent;
  background-color: transparent;
  border-radius: 10px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  transition: 0.2s all;
}
.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
  color: #dedfe2 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  color: transparent;
  background-color: transparent;
}
.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before {
  color: #8e8e8e !important;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
}
.owl-carousel .owl-nav .owl-next:before {
  content: "\f054";
}
.owl-carousel .owl-dots {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  height: 20px;
  background: #2a6ba3 !important;
  border-radius: 2px !important;
  opacity: 0.8;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  height: 13px;
  width: 13px;
  opacity: 1;
  transform: translateY(2px);
  background: #83b8e7 !important;
}

@media (min-width: 480.6px) and (max-width: 575.5px) {
  .owl-carousel .owl-item .card .name {
    left: 24%;
  }
}
@media (max-width: 360px) {
  .owl-carousel .owl-item .card .name {
    left: 30%;
  }
}
.main-footer-wrapper .main-footer-inner {
  background-color: #343741;
  padding: 55px 0;
}
@media (max-width: 768px) {
  .main-footer-wrapper .main-footer-inner {
    padding: 50px 0;
  }
}
.main-footer-wrapper .main-footer-inner .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .main-footer-wrapper .main-footer-inner .row {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .main-footer-wrapper .main-footer-inner .row:before {
    display: none;
  }
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .logo {
  width: 155px;
  margin-bottom: 40px;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .logo img {
  width: 100%;
  object-fit: cover;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links {
    padding-left: 0px;
  }
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li {
  margin-bottom: 15px;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li a {
  color: #ebebeb;
  font-size: 14px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent;
  transition: 0.2s ease-in;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li a:hover {
  text-decoration: none;
  border-color: #ebebeb;
  transition: 0.2s ease-in;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li:last-child {
  margin-bottom: 0;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li.dropdown .dropdown-menu {
  background-color: #343741;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li.dropdown .dropdown-menu li {
  margin-bottom: 0px;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li.dropdown .dropdown-menu li a {
  font-size: 13px;
  color: #ebebeb;
  text-decoration: none;
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: inline-flex;
  transition: 0.2s all;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li.dropdown .dropdown-menu li a:hover {
  color: #ffffff;
  background-color: transparent;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li.dropdown .dropdown-menu li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li.dropdown:hover .dropdown-menu {
  display: block;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-left .page-links li.active a {
  text-decoration: none;
  border-color: #ebebeb;
  transition: 0.2s ease-in;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-mid .col-title {
  margin-bottom: 35px;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-mid .col-title h3 {
  font-size: 18px;
  color: #ebebeb;
  font-weight: 500;
  margin: 0;
  display: inline-flex;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-mid .offices-list li {
  margin-bottom: 20px;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-mid .offices-list li h4 {
  font-size: 16px;
  color: #11adb3;
  font-weight: 500;
  margin: 0 0 10px;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-mid .offices-list li p {
  font-size: 14px;
  color: #ebebeb;
  margin: 0;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-mid .offices-list li:last-child {
  margin-bottom: 0;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-right .contact-info p {
  font-size: 14px;
  color: #ebebeb;
  margin-bottom: 12px;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-right .contact-info a {
  font-size: 14px;
  color: #ebebeb;
  text-decoration: none;
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 12px;
  padding-bottom: 8px;
  display: inline-flex;
  transition: 0.2s all;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-right .contact-info a:hover {
  color: #ffffff;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-right .social-media-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-right .social-media-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #11adb3;
  background-color: #11adb3;
  color: #343741;
  transition: 0.2s ease-in;
}
.main-footer-wrapper .main-footer-inner .row .footer-col-right .social-media-list li a:hover {
  background-color: transparent;
  color: #11adb3;
  transition: 0.2s ease-in;
}

.footer-bottom-bar {
  background-color: #f4f4f4;
  padding: 15px 0;
}
.footer-bottom-bar .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom-bar .footer-content p {
  margin: 0;
  font-size: 14px;
  font-family: "Poppins";
}
.footer-bottom-bar .footer-content a {
  width: 60px;
  height: 60px;
  color: #899198;
  z-index: 2;
  background-color: #f3f7f9;
  border: 1px solid #f3f7f9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
  display: none;
  position: fixed;
  bottom: 1em;
  left: 1em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.footer-bottom-bar .footer-content a i {
  font-size: 24px;
}
.footer-bottom-bar .footer-content a:hover {
  color: #343741;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .footer-bottom-bar .footer-content a {
    margin-right: 40px;
  }
}

.main-banner-section .banner-image {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #010039;
}
@media (max-width: 1024px) {
  .main-banner-section .banner-image {
    height: 80vh;
  }
}
@media (max-width: 680px) {
  .main-banner-section .banner-image {
    height: 60vh;
  }
}
.main-banner-section .banner-image .banner-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-banner-section .banner-image .banner-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner-section .banner-image .carousel-content {
  height: 100%;
  position: relative;
  z-index: 2;
}
.main-banner-section .banner-image .carousel-content .unicorn {
  width: 58%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: left;
  align-self: center;
  z-index: 2;
  display: flex;
}
.main-banner-section .banner-image .carousel-content .unicorn .text-wrapper {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
}
.main-banner-section .banner-image .carousel-content .unicorn .text-wrapper h3 {
  letter-spacing: -0.32px;
  font-size: 4.5vw;
  font-weight: 600;
}
.main-banner-section .banner-image .carousel-content .unicorn .text-wrapper h3 span {
  font-size: 3.3vw;
  font-weight: 200;
}
.main-banner-section .banner-image .carousel-content .unicorn .text-wrapper h2 {
  font-size: 4.7vw;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-align: center;
}
@media (max-width: 550px) {
  .main-banner-section .banner-image .carousel-content .unicorn .text-wrapper h3 {
    font-size: 6.5vw;
  }
  .main-banner-section .banner-image .carousel-content .unicorn .text-wrapper h2 {
    font-size: 6.7vw;
  }
}
.main-banner-section .banner-image .carousel-content .singularity {
  width: 100%;
  height: 92%;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  align-self: flex-end;
  z-index: 2;
  display: flex;
}
@media (max-width: 768px) {
  .main-banner-section .banner-image .carousel-content .singularity {
    height: 82%;
  }
}
.main-banner-section .banner-image .carousel-content .singularity .text-wrapper {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.main-banner-section .banner-image .carousel-content .singularity .text-wrapper h3 {
  font-size: 4.5vw;
  font-weight: 300;
  letter-spacing: -0.32px;
}
.main-banner-section .banner-image .carousel-content .singularity .text-wrapper h3 span {
  font-size: 3.2552083333vw;
  font-weight: 300;
}
.main-banner-section .banner-image .carousel-content .singularity .text-wrapper h2 {
  font-size: 4.7vw;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-align: center;
}
@media (max-width: 550px) {
  .main-banner-section .banner-image .carousel-content .singularity .text-wrapper h3 {
    font-size: 6.5vw;
  }
  .main-banner-section .banner-image .carousel-content .singularity .text-wrapper h2 {
    font-size: 6.7vw;
  }
}
.main-banner-section .banner-image .carousel-content .needle {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: center;
  z-index: 2;
  display: flex;
}
.main-banner-section .banner-image .carousel-content .needle .text-wrapper {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.main-banner-section .banner-image .carousel-content .needle .text-wrapper h3 {
  font-size: 4.5vw;
  font-weight: 300;
  letter-spacing: -0.32px;
}
.main-banner-section .banner-image .carousel-content .needle .text-wrapper h2 {
  font-size: 4.7vw;
  font-weight: 600;
  letter-spacing: -0.16px;
}
@media (max-width: 550px) {
  .main-banner-section .banner-image .carousel-content .needle .text-wrapper h3 {
    font-size: 6.5vw;
  }
  .main-banner-section .banner-image .carousel-content .needle .text-wrapper h2 {
    font-size: 6.7vw;
  }
}
.main-banner-section .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-banner-section .carousel-indicators li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 7px;
  margin: 0 3px;
  border-radius: 4px;
  border: solid 1px #fff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: width 0.5s;
}
.main-banner-section .carousel-indicators li.active {
  background-color: #fff;
  width: 37px;
}

.header-section {
  height: 100px;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
}
.header-section.white-bg {
  background-color: #343741;
}
.header-section.white-bg .dropdown-menu {
  background-color: #343741;
}

.top-navigation {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.top-navigation .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .top-navigation .container-fluid {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-navigation .navbar-default {
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  top: 20px;
  z-index: 100;
  width: 100%;
  margin-bottom: 0;
}
.top-navigation .navbar-header .navbar-toggle {
  border-color: #ffffff;
  background: transparent;
}
.top-navigation .navbar-header .navbar-toggle .icon-bar {
  background: #ffffff;
}
.top-navigation .navbar-header .main-logo-wrapper .logo-img {
  width: 248px;
  height: 60px;
}
@media (max-width: 1024px) {
  .top-navigation .navbar-header .main-logo-wrapper .logo-img {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .top-navigation .navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
}
.top-navigation .menu-list {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .top-navigation .menu-list {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .top-navigation .menu-list {
    width: 100%;
    background-color: #343741;
  }
}
.top-navigation .menu-list .menu-list-ul li {
  margin-right: 16px;
}
.top-navigation .menu-list .menu-list-ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  border: 1px solid transparent;
  padding: 4px 15px;
  border-radius: 30px;
  background: transparent !important;
  transition: 0.2s all;
}
.top-navigation .menu-list .menu-list-ul li a:hover {
  border-color: #ffffff !important;
  transition: 0.2s all;
  background-color: transparent;
  color: #ffffff !important;
}
@media (max-width: 1024px) {
  .top-navigation .menu-list .menu-list-ul li a {
    font-size: 12px;
    padding: 4px 9px;
  }
}
.top-navigation .menu-list .menu-list-ul li.active a {
  border-color: #ffffff !important;
  transition: 0.2s all;
}
@media (max-width: 768px) {
  .top-navigation .menu-list .menu-list-ul {
    width: 100%;
    margin: 8px 0;
    padding: 0 15px;
  }
  .top-navigation .menu-list .menu-list-ul li a {
    text-align: center;
  }
}

.dropdown-menu {
  background-color: rgba(248, 248, 248, 0.2);
}
.dropdown-menu li {
  margin-right: 0 !important;
}
.dropdown-menu li a {
  border: none !important;
}

.sub-pages-header {
  border-bottom: 1px solid #b3b0b0;
  position: fixed;
  height: 100px;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 100;
}
@media (max-width: 768px) {
  .sub-pages-header {
    height: 84px;
  }
}
.sub-pages-header .top-navigation .navbar-default {
  position: relative;
  top: auto;
  z-index: 100;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .sub-pages-header .top-navigation .navbar-default {
    margin: 10px 0;
  }
}
.sub-pages-header .top-navigation .navbar-default .navbar-toggle {
  border-color: #4c4d4f;
}
.sub-pages-header .top-navigation .navbar-default .navbar-toggle .icon-bar {
  background: #4c4d4f;
}
.sub-pages-header .top-navigation .menu-list {
  background: #fff;
}
.sub-pages-header .top-navigation .menu-list .menu-list-ul li a {
  color: #4c4d4f;
}
.sub-pages-header .top-navigation .menu-list .menu-list-ul li a:hover {
  border-color: #4c4d4f !important;
  transition: 0.2s all;
  background-color: transparent;
  color: #4c4d4f !important;
}
.sub-pages-header .top-navigation .menu-list .menu-list-ul li.active a {
  border-color: #4c4d4f !important;
}
.sub-pages-header .top-navigation .menu-list .menu-list-ul li.dropdown:hover .dropdown-menu {
  display: block;
}
.sub-pages-header .dropdown-menu {
  background-color: #ffffff;
}
.sub-pages-header .dropdown-menu li {
  margin-right: 0 !important;
}
.sub-pages-header .dropdown-menu li a {
  border: none !important;
}

.after-header-section {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .after-header-section {
    margin-top: 84px;
  }
}

.r-lines {
  top: 620px !important;
}

.stella-resources-section {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .stella-resources-section {
    padding: 50px 0;
  }
}
.stella-resources-section .resources-background-image .image-wrapper {
  position: absolute;
  right: -20%;
  top: -184px;
  width: 55%;
  opacity: 30%;
}
.stella-resources-section .resources-background-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stella-resources-section .section-title {
  margin-bottom: 0 !important;
}
.stella-resources-section .section-title p {
  margin-bottom: 20px;
  line-height: 30px;
}
.stella-resources-section .section-title #hidden-text {
  display: none;
}
.stella-resources-section .section-title .searchbar {
  display: inline-flex;
  position: relative;
}
.stella-resources-section .section-title .searchbar .input-field {
  width: 430px;
  height: 44px;
  text-align: left;
  box-shadow: none;
  border: 1px solid #8f8f8f;
  border-radius: 40px;
  outline: none;
  padding: 0 50px 0 20px;
}
@media (max-width: 480px) {
  .stella-resources-section .section-title .searchbar .input-field {
    width: 300px;
  }
}
.stella-resources-section .section-title .searchbar .icon-wrapper, .stella-resources-section .section-title .searchbar .loading-spinner {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #bdbcbc;
}
.stella-resources-section .primary-button {
  margin-top: 20px;
}
.stella-resources-section .primary-button.gradient-btn {
  border: 1px solid transparent;
  background-image: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
  color: #fff;
}

.resources-section {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .resources-section {
    padding: 50px 0;
  }
}
.resources-section.resources-section-detail .resources-wrapper .tab-content {
  margin-top: 0px;
}
.resources-section .section-title {
  margin-bottom: 0;
}
.resources-section .section-title p {
  margin-bottom: 20px;
}
.resources-section .section-title #hidden-text {
  display: none;
}
.resources-section .resources-wrapper ul.nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .resources-section .resources-wrapper ul.nav {
    flex-direction: column;
    gap: 20px;
  }
}
.resources-section .resources-wrapper ul.nav li {
  padding: 0 32px;
  border-right: 1px solid #979797;
  line-height: 1;
  float: none;
  margin-left: 0;
}
@media (max-width: 768px) {
  .resources-section .resources-wrapper ul.nav li {
    border-right: none;
  }
}
.resources-section .resources-wrapper ul.nav li a {
  color: #979797;
  font-size: 34px;
  font-weight: 500;
  padding: 0;
}
.resources-section .resources-wrapper ul.nav li a:hover, .resources-section .resources-wrapper ul.nav li a:focus {
  background-color: transparent;
  color: #000;
}
.resources-section .resources-wrapper ul.nav li:last-child {
  border-right: none;
}
.resources-section .resources-wrapper ul.nav li.active a {
  background-color: transparent;
  color: #000;
}
.resources-section .resources-wrapper ul.nav li.active a:hover, .resources-section .resources-wrapper ul.nav li.active a:focus {
  background-color: transparent;
  color: #000;
}
.resources-section .resources-wrapper .tab-content {
  margin-top: 40px;
}
.resources-section .resources-wrapper .tab-content .view-more-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.resources-section .resources-wrapper .tab-content .resource-item-list {
  justify-content: flex-start;
  font-family: Poppins, sans-serif;
  display: flex;
  gap: 40px 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .resources-section .resources-wrapper .tab-content .resource-item-list {
    flex-direction: column;
    gap: 50px;
  }
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item {
  width: calc(33.33% - 26.633px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .resources-section .resources-wrapper .tab-content .resource-item-list .resource-item {
    width: 100%;
  }
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content {
  cursor: pointer;
  transition: 0.5s all;
  overflow: hidden;
  position: relative;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-image {
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-image {
    height: 300px;
  }
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text {
  background-color: #fff;
  padding: 16px;
  padding-bottom: 0 !important;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text h5 {
  font-size: 14px;
  color: #000;
  text-align: left;
  margin: 12px 0;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: #000;
  margin: 0 0 16px;
  height: 50px;
  overflow: hidden;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text p {
  letter-spacing: -0.08px;
  text-align: left;
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text ul {
  list-style: disc;
  padding-left: 20px;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text ul li::marker {
  color: #0fb4ba;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text .resource-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text .resource-actions.tag-action {
  justify-content: flex-start;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text .resource-actions h4 {
  font-size: 14px;
  color: #000;
  padding-top: 8px;
  padding-bottom: 10px;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text .resource-actions i.fa-solid.fa-download {
  border: 1px transparent;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 25%;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text .resource-actions i.fa-solid.fa-download:hover {
  border: 1px solid;
  padding: 3px;
  border-radius: 25%;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content .resource-text .resource-actions i.fa-solid.fa-download:focus {
  color: #06aeb8;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #22B0BA;
  transition: 0.5s all;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content:hover {
  box-shadow: 8px 8px 24px -10px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: 0.1s;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content:hover .resource-image img {
  transition: 0.5s all;
}
.resources-section .resources-wrapper .tab-content .resource-item-list .resource-item .resource-content:hover:after {
  width: 100%;
  transition: 0.5s all;
}

.service-heading-wrapper {
  padding: 52px 0 !important;
}
.service-heading-wrapper .pr-heading1 {
  color: #000;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
}

.pr-background-image .image-wrapper {
  position: absolute;
  right: -20%;
  top: -184px;
  width: 55%;
  opacity: 30%;
}
.pr-background-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-wrapper {
  background: #f5f7fa;
  margin-bottom: 46px;
}
.pr-wrapper .pr-header {
  margin: 0;
  gap: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .pr-wrapper .pr-header {
    flex-direction: column-reverse;
    padding: 30px 0;
    gap: 30px;
  }
}
.pr-wrapper .pr-header h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 52px;
  color: black;
}
@media (max-width: 768px) {
  .pr-wrapper .pr-header h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.pr-wrapper .pr-header .pr-title {
  display: flex;
  flex-direction: column;
  flex-basis: 45%;
}
.pr-wrapper .pr-header .pr-title .pr-icons {
  display: flex;
  align-items: center;
  gap: 22px;
}
.pr-wrapper .pr-header .pr-title .pr-icons .press-release {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 320px;
}
.pr-wrapper .pr-header .pr-title .pr-icons .press-release img {
  width: 24px;
  height: 24px;
}
.pr-wrapper .pr-header .pr-title .pr-icons .press-release p {
  font-size: 16px;
  color: #8f8f8f;
  font-weight: 400;
}
.pr-wrapper .pr-header .pr-title .pr-icons .release-date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pr-wrapper .pr-header .pr-title .pr-icons .release-date img {
  width: 24px;
  height: 24px;
}
.pr-wrapper .pr-header .pr-title .pr-icons .release-date p {
  font-size: 16px;
  color: #8f8f8f;
  font-weight: 400;
}
.pr-wrapper .pr-header .pr-image {
  flex-basis: 55%;
  height: 390px;
  position: relative;
}
.pr-wrapper .pr-header .pr-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.pr-detail-wrapper .pr-detail-content .pr-detail {
  margin-bottom: 46px;
}
.pr-detail-wrapper .pr-detail-content .pr-detail p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.pr-detail-wrapper .pr-detail-content .pr-detail p a {
  text-decoration: none;
  color: #0fb4ba;
}
.pr-detail-wrapper .pr-detail-content .pr-detail p a:hover {
  color: rgba(15, 180, 186, 0.6);
  transition: 0.5s;
}
.pr-detail-wrapper .pr-detail-content .pr-detail p .cairo {
  font-weight: 600;
}
.pr-detail-wrapper .pr-detail-content .pr-detail p .image-caption {
  color: #44546A;
  font-size: 14px;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ul {
  list-style: disc;
  padding: 0 25px 0 25px;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ul li {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ul li::marker {
  color: #0fb4ba;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ul li a {
  text-decoration: none;
  color: #0fb4ba;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ul li a:hover {
  color: rgba(15, 180, 186, 0.6);
  transition: 0.5s;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ol {
  padding: 0 25px 0 25px;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ol li {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  padding-left: 10px;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ol li::marker {
  color: #0fb4ba;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ol li a {
  text-decoration: none;
  color: #0fb4ba;
}
.pr-detail-wrapper .pr-detail-content .pr-detail ol li a:hover {
  color: rgba(15, 180, 186, 0.6);
  transition: 0.5s;
}

.stella-career-section {
  padding: 80px 0px;
}
.stella-career-section:after {
  content: "";
  position: absolute;
  top: 160px;
  left: -140px;
  transform: rotate(25deg);
  opacity: 0.2;
  width: 260px;
  height: 158px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/title-balls.f1869551.png");
}
@media (max-width: 768px) {
  .stella-career-section:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .stella-career-section {
    padding: 50px 0;
  }
}

.stella-career-about-section {
  padding: 80px 0px 0 0;
}
@media (max-width: 768px) {
  .stella-career-about-section {
    padding: 50px 0;
  }
}

.career-wrapper {
  margin-bottom: 46px;
}
.career-wrapper .career-container {
  width: 1505px;
  max-width: 100%;
}
.career-wrapper .career-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .career-wrapper .career-header {
    flex-direction: column-reverse;
  }
}
.career-wrapper .career-header .career-title {
  display: flex;
  width: calc(100% - 350px);
  background: #40c4c7;
  gap: 15px;
  padding: 30px;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 768px) {
  .career-wrapper .career-header .career-title {
    width: 100%;
    border-radius: 12px;
  }
}
.career-wrapper .career-header .career-title .career-slider-wrapper {
  width: 4px;
  height: 254px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  position: relative;
}
.career-wrapper .career-header .career-title .career-slider-wrapper .slideBar {
  width: 4px;
  height: 20%;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: 0.5s ease-in;
  background-color: #fff;
}
.career-wrapper .career-header .career-title .career-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-inner-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-inner-content h3 {
  color: #FFFFFF !important;
  font-size: 30px;
  font-weight: 600;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-inner-content h3 span {
  font-weight: 300;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-inner-content .content-text {
  height: 180px;
  overflow: overlay;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-inner-content .content-text::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: transparent;
  border-radius: 6px;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-inner-content .content-text::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-inner-content .content-text::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-image: linear-gradient(100deg, #0eada4 0%, #5ee7df 100%);
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-inner-content .content-text p {
  color: #FFFFFF !important;
  font-size: 18px;
  font-weight: 300;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-images-wrapper {
  display: flex;
  margin-left: 10px;
  align-items: center;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-images-wrapper li {
  margin-left: -10px;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-images-wrapper li .image-box {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #40c4c7;
  transition: 0.5s all;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-images-wrapper li .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-wrapper .career-header .career-title .career-content-wrapper .career-images-wrapper li .image-box.active, .career-wrapper .career-header .career-title .career-content-wrapper .career-images-wrapper li .image-box:hover {
  width: 42px;
  height: 42px;
  transition: 0.5s all;
  position: relative;
  z-index: 2;
}
.career-wrapper .career-header .career-image {
  width: 350px;
  height: 400px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .career-wrapper .career-header .career-image {
    width: calc(100% - 100px);
    height: 400px;
    border-radius: 12px 12px 0px 0px;
  }
}
.career-wrapper .career-header .career-image:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid #fff;
  border-radius: 12px;
}
.career-wrapper .career-header .career-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.career-wrapper .career-header .career-image:hover img {
  transform: scale(1.3);
  transition: 0.7s all;
}

.career-value-section {
  padding: 0 0 80px 0 !important;
}

.value-section:after {
  transform: rotate(40deg) !important;
  opacity: 0.2 !important;
  right: -110px !important;
}

.benefit-wrapper {
  background: #f5f7fa;
}
.benefit-wrapper:after {
  content: "";
  position: absolute;
  margin-top: 78px;
  right: -100px;
  transform: rotate(60deg);
  opacity: 20%;
  width: 260px;
  height: 158px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/title-balls.f1869551.png");
}
@media (max-width: 768px) {
  .benefit-wrapper:after {
    display: none;
  }
}
.benefit-wrapper .ben-wrap {
  width: 80%;
}
@media (max-width: 768px) {
  .benefit-wrapper .ben-wrap {
    width: 100%;
  }
}
.benefit-wrapper .benefit-section-title {
  padding: 60px 0 0 0;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 50px;
}
.benefit-wrapper .benefit-section-title h1 {
  max-width: 75%;
  color: #000;
  margin: 0 auto 24px;
  font-size: 4.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .benefit-wrapper .benefit-section-title h1 {
    max-width: 100%;
  }
}
.benefit-wrapper .benefit-header {
  margin: 0;
  gap: 40px;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .benefit-wrapper .benefit-header {
    flex-direction: column;
  }
}
.benefit-wrapper .benefit-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: black;
}
.benefit-wrapper .benefit-header .benefit-title {
  display: flex;
  flex-direction: column;
  flex-basis: 55%;
}
.benefit-wrapper .benefit-header .benefit-title .benefit-detail {
  border-top: 2px dotted #11adb3;
  padding-top: 45px;
  max-width: 600px;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .benefit-wrapper .benefit-header .benefit-title .benefit-detail {
    margin-left: 0px;
    padding-top: 40px;
  }
}
.benefit-wrapper .benefit-header .benefit-title .benefit-detail p {
  font-size: 20px;
  padding-bottom: 45px;
}
.benefit-wrapper .benefit-header .benefit-title .benefit-bullets {
  display: flex;
  flex-direction: row;
  padding-bottom: 14px;
  gap: 36px;
}
@media (max-width: 768px) {
  .benefit-wrapper .benefit-header .benefit-title .benefit-bullets {
    padding-bottom: 40px;
    flex-direction: column;
  }
}
.benefit-wrapper .benefit-header .benefit-title .benefit-bullets h3 {
  font-size: 18px;
  font-weight: 400;
}
.benefit-wrapper .benefit-header .benefit-title .benefit-bullets .bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  text-wrap: wrap;
}
.benefit-wrapper .benefit-header .benefit-title .benefit-bullets .bullet .bullet-logo {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}
.benefit-wrapper .benefit-header .benefit-title .benefit-bullets .bullet21 .bullet-logo, .benefit-wrapper .benefit-header .benefit-title .benefit-bullets .bullet22 .bullet-logo {
  width: 18px;
  margin-right: 7px;
}
.benefit-wrapper .benefit-header .benefit-title .benefit-bullets .benefits-bullets-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.benefit-wrapper .benefit-header .benefit-title .benefit-bullets .benefits-bullets-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.benefit-wrapper .benefit-header .benefit-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-basis: 45%;
  position: relative;
}
.benefit-wrapper .benefit-header .benefit-images .image5 {
  width: 335px;
  height: 246px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .benefit-wrapper .benefit-header .benefit-images .image5 {
    width: 50%;
  }
}
.benefit-wrapper .benefit-header .benefit-images .benefit-image-wrapper {
  border: 2px solid #fff;
  border-radius: 25px;
  overflow: hidden;
}
.benefit-wrapper .benefit-header .benefit-images .benefit-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.benefit-wrapper .benefit-header .benefit-images .benefit-image-wrapper:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.benefit-wrapper .benefit-header .benefit-images .benefit-images-left {
  gap: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.benefit-wrapper .benefit-header .benefit-images .benefit-images-left .benefit-image1 {
  width: 420px;
  height: 285px;
}
@media (max-width: 768px) {
  .benefit-wrapper .benefit-header .benefit-images .benefit-images-left .benefit-image1 {
    width: 50%;
  }
}
.benefit-wrapper .benefit-header .benefit-images .benefit-images-left .benefit-image2 {
  width: 310px;
  height: 380px;
}
@media (max-width: 768px) {
  .benefit-wrapper .benefit-header .benefit-images .benefit-images-left .benefit-image2 {
    width: 50%;
  }
}
.benefit-wrapper .benefit-header .benefit-images .benefit-images-right {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.benefit-wrapper .benefit-header .benefit-images .benefit-images-right .benefit-image3 {
  width: 285px;
  height: 191px;
}
@media (max-width: 768px) {
  .benefit-wrapper .benefit-header .benefit-images .benefit-images-right .benefit-image3 {
    width: 50%;
  }
}
.benefit-wrapper .benefit-header .benefit-images .benefit-images-right .benefit-image4 {
  width: 431px;
  height: 287px;
}
@media (max-width: 768px) {
  .benefit-wrapper .benefit-header .benefit-images .benefit-images-right .benefit-image4 {
    width: 50%;
  }
}

.testimonials-wrapper {
  padding: 80px 0px;
  position: relative;
}
.testimonials-wrapper:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -15px;
  width: 206px;
  height: 47px;
  background-image: url("/left-coming-object.c45fd6cb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .testimonials-wrapper:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .testimonials-wrapper {
    padding: 50px 0;
  }
}
.testimonials-wrapper .trusted-client-inner .drag-icon {
  width: 50px;
  position: absolute;
  right: -45px;
  top: 130px;
  opacity: 0.4;
}
@media (max-width: 1280px) {
  .testimonials-wrapper .trusted-client-inner .drag-icon {
    right: -5px;
  }
}
@media (max-width: 1200px) {
  .testimonials-wrapper .trusted-client-inner .drag-icon {
    display: none;
  }
}
.testimonials-wrapper .testimonial-inner .owl-nav .owl-prev, .testimonials-wrapper .testimonial-inner .owl-nav .owl-next {
  border: none !important;
  font-size: 16px !important;
}
.testimonials-wrapper .testimonial-inner .owl-nav .owl-prev:before, .testimonials-wrapper .testimonial-inner .owl-nav .owl-next:before {
  color: #dedfe2 !important;
}
.testimonials-wrapper .testimonial-inner .owl-nav .owl-prev:hover, .testimonials-wrapper .testimonial-inner .owl-nav .owl-next:hover {
  background-color: transparent !important;
}
.testimonials-wrapper .testimonial-inner .owl-nav .owl-prev:hover:before, .testimonials-wrapper .testimonial-inner .owl-nav .owl-next:hover:before {
  color: #8e8e8e !important;
}

.grey-border {
  border: 1px solid #b7b7b7;
  width: 400px;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 16px;
  display: flex;
}
@media (max-width: 768px) {
  .grey-border {
    width: 100%;
  }
}
.grey-border .testimonial-data {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.grey-border .testimonial-data .avatar-wrapper-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.grey-border .testimonial-data .avatar-wrapper-head .avatar-left {
  background-color: #e2fbfb;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.grey-border .testimonial-data .avatar-wrapper-head .avatar-right-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}
.grey-border .testimonial-data .avatar-wrapper-head .avatar-right-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #29bdc7;
}
.grey-border .testimonial-data .avatar-wrapper-head .avatar-right-title h5 {
  font-size: 16px;
  font-weight: 500;
  color: #8e8e8e;
}
.grey-border .testimonial-data p {
  font-size: 12px;
  color: #8d8b8b;
  text-align: left;
}

.event-wrapper {
  background: #f5f7fa;
  padding: 80px 0px;
  position: relative;
}
.event-wrapper .events-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-wrapper .events-item #stellavideo {
  max-width: 100%;
  height: auto;
}
.event-wrapper .events-item .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  opacity: 0;
  transition: 0.2s ease-in;
}
.event-wrapper .events-item .playbtn:hover {
  transform: translate(-50%, -50%) scale(1.2);
  cursor: pointer;
  transition: 0.5s;
}
.event-wrapper .events-item:hover .playbtn {
  opacity: 1;
  transition: 0.2s ease-in;
}

.gallery-wrapper {
  padding: 80px 0px;
  position: relative;
}
.gallery-wrapper:after {
  content: "";
  position: absolute;
  top: 550px;
  right: -100px;
  transform: rotate(60deg);
  opacity: 20%;
  width: 260px;
  height: 158px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/title-balls.f1869551.png");
}
@media (max-width: 768px) {
  .gallery-wrapper:after {
    display: none;
  }
}
.gallery-wrapper .gallery-background-image .image-wrapper {
  position: absolute;
  right: 80%;
  object-fit: fill;
  width: 60%;
  height: 100%;
  opacity: 10%;
}
.gallery-wrapper .gallery-background-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-wrapper .gallery .gallery-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .gallery-wrapper .gallery .gallery-items {
    flex-direction: column;
    gap: 20px;
  }
}
.gallery-wrapper .gallery .gallery-items .gallery-image-wrapper {
  border: 2px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.gallery-wrapper .gallery .gallery-items .gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
@media (max-width: 768px) {
  .gallery-wrapper .gallery .gallery-items .gallery-image-wrapper img {
    width: 100% !important;
  }
}
.gallery-wrapper .gallery .gallery-items .gallery-image-wrapper:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.gallery-wrapper .gallery .gallery-items .gallery-image-wrapper:hover .gallery-image-content {
  bottom: 0;
  transition: 0.5s;
}
.gallery-wrapper .gallery .gallery-items .gallery-image-wrapper .gallery-image-content {
  position: absolute;
  bottom: -100%;
  border: 1px solid #fff;
  border-radius: 8px 8px 0 0;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
  display: flex;
  transition: 0.5s;
}
.gallery-wrapper .gallery .gallery-items .gallery-image-wrapper .gallery-image-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.46);
  top: 0;
  left: 0;
  right: 0;
}
.gallery-wrapper .gallery .gallery-items .gallery-image-wrapper .gallery-image-content p {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 12px;
}
.gallery-wrapper .gallery .gallery-items .gallery-image-wrapper .gallery-image-content .gallery-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.gallery-wrapper .gallery .gallery-items .gallery-image-wrapper .gallery-image-content .gallery-icons a {
  color: #fff;
  font-size: 18px;
}
.gallery-wrapper .gallery .gallery-items .gallery-item-left {
  flex-basis: 50%;
  display: flex;
  gap: 28px;
}
@media (max-width: 768px) {
  .gallery-wrapper .gallery .gallery-items .gallery-item-left {
    width: 100%;
    gap: 20px;
  }
}
.gallery-wrapper .gallery .gallery-items .gallery-item-left .gal-item-left-top {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 768px) {
  .gallery-wrapper .gallery .gallery-items .gallery-item-left .gal-item-left-top {
    width: 50%;
    gap: 20px;
  }
}
.gallery-wrapper .gallery .gallery-items .gallery-item-left .gal-item-left-top img {
  width: 344px;
  height: 222px;
}
@media (max-width: 768px) {
  .gallery-wrapper .gallery .gallery-items .gallery-item-left .gal-item-left-down {
    width: 50%;
  }
}
.gallery-wrapper .gallery .gallery-items .gallery-item-left .gal-item-left-down img {
  width: 344px;
  height: 472px;
}
.gallery-wrapper .gallery .gallery-items .gallery-item-right {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 768px) {
  .gallery-wrapper .gallery .gallery-items .gallery-item-right {
    width: 100%;
    gap: 20px;
  }
}
.gallery-wrapper .gallery .gallery-items .gallery-item-right .gal-item-right-top img {
  width: 716px;
  height: 222px;
}
.gallery-wrapper .gallery .gallery-items .gallery-item-right .gal-item-right-down {
  display: flex;
  flex-direction: row;
  gap: 28px;
}
@media (max-width: 768px) {
  .gallery-wrapper .gallery .gallery-items .gallery-item-right .gal-item-right-down {
    gap: 20px;
  }
}
.gallery-wrapper .gallery .gallery-items .gallery-item-right .gal-item-right-down img {
  width: 344px;
  height: 222px;
}

.upcoming-wrapper {
  background: #f5f7fa;
  padding: 80px 0px;
  position: relative;
}
.upcoming-wrapper .upcoming-content {
  display: flex;
  align-items: stretch;
  background-color: #fff;
}
@media (max-width: 768px) {
  .upcoming-wrapper .upcoming-content {
    flex-direction: column;
  }
}
.upcoming-wrapper .upcoming-content .nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
}
@media (max-width: 768px) {
  .upcoming-wrapper .upcoming-content .nav {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .upcoming-wrapper .upcoming-content .nav.nav-pills li {
    width: 12%;
    transition: 0.5s width;
  }
  .upcoming-wrapper .upcoming-content .nav.nav-pills li.active {
    width: 88%;
    transition: 0.5s width;
  }
}
.upcoming-wrapper .upcoming-content .nav.nav-pills li a {
  display: flex;
  gap: 20px;
  border-radius: 0;
  height: 200px;
  background-color: #29bdc7;
  transition: 0.5s ease;
  padding: 10px;
  overflow: hidden;
}
.upcoming-wrapper .upcoming-content .nav.nav-pills li a:hover {
  background-color: #163549;
  transition: 0.5s ease;
}
.upcoming-wrapper .upcoming-content .nav.nav-pills li a .year-wrapper {
  width: 20px;
}
.upcoming-wrapper .upcoming-content .nav.nav-pills li a .year-wrapper h3 {
  font-family: "Bebas Neue", sans-serif;
  -webkit-text-stroke: 0.5px #FFFFFF;
  color: transparent;
  font-size: 42px;
  word-wrap: break-word;
}
.upcoming-wrapper .upcoming-content .nav.nav-pills li a .date-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.upcoming-wrapper .upcoming-content .nav.nav-pills li a .date-wrapper h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.upcoming-wrapper .upcoming-content .nav.nav-pills li a .date-wrapper p {
  color: #fff;
  font-size: 20px;
}
.upcoming-wrapper .upcoming-content .nav.nav-pills li.active a {
  background-color: #163549;
  transition: 0.5s ease;
}
.upcoming-wrapper .upcoming-content .nav.nav-pills li.active a:focus, .upcoming-wrapper .upcoming-content .nav.nav-pills li.active a:hover {
  background-color: #163549;
  transition: 0.5s ease;
}
.upcoming-wrapper .upcoming-content .tab-content {
  background-color: #fff;
  padding: 0;
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 600px;
  overflow: overlay;
  padding: 0px 30px;
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: transparent;
  border-radius: 6px;
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-image: linear-gradient(100deg, #0eada4 0%, #5ee7df 100%);
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper .monthly-content {
  display: flex;
  gap: 20px;
  padding: 30px 0px;
  border-bottom: 1px solid #e3e3e3;
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper .monthly-content:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper .monthly-content {
    flex-direction: column;
    gap: 10px;
  }
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper .monthly-content .date-content {
  width: 40%;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper .monthly-content .date-content {
    width: 100%;
  }
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper .monthly-content .date-content h3 {
  font-size: 16px;
  color: #29bdc7;
  font-weight: 400;
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper .monthly-content .data-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper .monthly-content .data-content {
    width: 100%;
  }
}
.upcoming-wrapper .upcoming-content .tab-content .monthly-content-wrapper .monthly-content .data-content h2 {
  font-size: 16px;
  font-weight: 600;
}

.our-jobs-wrapper {
  padding: 80px 0px;
  position: relative;
  background-image: url("/OurJobs-ImageDark.7194cb1f.jpg");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-color: #f6f7fb;
}
.our-jobs-wrapper .jobs-background-image .image-wrapper {
  position: absolute;
  right: 80%;
  opacity: 10%;
  width: 180px;
  transform: rotateZ(315deg);
  left: 100px;
  top: 25%;
}
.our-jobs-wrapper .jobs-background-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-jobs-wrapper .ourjobs-title {
  text-align: left !important;
  margin: 0 0 50px !important;
}
.our-jobs-wrapper .ourjobs-title button {
  width: 204px;
  height: 38px;
  text-align: center;
  padding: 0;
  margin-top: 32px;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fafafa;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: linear-gradient(100deg, #0eada4 0%, #5ee7df 100%);
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  cursor: default;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  width: 120px;
  height: 50px;
  position: relative;
}
.loading p {
  top: 0;
  padding: 0;
  margin: 0;
  color: #11adb3;
  font-family: Poppins, sans-serif;
  animation: text 3.5s ease both infinite;
  font-size: 15px;
  letter-spacing: 1px;
}
@keyframes text {
  0% {
    letter-spacing: 1px;
    transform: translateX(0px);
  }
  40% {
    letter-spacing: 2px;
    transform: translateX(26px);
  }
  80% {
    letter-spacing: 1px;
    transform: translateX(32px);
  }
  90% {
    letter-spacing: 2px;
    transform: translateX(0px);
  }
  100% {
    letter-spacing: 1px;
    transform: translateX(0px);
  }
}
.loading span {
  background-color: #11adb3;
  border-radius: 50px;
  display: block;
  height: 16px;
  width: 16px;
  bottom: 0;
  position: absolute;
  transform: translateX(64px);
  animation: loading 3.5s ease both infinite;
}
.loading span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b2a3d2;
  border-radius: inherit;
  animation: loading2 3.5s ease both infinite;
}
@keyframes loading {
  0% {
    width: 16px;
    transform: translateX(0px);
  }
  40% {
    width: 100%;
    transform: translateX(0px);
  }
  80% {
    width: 16px;
    transform: translateX(64px);
  }
  90% {
    width: 100%;
    transform: translateX(0px);
  }
  100% {
    width: 16px;
    transform: translateX(0px);
  }
}
@keyframes loading2 {
  0% {
    transform: translateX(0px);
    width: 16px;
  }
  40% {
    transform: translateX(0%);
    width: 80%;
  }
  80% {
    width: 100%;
    transform: translateX(0px);
  }
  90% {
    width: 80%;
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0px);
    width: 16px;
  }
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

p, h1, h2, h3, h4, h5 {
  margin: 0;
}

#more-text {
  display: none;
}

.search-over-section {
  background: #fff;
  padding: 80px 0px;
  position: relative;
}
@media (max-width: 768px) {
  .search-over-section {
    padding: 50px 0px;
  }
}
.search-over-section .bg-element {
  position: absolute;
  left: 0;
  bottom: 220px;
}
@media (max-width: 768px) {
  .search-over-section .bg-element {
    display: none;
  }
}
.search-over-section .row {
  display: flex;
}
@media (max-width: 768px) {
  .search-over-section .row {
    flex-direction: column;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .search-over-section .col-md-4 {
    width: 100%;
  }
}
.search-over-section .search-over-inner {
  position: relative;
}
.search-over-section .search-over-inner .title-wrapper {
  position: relative;
}
.search-over-section .search-over-inner .title-wrapper .title-balls {
  position: absolute;
  left: -82px;
  width: 75px;
  top: -6px;
}
@media (max-width: 1280px) {
  .search-over-section .search-over-inner .title-wrapper .title-balls {
    display: none;
  }
}
.search-over-section .search-over-inner .title-wrapper .sub-heading {
  max-width: 100%;
}
.search-over-section .search-over-inner .search-content-wrapper .text-wrapper {
  max-width: 100%;
  margin: 40px 0;
}
.search-over-section .search-over-inner .search-content-wrapper .quotes-wrapper {
  display: flex;
}

.out-world-section {
  background: #f5f7fa;
  padding: 100px 20px;
  position: relative;
}
.out-world-section .bg-element {
  position: absolute;
  right: 0;
  top: 90px;
}
@media (max-width: 768px) {
  .out-world-section .bg-element {
    display: none;
  }
}
.out-world-section .bg-element2 {
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media (max-width: 768px) {
  .out-world-section .bg-element2 {
    display: none;
  }
}
.out-world-section .out-world-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.out-world-section .out-world-inner .content-side {
  width: 60%;
  max-width: 660px;
}
.out-world-section .out-world-inner .content-side .common-parah {
  margin: 30px 0 40px;
}
.out-world-section .out-world-inner .quote-side {
  width: 40%;
  display: flex;
  justify-content: end;
}
.out-world-section .out-world-inner .quote-side .single-quote {
  border: 1px solid #b2a3d2;
  background: none;
  max-width: 350px;
}
.out-world-section .out-world-inner .quote-side .single-quote .single-quote-inner {
  background: transparent;
}

.trusted-client-wrapper {
  background: #f5f7fa;
  padding: 80px 0px;
  position: relative;
}
@media (max-width: 768px) {
  .trusted-client-wrapper {
    padding: 50px 0;
  }
}
.trusted-client-wrapper .trusted-client-inner .drag-icon {
  width: 50px;
  position: absolute;
  right: -45px;
  top: 130px;
  opacity: 0.4;
}
@media (max-width: 1280px) {
  .trusted-client-wrapper .trusted-client-inner .drag-icon {
    right: -5px;
  }
}
@media (max-width: 1200px) {
  .trusted-client-wrapper .trusted-client-inner .drag-icon {
    display: none;
  }
}

.solutions-services-wrapper {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .solutions-services-wrapper {
    padding: 50px 0;
  }
}
.solutions-services-wrapper .bg-element {
  position: absolute;
  left: 0;
  top: 90px;
}
@media (max-width: 768px) {
  .solutions-services-wrapper .bg-element {
    display: none;
  }
}
.solutions-services-wrapper .solutions-services-inner {
  text-align: center;
}
.solutions-services-wrapper .solutions-services-inner .main-heading {
  text-align: center;
  margin-bottom: 80px;
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .solutions-services-wrapper .solutions-services-inner .solution-service-list {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 50px;
  }
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .gradient-wrapper {
  margin-bottom: 32px;
  width: 230px;
  height: 135px;
  border: none;
  background-image: radial-gradient(circle, #11adb3, #5ee7df, #b2a3d2);
}
@media (max-width: 768px) {
  .solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .gradient-wrapper {
    width: 70%;
    height: 300px;
  }
}
@media (max-width: 600px) {
  .solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .gradient-wrapper {
    width: 100%;
  }
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .gradient-wrapper .gradient-inner {
  min-height: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .gradient-wrapper .gradient-inner .icon {
  width: 64px;
  height: 64px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .gradient-wrapper .gradient-inner .icon.solutions-icon {
  background-image: url("/stella-solutions-dark.1e119305.svg");
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .gradient-wrapper .gradient-inner .icon.service-icon {
  background-image: url("/development-service-dark.7dd31192.svg");
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .gradient-wrapper .gradient-inner .icon.consulting-icon {
  background-image: url("/hie-consulting-dark.8cf880fe.svg");
}
@media (max-width: 768px) {
  .solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .gradient-wrapper .gradient-inner .icon {
    width: 100px;
    height: 100px;
  }
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .common-item-title {
  margin-bottom: 16px;
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .divider {
  width: 227px;
  height: 1px;
  background: #000;
  display: block;
  margin: 0 auto 16px;
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item .common-quote-para {
  text-align: center;
  max-width: 234px;
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item:hover .gradient-wrapper {
  box-shadow: 0px 4px 6px 0.2px rgba(2, 59, 59, 0.22);
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item:hover .gradient-wrapper .gradient-inner {
  background-image: linear-gradient(to top, #11adb3, #5ee7df);
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item:hover .gradient-wrapper .gradient-inner .icon.solutions-icon {
  background-image: url("/stella-solutions-white.3d6298b7.svg");
  width: 77px;
  height: 77px;
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item:hover .gradient-wrapper .gradient-inner .icon.service-icon {
  background-image: url("/development-service-white.16de88f7.svg");
}
.solutions-services-wrapper .solutions-services-inner .solution-service-list .single-item:hover .gradient-wrapper .gradient-inner .icon.consulting-icon {
  background-image: url("/hie-consulting-white.9a8ccb9f.svg");
}

.relationship-wrapper {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .relationship-wrapper {
    padding: 50px 0;
  }
}
.relationship-wrapper .marquee-wrapper {
  width: 6000px;
}
.relationship-wrapper .marquee-wrapper .marquee-content {
  display: flex;
  animation: scrolling 20s linear infinite running;
  align-items: center;
}
.relationship-wrapper .marquee-wrapper .marquee-content:hover {
  animation-play-state: paused;
}
.relationship-wrapper .marquee-wrapper .marquee-content .marquee-item {
  margin: 5px 24px;
}
.relationship-wrapper .marquee-wrapper .marquee-content .marquee-item img {
  width: 150px;
}

.case-studies-wrapper {
  background: #f5f7fa;
  padding: 100px 0;
  position: relative;
}
.case-studies-wrapper .case-studies-inner .main-heading {
  text-align: center;
  margin: 0 0 80px;
}
.case-studies-wrapper .case-studies-inner .case-studies-list {
  display: flex;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}
@media (max-width: 768px) {
  .case-studies-wrapper .case-studies-inner .case-studies-list {
    flex-direction: column;
    gap: 50px;
  }
}
.case-studies-wrapper .case-studies-inner .case-studies-list .single-case-study {
  background-color: #fafafa;
  padding: 16px;
  width: 30%;
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.case-studies-wrapper .case-studies-inner .case-studies-list .single-case-study .case-img {
  margin-bottom: 32px;
  max-width: 330px;
  width: 100%;
  filter: grayscale(1);
  transition: 0.2s all;
}
@media (max-width: 768px) {
  .case-studies-wrapper .case-studies-inner .case-studies-list .single-case-study .case-img {
    max-width: 70%;
  }
}
@media (max-width: 600px) {
  .case-studies-wrapper .case-studies-inner .case-studies-list .single-case-study .case-img {
    max-width: 100%;
  }
}
.case-studies-wrapper .case-studies-inner .case-studies-list .single-case-study .case-title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin: 0 0 24px;
}
.case-studies-wrapper .case-studies-inner .case-studies-list .single-case-study .case-parah {
  letter-spacing: -0.08px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.case-studies-wrapper .case-studies-inner .case-studies-list .single-case-study:hover .case-img {
  filter: grayscale(0);
}
@media (max-width: 768px) {
  .case-studies-wrapper .case-studies-inner .case-studies-list .single-case-study {
    width: 100%;
    margin: 0 auto;
  }
}

.stella-moments-wrapper {
  padding: 55px 0px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .stella-moments-wrapper {
    padding: 50px 0;
  }
}
.stella-moments-wrapper .stella-moments-inner {
  display: flex;
}
.stella-moments-wrapper .stella-moments-inner .text-side {
  width: 50%;
}
.stella-moments-wrapper .stella-moments-inner .text-side .title-wrap {
  margin-bottom: 30px;
  position: relative;
}
.stella-moments-wrapper .stella-moments-inner .text-side .title-wrap .yellow-balls {
  position: absolute;
  left: -26px;
  width: 44px;
}
@media (max-width: 1024px) {
  .stella-moments-wrapper .stella-moments-inner .text-side .title-wrap .yellow-balls {
    display: none;
  }
}
.stella-moments-wrapper .stella-moments-inner .text-side .title-wrap .main-heading {
  position: relative;
}
.stella-moments-wrapper .stella-moments-inner .text-side .common-parah {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .stella-moments-wrapper .stella-moments-inner .text-side {
    width: 100%;
  }
}
.stella-moments-wrapper .stella-moments-inner .img-side {
  width: 50%;
  position: relative;
}
@media (max-width: 1280px) {
  .stella-moments-wrapper .stella-moments-inner .img-side {
    display: none;
  }
}
.stella-moments-wrapper .stella-moments-inner .img-side .stella-moment-img {
  position: absolute;
  top: -55px;
  right: -220px;
  height: 520px;
}

.about-section {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .about-section {
    padding: 50px 0;
  }
}
.about-section .about-section-inner {
  max-width: 1350px;
  margin: 0 auto;
}
.about-section .section-title {
  margin-bottom: 0 !important;
}
.about-section .section-title p {
  margin-bottom: 20px;
}
.about-section .section-title #hidden-text {
  display: none;
}
.about-section .primary-button {
  margin-top: 20px;
}
.about-section .primary-button.gradient-btn {
  border: 1px solid transparent;
  background-image: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
  color: #fff;
}
.about-section.experties {
  overflow: hidden;
  position: relative;
}
.about-section.experties:before {
  content: "";
  position: absolute;
  top: 70px;
  left: -70px;
  opacity: 0.3;
  transform: rotate(15deg);
  width: 80px;
  height: 95px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/title-balls.f1869551.png");
}
@media (max-width: 768px) {
  .about-section.experties:before {
    display: none;
  }
}
.about-section.experties:after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 160px;
  width: 260px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/right-long-coming-object.e296b828.png");
}
@media (max-width: 768px) {
  .about-section.experties:after {
    display: none;
  }
}
.about-section.experties .experties-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 992px) {
  .about-section.experties .experties-content {
    flex-direction: column;
    gap: 50px;
  }
}
.about-section.experties .experties-content .section-title {
  position: relative;
  text-align: left;
  flex-basis: 70%;
}
@media (max-width: 992px) {
  .about-section.experties .experties-content .section-title {
    flex-basis: 100%;
  }
}
.about-section.experties .experties-content .section-title p {
  margin-bottom: 24px;
}
.about-section.experties .experties-content .section-title p:last-child {
  margin-bottom: 0;
}
.about-section.experties .experties-content .experties-box {
  border-radius: 10px;
  background-color: #c6efef;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  padding: 25px;
  flex-basis: 30%;
  z-index: 2;
}
@media (max-width: 992px) {
  .about-section.experties .experties-content .experties-box {
    flex-basis: 80%;
    margin: 0 auto;
  }
}
.about-section.experties .experties-content .experties-box p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.about-section.experties .experties-content .experties-box p span {
  font-weight: 700;
}
.about-section.experties .experties-content .experties-box ol {
  list-style-type: disc;
  padding-left: 20px;
}
.about-section.experties .experties-content .experties-box ol li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.about-section.experties .button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .about-section.experties .button-wrap {
    flex-wrap: wrap;
  }
}
.about-section .consultancy-outer-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.about-section .consultancy-outer-wrapper ul .white-space {
  background: transparent;
  border-width: 0px;
  min-width: 50px;
}
@media (max-width: 1280px) {
  .about-section .consultancy-outer-wrapper ul .white-space {
    display: none;
  }
}
.about-section .consultancy-outer-wrapper ul li {
  height: 50px;
  min-width: 150px;
  padding: 0 12px;
  border: 1px solid rgba(0, 179, 185, 0.5);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 179, 185, 0.1);
}
.about-section .consultancy-outer-wrapper ul li .state-img.Arizona {
  background: url("/Arizona-02.7f905191.svg") no-repeat center transparent;
  background-size: contain;
  width: 26px;
  height: 30px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.Arkansas {
  background: url("/Arkansas-02.a2eb5b9d.svg") no-repeat center transparent;
  background-size: contain;
  width: 33px;
  height: 30px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.California {
  background: url("/California-02.a7e37af5.svg") no-repeat center transparent;
  background-size: contain;
  width: 35px;
  height: 37px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.Idaho {
  background: url("/Idaho-02.ee6f0aff.svg") no-repeat center transparent;
  background-size: contain;
  margin-top: -5px;
  width: 26px;
  height: 37px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.Kentucky {
  background: url("/Kentucky-02.55316119.svg") no-repeat center transparent;
  background-size: contain;
  width: 48px;
  height: 45px;
  margin-top: -12px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.Maryland {
  background: url("/Maryland-02.56eea412.svg") no-repeat center transparent;
  background-size: contain;
  width: 44px;
  height: 43px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.Michigan {
  background: url("/Michigan-02.ff5c65a4.svg") no-repeat center transparent;
  background-size: contain;
  width: 38px;
  height: 34px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.Nebraska {
  background: url("/Nebraska-02.0d16ffd7.svg") no-repeat center transparent;
  background-size: contain;
  width: 44px;
  height: 35px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.Nevada {
  background: url("/Nevada-02.cadf432d.svg") no-repeat center transparent;
  background-size: contain;
  width: 26px;
  height: 33px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.New-York {
  background: url("/New York-02.2827f065.svg") no-repeat center transparent;
  background-size: contain;
  width: 44px;
  height: 31px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.North-Dakota {
  background: url("/North Dakota-02.59e928b6.svg") no-repeat center transparent;
  background-size: contain;
  width: 32px;
  height: 30px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.Tennessee {
  background: url("/Tennessee-02.7551af84.svg") no-repeat center transparent;
  background-size: contain;
  width: 47px;
  height: 24px;
}
.about-section .consultancy-outer-wrapper ul li .state-img.Utah {
  background: url("/Utah-02.2b2573b3.svg") no-repeat center transparent;
  background-size: contain;
  width: 29px;
  height: 32px;
}
.about-section .consultancy-outer-wrapper ul li span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: -0.09px;
  text-align: center;
  color: #000;
}
.about-section .consultancy-outer-wrapper ul li span:nth-child(2) {
  margin-left: 10px;
}
.about-section .consultancy-outer-wrapper ul li:hover {
  background-image: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Arizona {
  background: url("/Arizona-01.d30e4d09.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Arkansas {
  background: url("/Arkansas-01.b13f97b2.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.California {
  background: url("/California-01.b8220eeb.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Idaho {
  background: url("/Idaho-01.920098ca.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Kentucky {
  background: url("/Kentucky-01.b7b9216b.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Maryland {
  background: url("/Maryland-01.96afd756.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Michigan {
  background: url("/Michigan-01.15b6d8e5.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Nebraska {
  background: url("/Nebraska-01.3b266158.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Nevada {
  background: url("/Nevada-01.79ff7c33.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.New-York {
  background: url("/New York-01.c402d792.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.North-Dakota {
  background: url("/North Dakota-01.d1eb5142.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Tennessee {
  background: url("/Tennessee-01.5f324f82.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover .state-img.Utah {
  background: url("/Utah-01.2cf844b0.svg") no-repeat center transparent;
  background-size: contain;
}
.about-section .consultancy-outer-wrapper ul li:hover span {
  color: #fff;
}

.ceo-section {
  padding: 30px 0 45px;
  background-color: #f5f7fa;
}
@media (max-width: 768px) {
  .ceo-section {
    padding: 50px 0;
  }
}
.ceo-section .ceo-inner-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .ceo-section .ceo-inner-content {
    flex-direction: column;
    gap: 42px;
  }
}
.ceo-section .ceo-inner-content .ceo-info-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ceo-section .ceo-inner-content .ceo-info-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.ceo-section .ceo-inner-content .ceo-info-wrapper .image-wrapper {
  width: 350px;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .ceo-section .ceo-inner-content .ceo-info-wrapper .image-wrapper {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .ceo-section .ceo-inner-content .ceo-info-wrapper .image-wrapper {
    width: 50%;
  }
}
.ceo-section .ceo-inner-content .ceo-info-wrapper .image-wrapper img {
  width: 90%;
  object-fit: contain;
}
.ceo-section .ceo-inner-content .ceo-info-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .ceo-section .ceo-inner-content .ceo-info-wrapper .content-wrapper {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
}
.ceo-section .ceo-inner-content .ceo-info-wrapper .content-wrapper h3 {
  font-size: 26px;
  color: #010101;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .ceo-section .ceo-inner-content .ceo-info-wrapper .content-wrapper h3 {
    font-size: 22px;
    margin-bottom: 0px;
  }
}
.ceo-section .ceo-inner-content .ceo-info-wrapper .content-wrapper p {
  color: #000000;
  font-size: 22px;
}
@media (max-width: 768px) {
  .ceo-section .ceo-inner-content .ceo-info-wrapper .content-wrapper p {
    font-size: 26px;
  }
}
.ceo-section .ceo-inner-content .ceo-quote-wrapper .ceo-quote-content {
  position: relative;
}
.ceo-section .ceo-inner-content .ceo-quote-wrapper .ceo-quote-content p {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.ceo-section .ceo-inner-content .ceo-quote-wrapper .ceo-quote-content:before {
  content: "\f10e";
  color: #dadbdd;
  position: absolute;
  top: -40px;
  left: 5px;
  font-size: 85px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.value-section {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .value-section {
    padding: 50px 0;
  }
}
.value-section:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -15px;
  width: 206px;
  height: 47px;
  background-image: url("/left-coming-object.c45fd6cb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .value-section:before {
    display: none;
  }
}
.value-section:after {
  content: "";
  position: absolute;
  top: 160px;
  right: -100px;
  transform: rotate(15deg);
  opacity: 0.5;
  width: 260px;
  height: 158px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/title-balls.f1869551.png");
}
@media (max-width: 768px) {
  .value-section:after {
    display: none;
  }
}
.value-section .value-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.value-section .value-content-wrapper .value-image-wrapper {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  height: 880px;
}
@media (max-width: 768px) {
  .value-section .value-content-wrapper .value-image-wrapper {
    width: 100%;
    height: 585px;
  }
}
@media (max-width: 550px) {
  .value-section .value-content-wrapper .value-image-wrapper {
    height: 480px;
  }
}
.value-section .value-content-wrapper .value-image-wrapper img {
  width: 100%;
}
.value-section .value-content-wrapper .value-image-wrapper .v-image {
  width: 100%;
  height: inherit;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.value-section .value-content-wrapper .value-image-wrapper .v-image .v-box {
  position: absolute;
  left: 70px;
  right: 0;
  height: 105px;
  width: 75%;
  margin: 0 auto;
  border-radius: 50px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box {
    width: 86%;
  }
}
@media (max-width: 768px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box {
    width: 77%;
    height: 70px;
  }
}
@media (max-width: 550px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box {
    width: 90%;
    height: 42px;
    left: 30px;
  }
}
@media (max-width: 390px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box {
    height: 37px;
  }
}
@media (max-width: 320px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box {
    height: 31px;
  }
}
.value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v1-box {
  top: 154px;
}
@media (max-width: 768px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v1-box {
    top: 103px;
  }
}
@media (max-width: 550px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v1-box {
    top: 121px;
  }
}
@media (max-width: 390px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v1-box {
    top: 137px;
  }
}
@media (max-width: 320px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v1-box {
    top: 154px;
  }
}
.value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v2-box {
  top: 323px;
}
@media (max-width: 768px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v2-box {
    top: 215px;
  }
}
@media (max-width: 550px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v2-box {
    top: 193px;
  }
}
@media (max-width: 390px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v2-box {
    top: 199px;
  }
}
@media (max-width: 320px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v2-box {
    top: 206px;
  }
}
.value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v3-box {
  top: 490px;
}
@media (max-width: 768px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v3-box {
    top: 325px;
  }
}
@media (max-width: 550px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v3-box {
    top: 262px;
  }
}
@media (max-width: 390px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v3-box {
    top: 260px;
  }
}
@media (max-width: 320px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v3-box {
    top: 257px;
  }
}
.value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v4-box {
  top: 662px;
}
@media (max-width: 768px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v4-box {
    top: 440px;
  }
}
@media (max-width: 550px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v4-box {
    top: 334px;
  }
}
@media (max-width: 390px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v4-box {
    top: 323px;
  }
}
@media (max-width: 320px) {
  .value-section .value-content-wrapper .value-image-wrapper .v-image .v-box.v4-box {
    top: 310px;
  }
}
.value-section .value-content-wrapper .value-image-wrapper .v-image.v-default {
  opacity: 1;
  transition: opacity 0.2s ease-out;
  background-image: url("/v-default.c05ae1ad.svg");
}
.value-section .value-content-wrapper .value-image-wrapper .v-image.v-default .v1-image {
  background-image: url("/v1.5c44f762.svg");
}
.value-section .value-content-wrapper .value-image-wrapper .v-image.v-default .v1-image.show {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.value-section .value-content-wrapper .value-image-wrapper .v-image.v-default .v2-image {
  background-image: url("/v2.ebfdec52.svg");
}
.value-section .value-content-wrapper .value-image-wrapper .v-image.v-default .v2-image.show {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.value-section .value-content-wrapper .value-image-wrapper .v-image.v-default .v3-image {
  background-image: url("/v3.21d1227b.svg");
}
.value-section .value-content-wrapper .value-image-wrapper .v-image.v-default .v3-image.show {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.value-section .value-content-wrapper .value-image-wrapper .v-image.v-default .v4-image {
  background-image: url("/v4.63bfc8bb.svg");
}
.value-section .value-content-wrapper .value-image-wrapper .v-image.v-default .v4-image.show {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.value-section .value-content-wrapper .value-box {
  width: 50%;
  margin: 0 auto;
  background-color: #f4f4f4;
  border-radius: 20px 50px 0 0;
  padding-bottom: 50px;
}
.value-section .value-content-wrapper .value-box .value-title {
  padding: 20px;
  text-align: center;
}
.value-section .value-content-wrapper .value-box .value-title h2 {
  font-size: 70px;
  font-weight: 700;
  color: #319b98;
}
.value-section .value-content-wrapper .value-box .ribbon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 10px 30px;
  height: 120px;
  background-image: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
  border: 1px solid #fff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  transition: filter 0.2s ease-out;
  filter: grayscale(1);
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 65px);
  gap: 12px;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-text .ribbon-title {
  width: 70px;
  word-break: break-all;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-text .ribbon-title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-text .ribbon-content {
  position: relative;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-text .ribbon-content:before {
  content: "";
  position: absolute;
  left: -10px;
  height: 60px;
  top: 10px;
  width: 1px;
  background-color: #fff;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-text .ribbon-content ul li {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-icon {
  width: 50px;
  height: 50px;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-icon .icon-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-icon .icon-wrapper .icon {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 30px;
  height: 30px;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-icon .icon-wrapper .icon.icon1 {
  background-image: url("/stella-solutions-white.3d6298b7.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-icon .icon-wrapper .icon.icon2 {
  background-image: url("/hie-consulting-white.9a8ccb9f.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-icon .icon-wrapper .icon.icon3 {
  background-image: url("/development-service-white.16de88f7.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-icon .icon-wrapper .icon.icon4 {
  background-image: url("/easy-to-use.f19da54c.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-image {
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-image.ribbon1 {
  background-image: url("/v1-before.e605ad7c.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-image.ribbon3 {
  background-image: url("/v2-before.2ce8402e.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-image.ribbon3 {
  background-image: url("/v3-before.96aa8445.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item .ribbon-image.ribbon4 {
  background-image: url("/v4-before.b410bb8b.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item:hover {
  filter: grayscale(0);
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item:hover .ribbon-image.ribbon1 {
  background-image: url("/v1-after.f61e600c.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item:hover .ribbon-image.ribbon3 {
  background-image: url("/v2-after.97f4aadf.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item:hover .ribbon-image.ribbon3 {
  background-image: url("/v3-after.06199041.svg");
}
.value-section .value-content-wrapper .value-box .ribbon-list .ribbon-item:hover .ribbon-image.ribbon4 {
  background-image: url("/v4-after.f8d5d6f3.svg");
}

.team-section {
  padding: 80px 0;
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .team-section {
    padding: 50px 0;
  }
  .team-section .row {
    margin: 0;
  }
  .team-section .col-md-12 {
    padding: 0;
  }
}
.team-section:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 170px;
  width: 210px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/right-coming-object.f5a4cedb.png");
}
@media (max-width: 768px) {
  .team-section:after {
    display: none;
  }
}
.team-section .team-outer-wrapper {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.team-section .team-outer-wrapper:before {
  content: "";
  position: absolute;
  left: -40px;
  top: calc(100% - 650px);
  width: 190px;
  height: 270px;
  background-image: url("/circle.15af6900.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .team-section .team-outer-wrapper:before {
    display: none;
  }
}
.team-section .team-outer-wrapper:after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: -250px;
  width: 414px;
  height: 50px;
  background-image: url("/right-long-coming-object.e296b828.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .team-section .team-outer-wrapper:after {
    display: none;
  }
}
.team-section .team-outer-wrapper .team-inner-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  z-index: 1;
}
@media (max-width: 768px) {
  .team-section .team-outer-wrapper .team-inner-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 550px) {
  .team-section .team-outer-wrapper .team-inner-wrapper {
    flex-direction: column;
    z-index: 2;
    gap: 50px;
  }
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items {
  position: relative;
  width: 165px;
  height: 450px;
  border-radius: 10px;
  padding: 0 25px;
  cursor: pointer;
  transition: width 0.5s ease-in-out;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #ffffff;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content img {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.8));
  color: #ffffff;
  border-radius: 10px;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-before {
  position: absolute;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 85px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  transition: 0.6s ease-in;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-before .team-title {
  flex: none;
  font-size: 26px;
  font-weight: 600;
  padding-left: 20px;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-before .square-box {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 180, 186, 0.7);
  top: 0;
  display: block;
  position: absolute;
}
@media (max-width: 550px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-before {
    opacity: 0;
  }
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-after {
  padding: 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease-out;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-after .social-media-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  gap: 12px;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-after .social-media-content a {
  color: #ffffff;
  font-size: 20px;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-after .after-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  bottom: 24px;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-after .after-content .team-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.1em;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-after .after-content .team-designation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 550px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items .team-content .team-desc .team-after {
    opacity: 1;
  }
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items:hover, .team-section .team-outer-wrapper .team-inner-wrapper .team-items.default {
  width: calc(100% - 495px);
  transition: width 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items:hover, .team-section .team-outer-wrapper .team-inner-wrapper .team-items.default {
    width: calc(100% - 450px);
  }
}
@media (max-width: 992px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items:hover, .team-section .team-outer-wrapper .team-inner-wrapper .team-items.default {
    width: calc(100% - 420px);
  }
}
@media (max-width: 768px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items:hover, .team-section .team-outer-wrapper .team-inner-wrapper .team-items.default {
    width: calc(100% - 360px);
  }
}
@media (max-width: 680px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items:hover, .team-section .team-outer-wrapper .team-inner-wrapper .team-items.default {
    width: calc(100% - 280px);
  }
}
@media (max-width: 550px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items:hover, .team-section .team-outer-wrapper .team-inner-wrapper .team-items.default {
    width: 100%;
  }
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items:hover .team-content, .team-section .team-outer-wrapper .team-inner-wrapper .team-items.default .team-content {
  box-shadow: 4px 4px 10px rgba(41, 41, 41, 0.4);
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items:hover .team-content .team-desc .team-before, .team-section .team-outer-wrapper .team-inner-wrapper .team-items.default .team-content .team-desc .team-before {
  opacity: 0;
  transition: 0.6s ease-out;
}
.team-section .team-outer-wrapper .team-inner-wrapper .team-items:hover .team-content .team-desc .team-after, .team-section .team-outer-wrapper .team-inner-wrapper .team-items.default .team-content .team-desc .team-after {
  opacity: 1;
  transition: 0.5s ease-in;
  transition-delay: 0.2s;
}
@media (max-width: 1024px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items {
    padding: 0 15px;
    width: 150px;
  }
}
@media (max-width: 992px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items {
    padding: 0 10px;
    width: 140px;
  }
}
@media (max-width: 768px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items {
    padding: 0 5px;
    width: 120px;
  }
}
@media (max-width: 680px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items {
    padding: 0 5px;
    width: 95px;
  }
}
@media (max-width: 550px) {
  .team-section .team-outer-wrapper .team-inner-wrapper .team-items {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.team-section .team-outer-wrapper .team-inner-wrapper:last-child {
  margin-bottom: 0;
}

.about-equinox {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-equinox {
    padding: 50px 0;
  }
}
.about-equinox:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/about-bg-image.a5ae1894.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .about-equinox .row .content-wrapper {
    max-width: 100%;
  }
}
.about-equinox .row .content-wrapper .image-wrapper {
  width: 368px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .about-equinox .row .content-wrapper .image-wrapper {
    margin: 0 auto 50px;
    width: 100%;
  }
}
.about-equinox .row .content-wrapper .image-wrapper img {
  max-width: 360px;
  width: 100%;
  object-fit: contain;
}
.about-equinox .row .content-wrapper h2 {
  max-width: 1062px;
  margin-bottom: 50px;
  color: #000000;
  font-size: 27px;
  font-weight: 600;
}
.about-equinox .row .content-wrapper .equinox-content {
  margin-bottom: 50px;
}
.about-equinox .row .content-wrapper .equinox-content .equinox-ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .about-equinox .row .content-wrapper .equinox-content .equinox-ul {
    flex-direction: column;
    align-items: start;
  }
}
.about-equinox .row .content-wrapper .equinox-content .equinox-ul li {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .about-equinox .row .content-wrapper .equinox-content .equinox-ul li {
    font-size: 18px;
  }
}
.about-equinox .row .content-wrapper .equinox-content .equinox-ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #16bac1;
  border-radius: 20px;
}
.about-equinox .row .content-wrapper .equinox-content .content-image {
  float: right;
  margin-left: 30px;
  width: 500px;
}
@media (max-width: 1024px) {
  .about-equinox .row .content-wrapper .equinox-content .content-image {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .about-equinox .row .content-wrapper .equinox-content .content-image {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .about-equinox .row .content-wrapper .equinox-content .content-image {
    width: 350px;
  }
}
@media (max-width: 680px) {
  .about-equinox .row .content-wrapper .equinox-content .content-image {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .about-equinox .row .content-wrapper .equinox-content .content-image {
    float: none;
    margin-left: 0px;
    width: 100%;
  }
}
.about-equinox .row .content-wrapper .equinox-content .content-image img {
  max-width: 100%;
  width: 100%;
}
.about-equinox .row .content-wrapper .equinox-content p {
  margin-bottom: 30px;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.about-equinox .row .content-wrapper .equinox-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .about-equinox .row .content-wrapper .equinox-content p {
    font-size: 18px;
  }
}

.purpose-wrapper {
  padding: 80px 0;
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .purpose-wrapper {
    padding: 50px 0;
  }
}
.purpose-wrapper:before {
  content: "";
  position: absolute;
  bottom: 15%;
  left: -15px;
  width: 206px;
  height: 47px;
  background-image: url("/left-coming-object.c45fd6cb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .purpose-wrapper:before {
    display: none;
  }
}
.purpose-wrapper:after {
  content: "";
  position: absolute;
  top: 160px;
  right: -100px;
  transform: rotate(15deg);
  opacity: 0.5;
  width: 260px;
  height: 158px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/title-balls.f1869551.png");
}
@media (max-width: 768px) {
  .purpose-wrapper:after {
    display: none;
  }
}
.purpose-wrapper .section-title {
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .purpose-wrapper .section-title {
    margin: 0 auto 50px;
  }
}
.purpose-wrapper .purpose-outer-wrapper {
  margin-top: 34px;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper {
  margin-bottom: 50px;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper ul li .flip-card {
  padding: 0px;
}
@media (max-width: 768px) {
  .purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper ul {
    flex-wrap: wrap;
  }
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card {
  padding: 15px;
  max-width: 100%;
  width: 26rem;
  height: 41rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 1200px) {
  .purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card {
    width: 100%;
    min-width: 26rem;
  }
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-front {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-front .front-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-front .front-content .image-wrapper {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-front .front-content .image-wrapper img {
  max-width: 100%;
  object-fit: contain;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-front .front-content .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-front .front-content .content-wrapper p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  width: calc(100% - 35px);
  word-break: break-word;
  text-align: left;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-front .front-content .content-wrapper p i {
  display: block;
  font-style: normal;
  font-size: 15px;
}
@media (max-width: 768px) {
  .purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-front .front-content .content-wrapper p {
    font-size: 16px;
    font-weight: 500;
  }
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-front .front-content .content-wrapper span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back {
  padding: 20px;
  position: absolute;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content {
  width: 100%;
  height: 100%;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .image-wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .image-wrapper img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: calc(100% - 50px);
  margin: 0 auto;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper h2 i {
  display: block;
  font-style: normal;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper p {
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper p {
    font-weight: 500;
  }
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper ol {
  padding-left: 10px;
  margin: 0;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper ol li {
  margin: 0 0 5px;
  padding: 0 0 0 5px;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper ol li:nth-child(2n+2) {
  margin-top: 0;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper.bigger-font h2 {
  font-size: 18px;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card .card-back .card-back-content .content-wrapper.bigger-font p {
  font-size: 16px;
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card:hover .card-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper .flip-card:hover .card-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
@media (max-width: 1200px) {
  .purpose-wrapper .purpose-outer-wrapper .card-outer-wrapper:nth-child(2n+2) {
    margin-top: 0rem;
  }
}
.purpose-wrapper .purpose-outer-wrapper .owl-carousel .owl-stage-outer {
  padding: 50px 0;
  overflow: hidden !important;
}
.purpose-wrapper .purpose-outer-wrapper .owl-carousel .owl-stage-outer .owl-stage {
  display: block;
}
.purpose-wrapper .purpose-outer-wrapper .owl-carousel .owl-nav {
  margin-top: 0px;
}
.purpose-wrapper .purpose-outer-wrapper .owl-carousel .owl-nav .owl-prev, .purpose-wrapper .purpose-outer-wrapper .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.purpose-wrapper .purpose-outer-wrapper .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
@media (max-width: 768px) {
  .purpose-wrapper .purpose-outer-wrapper .owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
.purpose-wrapper .purpose-outer-wrapper .owl-carousel .owl-nav .owl-next {
  right: -60px;
}
@media (max-width: 768px) {
  .purpose-wrapper .purpose-outer-wrapper .owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
.purpose-wrapper .purpose-outer-wrapper .primary-button {
  margin: 0 auto;
  display: flex;
}

.quote-section {
  padding: 150px 0;
  position: relative;
}
@media (max-width: 768px) {
  .quote-section {
    padding: 50px 0;
  }
}
.quote-section:before {
  content: "";
  position: absolute;
  top: 80px;
  left: -15px;
  width: 206px;
  height: 47px;
  background-image: url("/left-coming-object.c45fd6cb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .quote-section:before {
    display: none;
  }
}
.quote-section .quote-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .quote-section .quote-inner {
    flex-direction: column;
  }
}
.quote-section .quote-inner .image-wrapper {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}
.quote-section .quote-inner .image-wrapper img {
  width: 90%;
}
@media (max-width: 1024px) {
  .quote-section .quote-inner .image-wrapper img {
    width: 92%;
  }
}
@media (max-width: 768px) {
  .quote-section .quote-inner .image-wrapper {
    justify-content: center;
    flex-basis: 100%;
  }
}
.quote-section .quote-inner .quote-wrapper {
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(to top, #78dfdf, #b2a3d2, #78dfdf, #b2a3d2) padding-box padding-box;
  border: 1px solid transparent;
  flex-basis: 55%;
}
@media (max-width: 768px) {
  .quote-section .quote-inner .quote-wrapper {
    flex-basis: 100%;
  }
}
.quote-section .quote-inner .quote-wrapper .quote-content {
  padding: 50px 30px 25px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  width: 380px;
  height: 630px;
}
.quote-section .quote-inner .quote-wrapper .quote-content .quote-text {
  position: relative;
}
.quote-section .quote-inner .quote-wrapper .quote-content .quote-text p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}
.quote-section .quote-inner .quote-wrapper .quote-content .quote-text h3 {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  max-width: 400px;
}
@media (max-width: 550px) {
  .quote-section .quote-inner .quote-wrapper .quote-content .quote-text h3 {
    max-width: 100%;
  }
}
.quote-section .quote-inner .quote-wrapper .quote-content .quote-text:before {
  content: "\f10e";
  color: #e5e5e5;
  position: absolute;
  top: -80px;
  left: 0px;
  font-size: 110px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.quote-section .quote-inner .quote-wrapper .quote-content .quote-image {
  width: 130px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.quote-section .quote-inner .quote-wrapper .quote-content .quote-image img {
  width: 100%;
}
@media (max-width: 550px) {
  .quote-section .quote-inner .quote-wrapper .quote-content .quote-image img {
    display: none;
  }
}

.overview-section-title {
  margin: 0 auto 140px !important;
}

.overview-section {
  padding: 80px 0;
  background-color: #f5f7fa;
}
@media (max-width: 768px) {
  .overview-section {
    padding: 50px 0;
  }
}
.overview-section .overview-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 70px;
}
.overview-section .overview-wrapper .overview-data ul.overview-items-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.overview-section .overview-wrapper .overview-data li .overview-box {
  display: flex;
  gap: 32px;
  width: 295px;
}
.overview-section .overview-wrapper .overview-data li .overview-box .overview-box-image {
  width: 60px;
  height: 60px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.overview-section .overview-wrapper .overview-data li .overview-box .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
  width: 100%;
  cursor: default;
}
.overview-section .overview-wrapper .overview-data li .overview-box .content-wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  color: #21b2bc;
  text-transform: uppercase;
}
.overview-section .overview-wrapper .overview-data li .overview-box .content-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.overview-section .overview-wrapper .overview-content {
  width: 60%;
  position: relative;
}
.overview-section .overview-wrapper .overview-content img {
  max-width: 100%;
}
.overview-section .overview-wrapper .overview-content .overview-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overview-section .overview-wrapper .overview-content .overview-items .item {
  cursor: pointer;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 25% 100%);
  border-radius: 50px;
}
.overview-section .overview-wrapper .overview-content .overview-items .item.one {
  right: 155px;
  top: 55px;
  width: 195px;
  height: 145px;
  transform: rotate(20deg);
}
.overview-section .overview-wrapper .overview-content .overview-items .item.two {
  top: 160px;
  right: 45px;
  width: 165px;
  height: 140px;
  transform: rotate(63deg);
}
.overview-section .overview-wrapper .overview-content .overview-items .item.three {
  width: 160px;
  height: 140px;
  top: 320px;
  right: 25px;
  transform: rotate(100deg);
}
.overview-section .overview-wrapper .overview-content .overview-items .item.four {
  width: 185px;
  height: 145px;
  top: 450px;
  right: 90px;
  transform: rotate(138deg);
}
.overview-section .overview-wrapper .overview-content .overview-items .item.five {
  width: 200px;
  height: 145px;
  top: 512px;
  right: 240px;
  transform: rotate(180deg);
}
.overview-section .overview-wrapper .overview-content .overview-items .item.six {
  width: 200px;
  height: 141px;
  top: 460px;
  left: 88px;
  transform: rotate(220deg);
}
.overview-section .overview-wrapper .overview-content .overview-items .item.seven {
  width: 165px;
  height: 140px;
  top: 325px;
  left: 25px;
  transform: rotate(257deg);
}
.overview-section .overview-wrapper .overview-content .overview-items .item.eight {
  width: 184px;
  height: 140px;
  top: 165px;
  left: 35px;
  transform: rotate(293deg);
}
.overview-section .overview-wrapper .overview-content .overview-items .item.nine {
  width: 200px;
  height: 143px;
  top: 50px;
  left: 148px;
  transform: rotate(338deg);
}
.overview-section .overview-wrapper .overview-content .overview-items .desc {
  position: absolute;
  opacity: 0;
  width: 300px;
  transition: opacity 0.3s ease-in;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc p {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  word-break: break-word;
  margin: 0;
  position: absolute;
  width: calc(100% - 50px);
}
.overview-section .overview-wrapper .overview-content .overview-items .desc:before {
  content: "";
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: block;
  height: 42px;
  width: 100%;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.show {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.one {
  top: 35px;
  right: -40px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.one p {
  top: -20px;
  left: 45px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.one:before {
  background-image: url("/tip1.34a3879c.svg");
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.two {
  top: 170px;
  right: -200px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.two p {
  top: -20px;
  left: 45px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.two:before {
  background-image: url("/tip1.34a3879c.svg");
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.three {
  bottom: 254px;
  right: -224px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.three p {
  top: 0;
  left: 50px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.three:before {
  background-image: url("/tip3.14492623.svg");
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.four {
  bottom: 90px;
  right: -130px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.four p {
  top: 20px;
  left: 55px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.four:before {
  background-image: url("/tip3.14492623.svg");
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.five {
  bottom: 13px;
  right: 68px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.five p {
  top: 0;
  left: 50px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.five:before {
  background-image: url("/tip3.14492623.svg");
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.six {
  bottom: 85px;
  left: -130px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.six p {
  top: 0px;
  left: -30px;
  width: calc(100% - 20px);
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.six:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-image: url("/tip3.14492623.svg");
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.seven {
  top: 395px;
  left: -227px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.seven p {
  top: 0;
  left: 30px;
  width: calc(100% - 65px);
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.seven:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-image: url("/tip3.14492623.svg");
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.eight {
  top: 180px;
  left: -202px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.eight p {
  top: -40px;
  left: 20px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.eight:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-image: url("/tip1.34a3879c.svg");
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.nine {
  top: 30px;
  left: -45px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.nine p {
  top: -38px;
  left: 20px;
}
.overview-section .overview-wrapper .overview-content .overview-items .desc.nine:before {
  bottom: -45px;
  left: 0px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-image: url("/tip1.34a3879c.svg");
}
@media (max-width: 1280px) {
  .overview-section .overview-wrapper .overview-content.large {
    display: none;
  }
}
.overview-section .overview-wrapper .overview-content.small {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.overview-section .overview-wrapper .overview-content.small .overview-image {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.overview-section .overview-wrapper .overview-content.small .overview-image img {
  width: 100%;
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list {
  justify-content: center;
  align-items: center;
  gap: 15px;
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li {
  width: calc(33.33% - 15px);
  height: 200px;
}
@media (max-width: 680px) {
  .overview-section .overview-wrapper .overview-content.small .overview-items-list li {
    width: calc(50% - 15px);
    height: 250px;
  }
}
@media (max-width: 414px) {
  .overview-section .overview-wrapper .overview-content.small .overview-items-list li {
    width: 100%;
    height: 300px;
  }
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px 0.2px rgba(2, 59, 59, 0.22);
  border-radius: 10px;
  flex-direction: column;
  padding: 15px;
  text-align: center;
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image {
  width: 60px;
  height: 60px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image.image1 {
  background-image: url("/w1-practice.95336a08.svg");
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image.image2 {
  background-image: url("/w2-practice-billing.95a21ac4.svg");
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image.image3 {
  background-image: url("/w3-patient-medical-profile.5ba1add5.svg");
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image.image4 {
  background-image: url("/w4-ePrescription.8c1ad31c.svg");
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image.image5 {
  background-image: url("/w5-clinical.e41a95cc.svg");
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image.image6 {
  background-image: url("/w6-patient.2575d865.svg");
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image.image7 {
  background-image: url("/w7-specialty.168ea431.svg");
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image.image8 {
  background-image: url("/w8-tele-medicine.d4ec06f4.svg");
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .image.image9 {
  background-image: url("/w9-consent.351a05dc.svg");
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  width: 100%;
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .content-wrapper h3 {
  font-size: 16px;
  font-weight: 500;
  color: #06aeb8;
}
.overview-section .overview-wrapper .overview-content.small .overview-items-list li .overview-box .content-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1280px) {
  .overview-section .overview-wrapper .overview-content.small {
    display: flex;
  }
}

.hie-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hie-section {
    padding: 50px 0;
  }
}
.hie-section:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -30px;
  width: 189px;
  height: 268px;
  background-image: url("/circle.15af6900.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .hie-section:before {
    display: none;
  }
}
.hie-section:after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: -25px;
  width: 206px;
  height: 47px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/right-coming-object.f5a4cedb.png");
}
@media (max-width: 768px) {
  .hie-section:after {
    display: none;
  }
}
.hie-section .hie-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .hie-section .hie-wrapper {
    flex-direction: column;
  }
}
.hie-section .hie-wrapper .hie-item {
  width: 33.33%;
  text-align: center;
  height: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .hie-section .hie-wrapper .hie-item {
    height: 200px;
    width: 100%;
  }
}
.hie-section .hie-wrapper .hie-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hie-section .hie-wrapper .hie-item a .hie-image {
  width: 200px;
  height: 120px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: 0.5s all;
  filter: grayscale(100%);
}
.hie-section .hie-wrapper .hie-item a .hie-image.hie1 {
  background-image: url("/riayati.4a8ab268.svg");
}
.hie-section .hie-wrapper .hie-item a .hie-image.hie2 {
  background-image: url("/malaffi.5f86e6ae.svg");
}
.hie-section .hie-wrapper .hie-item a .hie-image.hie3 {
  background-image: url("/nabidh.d8cd4569.svg");
}
.hie-section .hie-wrapper .hie-item a:hover .hie-image.hie1, .hie-section .hie-wrapper .hie-item a:hover .hie-image.hie2, .hie-section .hie-wrapper .hie-item a:hover .hie-image.hie3 {
  filter: grayscale(0%);
}
.hie-section .hie-wrapper .hie-item.hie-middle-item {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #31bcc3;
}
@media (max-width: 768px) {
  .hie-section .hie-wrapper .hie-item.hie-middle-item {
    border-width: 1px 0 1px 0;
  }
}

.partner-section {
  padding: 80px 0;
  background-color: #f5f7fa;
}
@media (max-width: 768px) {
  .partner-section {
    padding: 50px 0;
  }
}
.partner-section .partner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .partner-section .partner-wrapper {
    flex-direction: column;
  }
}
.partner-section .partner-wrapper .partner-item {
  width: 33.33%;
  text-align: center;
  height: 120px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.partner-section .partner-wrapper .partner-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 10px;
}
.partner-section .partner-wrapper .partner-item:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .partner-section .partner-wrapper .partner-item {
    height: 200px;
    width: 100%;
    justify-content: center;
  }
  .partner-section .partner-wrapper .partner-item:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    transition: auto;
    margin: 0 auto;
  }
}
.partner-section .partner-wrapper .partner-item a {
  height: 120px;
  align-items: center;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.partner-section .partner-wrapper .partner-item img {
  width: 180px;
  height: 60px;
  object-fit: contain;
}
.partner-section .partner-wrapper .partner-item p {
  color: #000000;
  font-size: 16px;
}
@media (max-width: 768px) {
  .partner-section .partner-wrapper .partner-item.partner-middle-item {
    border-width: 1px 0 1px 0;
  }
}
.partner-section.home-partner {
  background-color: #f5f7fa;
}
.partner-section.home-partner .partner-wrapper .partner-item {
  justify-content: center;
}

.clients-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .clients-section {
    padding: 50px 0;
  }
}
.clients-section:before {
  content: "";
  position: absolute;
  bottom: 32%;
  left: -15px;
  width: 206px;
  height: 47px;
  background-image: url("/left-coming-object.c45fd6cb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .clients-section:before {
    display: none;
  }
}
.clients-section:after {
  content: "";
  position: absolute;
  top: 300px;
  right: -125px;
  transform: rotate(15deg);
  width: 250px;
  height: 158px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/title-balls.f1869551.png");
}
@media (max-width: 768px) {
  .clients-section:after {
    display: none;
  }
}
.clients-section .section-title {
  margin: 0 auto 20px;
}
.clients-section .marquee-wrapper {
  width: 8500px;
}
.clients-section .marquee-wrapper .marquee-content {
  display: flex;
  animation: scrolling 35s linear infinite running;
  align-items: center;
}
.clients-section .marquee-wrapper .marquee-content:hover {
  animation-play-state: paused;
}
.clients-section .marquee-wrapper .marquee-content .marquee-item {
  margin: 5px 24px;
}
.clients-section .marquee-wrapper .marquee-content .marquee-item img {
  max-width: 150px;
  max-height: 60px;
}
.clients-section .subscription-wrapper {
  text-align: center;
  margin-top: 32px;
}
.clients-section .subscription-wrapper .subscription-content {
  margin-bottom: 42px;
}
.clients-section .subscription-wrapper .subscription-content p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 24px;
}
.clients-section .subscription-wrapper .form-field {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .clients-section .subscription-wrapper .form-field {
    max-width: 100%;
  }
}
.clients-section .subscription-wrapper .form-field input[type=text] {
  display: flex;
  height: 50px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #06aeb8;
  outline: none;
  box-shadow: none;
  padding: 0 110px 0 20px;
  width: calc(100% - 200px);
}
@media (max-width: 768px) {
  .clients-section .subscription-wrapper .form-field input[type=text] {
    width: calc(100% - 100px);
    padding: 0px 60px 0 20px;
  }
}
.clients-section .subscription-wrapper .form-field button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
  background-image: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
  transition: all ease 0.5s;
  color: #ffffff;
  font-size: 18px;
  width: 200px;
  position: absolute;
}
@media (max-width: 768px) {
  .clients-section .subscription-wrapper .form-field button {
    width: 150px;
  }
}
.clients-section .subscription-wrapper .form-field button:hover {
  background: transparent;
  color: #11adb3;
  border: 1px solid #11adb3;
}
.clients-section.hie-clients:before {
  display: none;
}
.clients-section.hie-clients:after {
  left: -175px;
  width: 200px;
  height: 200px;
  opacity: 0.3;
  top: -80px;
  right: auto;
  transform: rotate(-15deg);
}
@media (max-width: 768px) {
  .clients-section.hie-clients:after {
    display: none;
  }
}

form.custom-captcha {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-50%);
  }
}
@keyframes scrollltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
#resultContact {
  z-index: 10;
  position: absolute;
  top: 294px;
  color: #e54852;
  text-align: center;
}
#resultContact.contactModal {
  top: 278px;
}

#resultDownload {
  z-index: 10;
  position: absolute;
  top: 294px;
  color: #e54852;
  text-align: center;
}
#resultDownload.contactModal {
  top: 278px;
}

.faq-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 50px 0;
  }
}
.faq-section:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -30px;
  width: 189px;
  height: 268px;
  background-image: url("/circle.15af6900.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .faq-section:before {
    display: none;
  }
}
.faq-section:after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: -25px;
  width: 206px;
  height: 47px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/right-coming-object.f5a4cedb.png");
}
@media (max-width: 768px) {
  .faq-section:after {
    display: none;
  }
}
.faq-section .faq-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  display: flex;
}
@media (max-width: 768px) {
  .faq-section .faq-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.faq-section .faq-wrapper .faq-item {
  flex-basis: 50%;
}
.faq-section .faq-wrapper .faq-item .panel-group {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.faq-section .faq-wrapper .faq-item .panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
  width: 100%;
}
.faq-section .faq-wrapper .faq-item .panel-group .panel-group {
  margin-bottom: 0;
  border-radius: 6px;
  width: 100%;
}
.faq-section .faq-wrapper .faq-item .panel-group .panel-default .panel-heading {
  color: #000000;
  background-color: transparent;
  padding: 0;
}
.faq-section .faq-wrapper .faq-item .panel-group .panel-default .panel-heading .panel-title {
  font-size: 16px;
}
.faq-section .faq-wrapper .faq-item .panel-group .panel-default .panel-heading .panel-title a {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.faq-section .faq-wrapper .faq-item .panel-group .panel-default .panel-heading .panel-title a .iconWrapper {
  width: 20px;
  height: 20px;
  background-color: #f5f7fa;
  border-radius: 50px;
  text-align: center;
}
.faq-section .faq-wrapper .faq-item .panel-group .panel-default .panel-heading .panel-title a .iconWrapper i {
  font-size: 12px;
  color: #717171;
  transition: 0.2s;
}
.faq-section .faq-wrapper .faq-item .panel-group .panel-default .panel-heading .panel-title a[aria-expanded=true] .iconWrapper i {
  transition: 0.2s;
  transform: rotate(180deg);
}
.faq-section .faq-wrapper .faq-item-right {
  flex-basis: 50%;
}

@media (max-width: 600px) {
  .termsfeed-com---nb-simple .cc-nb-buttons-container {
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 15px;
  }
}

.sec-footprints {
  padding-top: 10px;
  overflow: hidden;
}

.sec-footprints-img {
  text-align: center;
  padding: 70px 15px;
}
.sec-footprints-img img {
  max-width: 100%;
}

.sec-keyfeatures {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.sec-keyfeatures .owl-carousel {
  position: relative;
}
.sec-keyfeatures .owl-carousel .owl-stage-outer {
  padding: 20px;
}
.sec-keyfeatures .owl-carousel .owl-stage-outer .owl-item {
  width: auto !important;
  padding: 0 7px !important;
}
.sec-keyfeatures .owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
.sec-keyfeatures .owl-carousel .owl-nav.disabled .owl-prev {
  float: left;
  background: rgba(0, 0, 0, 0.0745098039);
}
@media (min-width: 1024px) {
  .sec-keyfeatures .owl-carousel .owl-nav.disabled .owl-prev {
    margin-left: 50px;
  }
}
.sec-keyfeatures .owl-carousel .owl-nav.disabled .owl-next {
  float: right;
  background: rgba(0, 0, 0, 0.0745098039);
}
.sec-keyfeatures .sec-feature-EXB {
  display: flex;
  width: 300px;
  height: 444px;
  padding: 40px 20px;
  padding-bottom: 35px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.sec-keyfeatures .sec-feature-EXB .feature-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
}
.sec-keyfeatures .sec-feature-EXB .feature-head .sec-keyfeatures-icon {
  width: 128px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-keyfeatures .sec-feature-EXB .sec-keyfeatures-disc {
  display: none;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sec-keyfeatures .sec-feature-EXB .sec-keyfeatures-title {
  height: 90px;
  margin-top: 60px;
  padding: 0 25px;
  transition: all 0.3s;
}
.sec-keyfeatures .sec-feature-EXB .sec-keyfeatures-title h3 {
  color: #274760;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.sec-keyfeatures .sec-feature-EXB.expended {
  justify-content: flex-start;
  width: 397px;
}
.sec-keyfeatures .sec-feature-EXB.expended .feature-head {
  flex-direction: row;
  gap: 15px;
}
.sec-keyfeatures .sec-feature-EXB.expended .feature-head .sec-keyfeatures-icon {
  flex: 73px 0 0;
  height: auto;
  width: 73px;
}
.sec-keyfeatures .sec-feature-EXB.expended .feature-head .sec-keyfeatures-icon img {
  max-width: 100%;
  max-height: 100%;
}
.sec-keyfeatures .sec-feature-EXB.expended .feature-head .sec-keyfeatures-title {
  padding: 0;
  margin: 0;
  height: auto;
}
.sec-keyfeatures .sec-feature-EXB.expended .feature-head .sec-keyfeatures-title h3 {
  text-align: left;
}
.sec-keyfeatures .sec-feature-EXB.expended .sec-keyfeatures-disc {
  display: block;
  padding-left: 90px;
  opacity: 1;
  visibility: visible;
}
.sec-keyfeatures .sec-feature-EXB.expended .sec-keyfeatures-disc p {
  color: #274760;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.2px;
  text-align: left;
}

.se-features-section.sec-features {
  padding: 180px 0 100px 0;
}
.se-features-section.sec-features ul li {
  padding: 18px 10px 18px 36px !important;
  gap: 17px !important;
}

.sec-nobg:after {
  display: none;
}
.sec-nobg:before {
  bottom: 10%;
}
.sec-nobg .subscription-wrapper {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .se-main-banner.sec-banner .banner-image {
    height: 40vh;
  }
}
.se-main-banner.sec-banner .banner-image .primary-button {
  margin-top: 250px !important;
  color: #fff;
}
@media (max-width: 768px) {
  .se-main-banner.sec-banner .banner-image .primary-button {
    margin-top: 110px !important;
  }
}
@media (max-width: 768px) {
  .se-main-banner.sec-banner .banner-image .banner-image-wrapper {
    height: 40vh;
  }
}
@media (max-width: 1630px) {
  .se-main-banner.sec-banner .banner-image .banner-image-wrapper img {
    object-fit: cover;
    object-position: -130px 0;
  }
}
@media (max-width: 1200px) {
  .se-main-banner.sec-banner .banner-image .banner-image-wrapper img {
    object-position: -135px 0;
  }
}
@media (max-width: 768px) {
  .se-main-banner.sec-banner .banner-image .banner-image-wrapper img {
    object-position: -70px 0;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.collap-btn .showless-text {
  display: none;
}
.collap-btn.colleped .showmore-text {
  display: none;
}
.collap-btn.colleped .showless-text {
  display: block;
}

.stellatech_popup.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.stellatech_popup .modal-lg.modal-dialog-centered {
  max-width: 800px;
}
.stellatech_popup.modal .modal-dialog .modal-content:after, .stellatech_popup.modal .modal-dialog .modal-content:before {
  display: none !important;
}
.stellatech_popup .py100 {
  padding: 100px 0;
}
.stellatech_popup .modal_bg {
  background: url(/popup_bg.1a8ec6be.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.stellatech_popup .modal_inner .logo {
  margin-bottom: 50px;
}
.stellatech_popup .modal_inner h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif !important;
  color: #fff;
}
.stellatech_popup .modal_inner p {
  margin-bottom: 35px;
  font-size: 16px !important;
  color: #fff !important;
}
.stellatech_popup .btn-close-white {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  z-index: 9;
}
.stellatech_popup .d-none {
  display: none !important;
}
.stellatech_popup .rainbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
.stellatech_popup .btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 16px;
  border: 1px solid;
  border-radius: 25px;
  font-family: "Inter", sans-serif !important;
}
.stellatech_popup .rst-filled-btn {
  background-color: #0000FE;
  border-color: #0000FE;
  color: #fff;
}
.stellatech_popup .btn-close {
  background: transparent;
  border: none;
}
.stellatech_popup .btn-close img {
  width: 16px;
}
.stellatech_popup .rst-outline-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.stellatech_popup .rst-outline-btn:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) {
  .stellatech_popup .d-md-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .stellatech_popup .py100 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .stellatech_popup .py100 {
    padding: 30px 0;
  }
  .stellatech_popup .modal_inner h2 {
    font-size: 26px;
  }
}

.modal-backdrop {
  opacity: 0.5;
}

/*# sourceMappingURL=/style.d5201be2.css.map */