@import url("https://fonts.googleapis.com/css2?family=Anton&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  background-color: #ffffff; }

.btn {
  height: 50px;
  text-align: center;
  border-radius: 6px;
  padding: 0px 20px; }

.theme-btn {
  font-size: 16px;
  font-family: "Outfit", serif;
  font-weight: 500;
  line-height: 20px;
  transition: .3s all ease-in-out; }

.btn-bg-color {
  background: linear-gradient(90deg, #1A96C3, #8429CF); }
  .btn-bg-color:hover {
    background: linear-gradient(90deg, #1A96C3, #1A96C3); }

body.home .btn-bg-black {
  background: linear-gradient(90deg, #1A96C3, #8429CF); }
  body.home .btn-bg-black:hover {
    background: linear-gradient(90deg, #1A96C3, #1A96C3); }

.btn-bg-trans {
  background: transparent; }
  .btn-bg-trans:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #000000; }

.btn-bg-black {
  background: #121418; }
  .btn-bg-black:hover {
    background-color: #23BDF4;
    color: #ffffff; }

.btn-bg-white {
  background-color: #ffffff; }
  .btn-bg-white:hover {
    background-color: #8429CF;
    color: #ffffff; }

p {
  font-family: "Outfit", serif; }

.btn:focus {
  box-shadow: none; }

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .our-expertise, .about-us, .services, .why-choose-us, .ai-vision, .journey-width {
    padding: 80px 0px !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .our-expertise, .about-us, .services, .why-choose-us, .ai-vision, .journey-width {
    padding: 60px 0px !important; } }
/* header */
#header {
  transition: top 0.3s; }

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 112px;
  transition: all 0.05s ease-in;
  top: 0px; }
  header .header {
    width: 100%; }
    header .header .navbar-brand .logo img {
      height: 50px; }
    header .header .navbar {
      width: 100%;
      padding: 0px; }
      header .header .navbar .navbar-toggler {
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        transition: 0.3s ease-in-out;
        flex-shrink: 0;
        border: none;
        background-image: url("../../assets/images/hamburger-white.svg");
        background-size: 46px; }
        header .header .navbar .navbar-toggler:focus {
          box-shadow: none; }
      header .header .navbar .navbar-nav .nav-item {
        position: relative; }
        header .header .navbar .navbar-nav .nav-item .nav-link {
          color: #ffffff;
          font-size: 18px;
          line-height: 30px;
          font-family: "Outfit", serif;
          font-weight: 500;
          margin-right: 50px;
          padding: 0px 0px 0px 0px;
          margin: 0px 25px;
          position: relative; }
          header .header .navbar .navbar-nav .nav-item .nav-link.sub-menu::after {
            background-image: url("../../assets/images/down-arrow.svg");
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 100%;
            position: absolute;
            right: -15px;
            top: 12px;
            width: 12px;
            height: 12px;
            display: block;
            content: "";
            transition: .2s all ease-in-out; }
        header .header .navbar .navbar-nav .nav-item:hover .nav-link::after {
          width: 10px;
          height: 10px;
          background-image: url("../../assets/images/down-arrow-h.svg"); }
      @media screen and (min-width: 992px) {
        header .header .navbar .navbar-nav {
          align-items: center;
          position: static; }
          header .header .navbar .navbar-nav .nav-item {
            padding: 42px 0px;
            position: static; }
            header .header .navbar .navbar-nav .nav-item .mega-menu-widget {
              background-color: #ffffff;
              display: none;
              padding-top: 40px;
              padding-bottom: 40px;
              width: 100%; }
            header .header .navbar .navbar-nav .nav-item .dropdown-menu {
              background-color: #ffffff;
              border: 0px;
              top: 70px;
              border-radius: 0px 0px 6px 6px;
              margin: 0px;
              padding: 0px;
              overflow: hidden;
              transition: .2s all ease-in-out;
              box-shadow: #00000040 0px 4px 4px;
              border-radius: 16px;
              position: absolute; }
              header .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
                color: #000000; }
                header .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, header .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
                  background-color: transparent;
                  color: #000000; }
              header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu {
                border-radius: 0px;
                padding: 40px 0px 0px;
                box-shadow: #00000040 0px 4px 4px;
                transition: .5s all ease-in-out;
                background-color: transparent; }
                header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu h3 {
                  font-size: 16px;
                  font-weight: 600;
                  color: #000000;
                  font-family: "Outfit", serif;
                  margin-bottom: 15px; }
                  header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu h3 a {
                    font-size: 16px;
                    font-weight: 600;
                    color: #000000;
                    font-family: "Outfit", serif;
                    margin-bottom: 15px;
                    text-decoration: none; }
                header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu ul {
                  margin: 0px 50px 0px 0px;
                  padding: 0px;
                  float: left; }
                  header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu ul li {
                    list-style-type: none; }
                    header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu ul li a {
                      font-size: 15px;
                      font-weight: 400;
                      color: #000000;
                      font-family: "Outfit", serif;
                      display: flex;
                      align-items: center;
                      margin-bottom: 10px;
                      padding-left: 0px;
                      text-decoration: none; }
                      header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu ul li a span {
                        margin-right: 12px; }
                    header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu ul li:hover a span {
                      transform: rotate(360deg);
                      transition: .5s; }
                  header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu ul:last-child {
                    margin-right: 0px; }
                    header .header .navbar .navbar-nav .nav-item .dropdown-menu.mega-menu ul:last-child .menu-img {
                      max-width: 200px; }
            header .header .navbar .navbar-nav .nav-item:hover .mega-menu-widget {
              display: flex;
              top: 114px; }
            header .header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
              display: flex;
              width: 100%;
              left: 0px; } }
      @media screen and (max-width: 991px) {
        header .header .navbar .navbar-toggler {
          background-image: url("../../assets/images/hamburger-white.svg");
          background-size: 46px; }
          header .header .navbar .navbar-toggler .navbar-toggler-icon {
            display: none; }
        header .header .navbar .navbar-collapse.collapse:not(.show) {
          display: block; }
        header .header .navbar .navbar-brand .logo img {
          height: 30px; }
        header .header .navbar .navbar-collapse {
          position: fixed;
          top: 0;
          left: 0;
          background: #ffffff;
          width: 280px;
          height: 100%;
          z-index: 9999;
          padding: 0px;
          transform: translateX(-280px);
          transition: 0.2s ease-in-out;
          display: block; }
          header .header .navbar .navbar-collapse .navbar-nav .nav-item {
            border-bottom: #f1f1f1 solid 1px;
            padding: 10px 0px; }
            header .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              color: #121418;
              position: relative; }
              header .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
                background-image: url("../../assets/images/down-arrow-black.svg");
                background-repeat: no-repeat;
                background-position: center center;
                height: 12px;
                width: 12px;
                background-size: 100%; }
        header .header .navbar .navbar-collapse.show {
          transform: translateX(0px);
          max-height: 100vh;
          overflow: auto; }
        header .header .navbar .nav-overlay {
          position: absolute;
          background: #0000007d;
          width: 100vw;
          height: 100vh;
          top: 0px;
          left: 0;
          z-index: 2;
          transition: 0.2s ease-in-out;
          display: block;
          visibility: hidden; }
        header .header .navbar .nav-overlay.active {
          opacity: 1;
          visibility: visible; } }
  header.header-fixed {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 112px;
    background-color: #121418; }
    header.header-fixed .navbar .navbar-toggler {
      border-color: rgba(255, 255, 255, 0.6);
      background-image: url("../../assets/images/hamburger-white.svg"); }
    header.header-fixed .btn-bg-black {
      background: linear-gradient(90deg, #B57BE2, #23BDF4); }
      header.header-fixed .btn-bg-black:hover {
        background: linear-gradient(90deg, #1A96C3, #8429CF); }
  @media screen and (min-width: 992px) and (max-width: 1399px) {
    header .header .navbar-brand .logo img {
      height: 40px; }
    header .header .navbar .navbar-nav .nav-item .nav-link {
      margin-right: 10px;
      font-size: 15px; }
    header .header .navbar-nav .nav-item .nav-link.btn_white,
    header .header .navbar-nav .nav-item .nav-link.btn_orange {
      height: 46px;
      padding: 5px 30px; } }
  @media screen and (max-width: 767px) {
    header {
      height: 60px;
      top: 0px; }
      header .header .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #000000; }
      header .header .logo a img {
        height: 40px; }
      header .header .dropdown-menu {
        border-radius: 0px;
        border: 0px;
        background-color: #f1f1f1; }
        header .header .dropdown-menu li a {
          padding-left: 25px; }
        header .header .dropdown-menu.mega-menu ul {
          margin: 0px 0px 20px 13px;
          padding: 0px; }
          header .header .dropdown-menu.mega-menu ul h3 a {
            text-decoration: none;
            color: #121418; }
          header .header .dropdown-menu.mega-menu ul li {
            list-style-type: none; }
            header .header .dropdown-menu.mega-menu ul li a {
              padding-left: 0px;
              text-decoration: none;
              color: #121418; }
              header .header .dropdown-menu.mega-menu ul li a span {
                margin-right: 5px; }
          header .header .dropdown-menu.mega-menu ul h3 {
            font-size: 16px;
            font-weight: 600;
            font-family: "Outfit", serif; }
      header .header .offcanvas {
        width: 90%; }
      header.header-fixed {
        height: 60px; } }

/*  main banner */
.main-banner {
  background: url("../../assets/images/hero-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center 0px;
  height: 100vh;
  min-height: 640px;
  max-height: 730px;
  background-color: #00080b;
  position: relative;
  padding-top: 112px; }
  .main-banner .scroll-down {
    transform: rotate(270deg);
    position: absolute;
    bottom: 100px;
    left: 50px; }
    .main-banner .scroll-down a {
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none;
      color: #ffffff; }
    .main-banner .scroll-down span {
      position: relative;
      width: 30px;
      height: 1px;
      background-color: #ffffff;
      display: block;
      left: -33px;
      top: -10px; }
      .main-banner .scroll-down span::after {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #ffffff;
        border-radius: 5px;
        display: block;
        position: absolute;
        left: -5px;
        top: -2px; }
  .main-banner .banner-left {
    max-width: 562px;
    padding-left: 100px; }
    .main-banner .banner-left h1 {
      font-size: 70px;
      font-weight: 600;
      line-height: 70px;
      color: #ffffff;
      font-family: "Outfit", serif;
      margin: 0px auto 15px;
      text-align: left; }
    .main-banner .banner-left p {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      color: rgba(252, 254, 255, 0.8);
      font-family: "Outfit", serif; }
    .main-banner .banner-left .theme-btn {
      max-width: 250px; }
      .main-banner .banner-left .theme-btn:hover {
        background: linear-gradient(90deg, #1A96C3, #8429CF);
        border: #1A96C3 solid 1px !important; }
  @media screen and (max-width: 1399px) {
    .main-banner .banner-left h1 {
      font-size: 50px !important;
      line-height: 54px !important; }
    .main-banner .banner-left p {
      margin-bottom: 45px;
      font-size: 18px;
      max-width: 300px;
      line-height: 24px; } }
  @media screen and (max-width: 991px) {
    .main-banner .banner-left h1 {
      font-size: 36px !important;
      line-height: 44px; }
    .main-banner .banner-left p {
      margin-bottom: 25px;
      font-size: 18px;
      max-width: 100%;
      line-height: 24px; } }
  @media screen and (max-width: 767px) {
    .main-banner {
      background-position: 85% 100%;
      background-size: 200%;
      background-color: #00080b;
      padding-top: 100px;
      align-items: flex-start !important; }
      .main-banner .scroll-down {
        left: 10px !important;
        display: none; }
      .main-banner .banner-left {
        padding: 0px 15px;
        text-align: center; }
        .main-banner .banner-left h1 {
          font-size: 26px !important;
          line-height: 30px !important;
          text-align: center; }
          .main-banner .banner-left h1 br {
            display: none; }
        .main-banner .banner-left .theme-btn {
          margin: 0px auto; } }
  .main-banner.details-page {
    background: linear-gradient(90deg, #1A96C3, #8429CF);
    position: relative;
    z-index: 0;
    align-items: flex-start !important;
    padding-top: 200px; }
    .main-banner.details-page::before {
      content: "";
      background: url("../../assets/images/details-vector-img.svg");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: contain;
      display: block;
      width: 80%;
      height: 80%;
      position: absolute;
      top: 105px;
      right: 0px;
      z-index: 1; }
    .main-banner.details-page h1 {
      font-size: 60px;
      font-weight: 600;
      line-height: 76px; }
    .main-banner.details-page .about-badge {
      background-color: rgba(18, 20, 24, 0.15);
      min-width: 173px;
      width: auto;
      padding: 0px 20px;
      height: 36px;
      border-radius: 100px;
      font-weight: 400;
      font-size: 18px;
      display: block;
      margin-bottom: 20px;
      margin-left: 60px; }
    .main-banner.details-page .banner-left {
      padding-left: 50px; }
    .main-banner.details-page .banner-right .banner-list {
      max-width: 530px;
      margin-bottom: 50px; }
      .main-banner.details-page .banner-right .banner-list:last-child {
        margin-bottom: 0px; }
      .main-banner.details-page .banner-right .banner-list p {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0px; }
      .main-banner.details-page .banner-right .banner-list figure {
        margin: 0px 10px 0px 0px; }
    .main-banner.details-page .scroll-down {
      left: 20px;
      bottom: 150px; }
    @media screen and (max-width: 991px) {
      .main-banner.details-page {
        max-height: 520px;
        padding-top: 0px; }
        .main-banner.details-page .about-badge {
          margin-left: 30px; }
        .main-banner.details-page .scroll-down {
          left: -20px !important;
          bottom: 80px; }
        .main-banner.details-page .banner-right {
          padding: 0px 10px; }
          .main-banner.details-page .banner-right .banner-list {
            width: 100%; }
            .main-banner.details-page .banner-right .banner-list p {
              color: #ffffff;
              font-size: 16px;
              font-weight: 400;
              line-height: 22px; }
            .main-banner.details-page .banner-right .banner-list figure {
              margin: 0px 10px 0px 0px;
              width: 100px; }
              .main-banner.details-page .banner-right .banner-list figure img {
                width: 100%; }
        .main-banner.details-page .banner-left {
          padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .main-banner.details-page {
        min-height: 520px;
        align-items: center !important; } }

/* Our expertise */
.our-expertise {
  padding: 120px 0px;
  background: linear-gradient(90deg, #1A96C3, #8429CF); }
  .our-expertise .heading {
    margin-bottom: 70px; }
    .our-expertise .heading p {
      font-size: 24px;
      font-weight: 400;
      line-height: 30px; }
    .our-expertise .heading h2 {
      font-size: 48px;
      font-weight: 600;
      line-height: 60px;
      font-family: "Outfit", serif; }
  .our-expertise .expert-widget {
    background: linear-gradient(90deg, #ffffff, #CBF2FD);
    border-radius: 20px;
    padding: 50px; }
    .our-expertise .expert-widget label {
      font-size: 64px;
      font-weight: 600;
      font-family: "Outfit", serif;
      color: #121418;
      line-height: 80px; }
    .our-expertise .expert-widget a {
      border-radius: 100px;
      padding: 20px 30px;
      min-width: 320px;
      margin-bottom: 15px;
      font-family: "Outfit", serif;
      font-size: 22px;
      font-weight: 600;
      line-height: 27px; }
      .our-expertise .expert-widget a:last-child {
        margin-bottom: 0px; }
      .our-expertise .expert-widget a span {
        width: 36px;
        height: 28px;
        border-radius: 100px;
        background-color: rgba(255, 255, 255, 0.2); }
    .our-expertise .expert-widget.ai, .our-expertise .expert-widget.data {
      position: relative;
      z-index: 1; }
      .our-expertise .expert-widget.ai::before, .our-expertise .expert-widget.data::before {
        content: "";
        background-repeat: no-repeat !important;
        background-position: left 5px !important;
        background-size: contain !important;
        width: 360px;
        height: 400px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1; }
    .our-expertise .expert-widget.ai::before {
      background: url("../../assets/images/ai-mask-bg.svg"); }
    .our-expertise .expert-widget.ai a {
      background-color: #23BDF4;
      transition: all .3s ease-in-out; }
      .our-expertise .expert-widget.ai a:hover {
        background-color: #8429CF; }
    .our-expertise .expert-widget.data::before {
      background: url("../../assets/images/data-mask-bg.svg"); }
    .our-expertise .expert-widget.data a {
      background-color: #8429CF;
      transition: all .3s ease-in-out; }
      .our-expertise .expert-widget.data a:hover {
        background-color: #23BDF4; }
  @media screen and (max-width: 1399px) {
    .our-expertise .heading {
      margin-bottom: 40px; }
      .our-expertise .heading p {
        font-size: 20px;
        line-height: 30px; }
      .our-expertise .heading h2 {
        font-size: 32px;
        line-height: 40px; }
    .our-expertise .expert-widget {
      padding: 40px; }
      .our-expertise .expert-widget label {
        font-size: 46px;
        line-height: 52px; }
      .our-expertise .expert-widget a {
        border-radius: 100px;
        padding: 15px 20px;
        min-width: 250px;
        font-size: 20px;
        line-height: 27px; }
        .our-expertise .expert-widget a:last-child {
          margin-bottom: 0px; }
      .our-expertise .expert-widget.ai::before, .our-expertise .expert-widget.data::before {
        width: 270px;
        height: 285px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .our-expertise .expert-widget {
      padding: 20px; }
      .our-expertise .expert-widget a {
        min-width: 250px; }
      .our-expertise .expert-widget.ai::before, .our-expertise .expert-widget.data::before {
        width: 260px; } }
  @media screen and (max-width: 991px) {
    .our-expertise .expert-widget a {
      padding: 10px 30px;
      font-size: 18px;
      min-width: 100%; }
    .our-expertise .expert-widget label {
      font-size: 34px;
      display: block;
      text-align: center;
      margin-bottom: 20px; }
    .our-expertise .expert-widget.ai::before, .our-expertise .expert-widget.data::before {
      width: 275px !important;
      height: 270px !important; } }
  @media screen and (max-width: 767px) {
    .our-expertise {
      padding: 30px 0px; }
      .our-expertise .heading {
        margin-bottom: 30px; }
        .our-expertise .heading h2 {
          font-size: 28px;
          text-align: center;
          width: 100% !important; }
      .our-expertise .expert-widget {
        padding: 20px; } }

/* about us */
.about-us {
  padding: 120px 0px;
  background: linear-gradient(90deg, #E4D0F5, #CBF2FD);
  position: relative;
  z-index: 0; }
  .about-us::before {
    content: "";
    background: url("../../assets/images/about-vector-img.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: block;
    width: 55%;
    height: 55%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1; }
  .about-us .about-badge {
    background-color: #8429CF;
    width: 173px;
    height: 36px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-bottom: 40px; }
  .about-us p {
    font-family: "Outfit", serif;
    color: #121418;
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    max-width: 671px;
    margin-bottom: 50px; }
  .about-us .about-widget {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    position: relative; }
    .about-us .about-widget figure {
      background: linear-gradient(90deg, #E4D0F5, #B57BE2);
      width: 70px;
      height: 70px;
      border-radius: 35px;
      margin-bottom: 30px;
      padding: 20px; }
    .about-us .about-widget figcaption {
      font-size: 24px;
      font-family: "Outfit", serif;
      font-weight: 400;
      line-height: 30px;
      color: #121418;
      margin-bottom: 20px; }
    .about-us .about-widget p {
      font-size: 22px;
      font-family: "Outfit", serif;
      font-weight: 300;
      line-height: 30px;
      color: #121418;
      margin-bottom: 0px; }
  @media screen and (max-width: 1399px) {
    .about-us .about-badge {
      margin-bottom: 25px; }
    .about-us p {
      font-size: 30px;
      line-height: 38px; }
    .about-us .about-widget {
      padding: 20px; }
      .about-us .about-widget figure {
        width: 60px;
        height: 60px;
        margin-bottom: 15px; }
      .about-us .about-widget figcaption {
        font-size: 22px;
        margin-bottom: 10px; }
      .about-us .about-widget p {
        font-size: 18px;
        line-height: 26px; } }
  @media screen and (max-width: 991px) {
    .about-us .about-widget {
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    .about-us {
      padding: 30px 0px; }
      .about-us.why-choos-orbit {
        padding: 30px 0px !important; }
        .about-us.why-choos-orbit h2 {
          font-size: 26px !important; }
      .about-us .about-widget figure {
        width: 50px;
        height: 50px;
        margin-bottom: 20px; }
        .about-us .about-widget figure img {
          width: 25px; }
      .about-us p {
        font-size: 18px !important;
        line-height: 26px !important; } }
  .about-us.why-choos-orbit {
    background: #000000 url("../../assets/images/why-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 100px 0px;
    background-size: contain;
    position: relative; }
    .about-us.why-choos-orbit::before {
      display: none; }
    .about-us.why-choos-orbit::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(140deg, #000000, rgba(0, 0, 0, 0.36));
      background: linear-gradient(to right, #000000 50%, rgba(0, 0, 0, 0.36) 80%);
      z-index: -1;
      opacity: .95; }
      @media screen and (max-width: 991px) {
        .about-us.why-choos-orbit::after {
          width: 90%; } }
    .about-us.why-choos-orbit .why-widget figure {
      width: 64px;
      height: 64px;
      background-image: none;
      margin-bottom: 25px;
      padding: 0px; }
      .about-us.why-choos-orbit .why-widget figure img {
        width: 100%; }
    .about-us.why-choos-orbit .why-widget figcaption {
      font-size: 20px;
      font-weight: 600; }
    .about-us.why-choos-orbit .why-widget p {
      font-size: 18px;
      font-weight: 300;
      line-height: 24px; }
    .about-us.why-choos-orbit h2 {
      font-size: 48px;
      font-weight: 600; }
    @media screen and (max-width: 1399px) {
      .about-us.why-choos-orbit .why-widget figure {
        width: 55px;
        height: 55px;
        margin-bottom: 15px; }
      .about-us.why-choos-orbit h2 {
        font-size: 40px; } }
  .about-us.journey-width {
    background: linear-gradient(90deg, rgba(228, 208, 245, 0.5), rgba(203, 242, 253, 0.5)); }
    .about-us.journey-width::before {
      display: none; }
    .about-us.journey-width h2 {
      font-size: 48px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .about-us.journey-width h2 {
          font-size: 22px !important;
          justify-content: center !important; } }
    .about-us.journey-width .about-widget {
      background-color: transparent;
      border-radius: 0px;
      padding: 0px;
      height: auto; }
      .about-us.journey-width .about-widget .widget-block figure {
        margin: 0px auto 30px;
        position: relative;
        width: 60px;
        height: 60px; }
        .about-us.journey-width .about-widget .widget-block figure::after, .about-us.journey-width .about-widget .widget-block figure::before {
          content: "";
          width: 160px;
          height: 2px;
          background-color: #CDA6EB;
          top: 30px;
          display: block;
          position: absolute; }
        .about-us.journey-width .about-widget .widget-block figure::after {
          left: 59px; }
        .about-us.journey-width .about-widget .widget-block figure::before {
          right: 59px; }
      .about-us.journey-width .about-widget .widget-block .content {
        background-color: #ffffff;
        padding: 40px;
        border-radius: 20px;
        height: 75%; }
      .about-us.journey-width .about-widget .widget-block p {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px; }
      .about-us.journey-width .about-widget .widget-block:first-child figure::before {
        display: none; }
      .about-us.journey-width .about-widget .widget-block:last-child figure::after {
        display: none; }
      @media screen and (max-width: 992px) {
        .about-us.journey-width .about-widget .widget-block {
          margin-bottom: 25px; }
          .about-us.journey-width .about-widget .widget-block:last-child {
            margin-bottom: 0px; }
          .about-us.journey-width .about-widget .widget-block figure {
            margin-bottom: 20px !important; }
            .about-us.journey-width .about-widget .widget-block figure::after, .about-us.journey-width .about-widget .widget-block figure::before {
              display: none; }
          .about-us.journey-width .about-widget .widget-block .content {
            height: auto;
            margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .about-us.journey-width .about-widget .widget-block {
          margin-bottom: 0px;
          display: flex;
          align-items: flex-start;
          justify-content: center; }
          .about-us.journey-width .about-widget .widget-block:last-child {
            margin-bottom: 0px; }
          .about-us.journey-width .about-widget .widget-block:last-child .content {
            margin-bottom: 0px; }
          .about-us.journey-width .about-widget .widget-block:last-child figure::before {
            display: none; }
          .about-us.journey-width .about-widget .widget-block figure {
            margin-bottom: 0px !important;
            margin-right: 10px;
            margin-top: 27px;
            width: 40px;
            height: 40px; }
            .about-us.journey-width .about-widget .widget-block figure::after, .about-us.journey-width .about-widget .widget-block figure::before {
              display: block;
              width: 2px;
              height: 216px;
              left: 20px;
              top: 41px; }
          .about-us.journey-width .about-widget .widget-block .content {
            height: auto;
            margin-bottom: 20px; } }
      .about-us.journey-width .about-widget .widget-block.last-block figure::after {
        display: none; }
    @media screen and (max-width: 1399px) {
      .about-us.journey-width h2 {
        font-size: 40px; }
      .about-us.journey-width .about-widget .widget-block .content {
        padding: 30px; } }

@media screen and (min-width: 1400px) {
  .max-w {
    max-width: 1320px !important;
    margin: 0px auto; } }
@media screen and (min-width: 1200px) {
  .max-w {
    max-width: 1140px;
    margin: 0px auto; } }

/* our services */
.side-bar {
  width: 230px;
  height: 250px; }
  .side-bar .nav {
    flex-direction: column; }
    .side-bar .nav a {
      color: #3E4551;
      font-size: 16px;
      font-weight: 400;
      line-height: 18px;
      font-family: "Outfit", serif;
      text-align: left;
      display: flex;
      align-items: center;
      position: relative;
      max-width: 220px;
      padding: 0px;
      margin-bottom: 36px;
      transition: .3s all ease-in-out;
      text-decoration: none; }
      .side-bar .nav a:hover {
        color: #8429CF; }
      .side-bar .nav a:last-child {
        margin-bottom: 0px; }
      .side-bar .nav a::before {
        content: "";
        width: 32px;
        height: 32px;
        background: url("../../assets/images/service-tab-icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 15px;
        transition: .3s all ease-in-out; }
      .side-bar .nav a.active {
        background-color: transparent;
        color: #8429CF;
        font-weight: 500;
        position: relative; }
        .side-bar .nav a.active::before {
          content: "";
          width: 32px;
          height: 32px;
          background: url("../../assets/images/service-tab-icon-active.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
    @media screen and (max-width: 1400px) {
      .side-bar .nav a {
        margin-bottom: 25px; } }
  @media screen and (max-width: 992px) {
    .side-bar {
      height: auto;
      margin-bottom: 15px;
      display: none; }
      .side-bar .nav a {
        margin-bottom: 15px; } }

.main-content {
  margin-left: 0px;
  width: 100%;
  margin-top: 80px; }
  .main-content .scroll-content {
    height: auto;
    padding: 30px 0px 60px;
    position: sticky;
    background-color: #ffffff;
    transition: .2s all ease-in-out;
    min-height: 600px;
    height: auto; }
    .main-content .scroll-content .nav br {
      display: none; }
    .main-content .scroll-content:last-child {
      min-height: 400px; }
    .main-content .scroll-content:nth-child(1) {
      top: 0px;
      z-index: 1; }
    .main-content .scroll-content:nth-child(2) {
      top: 60px;
      z-index: 2; }
    .main-content .scroll-content:nth-child(3) {
      top: 120px;
      z-index: 3; }
    .main-content .scroll-content:nth-child(4) {
      top: 180px;
      z-index: 4; }
    .main-content .scroll-content:nth-child(5) {
      top: 250px;
      z-index: 5; }
    .main-content .scroll-content:nth-child(odd), .main-content .scroll-content:nth-child(even) {
      background-repeat: no-repeat;
      background-position: bottom right; }
    .main-content .scroll-content:nth-child(odd) {
      background-image: url("../../assets/images/tabs-gradient.png"); }
    .main-content .scroll-content:nth-child(even) {
      background-image: url("../../assets/images/tabs-gradient-2.svg"); }
    .main-content .scroll-content .service-details {
      max-width: 450px; }
      .main-content .scroll-content .service-details h3 {
        font-size: 36px;
        font-weight: 500;
        line-height: 45px;
        font-family: "Outfit", serif;
        color: #121418;
        margin-bottom: 30px; }
      .main-content .scroll-content .service-details p {
        font-size: 22px;
        font-weight: 300;
        line-height: 30px;
        font-family: "Outfit", serif;
        color: #121418;
        margin-bottom: 50px; }
      .main-content .scroll-content .service-details .border {
        max-width: 250px;
        justify-content: space-between; }
        .main-content .scroll-content .service-details .border br {
          display: none; }
      .main-content .scroll-content .service-details ul {
        padding: 0px; }
        .main-content .scroll-content .service-details ul li {
          list-style-type: none;
          border-left: #3FCBF8 solid 1px;
          margin-bottom: 40px;
          padding-left: 10px; }
    @media screen and (max-width: 992px) {
      .main-content .scroll-content .content-img img {
        max-width: 215px !important;
        margin: 20px auto 0px; }
      .main-content .scroll-content .service-details h3 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
        line-height: 26px !important; }
      .main-content .scroll-content .service-details p {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 18px !important; }
      .main-content .scroll-content .service-details ul li {
        margin-bottom: 20px; }
      .main-content .scroll-content:nth-child(2) {
        top: 0px;
        z-index: 2; }
      .main-content .scroll-content:nth-child(3) {
        top: 0px;
        z-index: 3; }
      .main-content .scroll-content:nth-child(4) {
        top: 0px;
        z-index: 4; }
      .main-content .scroll-content:nth-child(5) {
        top: 0px;
        z-index: 4; } }
  @media screen and (max-width: 992px) {
    .main-content {
      margin-top: 0px; }
      .main-content .scroll-content {
        height: auto;
        padding: 30px 10px 60px; } }

.services {
  padding: 120px 0px 0px;
  background-color: #ffffff; }
  .services h3 {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    font-family: "Outfit", serif; }
  @media screen and (min-width: 992px) and (max-width: 1399px) {
    .services {
      padding: 80px 0px 0px !important; } }
  @media screen and (max-width: 1399px) {
    .services h3 {
      font-size: 40px; }
    .services .main-content {
      margin-top: 0px; }
      .services .main-content .service-details h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px; }
      .services .main-content .service-details p {
        font-size: 20px;
        font-weight: 300;
        line-height: 28px; }
      .services .main-content .content-img img {
        max-width: 300px; } }
  @media screen and (max-width: 991px) {
    .services .services-widget {
      height: auto; }
      .services .services-widget .service-details h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px; }
      .services .services-widget .service-details p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .services {
      padding: 30px 0px !important; }
      .services h3 {
        font-size: 28px; }
      .services .nav {
        width: 96%; }
        .services .nav .nav-link {
          margin-bottom: 15px; } }

/* why choose us */
.why-choose-us {
  padding: 120px 0px;
  background: linear-gradient(90deg, #121418, #3E4551); }
  .why-choose-us h3 {
    font-size: 48px;
    margin-bottom: 100px;
    font-family: "Outfit", serif;
    color: #ffffff;
    font-weight: 600;
    line-height: 60px; }
  .why-choose-us .choose-widget {
    border-radius: 20px; }
    .why-choose-us .choose-widget .head-sec {
      width: 100%; }
      .why-choose-us .choose-widget .head-sec figure {
        border-radius: 35px;
        height: 70px; }
      .why-choose-us .choose-widget .head-sec figcaption {
        font-size: 36px;
        font-family: "Outfit", serif;
        font-weight: 500;
        line-height: 45px;
        display: flex;
        flex-direction: column;
        min-height: 110px;
        justify-content: center;
        border-bottom: solid 2px;
        position: relative;
        margin-bottom: 15px; }
        .why-choose-us .choose-widget .head-sec figcaption::after {
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 5px;
          position: absolute;
          right: 0px;
          bottom: -5px; }
        .why-choose-us .choose-widget .head-sec figcaption.choose-one {
          color: #3FCBF8; }
          .why-choose-us .choose-widget .head-sec figcaption.choose-one::after {
            background: #3FCBF8; }
        .why-choose-us .choose-widget .head-sec figcaption.choose-two {
          color: #B57BE2; }
          .why-choose-us .choose-widget .head-sec figcaption.choose-two::after {
            background: #B57BE2; }
        .why-choose-us .choose-widget .head-sec figcaption.choose-three {
          color: #C2E3EE; }
          .why-choose-us .choose-widget .head-sec figcaption.choose-three::after {
            background: #C2E3EE; }
    .why-choose-us .choose-widget p {
      font-size: 22px;
      font-family: "Outfit", serif;
      font-weight: 300;
      line-height: 30px;
      color: #ffffff;
      margin-bottom: 0px; }
  @media screen and (max-width: 1399px) {
    .why-choose-us h3 {
      font-size: 40px;
      margin-bottom: 60px; }
    .why-choose-us .choose-widget .head-sec figure img {
      width: 55px; }
    .why-choose-us .choose-widget .head-sec figcaption {
      font-size: 28px !important;
      line-height: 34px !important;
      margin-bottom: 20px !important;
      min-height: 90px !important; }
    .why-choose-us .choose-widget p {
      font-size: 20px;
      line-height: 28px; } }
  @media screen and (max-width: 991px) {
    .why-choose-us figcaption {
      font-size: 26px !important;
      line-height: 30px !important;
      margin-bottom: 0px !important;
      min-height: 50px !important; } }
  @media screen and (max-width: 767px) {
    .why-choose-us {
      padding: 30px 0px; }
      .why-choose-us .choose-widget {
        padding: 0px; }
      .why-choose-us h3 {
        font-size: 30px;
        margin-bottom: 40px;
        line-height: 40px; }
      .why-choose-us p {
        font-size: 18px !important;
        line-height: 24px !important; } }

/* ai visison */
.ai-vision {
  padding: 120px 0px;
  background: #ffffff url("../../assets/images/ai-vision-bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain; }
  .ai-vision .vision-widget h3 {
    font-size: 68px;
    font-weight: 700;
    line-height: 88px;
    font-family: "Outfit", serif;
    color: #121418; }
    .ai-vision .vision-widget h3 span {
      background: -webkit-linear-gradient(180deg, #8429CF, #3FCBF8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .ai-vision .vision-widget.big-head h3 {
    font-size: 50px;
    line-height: 70px; }
    .ai-vision .vision-widget.big-head h3 span {
      display: block; }
  .ai-vision .vision-form h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Outfit", serif;
    color: #121418; }
  .ai-vision .vision-form form .form-control {
    height: 62px;
    border-radius: 10px;
    border: #3E45514D solid 1px; }
  .ai-vision .vision-form form textarea {
    height: 100px !important; }
  .ai-vision .vision-form form button {
    margin-top: 40px; }
  @media screen and (max-width: 1399px) {
    .ai-vision .vision-widget h3 {
      font-size: 48px;
      line-height: 54px; } }
  @media screen and (min-width: 1200px) {
    .ai-vision .vision-widget {
      padding-left: 0px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .ai-vision .vision-widget h3 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .ai-vision {
      padding: 30px 0px; }
      .ai-vision .vision-form h4 {
        margin-bottom: 10px; }
      .ai-vision .vision-widget {
        justify-content: center;
        width: 100%; }
        .ai-vision .vision-widget h3 {
          font-size: 24px !important;
          line-height: 32px !important;
          margin-bottom: 30px !important;
          text-align: center !important; }
          .ai-vision .vision-widget h3 br {
            display: none; } }

body.content-page .ai-vision .vision-widget {
  max-width: 500px; }
  body.content-page .ai-vision .vision-widget p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Outfit", serif;
    color: #3E4551; }
    @media screen and (max-width: 991px) {
      body.content-page .ai-vision .vision-widget p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px; } }

.bann-image {
  margin-top: -140px;
  z-index: 3;
  position: relative; }
  @media screen and (max-width: 767px) {
    .bann-image {
      margin-top: 30px; } }
  .bann-image img {
    border-radius: 20px; }

.what-we-offer {
  padding: 100px 0px 0px; }
  .what-we-offer h2 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Outfit", serif;
    line-height: 60px;
    color: #000000; }
  @media screen and (max-width: 1399px) {
    .what-we-offer {
      padding: 80px 0px 0px; }
      .what-we-offer h2 {
        font-size: 40px;
        line-height: 50px; }
      .what-we-offer .main-content {
        margin-top: 0px; } }
  @media screen and (max-width: 767px) {
    .what-we-offer {
      padding: 10px 10px 15px; }
      .what-we-offer h2 {
        font-size: 24px;
        font-weight: 600;
        font-family: "Outfit", serif;
        line-height: 32px;
        color: #000000; }
      .what-we-offer .container-fluid {
        padding-left: 10px; } }

.contact-us {
  padding: 120px 0px 0px;
  background: linear-gradient(90deg, #1A96C3, #8429CF); }
  .contact-us .addr_container {
    background: #ffffff url("../../assets/images/ai-vision-bg.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    border-radius: 6px;
    height: auto;
    display: flex;
    margin: 0px auto 30px;
    z-index: 3;
    position: relative; }
    .contact-us .addr_container .addr_left {
      background-color: transparent;
      padding: 40px 40px;
      width: 50%; }
      .contact-us .addr_container .addr_left h3 {
        font-size: 46px;
        font-weight: bold;
        background: -webkit-linear-gradient(180deg, #8429CF 50%, #3FCBF8);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .contact-us .addr_container .addr_left p {
        color: #3E4551;
        font-size: 20px;
        font-family: "Outfit", serif;
        max-width: 450px; }
      .contact-us .addr_container .addr_left ul {
        margin: 0px;
        padding: 0px; }
        .contact-us .addr_container .addr_left ul li {
          display: flex;
          align-items: center;
          width: 100%;
          text-align: left; }
          .contact-us .addr_container .addr_left ul li span {
            width: 60px;
            height: 60px;
            min-width: 40px;
            border: rgba(0, 0, 0, 0.3) solid 1px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            background-color: #ffffff; }
            .contact-us .addr_container .addr_left ul li span img {
              width: 35px; }
          .contact-us .addr_container .addr_left ul li h4 {
            font-size: 20px;
            font-family: "Outfit", serif;
            color: #121418;
            line-height: 26px;
            font-weight: 400;
            padding: 20px; }
            .contact-us .addr_container .addr_left ul li h4 label {
              font-size: 18px;
              font-family: "Outfit", serif;
              line-height: 32px;
              text-transform: uppercase;
              display: block;
              background: -webkit-linear-gradient(180deg, #8429CF, #3FCBF8);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
    .contact-us .addr_container .addr_right {
      width: 50%;
      padding: 40px; }
      .contact-us .addr_container .addr_right h3 {
        font-size: 46px;
        margin-bottom: 10px;
        font-weight: bold;
        background: -webkit-linear-gradient(180deg, #8429CF 50%, #3FCBF8);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .contact-us .addr_container .addr_right p {
        font-size: 20px;
        font-weight: 400;
        color: #121418;
        width: auto;
        text-align: left;
        margin-bottom: 30px; }
      .contact-us .addr_container .addr_right form input[type="text"], .contact-us .addr_container .addr_right form textarea, .contact-us .addr_container .addr_right form input[type="email"], .contact-us .addr_container .addr_right form input[type="number"], .contact-us .addr_container .addr_right form input[type="tel"] {
        height: 50px;
        border-radius: 10px;
        background-color: #ffffff; }
      .contact-us .addr_container .addr_right form textarea {
        min-height: 118px; }
    @media screen and (max-width: 991px) {
      .contact-us .addr_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 30px; }
        .contact-us .addr_container .addr_left, .contact-us .addr_container .addr_right {
          width: 100%;
          padding: 30px 20px 30px; }
          .contact-us .addr_container .addr_left h3, .contact-us .addr_container .addr_right h3 {
            font-size: 34px; } }
    @media screen and (max-width: 767px) {
      .contact-us .addr_container {
        margin-top: 0px; }
        .contact-us .addr_container .addr_left h3 {
          margin-bottom: 20px; }
        .contact-us .addr_container .addr_left ul {
          flex-direction: column; }
          .contact-us .addr_container .addr_left ul li {
            width: 100%; }
            .contact-us .addr_container .addr_left ul li h4 {
              padding: 0px;
              font-size: 18px; }
            .contact-us .addr_container .addr_left ul li span {
              margin-top: 0px;
              width: 40px;
              height: 40px; }
              .contact-us .addr_container .addr_left ul li span img {
                width: 22px; } }
  @media screen and (max-width: 991px) {
    .contact-us {
      padding: 80px 0px !important;
      min-height: 100vh !important; } }

.screen-reader-response {
  display: none; }

.wpcf7-form p {
  position: relative;
  margin-bottom: 30px; }
  .wpcf7-form p span {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #db0000;
    font-size: 14px; }
.wpcf7-form p span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px; }
.wpcf7-form .wpcf7-response-output {
  color: #db0000; }

footer {
  padding: 60px 0px 0px;
  background-color: #121418; }
  footer .social-icons a {
    pointer-events: none; }
  footer .ftr-logo {
    width: 200px; }
  footer .footer-items {
    padding-right: 25px; }
    footer .footer-items h3 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 300;
      font-family: "Outfit", serif;
      margin-bottom: 30px; }
      footer .footer-items h3 .dvdr {
        width: 100%;
        height: 2px;
        display: block;
        margin-top: 15px;
        position: relative; }
        footer .footer-items h3 .dvdr::after {
          content: "";
          font-size: 25px;
          display: block;
          position: absolute;
          right: 0;
          top: -4px;
          width: 10px;
          height: 10px;
          border-radius: 5px; }
      footer .footer-items h3.ai .dvdr {
        background-color: #3FCBF8; }
        footer .footer-items h3.ai .dvdr::after {
          background: #3FCBF8; }
      footer .footer-items h3.data .dvdr {
        background-color: #B57BE2; }
        footer .footer-items h3.data .dvdr::after {
          background: #B57BE2; }
      footer .footer-items h3.solutions .dvdr {
        background-color: #EBF8FE; }
        footer .footer-items h3.solutions .dvdr::after {
          background: #EBF8FE; }
    footer .footer-items .ai-menu {
      display: flex;
      justify-content: space-between; }
    footer .footer-items .footer-links {
      margin: 0px;
      padding: 0px; }
      footer .footer-items .footer-links h4 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
        font-family: "Outfit", serif; }
      footer .footer-items .footer-links li {
        list-style-type: disc;
        margin-left: 18px; }
        footer .footer-items .footer-links li::marker {
          color: rgba(255, 255, 255, 0.7);
          font-size: 14px; }
        footer .footer-items .footer-links li a {
          color: rgba(255, 255, 255, 0.7);
          font-size: 16px;
          font-weight: 300;
          text-decoration: none;
          font-family: "Outfit", serif;
          line-height: 30px; }
          footer .footer-items .footer-links li a:hover {
            color: #3FCBF8; }
      footer .footer-items .footer-links.footer-links-data {
        width: 100% !important; }
        footer .footer-items .footer-links.footer-links-data li {
          list-style-type: none;
          margin-left: 0px; }
          footer .footer-items .footer-links.footer-links-data li a {
            font-size: 16px;
            color: #ffffff;
            font-weight: 400; }
            footer .footer-items .footer-links.footer-links-data li a:hover {
              color: #B57BE2; }
      footer .footer-items .footer-links.solutions li a:hover {
        color: #3FCBF8; }
      footer .footer-items .footer-links.resources li a {
        font-size: 24px;
        font-weight: 300;
        line-height: 48px; }
    footer .footer-items.contact-links {
      padding-right: 0px; }
      footer .footer-items.contact-links h3 a {
        color: #ffffff;
        font-size: 24px;
        font-weight: 300;
        font-family: "Outfit", serif;
        margin-bottom: 30px;
        text-decoration: none; }
        footer .footer-items.contact-links h3 a:hover {
          color: #23BDF4; }
  footer .footer-bottom {
    border-top: rgba(255, 255, 255, 0.3) solid 1px;
    padding: 40px 0px; }
    footer .footer-bottom p, footer .footer-bottom a {
      color: rgba(255, 255, 255, 0.5);
      font-size: 14px;
      font-weight: 400;
      font-family: "Outfit", serif; }
    footer .footer-bottom p {
      margin-bottom: 0px; }
    footer .footer-bottom a {
      text-decoration: none;
      pointer-events: none; }
      footer .footer-bottom a:hover {
        color: #ffffff; }
  @media screen and (max-width: 767px) {
    footer .footer-items {
      padding-right: 0px; }
      footer .footer-items .ai-menu {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
      footer .footer-items .footer-links {
        margin-bottom: 25px !important; }
        footer .footer-items .footer-links:last-child {
          margin-bottom: 0px !important; } }

.alpha * {
  opacity: 0.7; }
  .alpha * .side-bar, .alpha * .content-img {
    opacity: .2; }

.menu-ai-strategy-menu-container ul.menu,
.menu-ai-solutions-menu-container ul.menu,
.menu-ai-agents-menu-container ul.menu {
  padding-left: 0px; }

p:empty {
  display: none; }

.send_btn {
  background: #8429CF url("../../assets/images/right-arrow-1.svg");
  font-size: 16px;
  font-family: "Outfit", serif;
  font-weight: 500;
  line-height: 20px;
  height: 50px;
  text-align: center;
  border-radius: 6px;
  padding: 0px 20px;
  color: #ffffff;
  border: none;
  background-repeat: no-repeat;
  background-position: 125px 11px;
  padding-right: 50px;
  padding-left: 15px;
  transition: .3s all ease-in-out; }
  .send_btn:hover {
    background-color: #23BDF4; }

@media screen and (max-width: 767px) {
  .contact-us .addr_container .addr_left {
    border-radius: 20px 20px 0 0; }

  .contact-us .addr_container .addr_right {
    border-radius: 20px; }

  .contact-us .addr_container .addr_left ul li {
    margin-bottom: 30px; } }
.services-section {
  padding-top: 100px; }
  .services-section h3 {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    font-family: "Outfit", serif; }
  @media screen and (max-width: 1400px) {
    .services-section {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .services-section {
      padding-top: 40px; }
      .services-section h3 {
        font-size: 30px;
        margin-bottom: 0 !important; } }

.services-sec {
  display: flex;
  align-items: flex-start;
  padding: 90px 0px 0px 100px;
  justify-content: space-between;
  justify-content: center; }
  .services-sec .services-menu {
    width: 280px;
    position: sticky;
    top: 100px;
    height: 500px;
    align-items: center;
    display: flex; }
    .services-sec .services-menu ul {
      list-style: none;
      padding: 0; }
      .services-sec .services-menu ul li {
        padding: 17px 0; }
        .services-sec .services-menu ul li a {
          color: #3E4551;
          font-size: 16px;
          font-weight: 400;
          line-height: 18px;
          font-family: "Outfit", serif;
          text-align: left;
          display: flex;
          align-items: center;
          position: relative;
          max-width: 220px;
          padding: 0px;
          margin-bottom: 36px;
          transition: .3s all ease-in-out;
          text-decoration: none; }
          .services-sec .services-menu ul li a:hover {
            color: #8429CF; }
          .services-sec .services-menu ul li a:last-child {
            margin-bottom: 0px; }
          .services-sec .services-menu ul li a::before {
            content: "";
            width: 32px;
            height: 32px;
            background: url("../../assets/images/service-tab-icon.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            margin-right: 15px;
            transition: .3s all ease-in-out; }
          .services-sec .services-menu ul li a.active {
            background-color: transparent;
            color: #8429CF;
            font-weight: 500;
            position: relative; }
            .services-sec .services-menu ul li a.active::before {
              content: "";
              width: 32px;
              height: 32px;
              background: url("../../assets/images/service-tab-icon-active.svg");
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain; }
  .services-sec .services-list .services-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../../assets/images/tabs-gradient.png") no-repeat 0 0;
    padding-right: 100px; }
    .services-sec .services-list .services-item .service-details {
      max-width: 450px; }
      .services-sec .services-list .services-item .service-details h3 {
        font-family: "Outfit", serif;
        font-weight: 500;
        color: #121418;
        font-size: 36px;
        margin: 0 0 40px 0; }
      .services-sec .services-list .services-item .service-details p {
        font-family: "Outfit", serif;
        font-weight: 300;
        color: #121418;
        font-size: 22px;
        margin: 0 0 40px 0; }
      .services-sec .services-list .services-item .service-details br {
        display: none; }
      .services-sec .services-list .services-item .service-details .theme-btn svg {
        margin-left: 1rem; }
        .services-sec .services-list .services-item .service-details .theme-btn svg rect {
          transition: .3s all ease-in-out; }
      .services-sec .services-list .services-item .service-details .theme-btn:hover svg rect {
        fill: #fff;
        fill-opacity: 0.7; }
      .services-sec .services-list .services-item .service-details ul {
        padding: 0px; }
        .services-sec .services-list .services-item .service-details ul li {
          list-style-type: none;
          border-left: #3FCBF8 solid 1px;
          margin-bottom: 40px;
          padding-left: 10px; }
  @media screen and (min-width: 1400px) {
    .services-sec {
      justify-content: space-between;
      padding: 0; }
      .services-sec .services-menu {
        width: 32% !important;
        justify-content: flex-end; }
        .services-sec .services-menu ul {
          width: 280px; }
      .services-sec .services-list {
        width: 68%; }
        .services-sec .services-list .services-item {
          background-position: right bottom !important;
          padding-top: 80px;
          padding-bottom: 80px;
          justify-content: flex-start; }
          .services-sec .services-list .services-item .service-img {
            margin-left: 90px; } }
  @media screen and (max-width: 991px) {
    .services-sec .services-menu {
      display: none; }
    .services-sec .services-list {
      width: 100%; } }
  @media screen and (max-width: 1400px) {
    .services-sec {
      padding-top: 0px; }
      .services-sec .services-menu {
        top: 110px;
        padding-top: 70px;
        height: auto; }
      .services-sec .services-list .services-item {
        padding: 50px 100px 50px 0; }
        .services-sec .services-list .services-item .service-details {
          width: 45%; }
          .services-sec .services-list .services-item .service-details h3 {
            font-size: 28px;
            margin: 0 0 20px 0; }
          .services-sec .services-list .services-item .service-details p {
            font-size: 18px;
            line-height: 24px;
            margin: 0 0 20px 0; }
        .services-sec .services-list .services-item .service-img {
          width: 42%; } }
  @media screen and (max-width: 767px) {
    .services-sec {
      padding: 0px 0px 0px 20px; }
      .services-sec .services-list .services-item {
        flex-direction: column;
        padding: 40px 20px 40px 0; }
        .services-sec .services-list .services-item .service-details {
          width: 100%;
          max-width: 100%; }
          .services-sec .services-list .services-item .service-details ul {
            padding: 15px 0 0 0; }
            .services-sec .services-list .services-item .service-details ul li {
              margin-bottom: 20px; }
        .services-sec .services-list .services-item .service-img {
          width: 100%; }
          .services-sec .services-list .services-item .service-img .img-fluid {
            max-width: 300px; } }

/*# sourceMappingURL=style.css.map */
