@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("../fonts/spartan-mb/stylesheet.css");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animate.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("../plugins/lums-icon/style.css");

body {
  font-family: Outfit !important;
  font-size: 16px;
  line-height: 34px;
  color: #8b8c9c;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.thm-black-bg {
  background-color: #252758;
}

.thm-base-bg {
  background-color: #a461e5;
}

.thm-gray-bg {
  background-color: #f2f3f9;
}

.light-text-color {
  color: #fff;
}

.black-text-color {
  color: #333333;
}

.icon-revresed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.block-title {
  margin-bottom: 50px;
}

.block-title-services {
  margin-top: 50px;
  margin-bottom: 60px;
}

.block-title__title {
  margin: 0;
  margin-top: -10px;
  font-size: 27px;
  font-family: "Outfit", sans-serif;
}

.services-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
  align-items: stretch;
}

.services-row .col-lg-4 {
  display: flex;
}

.thm-btn {
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  color: #7a3eff;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 30.5px;
  padding: 8px 40px;
  transition: all 0.4s ease;
}

.thm-btn:hover {
  background: linear-gradient(90deg, #7a3eff 0%, #621ff2 50%, #8c57fd 100%);
  color: #fff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: #a461e5;
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #252758;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: #a461e5;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader__icon {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #a461e5;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #252758;
}

.scroll-to-top:hover i {
  color: #fff;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: none;
  text-align: right;
  padding-right: 180px;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box>li {
  position: relative;
  padding: 32.5px 0;
  display: inline-block;
  vertical-align: middle;
}

.header-navigation ul.navigation-box>li+li {
  margin-left: 40px;
}

.header-navigation ul.navigation-box>li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
  font-size: 13px;
  color: #ffffff;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
  color: #c1c1c1;
}

.header-navigation ul.navigation-box>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #252758;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
  color: #252758;
  background: #c1c1c1;
}

.header-navigation ul.navigation-box>li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #252758;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
  color: #252758;
  background: #c1c1c1;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
  display: none;
}

.header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #7a3eff;
}

.header-one__btn {
  background-color: #fff;
  color: #252758;
  padding: 3.5px 29.5px;
  border-radius: 20.5px;
  font-size: 12px;
  font-weight: 600;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #7a3eff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.stricked-menu ul.navigation-box>li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.banner-one {
  background: transparent url(../img/bg.png) top right no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 220px;
  padding-bottom: 420px;
  z-index: 11;
}

.banner-one_description {
  font-size: 16px;
  color: #ffffff90;
  font-weight: 500;
}

.banner-one_cta {
  display: flex;
  gap: 25px;
  margin-top: 30px;
}

.banner-one__globe {
  position: absolute;
  top: 15%;
  left: 15%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: globeRotate;
  animation-name: globeRotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner-one__rocket {
  position: absolute;
  bottom: 40%;
  left: 40%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rocketMove;
  animation-name: rocketMove;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.banner-one__moc {
  position: absolute;
  top: 140px;
  right: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shapeRotate;
  animation-name: shapeRotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.banner-one__tag-line {
  margin: 0;
  display: inline-block;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 10px;
  text-transform: uppercase;
  overflow: hidden;
  color: #ffffff;
  line-height: 32px;
  padding-left: 20px;
}

.banner-one__tag-line a {
  display: inline-block;
  background-color: #c1c1c1;
  color: #252758;
  line-height: 32px;
  padding: 0 20px;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-one__tag-line a:hover {
  background-color: #252758;
  color: #fff;
}

.banner-one__title {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 57px;
  line-height: 75px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

[class*="banner-one__shape-"] {
  position: absolute;
  width: 110px;
  height: 20px;
  background-color: #000000;
  opacity: 0.08;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: reactangleRotate;
  animation-name: reactangleRotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.banner-one__shape-1 {
  background-color: #fff;
}

.banner-one__shape-6,
.banner-one__shape-2 {
  background-color: #fff;
  width: 88px;
}

.banner-one__shape-5,
.banner-one__shape-3 {
  width: 44px;
  height: 10px;
}

.banner-one__shape-5 {
  background-color: #fff;
}

.banner-one__shape-1 {
  top: 25%;
  left: 5%;
}

.banner-one__shape-2 {
  top: 15%;
  left: 40%;
}

.banner-one__shape-3 {
  left: 20%;
  bottom: 40%;
}

.banner-one__shape-4 {
  left: 50%;
  top: 45%;
}

.banner-one__shape-5 {
  top: 10%;
  right: 30%;
}

.banner-one__shape-6 {
  top: 60%;
  right: 10%;
}

@-webkit-keyframes reactangleRotate {

  8%,
  100% {
    -webkit-transform: perspective(110px) rotateX(0deg) scale(1, 1) rotateZ(0) translatez(0);
    transform: perspective(110px) rotateX(0deg) scale(1, 1) rotateZ(0) translatez(0);
  }

  30%,
  80% {
    -webkit-transform: perspective(110px) rotateX(180deg) scale(1, 1.05) rotateZ(180deg) translatez(5px);
    transform: perspective(110px) rotateX(180deg) scale(1, 1.05) rotateZ(180deg) translatez(5px);
  }

  60% {
    -webkit-transform: perspective(110px) rotateX(360deg) scale(1, 1.05) rotateZ(360deg) translatez(10px);
    transform: perspective(110px) rotateX(360deg) scale(1, 1.05) rotateZ(360deg) translatez(10px);
  }
}

@keyframes reactangleRotate {

  8%,
  100% {
    -webkit-transform: perspective(110px) rotateX(0deg) scale(1, 1) rotateZ(0) translatez(0);
    transform: perspective(110px) rotateX(0deg) scale(1, 1) rotateZ(0) translatez(0);
  }

  30%,
  80% {
    -webkit-transform: perspective(110px) rotateX(180deg) scale(1, 1.05) rotateZ(180deg) translatez(5px);
    transform: perspective(110px) rotateX(180deg) scale(1, 1.05) rotateZ(180deg) translatez(5px);
  }

  60% {
    -webkit-transform: perspective(110px) rotateX(360deg) scale(1, 1.05) rotateZ(360deg) translatez(10px);
    transform: perspective(110px) rotateX(360deg) scale(1, 1.05) rotateZ(360deg) translatez(10px);
  }
}

@-webkit-keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg);
    transform: perspective(200px) rotateX(0deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateX(360deg);
    transform: perspective(200px) rotateX(360deg);
  }
}

@keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg);
    transform: perspective(200px) rotateX(0deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateX(360deg);
    transform: perspective(200px) rotateX(360deg);
  }
}

@-webkit-keyframes rocketMove {
  8% {
    -webkit-transform: perspective(600px) translateY(0) translateX(0) rotate(0);
    transform: perspective(600px) translateY(0) translateX(0) rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(600px) translateY(-400px) translateX(-300px) rotate(0);
    transform: perspective(600px) translateY(-400px) translateX(-300px) rotate(0);
    opacity: 0;
  }
}

@keyframes rocketMove {
  8% {
    -webkit-transform: perspective(600px) translateY(0) translateX(0) rotate(0);
    transform: perspective(600px) translateY(0) translateX(0) rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(600px) translateY(-400px) translateX(-300px) rotate(0);
    transform: perspective(600px) translateY(-400px) translateX(-300px) rotate(0);
    opacity: 0;
  }
}

.blog-one {
  padding-top: 120px;
  padding-bottom: 60px;
}

.blog-one .row.high-gutters {
  margin-left: -45px;
  margin-right: -45px;
  display: flex;
  justify-content: center;
}

.blog-one .row.high-gutters>[class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

.blog-one__single {
  margin-bottom: 60px;
}

.blog-one__single:hover .blog-one__image>img {
  -webkit-clip-path: polygon(0 54%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 54%, 100% 100%, 100% 100%, 0% 100%);
}

.blog-one__single:hover .blog-one__link {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-one__image-outer {
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
}

.blog-one__image {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#5128c4),
      color-stop(50%, #7541d1),
      to(#b16aeb));
  background-image: linear-gradient(90deg,
      #5128c4 0%,
      #7541d1 50%,
      #b16aeb 100%);
}

.blog-one__image>img {
  width: 100%;
  border-radius: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.4s ease;
  transition: -webkit-clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}

.blog-one__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-size: 16px;
  color: #fff;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__link:before {
  content: "\f178";
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 1em;
  margin-right: 10px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%) translateX(-20px) scale(1, 0);
  transform: translateY(-50%) translateX(-20px) scale(1, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.blog-one__link:hover {
  color: #fff;
}

.blog-one__link:hover:before {
  -webkit-transform: translateY(-50%) translateX(0px) scale(1, 1);
  transform: translateY(-50%) translateX(0px) scale(1, 1);
}

.blog-one__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-one__meta-sep,
.blog-one__meta-link {
  font-size: 14px;
  color: #a461e5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__meta-sep {
  margin-left: 10px;
  margin-right: 10px;
}

.blog-one__meta-link:hover {
  color: #252758;
}

.blog-one__title {
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #252758;
  text-align: center;
}

.blog-one__title a {
  font-size: 18px;
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__title a:hover {
  color: #a461e5;
}

.blog-one__blog-page {
  padding-bottom: 120px;
}

.blog-post-pagination {
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f3f9;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #868994;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}

.blog-post-pagination a.prev,
.blog-post-pagination a.next {
  background: #252758;
  color: #fff;
  font-size: 14px;
}

.blog-post-pagination a.active {
  cursor: auto;
}

.blog-post-pagination a.active,
.blog-post-pagination a:hover {
  background: #a461e5;
  color: #fff;
}

.blog-post-pagination a+a {
  margin-left: 10px;
}

.blog-details {
  padding: 120px 0;
}

.blog-details__image {
  position: relative;
  border-radius: 15px;
  margin-bottom: 25px;
  overflow: hidden;
}

.blog-details__image>img {
  width: 100%;
}

.blog-details .blog-one__title {
  margin-bottom: 30px;
}

.blog-details__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #8b8c9c;
}

.blog-details__text+.blog-details__text {
  margin-top: 35px;
}

.blog-details__content-title {
  margin: 0;
  color: #252758;
  font-size: 24px;
  font-family: "Outfit";
  margin-bottom: 40px;
}

.blog-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eff0f7;
  padding-top: 40px;
  margin-top: 50px;
}

.blog-details .share-block .left-block p {
  margin: 0;
  color: #252758;
  font-size: 22px;
  font-family: Outfit;
}

.blog-details .share-block .left-block p a {
  color: #8b8c9c;
  font-size: 16px;
  font-family: Outfit;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 5px;
}

.blog-details .share-block .left-block p a:hover {
  color: #c1c1c1;
}

.blog-details .share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #8b8c9c;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-details .share-block .social-block a+a {
  margin-left: 35px;
}

.blog-details .share-block .social-block a:hover {
  color: #a461e5;
}

.blog-details__author {
  background-color: #eff0f7;
  padding: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 15px;
}

.blog-details__author-image,
.blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}

.blog-details__author-image {
  width: 169px;
}

.blog-details__author-image>img {
  width: 100%;
  border-radius: 15px;
}

.blog-details__author-content {
  padding-left: 40px;
}

.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}

.blog-details__author-content h3 {
  color: #252758;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: Outfit;
}

.blog-details__author-content p {
  font-size: 16px;
  line-height: 34px;
  color: #8b8c9c;
}

.comment-one {
  margin-bottom: 60px;
}

.comment-one__single {
  border-bottom: 1px solid #eff0f7;
  padding-bottom: 50px;
}

.comment-one__single+.comment-one__single {
  margin-top: 60px;
}

.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}

.comment-one__image {
  width: 90px;
}

.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.comment-one__image .inner-block>img {
  width: 100%;
}

.comment-one__content {
  padding-left: 40px;
}

.comment-one__author {
  margin: 0;
  font-size: 20px;
  font-family: Outfit;
  color: #252758;
}

.comment-one__date {
  color: #a461e5;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}

.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

.comment-one__text {
  color: #8b8c9c;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.comment-one__reply {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  background-color: #c1c1c1;
  text-align: center;
  color: #252758;
  font-family: Outfit;
  font-size: 12px;
  padding: 5px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.comment-one__reply:hover {
  background-color: #252758;
  color: #fff;
}

.comment-one__top-left,
.comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}

.reply-form input,
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  border-radius: 32px;
  height: 64px;
  color: #8b8c9c;
  font-size: 14px;
  padding-left: 30px;
  background-color: #eff0f7;
  margin-bottom: 30px;
}

.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
  color: #8b8c9c;
}

.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
  color: #8b8c9c;
}

.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
  color: #8b8c9c;
}

.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
  color: #8b8c9c;
}

.reply-form textarea {
  height: 243px;
  padding-top: 20px;
}

.cta-one {
  background: #7a3eff;
  background-size: cover;
  position: relative;
  padding: 75px 0;
}

.cta-one .container {
  position: relative;
}

.cta-two {
  background-color: #fff;
  position: relative;
  padding-top: 180px;
  padding-bottom: 50px;
  -webkit-clip-path: polygon(0 0, 100% 31%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 31%, 100% 100%, 0% 100%);
  z-index: 999;
}

.cta-two__block .cta-two__single:last-child .cta-two__text {
  position: relative;
  padding-left: 20px;
}

.cta-two__block .cta-two__single:last-child .cta-two__text::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 22px;
  line-height: 1;
}

.about-why-description {
  position: relative;
  padding-left: 20px;
}

.about-why-description::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 1;
}

.about-why>h1 {
  text-align: center;
  margin-top: 50px;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}

.about-why-description-group {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 10px;
}

.join-journey>h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-top: 50px;
}

.join-journey-group>p {
  margin-top: 25px;
}

.join-journey-group {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.join-journey-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.philosophy-pages>h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}

.philosophy-pages-desc p {
  position: relative;
  padding-left: 20px;
}

.philosophy-pages-desc p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 22px;
  line-height: 1;
}

.philosophy-pages-desc {
  margin-top: 50px;
}

.philosophy-pages-title {
  margin-top: 40px;
}

.philosophy-pages-title>h1 {
  margin: 0;
  color: #252758;
  font-size: 18px;
  font-family: Outfit;
  margin-bottom: 30px;
}

.partnerships-pages>h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-top: 50px;
  color: #252758;
}

.partnerships-pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.partnerships-pages-btn {
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background-color: #c1c1c1;
  color: #252758;
  font-size: 14px;
  font-family: Outfit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 30.5px;
  padding: 13.5px 58px;
  transition: all 0.4s ease;
}

.block-title-description {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 10px;
}

.block-title-description>p {
  font-size: 14px;
  color: #ffffff90;
}

.cta-two_title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.cta-two__content_about {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 35px;
}

.cta-two .block-title {
  margin-bottom: 40px;
}

.cta-two__moc {
  position: absolute;
  top: 290px;
  right: 100px;
}

.cta-two__single+.cta-two__single {
  margin-top: 50px;
}

.cta-two__icon,
.cta-two__content {
  display: table-cell;
  vertical-align: top;
}

.cta-two__icon i {
  color: #a461e5;
  font-size: 64px;
}

.cta-two__content {
  padding-left: 35px;
}

.cta-two__title {
  margin: 0;
  color: #252758;
  font-size: 18px;
  font-family: Outfit;
  margin-bottom: 30px;
}

.cta-two__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cta-two__title a:hover {
  color: #a461e5;
}

.cta-two__text {
  font-size: 16px;
  line-height: 34px;
  margin: 0;
}

.cta-two__btn {
  margin-top: 60px;
  margin-left: 100px;
}

.cta-three {
  margin-bottom: -330px;
  padding-bottom: 385px;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#f2f3f9),
      to(#fcfdfe));
  background-image: linear-gradient(90deg, #f2f3f9 0%, #fcfdfe 100%);
  padding-top: 400px;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

.cta-three__stats-row {
  margin-top: 40px;
}

.cta-stat {
  background: #f7f7f7;
  padding: 30px 15px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.cta-stat:hover {
  transform: translateY(-6px);
}

.cta-stat__number {
  font-size: 36px;
  font-weight: 700;
  color: #a461e5;
  display: block;
  line-height: 1;
}

.cta-stat__label {
  font-size: 14px;
  margin: 6px 0 0;
  color: #333;
  text-transform: uppercase;
}

.cta-three__image {
  position: relative;
  overflow: hidden;
}

.cta-three__content {
  margin: 10px 0 0 30px;
}

.cta-three__image>img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.cta-three .block-title {
  margin-bottom: 20px;
}

.cta-three__text {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
}

.cta-three__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 50px;
}

.cta-three__list-item {
  padding-left: 25px;
  color: #8b8c9c;
  font-size: 16px;
  position: relative;
}

.cta-three__list-item i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a461e5;
}

.cta-three__list-item+.cta-three__list-item {
  margin-top: 7px;
}

@media (max-width: 992px) {
  .cta-one {
    padding: 80px 15px;
  }

  .block-title__title {
    font-size: 30px;
  }

  .cta-one__btn {
    padding: 10px 25px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .cta-one {
    padding: 60px 15px;
  }

  .block-title__title {
    font-size: 24px;
  }

  .cta-one__btn {
    padding: 9px 22px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cta-one {
    padding: 50px 10px;
  }

  .block-title__title {
    font-size: 20px;
  }

  .cta-one__btn {
    padding: 8px 18px;
    font-size: 13px;
  }
}

@-webkit-keyframes shapeRotate {

  0%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  20%,
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  60% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes shapeRotate {

  0%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  20%,
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  60% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer .container {
  position: relative;
}

.site-footer__upper {
  padding-top: 120px;
  padding-bottom: 110px;
}

.site-footer__5-col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.site-footer__5-col-wrap .footer-widget {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.site-footer__lower .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eff0f7;
  padding: 44.5px 0;
}

.site-footer__copytext {
  margin: 0;
  color: #8b8c9c;
  font-size: 14px;
}

.site-footer__copytext a {
  color: #a461e5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-footer__copytext a:hover {
  color: #c1c1c1;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__social a {
  color: #8b8c9c;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-footer__social a:hover {
  color: #a461e5;
}

.site-footer__social a+a {
  margin-left: 35px;
}

.footer-widget__logo {
  display: inline-block;
  vertical-align: super;
  line-height: 1em;
}

.footer-widget__title {
  margin: 0;
  font-family: Outfit;
  color: #252758;
  font-size: 16px;
  margin-bottom: 40px;
}

.footer-widget__links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.footer-widget__links-item+.footer-widget__links-item {
  margin-top: 3px;
}

.footer-widget__links-link {
  color: #8b8c9c;
  font-size: 13px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget__links-link:hover {
  color: #a461e5;
}

.footer-widget__subscribe-form {
  position: relative;
  width: 100%;
  height: 63px;
  border-radius: 31.5px;
  background-color: #eff0f7;
  overflow: hidden;
  padding-left: 30px;
}

.footer-widget__subscribe-form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #8b8c9c;
  font-size: 12px;
}

.footer-widget__subscribe-form input::-webkit-input-placeholder {
  color: #9b9da8;
}

.footer-widget__subscribe-form input::-moz-placeholder {
  color: #9b9da8;
}

.footer-widget__subscribe-form input:-ms-input-placeholder {
  color: #9b9da8;
}

.footer-widget__subscribe-form input:-moz-placeholder {
  color: #9b9da8;
}

.footer-widget__subscribe-form button[type="submit"] {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget__subscribe-form button[type="submit"] i {
  font-size: 18px;
  color: #a461e5;
}

.footer-widget__subscribe-form button[type="submit"]:hover i {
  color: #252758;
}

.inner-banner {
  background: #a461e5 url(../images/inner-banner-bg-1-1.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 120px;
}

.inner-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-banner__title {
  margin: 0;
  color: #fff;
  font-family: "Outfit";
  font-size: 50px;
}

.thm-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 19px;
  padding-left: 19px;
  padding-right: 19px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.1);
}

.thm-breadcrumb__item {
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.thm-breadcrumb__item+.thm-breadcrumb__item:before {
  content: ".";
  font-size: 10px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.thm-breadcrumb__link {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thm-breadcrumb__item:hover .thm-breadcrumb__link,
.current .thm-breadcrumb__link {
  color: #c1c1c1;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__title {
  margin: 0;
  color: #252758;
  font-size: 20px;
  font-family: Outfit;
  margin-bottom: 30px;
}

.sidebar__single:not(.sidebar__search) {
  padding: 47px;
  border: 1px solid #eff0f7;
  border-bottom: 0;
}

.sidebar__single+.sidebar__single {
  padding-top: 0;
  border-top: 0;
}

.sidebar__single:nth-child(2) {
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid #e9e9e9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.sidebar__single:last-child {
  padding-bottom: 70px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.sidebar__post__single+.sidebar__post__single {
  margin-top: 30px;
}

.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}

.sidebar__post-image {
  width: 60px;
}

.sidebar__post-image .inner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.sidebar__post-image .inner-block>img {
  width: 100%;
}

.sidebar__post-content {
  padding-left: 20px;
}

.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #8b8c9c;
}

.sidebar__post-title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__post-title a:hover {
  color: #252758;
}

.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__category-list-item {
  line-height: 1em;
}

.sidebar__category-list-item a {
  color: #8b8c9c;
  font-size: 16px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__category-list-item a:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #a461e5;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__category-list-item a:hover {
  color: #c1c1c1;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.sidebar__category-list-item a:hover:before {
  opacity: 1;
}

.sidebar__category-list-item+.sidebar__category-list-item {
  margin-top: 27px;
}

.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.sidebar__tags-list-item a {
  display: block;
  color: #8b8c9c;
  font-size: 16px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list-item a:hover {
  color: #c1c1c1;
}

.sidebar__search-form {
  width: 100%;
  height: 84px;
  background-color: #252758;
  border-radius: 15px;
  position: relative;
}

.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar__search-form input::-webkit-input-placeholder {
  color: #fff;
}

.sidebar__search-form input::-moz-placeholder {
  color: #fff;
}

.sidebar__search-form input:-ms-input-placeholder {
  color: #fff;
}

.sidebar__search-form input:-moz-placeholder {
  color: #fff;
}

.sidebar__search-form button[type="submit"] {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #c1c1c1;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"] i {
  font-size: 14px;
  color: #252758;
  line-height: 41px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: #fff;
}

.sidebar__search-form button[type="submit"]:hover i {
  color: #252758;
}

.funfact-one {
  padding-top: 120px;
}

.funfact-one .block-title {
  margin-bottom: 20px;
}

.funfact-one__single {
  position: relative;
  border-radius: 50%;
  background-color: white;
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.funfact-one__single-outer {
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
  margin-top: 40px;
}

.funfact-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#5128c4),
      color-stop(50%, #7541d1),
      to(#b16aeb));
  background-image: linear-gradient(90deg,
      #5128c4 0%,
      #7541d1 50%,
      #b16aeb 100%);
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.funfact-one__single:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.funfact-one__single:hover .funfact-one__title,
.funfact-one__single:hover .funfact-one__tag-line {
  color: #fff;
}

.funfact-one__title {
  margin: 0;
  color: #252758;
  font-size: 34px;
  line-height: 1em;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.funfact-one__tag-line {
  color: #8b8c9c;
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

[class*="funfact-one__dot-"] {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c1c1c1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: dotsAnim;
  animation-name: dotsAnim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.funfact-one__dot-1 {
  top: 45px;
  left: 60px;
}

.funfact-one__dot-2 {
  left: 45px;
  bottom: 60px;
}

.funfact-one__dot-3 {
  right: 45px;
  top: 120px;
}

.brand-one {
  padding: 119px 0;
  border-bottom: 1px solid #eff0f7;
}

@media (min-width: 1200px) {
  .brand-one .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.brand-one__carousel img {
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.brand-one__carousel img:hover {
  opacity: 1;
}

.brand-one__carousel .owl-nav {
  display: none;
}

.testimonials-one {
  background: transparent url(../images/testi-bg-1-1.png) bottom left no-repeat;
  background-size: cover;
  padding-top: 600px;
  padding-bottom: 110px;
  position: relative;
  z-index: 10;
}

.testimonials-one .owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.testimonials-one .block-title {
  margin-bottom: 30px;
}

.testimonials-one__image {
  overflow: hidden;
  position: relative;
  display: inline-block;
  float: right;
}

.testimonials-one__image>img {
  border-radius: 50%;
  max-width: 100%;
  display: block;
}

.testimonials-one__image-block {
  position: relative;
}

.testimonials-one__qoute {
  width: 77px;
  height: 77px;
  background-color: #c1c1c1;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-one__content {
  padding-left: 50px;
}

.testimonials-one__text {
  margin: 0;
  color: #e4d4f9;
  font-size: 20px;
  line-height: 44px;
}

.testimonials-one__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 30px;
}

.testimonials-one__sep,
.testimonials-one__title {
  margin: 0;
  font-size: 18px;
  font-family: Outfit;
  color: #fff;
}

.testimonials-one__designation {
  margin: 0;
  color: #c1c1c1;
  font-size: 14px;
  font-family: Outfit;
}

.testimonials-one__sep {
  margin-left: 17px;
  margin-right: 17px;
}

.testimonials-one__button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

[class*="testimonials-one__button__"] {
  width: 92px;
  height: 92px;
  background-color: #252758;
  border-radius: 50%;
  border: none;
  outline: none !important;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}

[class*="testimonials-one__button__"]+[class*="testimonials-one__button__"] {
  margin-top: 10px;
}

.testimonials-one__button__prev-btn,
.testimonials-one__button__next-btn {
  position: relative;
  overflow: hidden;
}

.testimonials-one__button__prev-btn:before,
.testimonials-one__button__next-btn:before {
  content: "\e906";
  font-family: "lums-icon";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 24px;
}

.testimonials-one__button__prev-btn:after,
.testimonials-one__button__next-btn:after {
  content: "";
  background-color: #252758;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}

.testimonials-one__button__next-btn:before {
  content: "\e907";
}

.pricing-one {
  margin-bottom: -520px;
  position: relative;
}

.pricing-one:before {
  content: "";
  width: 755px;
  height: 755px;
  border: 130px solid #c1c1c1;
  position: absolute;
  top: -30%;
  right: 85%;
  border-radius: 50%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pricing-one__single {
  text-align: center;
  margin-bottom: 40px;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
  padding: 60px;
  padding-bottom: 50px;
  position: relative;
  z-index: 11;
}

.pricing-one__single.popular .pricing-one__btn {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #252758;
}

.pricing-one__amount {
  margin: 0;
  color: #a461e5;
  font-size: 40px;
  font-family: Outfit;
  margin-bottom: 5px;
}

.pricing-one__month {
  display: inline-block;
  vertical-align: middle;
  color: #252758;
  text-transform: uppercase;
  font-family: Outfit;
  background-color: #f2f3f9;
  font-size: 10px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 20px;
}

.pricing-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eff0f7;
  padding-top: 50px;
  margin-top: 60px;
  position: relative;
}

.pricing-one__list:before {
  content: "";
  width: 81px;
  height: 1px;
  background-color: #a461e5;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pricing-one__list-item {
  color: #8b8c9c;
  font-size: 16px;
}

.pricing-one__list-item+.pricing-one__list-item {
  margin-top: 10px;
}

.pricing-one__btn {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f7;
  background-color: white;
  color: #8b8c9c;
  font-size: 14px;
  font-family: Outfit;
  padding: 12.5px 55.5px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.pricing-one__btn:hover {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #252758;
}

.pricing-one__tag-line {
  text-transform: uppercase;
  font-size: 10px;
  font-family: Outfit;
  color: #a461e5;
  display: block;
}

.service-one {
  position: relative;
  margin-bottom: -360px;
  z-index: 99;
  top: -55px;
}

.service-one__single {
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
  width: 100%;
  height: 100%;
}

.service-one__icon {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#5128c4),
      color-stop(50%, #7541d1),
      to(#b16aeb));
  background-image: linear-gradient(90deg,
      #5128c4 0%,
      #7541d1 50%,
      #b16aeb 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.service-one__icon i {
  color: #fff;
  font-size: 63px;
  position: relative;
}

.service-one__title {
  margin: 0;
  color: #252758;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  font-family: Outfit;
  margin-bottom: 17px;
  margin-top: 30px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.service-one__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-one__title a:hover {
  color: #a461e5;
}

.service-one__text {
  margin: 0;
  color: #8b8c9c;
  font-size: 12px;
  line-height: 22px;
  width: 80%;
  min-height: 88px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-one__btn {
  border-top: 1px solid #eff0f7;
  font-size: 12px;
  font-family: Outfit;
  color: #252758;
  width: 100%;
  position: relative;
  padding: 17px 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: auto;
}

.service-one__btn:before {
  content: "";
  width: 81px;
  height: 1px;
  background-color: #a461e5;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1, 1);
  transform: translateX(-50%) scale(1, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.service-one__btn:hover {
  color: #ffffff;
  background-color: #7a3eff;
}

.service-one__btn:hover:before {
  -webkit-transform: translateX(-50%) scale(0, 1);
  transform: translateX(-50%) scale(0, 1);
}

[class*="service-one__dot-"] {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c1c1c1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: dotsAnim;
  animation-name: dotsAnim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.service-one__dot-1 {
  top: 50px;
  left: 105px;
}

.service-one__dot-2 {
  left: 110px;
  top: 175px;
}

.service-one__dot-3 {
  right: 90px;
  top: 95px;
}

@-webkit-keyframes dotsAnim {

  0%,
  100% {
    -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
    transform: perspective(30px) scale(1) translateX(0) translateY(0);
    opacity: 1;
  }

  33% {
    -webkit-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
    transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
    opacity: 0.3;
  }

  66% {
    -webkit-transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
    transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
    opacity: 0.6;
  }
}

@keyframes dotsAnim {

  0%,
  100% {
    -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
    transform: perspective(30px) scale(1) translateX(0) translateY(0);
    opacity: 1;
  }

  33% {
    -webkit-transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
    transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
    opacity: 0.3;
  }

  66% {
    -webkit-transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
    transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
    opacity: 0.6;
  }
}

.about-extra {
  padding: 120px 0 60px;
}

.about-extra__box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(37, 39, 88, 0.08);
  padding: 50px 40px;
  text-align: center;
  transition: transform 0.3s ease;
}

.about-extra__box:hover {
  transform: translateY(-6px);
}

.about-extra__icon {
  font-size: 48px;
  color: #a461e5;
  margin-bottom: 25px;
}

.about-extra__title {
  font-size: 22px;
  color: #252758;
  margin-bottom: 15px;
  font-family: Outfit;
}

.about-extra__text {
  font-size: 15px;
  line-height: 30px;
  color: #8b8c9c;
}

.about-extra__row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.about-extra__row>[class*="col-"] {
  flex: 1 1 calc(50% - 30px);
  display: flex;
}

.about-extra__box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .about-extra__row>[class*="col-"] {
    flex: 1 1 100%;
  }
}

.about-timeline {
  padding: 60px 0 120px;
}

.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #c1c1c1;
  transform: translateX(-50%);
}

.timeline li {
  position: relative;
  width: 50%;
  padding: 25px 40px;
}

.timeline li:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline li:nth-child(even) {
  left: 50%;
  text-align: left;
}

.timeline__circle {
  position: absolute;
  top: 25px;
  width: 14px;
  height: 14px;
  background: #a461e5;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.timeline__year {
  font-size: 18px;
  color: #252758;
  margin: 0 0 8px;
}

.timeline__desc {
  font-size: 14px;
  color: #8b8c9c;
  margin: 0;
}

@media (max-width: 767px) {

  .timeline li,
  .timeline li:nth-child(even),
  .timeline li:nth-child(odd) {
    left: 0;
    width: 100%;
    padding: 25px 20px 25px 55px;
    text-align: left;
  }

  .timeline:before {
    left: 28px;
  }

  .timeline__circle {
    left: 28px;
  }
}

.ribbon-banner {
  position: relative;
  background: linear-gradient(135deg, #a461e5 0%, #a461e5 100%);
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  padding: 60px 0;
  text-align: center;
}

.ribbon-banner__wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.ribbon-banner__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ribbon-banner__cta {
  display: inline-block;
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.ribbon-banner__cta:hover {
  background: transparent;
  color: #ffffff;
}

@media (max-width: 767px) {
  .ribbon-banner__title {
    font-size: 24px;
  }
}

.clients-strip {
  overflow: hidden;
  background: #f7f7f7;
  padding: 30px 0;
}

.clients-strip__track {
  display: flex;
  gap: 80px;
  animation: scroll-marquee 40s linear infinite;
}

.clients-strip img {
  height: 40px;
  flex-shrink: 0;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.clients-strip img:hover {
  opacity: 1;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .clients-strip {
    padding: 20px 0;
  }

  .clients-strip__track {
    gap: 40px;
    animation-duration: 30s;
  }

  .clients-strip img {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .clients-strip {
    padding: 15px 0;
  }

  .clients-strip__track {
    gap: 30px;
    animation-duration: 25s;
  }

  .clients-strip img {
    height: 24px;
  }
}

.service-hero {
  background: linear-gradient(90deg, #5e35b1 0%, #7e57c2 50%, #b39ddb 100%);
  color: #ffffff;
  padding: 200px 0 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.service-hero__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-hero__subtitle {
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto 35px;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .service-hero {
    padding: 150px 0 80px;
  }

  .service-hero__title {
    font-size: 36px;
  }

  .service-hero__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .service-hero {
    padding: 120px 0 70px;
  }

  .service-hero__title {
    font-size: 32px;
    margin-top: 50px;
  }

  .service-hero__subtitle {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .service-hero {
    padding: 100px 0 60px;
  }

  .service-hero__title {
    font-size: 28px;
    margin-top: 50px;
  }

  .service-hero__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .service-hero {
    padding: 80px 0 50px;
  }

  .service-hero__title {
    font-size: 24px;
    margin-top: 50px;
  }

  .service-hero__subtitle {
    font-size: 15px;
  }
}

.service-hero__btn {
  display: inline-block;
  padding: 16px 46px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.service-hero__btn:hover {
  background: transparent;
  color: #ffffff;
}

.service-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .service-section img {
    right: 60px;
  }
}

@media (max-width: 992px) {
  .service-section {
    padding: 60px 0;
  }

  .service-section__title {
    font-size: 28px;
  }

  .service-section img {
    right: 30px;
  }
}

@media (max-width: 768px) {
  .service-section {
    padding: 40px 0;
  }

  .service-section__title {
    font-size: 24px;
  }

  .service-section__text {
    font-size: 15px;
  }

  .service-section__list li {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .service-section .row {
    display: flex;
    flex-direction: column;
  }

  .service-section img {
    position: static;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .service-section {
    padding: 30px 0;
  }

  .service-section__title {
    font-size: 22px;
  }

  .service-section__text {
    font-size: 14px;
  }

  .service-section__list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.process-step {
  text-align: center;
  padding: 50px;
}

.process-step__circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #a461e5;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 80px;
  margin: 0 auto 14px;
}

.process-step__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-step__text {
  font-size: 14px;
}

.contact-section {
  padding: 80px 0;
  background: #f8f9fc;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #5128c4;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
  color: #555;
}

.contact-list li i {
  flex: 0 0 20px;
  font-size: 20px;
  color: #5128c4;
}

.contact-list a {
  color: inherit;
  text-decoration: none;
}

.contact-form .form-control,
.contact-form textarea {
  border-radius: 8px;
  border: 1px solid #d8dbe0;
  font-size: 14px;
  padding: 12px 14px;
  transition: border-color 0.2s ease;
}

.contact-form .form-control:focus,
.contact-form textarea:focus {
  border-color: #7541d1;
  box-shadow: none;
}

.contact-form textarea {
  resize: vertical;
}

@media (max-width: 991px) {
  .contact-card {
    margin-bottom: 40px;
  }

  .contact-title {
    font-size: 24px;
  }
}

.project-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.project-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, var(--accent), transparent 60%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.project-card__btn:hover {
  color: #ffffff;
}

.project-card__image-box {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4f4f4;
}

.project-card__img {
  width: 80%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
  position: relative;
  left: 35px;
  top: 50px;
}

.project-card:hover .project-card__img {
  transform: scale(1.05);
}

.project-card__content-box {
  padding: 24px 22px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #ededed;
}

.project-card__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  text-align: center;
  margin: 0;
}

.project-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  text-align: center;
  margin: 0;
}

.project-card__btn {
  margin-top: auto;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(90deg, #5e35b1 0%, #7e57c2 50%, #b39ddb 100%);
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease,
    box-shadow 0.25s ease;
}

.section-block {
  display: flex;
  gap: 24px;
  padding: 32px 0 0 0;
  align-items: flex-start;
}

.section-icon i {
  font-size: 42px;
  color: #7a3eff;
}

.section-content {
  flex: 1;
}

.section-title {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
}

.approach-step {
  margin-top: 28px;
}

.approach-step h1 {
  font-size: 17px;
  margin-bottom: 6px;
}

.approach-step p {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.8;
}

.beliefs-wrapper h1,
.philosophy-wrapper h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000000;
}

.beliefs-list p {
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.85;
}

.philosophy-wrapper p {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.6;
  margin-top: 12px;
}

.partnership-cta {
  margin-top: 40px;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #7a3eff, #a47fff);
  color: white;
  text-align: center;
}

.partnership-cta h1 {
  font-size: 28px;
  margin-bottom: 16px;
}

.partnership-cta p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 35px;
  padding: 0 100px;
  opacity: 0.7;
}


.btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background: #ffffff;
  color: #7a3eff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.btn-primary:hover {
  background: #ffffff;
  color: #7a3eff;
  opacity: 0.85;
}

.beliefs-wrapper {
  padding: 40px 50px;
}

.philosophy-wrapper {
  padding: 20px 0 0 0;
}

.why-section {
  padding: 10px 0;
}

.section-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-item {
  font-size: 15px;
  line-height: 1.65;
  opacity: 0.85;
  margin-bottom: 5px;
}

.join-section {
  margin-top: 30px;
}

.join-body {
  margin-top: 20px;
}

.join-text {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.85;
  max-width: 620px;
}

.join-actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn2-primary {
  display: inline-block;
  padding: 14px 32px;
  background: #7a3eff;
  color: white;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: 0.25s ease;
}

.btn2-primary:hover {
  color: #ffffff;
  opacity: 0.85;
}

@media (max-width: 767px) {
  .banner-one_cta {
    flex-direction: column;
    gap: 15px;
  }

  .banner-one__title {
    font-size: 32px !important;
  }

  br {
    display: inherit !important;
  }

  .cta-two__moc,
  .banner-one__moc {
    right: -7px !important;
    top: 30px !important;
  }

  .services-row {
    flex-wrap: wrap;
  }

  .cta-three__content {
    margin-left: 10px;
  }

  .beliefs-wrapper {
    padding: 30px 20px;
  }

  .partnership-cta {
    border-radius: 0;
  }

  .partnership-cta p {
    padding: 0 20px;
  }

  .cta-two {
    padding: 15px 0 0 0 !important;
  }

  .service-one__title {
    min-height: 56px;
  }

  .service-one__text {
    min-height: 96px;
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 1640px) {
  .service-one {
    top: 100px;
  }

  .cta-three {
    padding-top: 500px;
  }

  .banner-one {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .banner-one__moc {
    right: 300px !important;
  }
}

.partnership-cta__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.info-btn {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: 0.25s ease;
  bottom: 5px;
}

.info-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
}

.info-btn:focus {
  outline: none;
}

.info-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.info-tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);
  width: 340px;
  max-width: 78vw;
  background: rgba(37, 39, 88, 0.98);
  color: #ffffff;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  z-index: 20;
}

.info-tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: rgba(37, 39, 88, 0.98);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
}

.info-btn:hover .info-tooltip,
.info-btn:focus .info-tooltip,
.info-btn:focus-visible .info-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 767px) {
  .partnership-cta__title-row {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.trust-ethics-micro {
  margin-top: 18px;
  padding: 26px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 10px 35px rgba(37, 39, 88, 0.08);
  backdrop-filter: blur(8px);
  text-align: left;
}

.trust-ethics-micro__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #252758;
  background: rgba(122, 62, 255, 0.10);
  border: 1px solid rgba(122, 62, 255, 0.18);
}

.trust-ethics-micro__title {
  margin: 14px 0 10px 0;
  font-size: 18px;
  line-height: 26px;
  color: #252758;
  font-family: Outfit;
  font-weight: 700;
}

.trust-ethics-micro__lead {
  margin: 0 0 14px 0;
  font-size: 14px;
  line-height: 22px;
  color: #252758;
  opacity: 0.85;
  font-weight: 500;
}

.trust-ethics-micro__body p {
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 22px;
  color: #8b8c9c;
}

.trust-ethics-micro__final {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(37, 39, 88, 0.12);
  color: #252758;
  opacity: 0.88;
  font-weight: 600;
}

@media (max-width: 767px) {
  .trust-ethics-micro {
    border-radius: 0;
    padding: 22px 20px;
  }
}

.after-submit {
  margin-top: 26px;
  padding: 34px 34px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(122, 62, 255, 0.08) 0%, rgba(164, 97, 229, 0.08) 100%);
  border: 1px solid rgba(37, 39, 88, 0.10);
  box-shadow: 0px 10px 35px rgba(37, 39, 88, 0.06);
}

.after-submit__head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 18px auto;
}

.after-submit__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #252758;
  background: rgba(122, 62, 255, 0.10);
  border: 1px solid rgba(122, 62, 255, 0.18);
}

.after-submit__title {
  margin: 12px 0 8px 0;
  font-size: 22px;
  line-height: 30px;
  color: #252758;
  font-family: Outfit;
  font-weight: 800;
}

.after-submit__subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #252758;
  opacity: 0.75;
  font-weight: 600;
}

.after-submit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.after-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 20px;
  border: 1px solid rgba(37, 39, 88, 0.08);
  box-shadow: 0px 10px 30px rgba(37, 39, 88, 0.06);
  height: 100%;
}

.after-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.after-card__step {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7a3eff, #a461e5);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  flex: 0 0 34px;
}

.after-card__title {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: #252758;
  font-family: Outfit;
  font-weight: 800;
}

.after-card__text {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #8b8c9c;
}

.after-submit__closing {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(37, 39, 88, 0.10);
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  color: #252758;
  opacity: 0.85;
  font-weight: 700;
}

@media (max-width: 991px) {
  .after-submit__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .after-submit {
    padding: 22px 20px;
    border-radius: 0;
  }

  .after-submit__grid {
    grid-template-columns: 1fr;
  }

  .after-submit__title {
    font-size: 20px;
    line-height: 28px;
  }
}