.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: rgb(109.2222222222, 154.7777777778, 151.7407407407);
}
.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: rgb(234.224137931, 34.775862069, 41.0086206897);
}
.fnc-slider .m--blend- .fnc-slide__mask-inner {
  background-color: rgb(152.6034482759, 14.3965517241, 18.7155172414);
}
.fnc-slider .m--navbg- {
  background-color: rgb(152.6034482759, 14.3965517241, 18.7155172414);
}
.fnc-slider .m--blend- .fnc-slide__inner {
  background-color: rgb(88.6315789474, 173.5368421053, 203.3684210526);
}
.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;
}

.header-section {
  border: none;
}

.se-main-banner {
  margin-top: 100px;
  padding: 50px 0;
  position: relative;
}
.se-main-banner .container {
  width: 100%;
  max-width: 1730px;
  padding: 0;
}
@media (max-width: 1200px) {
  .se-main-banner {
    padding: 0 20px;
  }
}
.se-main-banner:before {
  content: "";
  position: absolute;
  left: -300px;
  bottom: 0;
  width: 523px;
  height: 493px;
  background-image: url("/wave-bg.f0c830c3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 15deg;
}
.se-main-banner:after {
  content: "";
  position: absolute;
  top: 0;
  right: -400px;
  width: 523px;
  height: 493px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wave-bg.f0c830c3.png");
  z-index: -1;
  rotate: 0deg;
}
.se-main-banner .carousel-indicators li {
  border-color: #193549 !important;
}
.se-main-banner .carousel-indicators li.active {
  background-color: #193549;
}
.se-main-banner .banner-image {
  position: relative;
  width: 100%;
  height: 663px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image {
    height: 60vh;
  }
}
.se-main-banner .banner-image .slide-content {
  width: 100%;
  height: 100%;
  text-align: left;
  max-width: 1450px;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .se-main-banner .banner-image .slide-content {
    padding-left: 25px;
  }
}
.se-main-banner .banner-image .slide-content.slide-content-1 {
  overflow: visible;
}
.se-main-banner .banner-image .b-slide-1 .text-wrapper {
  max-width: 520px;
  margin-top: 195px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .b-slide-1 .text-wrapper {
    margin-top: 125px;
  }
}
.se-main-banner .banner-image .b-slide-1 .text-wrapper h2 {
  color: #000000;
  font-family: Poppins;
  font-size: 67px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.26px; /* 148.149% */
  letter-spacing: -0.16px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .b-slide-1 .text-wrapper h2 {
    font-size: 37px;
    line-height: 50px;
  }
}
.se-main-banner .banner-image .b-slide-1 .text-wrapper h3 {
  color: #000000;
  font-size: 58px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .b-slide-1 .text-wrapper h3 {
    font-size: 27px;
    line-height: 40px;
  }
}
.se-main-banner .banner-image .b-slide-1 .text-wrapper .primary-button {
  margin-top: 10px;
  padding: 16px !important;
  line-height: 10px;
}
.se-main-banner .banner-image .b-slide-2 .text-wrapper {
  max-width: 600px;
  margin-top: 195px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .b-slide-2 .text-wrapper {
    margin-top: 125px;
  }
}
.se-main-banner .banner-image .b-slide-2 .text-wrapper span {
  color: #ffffff;
  font-size: 45px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: -0.32px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .b-slide-2 .text-wrapper span {
    font-size: 27px;
    line-height: 30px;
  }
}
.se-main-banner .banner-image .b-slide-2 .text-wrapper h2 {
  color: #ffffff;
  font-size: 67px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.26px; /* 148.149% */
  letter-spacing: -0.16px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .b-slide-2 .text-wrapper h2 {
    font-size: 37px;
    line-height: 50px;
  }
}
.se-main-banner .banner-image .b-slide-2 .text-wrapper h3 {
  color: #ffffff;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .b-slide-2 .text-wrapper h3 {
    font-size: 27px;
    line-height: 40px;
  }
}
.se-main-banner .banner-image .b-slide-2 .text-wrapper .primary-button {
  margin-top: 10px;
  color: #ffffff;
  padding: 16px !important;
  line-height: 10px;
}
.se-main-banner .banner-image .banner-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 36px;
  overflow: hidden;
}
.se-main-banner .banner-image .banner-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (max-width: 1280px) {
  .se-main-banner .banner-image .banner-image-wrapper img {
    object-fit: cover;
  }
}
@media (max-width: 992px) {
  .se-main-banner .banner-image .banner-image-wrapper.slide-image-1 img {
    object-position: -70px center;
  }
}
.se-main-banner .banner-image .carousel-content {
  height: 100%;
  position: relative;
  z-index: 2;
}
.se-main-banner .banner-image .slide-content.slide-content-1 {
  padding-top: 100px !important;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .slide-content.slide-content-1 {
    padding-top: 35px !important;
  }
}
@media (max-width: 414px) {
  .se-main-banner .banner-image .slide-content.slide-content-1 {
    padding-top: 30px !important;
  }
}
.se-main-banner .banner-image .slide-content.slide-content-1 h2 {
  font-size: 50px;
  color: #fff;
  max-width: 640px;
  font-weight: bold;
  border-left: 5px solid #06AEB8;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .slide-content.slide-content-1 h2 {
    font-size: 35px;
  }
}
.se-main-banner .banner-image .slide-content.slide-content-1 h3 {
  font-size: 45px;
  color: #fff;
  max-width: 750px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .slide-content.slide-content-1 h3 {
    font-size: 25px;
  }
}
.se-main-banner .banner-image .slide-content.slide-content-1 .primary-button {
  margin-top: 200px;
  color: #fff;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .se-main-banner .banner-image .slide-content.slide-content-1 .primary-button {
    margin-top: 170px;
  }
}
.se-main-banner .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.se-main-banner .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 #ffffff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: width 0.5s;
}
.se-main-banner .carousel-indicators li.ft-active {
  background-color: #ffffff;
  width: 37px;
}

.se-about-section {
  padding: 155px 0 90px 0;
  position: relative;
}
@media (max-width: 768px) {
  .se-about-section {
    padding: 100px 0;
  }
  .se-about-section img {
    max-width: 100%;
  }
}
.se-about-section:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 216px;
  width: 190px;
  height: 270px;
  background-image: url("/circle.15af6900.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.se-about-section:after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 206px;
  height: 47px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("/right-coming-object.f5a4cedb.png");
}
.se-about-section .container {
  max-width: 1450px;
  width: 100%;
}
.se-about-section .container h2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 148.748%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .se-about-section .container h2 {
    font-size: 28px;
  }
}
.se-about-section .container p {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.06px; /* 150.3% */
  letter-spacing: -0.09px;
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .se-about-section .container img {
    max-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 50px;
  }
}

.se-meta-section {
  padding: 0 0 160px 0;
}
.se-meta-section .container {
  max-width: 1450px;
  width: 100%;
}
.se-meta-section .container h2 {
  color: #000000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
}
.se-meta-section .container .se-meta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px;
  border-radius: 36px;
  text-align: center;
  margin-top: 75px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .se-meta-section .container .se-meta {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}
.se-meta-section .container .se-meta:after {
  background: linear-gradient(90deg, #DEF9EE 0%, #E3EAFB 22%, #F6E2EE 46.5%, #FAE9E5 75%, #F8FBE8 100%);
  filter: blur(26.25px);
  content: "";
  position: absolute;
  inset: 0px;
  transform: translate3d(0px, 0px, -1px);
  pointer-events: none;
  z-index: -1;
}
.se-meta-section .container .se-meta .se-meta-label {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #A1A1AA;
  margin-bottom: 14px;
}
.se-meta-section .container .se-meta .se-meta-number {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
  background: linear-gradient(98deg, #06AEB8 0%, #193549 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.se-meta-section .container .se-meta > div {
  width: 250px;
}
.se-meta-section .container .se-meta-btn {
  text-align: center;
  margin-top: 98px;
}

.why-se-section {
  background: #ffffff url("/gradient -bg.d4e38b3a.png") no-repeat top center;
  position: relative;
  padding: 50px 0;
  overflow: visible;
  height: 449px;
  background-size: cover;
  margin-bottom: 77px;
}
.why-se-section .container {
  width: 100%;
  max-width: 1592px;
  padding: 0;
  overflow: visible;
}
.why-se-section .container h2 {
  color: #193549;
  text-align: center;
  font-size: 41px;
  font-weight: 600;
  line-height: 45.1px;
  margin-bottom: 50px;
}
.why-se-section .container h5 {
  color: #193549;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.57px;
}
.why-se-section .container .all-services-list .main-heading {
  text-align: center;
}
.why-se-section .container .all-services-list .common-parah {
  text-align: center;
  margin: 30px auto 0;
  max-width: 950px;
}
.why-se-section .container .service-acco-slider {
  position: relative;
  margin-bottom: 40px;
}
.why-se-section .container .acco-slider {
  width: 70%;
  display: flex;
  column-gap: 15px;
  border-radius: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 42px 0px;
  box-sizing: content-box;
  margin: auto;
}
.why-se-section .container .acco-slider::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fafafa;
  display: none;
}
.why-se-section .container .acco-slider::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 10px;
  background-image: linear-gradient(100deg, #0eada4 0%, #5ee7df 100%);
}
@media (max-width: 768px) {
  .why-se-section .container .acco-slider {
    width: 85%;
  }
}
.why-se-section .container .expand-wrapper {
  position: relative;
  flex: 200px 0 0;
}
.why-se-section .container .expand-wrapper .close-expanded {
  border-color: #06AEB8;
}
.why-se-section .container .expand-wrapper .close-expanded i {
  color: #06AEB8;
}
.why-se-section .container .acco-slide-closed {
  min-width: 186px;
  height: 348px;
  flex: 1 1;
  transition-property: flex-grow, min-width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  margin: 0;
  color: transparent;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
.why-se-section .container .acco-slide-closed .gradient-border {
  height: 100%;
  border: 0;
  background: #ffffff;
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
.why-se-section .container .acco-slide-closed .gradient-border .gradient-border-inner {
  height: 100%;
  align-items: center;
  justify-content: start;
}
.why-se-section .container .acco-slide-closed .gradient-border .gradient-border-inner .closed-slide-icon {
  object-fit: contain;
  margin-top: 90px;
  transition: all 0.2s;
}
.why-se-section .container .acco-slide-closed .gradient-border .gradient-border-inner .closed-slide-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.39px;
  text-align: center;
  color: #274760;
  line-height: 25px;
  position: absolute;
  bottom: 24px;
  padding: 0 5px;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: none;
  position: relative;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg:after {
  background: linear-gradient(90deg, #DEF9EE 0%, #E3EAFB 22%, #F6E2EE 46.5%, #FAE9E5 75%, #F8FBE8 100%);
  filter: blur(26.25px);
  content: "";
  position: absolute;
  inset: 0px;
  transform: translate3d(0px, 0px, -1px);
  pointer-events: none;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section {
  padding: 34px 24px;
  z-index: 10;
  height: 100%;
  background: #ffffff;
  border-radius: 36px;
  position: relative;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .title-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .title-row .service-title-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-right: 24px;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .title-row .service-main-heading {
  color: #274760;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 992px) {
  .why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .title-row .service-main-heading {
    font-size: 32px;
  }
}
@media (max-width: 414px) {
  .why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .title-row .service-main-heading {
    font-size: 28px;
  }
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .common-parah {
  width: 320px;
  text-align: left;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .slide-down-btn {
  background: transparent;
  color: #343741;
  border: 1px solid #343741;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  margin-left: 34px;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .slide-down-btn span {
  display: block;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .slide-down-btn.slide-up span {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}
.why-se-section .container .acco-slide-closed .expanded-gradient-bg .content-section .slide-down-btn.slide-down span {
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}
.why-se-section .container .acco-slide-closed:hover .gradient-border .gradient-border-inner .closed-slide-icon {
  transform: scale(1.3);
}
.why-se-section .container .acco-slide-closed.slide--expanded {
  flex: 100 1;
  min-width: 280px;
  cursor: default;
}
.why-se-section .container .acco-slide-closed.slide--expanded .gradient-border {
  display: none;
}
.why-se-section .container .acco-slide-closed.slide--expanded .expanded-gradient-bg {
  display: block;
}
.why-se-section .container .scroll-btn {
  width: 5%;
  position: absolute;
  top: 40px;
  bottom: 40px;
  border: 0;
  opacity: 0;
  z-index: 99;
}
@media (max-width: 1280px) {
  .why-se-section .container .scroll-btn {
    opacity: 1;
  }
}
.why-se-section .container .scroll-btn .fa-solid {
  color: #FFF;
  font-size: 40px;
}
.why-se-section .container .scroll-btn:hover {
  opacity: 1;
}
.why-se-section .container .scroll-btn.hide {
  display: none;
}
.why-se-section .container .scroll-left-btn {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.why-se-section .container .scroll-right-btn {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
@media (min-width: 1280px) {
  .why-se-section .container .scroll-right-btn {
    display: none;
  }
}
.why-se-section .container .btn-wrapper .primary-button {
  margin: 0 auto;
  display: block;
}
.why-se-section .container .acco-slide-closed + .close-expanded {
  display: none;
}
.why-se-section .container .slide--expanded + .close-expanded {
  display: flex;
}

.se-features-section {
  padding: 100px 0;
}
.se-features-section .container {
  width: 100%;
  max-width: 1490px;
  padding: 0;
}
.se-features-section .container h2 {
  color: #193549;
  text-align: center;
  font-size: 41px;
  font-weight: 600;
  line-height: 45.1px;
  margin-bottom: 24px;
  text-align: center;
  margin-bottom: 85px;
  padding: 0 15px;
}
.se-features-section .container .se-features-list {
  padding: 0 15px;
}
.se-features-section .container .se-features-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 80px;
  row-gap: 60px;
}
@media (max-width: 768px) {
  .se-features-section .container .se-features-list ul {
    row-gap: 30px;
  }
}
.se-features-section .container .se-features-list ul li {
  width: 433px;
  height: 100px;
  border-radius: 15px;
  border: 1px solid var(--Primary, #06AEB8);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 28px;
  padding: 20px 38px;
  position: relative;
  transition: all 0.3s;
}
.se-features-section .container .se-features-list ul li:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background: linear-gradient(90deg, #DEF9EE 0%, #E3EAFB 22%, #F6E2EE 46.5%, #FAE9E5 75%, #F8FBE8 100%);
  filter: blur(26.25px);
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .se-features-section .container .se-features-list ul li {
    width: 43%;
  }
}
@media (max-width: 680px) {
  .se-features-section .container .se-features-list ul li {
    width: 460px;
    max-width: 100%;
  }
}
.se-features-section .container .se-features-list ul li img {
  transition: all 0.3s;
}
.se-features-section .container .se-features-list ul li:hover img {
  transform: scale(1.1);
}
.se-features-section .container .se-features-list ul li .sef-icon-box {
  width: 60px;
  height: 65px;
}
.se-features-section .container .se-features-list ul li .sef-text {
  color: #274760;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 125% */
  letter-spacing: -0.2px;
}

.zoomEffect {
  transition: all 0.3s;
}
.zoomEffect:hover {
  transform: scale(1.1);
}

.specialty-section {
  background: #F8FDFD;
  padding: 75px 0 75px 0;
  position: relative;
}
.specialty-section:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 30px;
  width: 190px;
  height: 270px;
  background-image: url("/circle.15af6900.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 240deg;
  z-index: 1;
}
.specialty-section:before {
  content: "";
  position: absolute;
  bottom: 200px;
  left: -30px;
  width: 206px;
  height: 47px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/right-coming-object.f5a4cedb.png");
  rotate: 180deg;
}
@media (max-width: 768px) {
  .specialty-section {
    padding: 50px 0 50px 0;
  }
}
.specialty-section .container {
  width: 100%;
  max-width: 1557px;
}
.specialty-section h2 {
  color: #193549;
  text-align: center;
  font-size: 41px;
  font-weight: 600;
  line-height: 45.1px;
  margin-bottom: 24px;
  text-align: center;
  margin-bottom: 85px;
}
.specialty-section .multipletab {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.specialty-section .multipletab .scroller-btn {
  position: absolute;
  top: 15px;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .specialty-section .multipletab .scroller-btn {
    top: -30px;
  }
}
.specialty-section .multipletab .scroller-btn.left {
  left: -40px;
  rotate: 180deg;
}
@media (max-width: 1280px) {
  .specialty-section .multipletab .scroller-btn.left {
    left: 0;
  }
}
.specialty-section .multipletab .scroller-btn.right {
  right: -30px;
}
@media (max-width: 1280px) {
  .specialty-section .multipletab .scroller-btn.right {
    right: 0;
  }
}
.specialty-section .tab-buttons {
  display: flex;
  width: 100%;
  column-gap: 56px;
  align-items: center;
  padding: 0 0 40px 0;
  border-bottom: 1px solid rgba(113, 113, 113, 0.5);
  overflow: auto;
}
.specialty-section .tab-buttons::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fafafa;
  display: none;
}
.specialty-section .tab-buttons::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 5px;
  background-image: linear-gradient(100deg, #0eada4 0%, #5ee7df 100%);
}
.specialty-section .tab-buttons > span {
  cursor: pointer;
  color: #193549;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px !important;
}
.specialty-section .tab-buttons > span.ft-active {
  color: #06aeb8;
  text-decoration: underline;
}
.specialty-section .tab-content {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}
.specialty-section .tab-content .st-silde-item {
  height: 500px;
}
@media (max-width: 768px) {
  .specialty-section .tab-content .st-silde-item {
    height: auto;
  }
}
.specialty-section .tab-content .st-silde-item img {
  max-width: 100%;
}
.specialty-section .tab-content .st-silde-item h3 {
  color: #06AEB8;
  font-size: 29px;
  font-weight: 500;
  line-height: 45.1px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.specialty-section .tab-content .st-silde-item p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30.06px;
  letter-spacing: -0.09px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.specialty-section .tab-content .st-silde-item p strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.specialty-section .tab-content > div {
  position: absolute;
  background: #F8FDFD;
}
.specialty-section .tab-nav {
  position: absolute;
  top: 20px;
  right: -15px;
}
.specialty-section .multipletab:hover .tab-nav {
  opacity: 1;
}
.specialty-section .tab-nav > span {
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
}
.specialty-section .tab-nav > span.next {
  display: none;
}
.specialty-section .tab-nav > span.prev {
  left: 10px;
  width: 24px;
  height: 24px;
  background: url(/tabler_arrow-up.0e323105.png) no-repeat center center;
}

.se-cilents-logos {
  padding: 140px 0;
  background: #F8FDFD;
}
@media (max-width: 768px) {
  .se-cilents-logos {
    padding: 50px 0;
  }
}
.se-cilents-logos .container {
  max-width: 1455px;
  width: 100%;
}
.se-cilents-logos .container h2 {
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 45.1px; /* 93.958% */
  margin-bottom: 67px;
}
.se-cilents-logos .container p {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.57px;
  margin-bottom: 25px;
}
.se-cilents-logos .container .marquee-wrapper {
  overflow: hidden;
  width: 3000px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.se-cilents-logos .container .marquee-wrapper .marquee-content {
  display: flex;
  animation: scrolling 20s linear infinite running;
  align-items: center;
}
.se-cilents-logos .container .marquee-wrapper .marquee-content:hover {
  animation-play-state: paused;
}
.se-cilents-logos .container .marquee-wrapper .marquee-content-ltr {
  display: flex;
  animation: scrollltr 20s linear infinite running;
  align-items: center;
}
.se-cilents-logos .container .marquee-wrapper .marquee-content-ltr:hover {
  animation-play-state: paused;
}
.se-cilents-logos .container .marquee-wrapper .marquee-item {
  margin: 5px 24px;
  width: 180px;
  height: 75px;
  flex: 0 0 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.se-cilents-logos .container .marquee-wrapper .marquee-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
}

.se-testimonial-section {
  padding: 90px 0;
}
.se-testimonial-section .container {
  width: 100%;
  max-width: 1455px;
}
.se-testimonial-section .container .owl-carousel .owl-nav .owl-next {
  opacity: 0.5;
}
.se-testimonial-section .container .owl-carousel .owl-nav .owl-next:before {
  content: "";
  background: url(/slider-arrow.482ab86a.svg);
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
}
.se-testimonial-section .container .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.se-testimonial-section .container .owl-carousel .owl-nav .owl-prev {
  opacity: 0.5;
  rotate: 180deg;
}
.se-testimonial-section .container .owl-carousel .owl-nav .owl-prev:before {
  content: "";
  background: url(/slider-arrow.482ab86a.svg);
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
}
.se-testimonial-section .container .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
.se-testimonial-section .se-testimonial-header {
  padding: 80px 0;
  position: relative;
}
.se-testimonial-section .se-testimonial-header:before {
  content: "";
  width: 143px;
  height: 121px;
  background: url(/quote.3014dce2.svg) no-repeat;
  position: absolute;
  left: -50px;
  top: 10px;
  display: block;
}
.se-testimonial-section .se-testimonial-header h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
}
.se-testimonial-section .owl-carousel {
  width: 2000px;
}
@media (max-width: 1024px) {
  .se-testimonial-section .owl-carousel {
    width: 100%;
  }
}
.se-testimonial-section .owl-carousel .se-testimonial {
  width: 555px;
}
@media (max-width: 550px) {
  .se-testimonial-section .owl-carousel .se-testimonial {
    width: 100%;
  }
}
.se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-box {
  background: #fff;
  border-radius: 36px;
  position: relative;
  height: 440px;
  padding: 36px 36px 90px 36px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin-bottom: 75px;
}
@media (max-width: 550px) {
  .se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-box {
    height: auto;
  }
}
.se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background: linear-gradient(90deg, #DEF9EE 0%, #E3EAFB 22%, #F6E2EE 46.5%, #FAE9E5 75%, #F8FBE8 100%);
  filter: blur(26.25px);
  left: 0;
  top: 0;
  z-index: -1;
}
.se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-box .se-testimonial-logo {
  width: 115px;
  right: 80px;
  bottom: 30px;
}
.se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-box .se-testimonial-text {
  height: 325px;
  overflow: hidden;
}
.se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-profile {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin-top: 90px;
  position: absolute;
  bottom: 20px;
  width: 90%;
}
.se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-profile .se-testimonial-avatar {
  width: 119px;
  height: 119px;
  border-radius: 50%;
  overflow: hidden;
}
.se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-profile .se-testimonial-desc {
  text-align: left;
}
.se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-profile .se-testimonial-desc h4 {
  color: #023047;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.se-testimonial-section .owl-carousel .se-testimonial .se-testimonial-profile .se-testimonial-desc p {
  color: #8F8F8F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.se-testimonial-section .owl-carousel .owl-nav.disabled {
  display: block !important;
  position: absolute;
  top: -175px;
  left: 1150px;
}

.se-services-banner {
  padding: 84px 0;
  background: rgba(243, 253, 253, 0.5);
}
.se-services-banner .carousel-cell {
  width: 1455px;
  max-width: 70%;
  margin: 0 100px;
  height: 516px;
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 3px;
}
@media (max-width: 1400px) {
  .se-services-banner .carousel-cell {
    width: 100%;
    max-width: 90%;
    margin: 0 15px;
  }
}
.se-services-banner .carousel-cell:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #DEF9EE 0%, #E3EAFB 22%, #F6E2EE 46.5%, #FAE9E5 75%, #F8FBE8 100%);
}
.se-services-banner .carousel-cell .banner-image .banner-image-wrapper {
  height: calc(100% - 6px);
  position: absolute;
  overflow: hidden !important;
  border-radius: 36px;
  width: calc(100% - 6px);
}
@media (max-width: 1280px) {
  .se-services-banner .carousel-cell .banner-image .banner-image-wrapper {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    overflow: hidden;
    height: calc(100% - 10px);
    border-radius: 36px;
    background-color: #fff;
  }
  .se-services-banner .carousel-cell .banner-image .banner-image-wrapper img {
    max-width: unset;
    object-fit: cover;
  }
}
.se-services-banner .carousel-cell .banner-image .carousel-content {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  padding-left: 140px;
  width: 615px;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .se-services-banner .carousel-cell .banner-image .carousel-content {
    position: relative;
    max-width: 80%;
    padding-left: 30px;
  }
}
.se-services-banner .carousel-cell .banner-image .carousel-content .text-wrapper {
  margin-top: 94px;
  padding-bottom: 20px;
}
.se-services-banner .carousel-cell .banner-image .carousel-content .text-wrapper h2 {
  color: #000000;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  line-height: 66px;
}
.se-services-banner .carousel-cell .banner-image .carousel-content .text-wrapper .detail-text-wrapper {
  height: 185px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.se-services-banner .carousel-cell .banner-image .carousel-content .text-wrapper .detail-text-wrapper p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30.06px;
  letter-spacing: -0.09px;
  vertical-align: text-bottom;
}
.se-services-banner .flickity-button, .se-services-banner .flickity-page-dots {
  display: none;
}

.se-partners-section {
  padding: 175px 0 155px 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .se-partners-section {
    padding: 50px 0;
  }
}
.se-partners-section .container {
  width: 100%;
  max-width: 1455px;
}
.se-partners-section h2 {
  color: #000000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  margin-bottom: 75px;
}
.se-partners-section .se-partners-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.se-partners-section .se-partners-row img {
  max-width: 150px;
  max-height: 80px;
}
@media (max-width: 768px) {
  .se-partners-section .se-partners-row {
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .se-partners-section .se-partners-row {
    flex-direction: column;
    gap: 30px;
  }
}
.se-partners-section .se-partner-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.se-partners-section .se-partner-logo .se-partner-logoimg {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .se-partners-section .se-partner-logo {
    width: 200px;
    height: auto;
  }
  .se-partners-section .se-partner-logo img {
    max-width: 100%;
  }
}
.se-partners-section .se-partner-logo span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .se-partners-section .se-partner-logo span {
    font-size: 14px;
  }
}
.se-partners-section .divider {
  width: 1px;
  height: 135px;
  background: #000000;
}
@media (max-width: 550px) {
  .se-partners-section .divider {
    width: 114px;
    height: 1px;
  }
}

.about-equinox-section {
  padding: 45px 0;
  background: rgba(243, 253, 253, 0.5);
}
.about-equinox-section .container h2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 66px;
  margin-bottom: 30px;
}
.about-equinox-section .container p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30.06px; /* 150.3% */
  letter-spacing: -0.09px;
  margin-bottom: 50px;
}
.about-equinox-section .about-equinox-btns {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 600px) {
  .about-equinox-section .about-equinox-btns {
    flex-direction: column;
    align-items: center;
  }
}

.se-learn-more-btn {
  display: inline-flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #193549;
  color: #193549;
  transition: all 0.3s;
}
.se-learn-more-btn:hover {
  background: linear-gradient(269deg, #06AEB8 1.02%, #193549 101.57%);
  color: #fff;
  border-color: transparent;
}

.se-hie-section {
  padding: 125px 0;
}
.se-hie-section .container h2 {
  color: #000;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  margin-bottom: 45px;
}
.se-hie-section .container p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30.06px;
  letter-spacing: -0.09px;
  margin-bottom: 25px;
}
.se-hie-section .container h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30.06px;
  letter-spacing: -0.09px;
  margin-bottom: 35px;
}
.se-hie-section .container .se-partners-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 70px auto;
  max-width: 790px;
}
@media (max-width: 550px) {
  .se-hie-section .container .se-partners-row {
    flex-direction: column;
    gap: 30px;
  }
}
.se-hie-section .container .se-partners-row .se-partner-logo {
  width: 200px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.se-hie-section .container .se-partners-row .se-partner-logo a {
  display: block;
  width: 200px;
  text-align: center;
}
.se-hie-section .container .se-partners-row .se-partner-logo a img {
  max-height: 85px;
}
.se-hie-section .container .se-partners-row .divider {
  width: 1px;
  height: 70px;
  background: #000000;
}
@media (max-width: 550px) {
  .se-hie-section .container .se-partners-row .divider {
    width: 114px;
    height: 1px;
  }
}
.se-hie-section .container .se-hie-section-btns {
  margin-top: 70px;
  text-align: center;
}

.se-equity {
  padding: 35px 0 20px 0;
  background: rgba(243, 253, 253, 0.5);
}
.se-equity h2 {
  color: #000;
  text-align: left;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  margin-bottom: 20px;
}
.se-equity p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.06px; /* 150.3% */
  letter-spacing: -0.09px;
  margin-bottom: 20px;
}
.se-equity img {
  max-width: 100%;
}
.se-equity .se-about-img-box {
  position: relative;
  height: 500px;
  background: url(/wave-circle.cd49fd79.png) no-repeat right bottom;
}
@media (max-width: 1024px) {
  .se-equity .se-about-img-box {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .se-equity .se-about-img-box {
    height: auto;
    margin-top: 50px;
  }
}
.se-equity .se-about-img-box .about-img-box-1 {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 9;
  width: 475px;
  height: 411px;
  overflow: hidden;
  border-radius: 36px;
}
@media (max-width: 600px) {
  .se-equity .se-about-img-box .about-img-box-1 {
    position: static;
    width: 100%;
    height: auto;
  }
}
.se-equity .se-about-img-box .about-img-box-2 {
  position: absolute;
  top: 190px;
  right: 325px;
  z-index: 10;
  width: 324px;
  height: 298px;
  overflow: hidden;
  border-radius: 36px;
}
@media (max-width: 600px) {
  .se-equity .se-about-img-box .about-img-box-2 {
    position: relative;
    right: auto;
    top: -50px;
    width: 80%;
    height: auto;
    margin: auto;
  }
}
.se-equity.pb-60 {
  padding-bottom: 90px;
}

.text-left {
  text-align: left !important;
}

.flip-card {
  background-color: transparent;
  height: 348px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.39px;
  text-align: center;
  color: #274760;
  line-height: 25px;
  padding: 0 5px;
  border-radius: 10px;
  background: linear-gradient(100deg, #11adb3 0%, #5ee7df 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.flip-card-front .flip-card-title {
  margin-bottom: 20px;
  color: #fff;
}
.flip-card-front .flip-card-icon {
  margin-top: 100px;
  max-width: 90px;
  max-height: 90px;
}

.flip-card-back {
  border-radius: 10px;
  background: #fff;
  transform: rotateY(180deg);
  padding: 15px;
  position: relative;
}
.flip-card-back .service-title-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
}
.flip-card-back p.common-parah {
  margin-top: 80px;
  font-size: 15px;
}

.b-slide-2 .mt-520 {
  margin-top: 520px !important;
}

.se-text-toggel {
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
}
.se-text-toggel.show {
  max-height: 2000px;
}

.collap-btn {
  cursor: pointer;
}

.slide-content-1 h2 {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .slide-content-1 h2 {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .slide-content-1 h2 {
    font-size: 25px !important;
  }
}

.Banner-Equinox-logos {
  position: relative;
  width: 678px;
  height: 125px;
  margin: 25px 0;
  max-width: 90%;
}
@media (max-width: 768px) {
  .Banner-Equinox-logos {
    margin: 10px 0;
    height: 100px;
  }
}
@media (max-width: 550px) {
  .Banner-Equinox-logos {
    height: 75px;
  }
}
.Banner-Equinox-logos img {
  position: absolute;
  right: 0;
  left: auto;
  max-width: 100%;
  bottom: 0;
  top: 0;
  margin: auto;
}
.Banner-Equinox-logos:before {
  content: "";
  display: block;
  width: 1500px;
  height: 124px;
  position: absolute;
  background: #fff;
  right: 0;
  border-radius: 70px;
  box-shadow: 4px 4px 0 0 #21b2bc;
}
@media (max-width: 768px) {
  .Banner-Equinox-logos:before {
    height: 100px;
  }
}
@media (max-width: 550px) {
  .Banner-Equinox-logos:before {
    height: 75px;
  }
}

/*# sourceMappingURL=/equinox-home.2287fb41.css.map */