@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit Bold.eot");
  src: url("../font/Outfit Bold.eot?#iefix") format("embedded-opentype"), url("../font/Outfit Bold.woff2") format("woff2"), url("../font/Outfit Bold.woff") format("woff"), url("../font/Outfit Bold.svg#Outfit Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0327; }
@font-face {
  font-family: "Outfit Medium";
  src: url("../font/Outfit Medium.eot");
  src: url("../font/Outfit Medium.eot?#iefix") format("embedded-opentype"), url("../font/Outfit Medium.woff2") format("woff2"), url("../font/Outfit Medium.woff") format("woff"), url("../font/Outfit Medium.svg#Outfit Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0327; }
@font-face {
  font-family: "Outfit ExtraBold";
  src: url("../font/Outfit ExtraBold.eot");
  src: url("../font/Outfit ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Outfit ExtraBold.woff2") format("woff2"), url("../font/Outfit ExtraBold.woff") format("woff"), url("../font/Outfit ExtraBold.svg#Outfit ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0327; }
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins Bold.eot");
  src: url("../font/Poppins Bold.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Bold.woff2") format("woff2"), url("../font/Poppins Bold.woff") format("woff"), url("../font/Poppins Bold.svg#Poppins Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins Regular.eot");
  src: url("../font/Poppins Regular.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Regular.woff2") format("woff2"), url("../font/Poppins Regular.woff") format("woff"), url("../font/Poppins Regular.svg#Poppins Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
@font-face {
  font-family: "Poppins Medium";
  src: url("../font/Poppins Medium.eot");
  src: url("../font/Poppins Medium.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Medium.woff2") format("woff2"), url("../font/Poppins Medium.woff") format("woff"), url("../font/Poppins Medium.svg#Poppins Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212; }
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Poppins";
  color: #000;
  background-color: #ddf4ff; }

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: blue;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  transition: transform 0.05s ease-out;
  z-index: 9999;
  line-height: 1; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

.p-v-70 {
  padding: 70px 0; }

.p-v-80 {
  padding: 80px 0; }

.p-v-60 {
  padding: 60px 0; }

.p-v-90 {
  padding: 90px 0; }

.p-v-100 {
  padding: 100px 0; }

.p-t-50 {
  padding-top: 50px; }

.p-b-50 {
  padding-bottom: 50px; }

.relative {
  position: relative; }

h1 {
  font-size: 64px;
  font-family: "Outfit Medium";
  color: #fff; }

h2 {
  font-size: 64px;
  font-family: "Outfit Medium"; }

.heading {
  font-size: 64px;
  font-family: "Outfit Medium";
  color: #fff;
  font-weight: 500;
  background: transparent;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial; }

h3 {
  font-size: 38px;
  font-family: "Outfit ExtraBold";
  font-weight: 700; }

h5 {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 700; }

p {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400; }

.btn-button {
  position: relative;
  overflow: hidden;
  border: 1px solid #18181a;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 12px 35px 13px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 100px;
  font-weight: 500;
  border: 1px solid #3895D3;
  background-color: transparent;
  background-image: linear-gradient(90deg, #0039E4 0%, #04DBF1 100%); }

.btn-button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
  width: max-content;
  display: block; }

.btn-button span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
  width: max-content; }

.btn-button:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50; }

.btn-button:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2); }

.btn-button:hover span:last-child {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1); }

.btn-button.btn-button2 {
  color: #fff;
  border: 1px solid #3895D3;
  background-color: transparent;
  background-image: linear-gradient(90deg, #0039E4 0%, #04DBF1 100%); }

.btn-button-outline {
  background-color: transparent;
  border-color: #434343;
  color: #b3b3b3; }
  .btn-button-outline::after {
    background-color: #3895D3; }
  .btn-button-outline span:last-child {
    color: #000; }

header {
  padding-top: 20px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9; }
  header .logo {
    width: 100%;
    display: block;
    max-width: 55%; }
  header .stellarnav > ul > li > a {
    padding: 20px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s; }
    header .stellarnav > ul > li > a:hover {
      color: #00b7f1; }
  header .right-sidebar {
    gap: 21px;
    display: flex; }
    header .right-sidebar i {
      color: #fff;
      font-size: 22px; }
      header .right-sidebar i:hover {
        color: #00b7f1; }
  header .phone {
    display: none; }

@keyframes type {
  from {
    width: 0; }
  to {
    width: fit-content; } }
@keyframes cursor {
  50% {
    border-color: transparent; } }
.banner {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  padding-top: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: linear-gradient(94deg, #04DBF1 5.3%, #0039E4 109.59%); }
  .banner::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .3;
    z-index: -1;
    width: 100%;
    height: 100%; }
  .banner h1 {
    margin: 35px 0; }
    .banner h1 span {
      display: block;
      color: #000;
      font-size: 3rem;
      font-weight: 500;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      width: fit-content;
      margin: auto;
      background-image: url(../image/Subtract.png);
      background-position: center;
      background-size: cover;
      padding: 15px;
      transform: skew(0deg, -2deg); }
  .banner h4 {
    font-size: 33px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0; }
  .banner p {
    font-weight: 300;
    color: #fff; }
  .banner .exclusive-box {
    margin: 35px 0; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:focus-visible {
  border: none;
  outline: none; }

.nav-link.active .tabtitle {
  font-size: 22px !important;
  font-weight: bold !important; }

.nav-item:focus-visible {
  outline: none; }

.nav-link {
  padding: 0; }

.nav-link.active {
  background-color: transparent !important;
  border: none !important; }

.action .box {
  background-color: #262626;
  border-radius: 20px;
  padding: 27px 27px 20px; }
  .action .box p {
    color: #949494;
    font-size: 13px; }

.solution {
  transition: 0.3s ease-in-out;
  padding-top: 50px; }
  .solution .swiper-wrapper {
    padding-bottom: 50px; }
  .solution .swiper-pagination {
    bottom: -5px; }
  .solution .wrap {
    gap: 52px;
    margin-right: 17px; }
    .solution .wrap p {
      font-size: 13px;
      color: #949494; }
    .solution .wrap img {
      height: 90px; }
    .solution .wrap .swiper {
      width: 100%;
      height: 100%; }
    .solution .wrap .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s ease-in-out; }
    .solution .wrap .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .solution .overlay-box {
    position: absolute;
    width: 95%;
    margin-bottom: 0;
    bottom: 0;
    background: 0 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 15px;
    padding: 20px 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .solution .overlay-box h4 {
      text-transform: capitalize;
      color: #000; }
    .solution .overlay-box p {
      font-size: 16px;
      color: #000; }
    .solution .overlay-box .meta-tags {
      padding-left: 0;
      display: flex;
      justify-content: center; }
      .solution .overlay-box .meta-tags li {
        margin-right: 10px;
        color: #000;
        border: 1px solid;
        font-size: 12px;
        border-radius: 10px;
        padding: 5px; }
        .solution .overlay-box .meta-tags li a {
          color: #000;
          font-size: 12px; }
        .solution .overlay-box .meta-tags li:hover {
          background-color: #00b7f1;
          border-color: #00b7f1; }
          .solution .overlay-box .meta-tags li:hover a {
            color: #fff; }
  .solution .border-right {
    border-right: 1px solid #373737; }
  .solution .logo .icon {
    text-align: center;
    transition: 0.3s ease-in-out;
    height: 300px;
    overflow: hidden; }
    .solution .logo .icon img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top;
      border-radius: 15px; }
    .solution .logo .icon:hover .overlay-box {
      -ms-transform: translateY(-60px);
      -o-transform: translateY(-60px);
      -moz-transform: translateY(-60px);
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
      opacity: 1;
      visibility: visible; }
  .solution h2 {
    font-size: 56px; }

.solution .logo .swiper-button-prev {
  left: -30px; }

.solution .logo .swiper-button-next {
  right: -30px; }

.solution .logo .swiper-button-next,
.solution .logo .swiper-button-prev {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  background: #fff; }

.solution .logo .swiper-button-next:after,
.solution .logo .swiper-button-prev:after {
  font-size: 28px; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.exclusive-box {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 15px; }
  .exclusive-box .box {
    border-radius: 20px;
    padding: 27px 27px 20px;
    box-shadow: 0px 0px 37px -13px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0px 37px -13px rgba(0, 0, 0, 0.55); }
    .exclusive-box .box h5 {
      color: #fff; }

.technology p {
  font-size: 13px;
  color: #949494;
  font-weight: 400; }
  .technology p a {
    text-decoration: underline;
    transition: all 0.4s;
    color: #949494; }
    .technology p a:hover {
      color: #147bb6; }
.technology .btn-button {
  text-wrap: nowrap;
  padding: 12px 47px 13px; }
.technology .img {
  position: relative; }
  .technology .img::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 7px;
    transform: translate(0, -50%);
    background-color: #383838;
    width: 9px;
    height: 9px;
    border-radius: 50%; }
  .technology .img:nth-child(3)::after {
    background-color: transparent; }
  .technology .img:nth-child(7)::after {
    background-color: transparent; }
  .technology .img:nth-child(4)::after {
    right: 14px; }

footer {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  footer .top-footer {
    position: relative;
    z-index: 1; }
    footer .top-footer::after {
      position: absolute;
      content: "";
      left: -4px;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      z-index: -1; }
    footer .top-footer::before {
      position: absolute;
      content: "";
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      background-repeat: no-repeat;
      z-index: -1;
      background-size: 100%; }
    footer .top-footer .social {
      display: flex;
      justify-content: center; }
      footer .top-footer .social a {
        display: block;
        margin-right: 15px; }
        footer .top-footer .social a:hover {
          color: #000; }
      footer .top-footer .social i {
        font-size: 30px;
        color: #fff; }
    footer .top-footer .footer-list h5 {
      color: #fff; }
    footer .top-footer .footer-list li a {
      color: #fff; }
    footer .top-footer .contact {
      position: absolute;
      top: 9px;
      right: 26px; }
      footer .top-footer .contact p {
        font-size: 16px; }
      footer .top-footer .contact a {
        margin-left: 10px;
        color: #000;
        transition: all 0.4s; }
        footer .top-footer .contact a:hover {
          color: #00b7f1; }
  footer ul {
    margin-top: 12px; }
    footer ul li a {
      color: #000;
      font-size: 14px;
      font-weight: 400;
      display: block;
      margin-bottom: 10px;
      transition: all 0.4s; }
      footer ul li a:hover {
        transform: translateX(10px);
        color: #000; }
  footer .footer-logo {
    text-align: center; }
    footer .footer-logo img {
      margin-bottom: 20px;
      max-width: 100px; }
  footer .bottom-footer a:hover {
    transform: translateX(0); }
  footer .bottom-footer a {
    color: #fff;
    font-size: 14px;
    display: inline-block; }
  footer .bottom-footer li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative; }

.form-control {
  background-color: transparent;
  line-height: 45px;
  border: 0;
  border-bottom: 1px solid #605c5c;
  border-radius: 0;
  padding-left: 0;
  color: #fff !important; }
  .form-control:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: #00b7f1; }

.tech .swiper {
  width: 100%;
  padding-top: 2.13rem;
  padding-bottom: 7.13rem; }
.tech .box-wrap {
  position: relative; }
  .tech .box-wrap .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 419px;
    background-color: #262626;
    padding: 26px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .tech .box-wrap .swiper-slide p {
      margin-bottom: 0;
      font-size: 13px;
      line-height: 1.5;
      padding: 2px 0 28px; }
    .tech .box-wrap .swiper-slide .text {
      margin-bottom: 3rem; }
    .tech .box-wrap .swiper-slide .btn-button {
      border-color: #fff;
      color: #fff !important;
      font-size: 13px !important; }
  .tech .box-wrap .active {
    background-color: #ed1e79; }
    .tech .box-wrap .active img {
      rotate: 0deg; }
  .tech .box-wrap h5 {
    margin-top: 25px; }
  .tech .box-wrap .btn-button {
    text-wrap: nowrap; }
.tech .wrap1 {
  rotate: -10deg;
  margin-top: 26px; }
.tech .wrap2 {
  rotate: 10deg;
  position: relative;
  z-index: -1;
  margin-top: 26px; }

#enquiryModal {
  z-index: 9999; }
  #enquiryModal .modal-dialog {
    height: 100%; }
  #enquiryModal .modal-content {
    background-color: #000;
    height: 100%; }
    #enquiryModal .modal-content .modal-header {
      position: relative;
      border: none; }
      #enquiryModal .modal-content .modal-header .btn-close {
        opacity: 1;
        position: absolute;
        right: 25px;
        top: 10px; }
        #enquiryModal .modal-content .modal-header .btn-close svg {
          width: 18px;
          height: 18px; }

.banner-two {
  margin-top: 2rem;
  padding: 5rem 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1; }
  .banner-two::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1; }
  .banner-two h1 {
    color: #fff;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; }
    .banner-two h1 span {
      color: #047ff1f3; }

.service-sec {
  position: relative;
  padding: 60px 60px 250px; }
  .service-sec h2 {
    margin-bottom: 5rem; }
    .service-sec h2 span {
      color: #0c69cc; }
  .service-sec .serviceArea {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    color: #fff; }
    .service-sec .serviceArea .service-item {
      padding: 40px;
      border-radius: 10px;
      position: relative; }
      .service-sec .serviceArea .service-item .general-content {
        position: relative;
        z-index: 9; }
        .service-sec .serviceArea .service-item .general-content .icon {
          height: 46px;
          fill: #fff;
          margin-bottom: 20px; }
        .service-sec .serviceArea .service-item .general-content h4 {
          margin-bottom: 20px; }
      .service-sec .serviceArea .service-item .background-svg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: auto;
        margin: auto;
        overflow: hidden; }
        .service-sec .serviceArea .service-item .background-svg svg {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 0;
          width: 100%;
          height: auto;
          margin: auto; }
        .service-sec .serviceArea .service-item .background-svg #background-service-1 {
          animation: rotateForward 44s linear infinite; }
        .service-sec .serviceArea .service-item .background-svg #background-service-2 {
          animation: rotateForward 46s linear infinite; }
        .service-sec .serviceArea .service-item .background-svg #background-service-3 {
          animation: rotateBackward 48s linear infinite; }
        .service-sec .serviceArea .service-item .background-svg #background-service-4 {
          animation: rotateBackward 42s linear infinite; }

.service-item:nth-child(1),
.service-item:nth-child(3) {
  margin-bottom: -100%;
  background-color: #3182ff; }

.service-item:nth-child(2),
.service-item:nth-child(5) {
  background-color: darkblue; }

.service-item:nth-child(4),
.service-item:nth-child(6) {
  margin-bottom: -100%;
  background: blue; }

.why-choose-us {
  padding: 2rem 0 4rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .why-choose-us h2 {
    color: #fff; }
  .why-choose-us .card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
    border: none;
    z-index: 1; }
    .why-choose-us .card:hover {
      transform: translate(0px, -16px); }
      .why-choose-us .card:hover .content::before {
        rotate: -5deg;
        top: 0;
        width: 100%;
        height: 100%; }
      .why-choose-us .card:hover .content::after {
        rotate: 5deg;
        top: 0;
        width: 100%;
        height: 100%; }
    .why-choose-us .card .content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      color: #ffffff;
      overflow: hidden;
      transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
      background: #fff !important;
      padding: 15px;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px; }
      .why-choose-us .card .content::before {
        position: absolute;
        content: "";
        top: -4%;
        left: 50%;
        width: 90%;
        height: 90%;
        transform: translate(-50%);
        background: #d4fce9;
        z-index: -1;
        transform-origin: bottom;
        border-radius: inherit;
        transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%); }
      .why-choose-us .card .content::after {
        position: absolute;
        content: "";
        top: -8%;
        left: 50%;
        width: 80%;
        height: 80%;
        transform: translate(-50%);
        background: #b4dbc8;
        z-index: -2;
        transform-origin: bottom;
        border-radius: inherit;
        transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1); }
  .why-choose-us .autotab_box_wrap {
    position: relative;
    text-align: center;
    margin: 0 17px 0 0; }
    .why-choose-us .autotab_box_wrap .autotabbg {
      width: 100%;
      max-width: 85%;
      margin: 0 auto; }
    .why-choose-us .autotab_box_wrap .nav-tabs {
      border: 0; }
      .why-choose-us .autotab_box_wrap .nav-tabs li {
        position: absolute; }
        .why-choose-us .autotab_box_wrap .nav-tabs li a {
          width: 100%;
          font-size: 24px;
          font-weight: 400;
          margin-bottom: 12px;
          color: #fff;
          border: unset; }
          .why-choose-us .autotab_box_wrap .nav-tabs li a.active .tab_icon::before {
            animation: 50s linear infinite spinAround;
            -moz-animation: 50s linear infinite spinAround;
            -ms-animation: spinAround 50s linear infinite;
            -o-animation: 50s linear infinite spinAround;
            -webkit-animation: 50s linear infinite spinAround;
            border: 2px dashed #fff; }
          .why-choose-us .autotab_box_wrap .nav-tabs li a .tabtitle {
            width: 100%;
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 12px;
            color: #fff;
            display: inline-block; }
          .why-choose-us .autotab_box_wrap .nav-tabs li a .tab_icon {
            width: 90px;
            height: 90px;
            margin: 0 auto;
            position: relative;
            display: block; }
            .why-choose-us .autotab_box_wrap .nav-tabs li a .tab_icon::before {
              content: "";
              border: 2px solid #fff;
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              border-radius: 50%; }
            .why-choose-us .autotab_box_wrap .nav-tabs li a .tab_icon::after {
              content: "";
              position: absolute;
              left: 15px;
              right: 15px;
              top: 15px;
              bottom: 15px;
              border-radius: 50%;
              background-color: #fff;
              transition: all .5s ease 0s; }
            .why-choose-us .autotab_box_wrap .nav-tabs li a .tab_icon svg {
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              top: 50%;
              z-index: 6;
              transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              width: 100%;
              max-width: 35px;
              fill: #00b7f1; }
        .why-choose-us .autotab_box_wrap .nav-tabs li:first-child {
          top: -80px;
          left: 50%;
          margin: 0 auto;
          transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -webkit-transform: translateX(-50%); }
        .why-choose-us .autotab_box_wrap .nav-tabs li:nth-child(2) {
          right: 50%;
          top: 50%;
          margin-right: -215px !important;
          margin-top: -60px !important;
          transform: translate(50%, -50%);
          -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
          -o-transform: translate(50%, -50%);
          -webkit-transform: translate(50%, -50%); }
        .why-choose-us .autotab_box_wrap .nav-tabs li:nth-child(3) {
          bottom: -35px;
          right: 50%;
          margin-right: -150px !important;
          transform: translateX(50%);
          -moz-transform: translateX(50%);
          -ms-transform: translateX(50%);
          -o-transform: translateX(50%);
          -webkit-transform: translateX(50%); }
        .why-choose-us .autotab_box_wrap .nav-tabs li:nth-child(4) {
          bottom: -35px;
          left: 50%;
          margin-left: -150px !important;
          transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -webkit-transform: translateX(-50%); }
        .why-choose-us .autotab_box_wrap .nav-tabs li:nth-child(5) {
          left: 50%;
          top: 50%;
          margin-left: -215px !important;
          margin-top: -60px !important;
          transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%); }
    .why-choose-us .autotab_box_wrap .tab-content {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      max-width: 290px;
      margin: 1px auto 0;
      padding: 0 !important;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      .why-choose-us .autotab_box_wrap .tab-content .tab-pane {
        display: none; }
        .why-choose-us .autotab_box_wrap .tab-content .tab-pane.active {
          transition: all 1s ease .1s;
          -moz-transition: 1s .1s;
          -ms-transition: 1s .1s;
          -o-transition: 1s .1s;
          -webkit-transition: 1s .1s;
          display: block; }
          .why-choose-us .autotab_box_wrap .tab-content .tab-pane.active p {
            color: #fff; }

.autotab_box_wrap ul.nav-tabs li:hover a .tab_icon:after {
  left: 16px;
  right: 16px;
  top: 16px;
  bottom: 16px; }

.testi {
  position: relative;
  padding: 50px 0; }
  .testi h3 {
    font-size: 42px;
    line-height: 1.2;
    font-size: 42px; }
  .testi .box {
    max-width: 30rem;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .testi .box p {
      margin: 2rem 0; }
    .testi .box h5 {
      font-size: 1.56rem;
      font-weight: 700;
      margin-bottom: 1rem;
      letter-spacing: 0.13rem; }
    .testi .box img {
      width: 100px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .testi .box .userImg {
      height: 100px;
      object-fit: cover;
      object-position: top; }
  .testi .quote {
    width: 3rem !important;
    position: absolute;
    margin: -3px 0 0 -10px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important; }
  .testi .mySwiper2 .swiper-wrapper {
    padding-top: 1rem; }
  .testi .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto; }
  .testi .swiper-slide {
    background-size: cover;
    background-position: center; }
  .testi .mySwiper2 {
    height: 100%;
    width: 100%; }
    .testi .mySwiper2 .swiper-wrapper {
      padding-bottom: 10rem; }
  .testi .mySwiper {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    z-index: 99;
    right: 0;
    margin: 0 auto; }
  .testi .mySwiper .swiper-slide {
    width: 25%;
    height: auto; }
  .testi .mySwiper .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute; }
    .testi .mySwiper .swiper-slide img {
      width: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .testi .mySwiper .swiper-slide:first-child {
      width: 4.625rem !important;
      top: 1.875rem;
      right: 1.438rem;
      height: 4.625rem; }
      .testi .mySwiper .swiper-slide:first-child img {
        height: 100%;
        object-fit: cover;
        object-position: top; }
    .testi .mySwiper .swiper-slide:nth-child(2) {
      width: 4.375rem !important;
      top: 52%;
      right: 0.625rem;
      height: 4.375rem; }
      .testi .mySwiper .swiper-slide:nth-child(2) img {
        height: 100%;
        object-fit: cover;
        object-position: top; }
    .testi .mySwiper .swiper-slide:nth-child(3) {
      width: 3rem !important;
      right: 7.5rem;
      bottom: 2.125rem;
      height: 3rem; }
      .testi .mySwiper .swiper-slide:nth-child(3) img {
        height: 100%;
        object-fit: cover;
        object-position: top; }
    .testi .mySwiper .swiper-slide:nth-child(4) {
      width: 3.063rem !important;
      left: 7.5rem;
      bottom: 6.25rem;
      height: 3.063rem; }
      .testi .mySwiper .swiper-slide:nth-child(4) img {
        height: 100%;
        object-fit: cover;
        object-position: top; }
    .testi .mySwiper .swiper-slide:nth-child(5) {
      width: 4.625rem !important;
      left: 0;
      top: 30%;
      height: 4.625rem; }
      .testi .mySwiper .swiper-slide:nth-child(5) img {
        height: 100%;
        object-fit: cover;
        object-position: top; }
    .testi .mySwiper .swiper-slide:last-child {
      top: 0;
      left: 4.688rem;
      width: 2.125rem !important;
      height: 2.125rem; }
      .testi .mySwiper .swiper-slide:last-child img {
        height: 100%;
        object-fit: cover;
        object-position: top; }
  .testi .mySwiper .swiper-slide-thumb-active {
    opacity: 1; }
  .testi .swiper-button-next,
  .testi .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 42%);
    left: auto;
    top: auto;
    bottom: 15%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 0.13rem solid;
    border-radius: 50%; }
  .testi .swiper-button-prev,
  .testi .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 42%);
    right: auto;
    top: auto;
    bottom: 15%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 0.13rem solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  .testi .swiper-button-prev::after,
  .testi .swiper-rtl .swiper-button-next::after {
    color: #3895D3;
    font-size: 1rem; }
  .testi .swiper-button-next::after,
  .testi .swiper-rtl .swiper-button-prev::after {
    color: #3895D3;
    font-size: 1rem; }

.testiSlider {
  max-width: 100%;
  width: 100%;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
  padding: 1rem 0 3rem;
  position: relative;
  z-index: 9;
  box-shadow: 0px 2px 45px 4px #0000001A; }
  .testiSlider h2 {
    color: #fff; }
  .testiSlider p {
    font-size: 1.25rem;
    margin: 1rem auto 2rem;
    width: 81%;
    position: relative;
    color: #fff; }
  .testiSlider h5 {
    font-size: 1.56rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.13rem;
    color: #fff; }
  .testiSlider h6 {
    font-size: 1.125rem;
    display: inline-block;
    position: relative;
    color: #333333;
    font-family: 'Space Grotesk'; }
    .testiSlider h6::before {
      position: absolute;
      right: calc(100% + 0.5rem);
      height: 0.063rem;
      width: 2rem;
      background: #000;
      content: "";
      top: 0.5rem; }
  .testiSlider .swiper-button-prev:after,
  .testiSlider .swiper-button-next:after {
    font-size: 25px;
    color: #fff; }
  .testiSlider .swiper-button-prev,
  .testiSlider .swiper-button-next {
    background-color: #000;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    top: 61%; }
  .testiSlider .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 67px); }
  .testiSlider .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 71px); }

#testimonialPage {
  position: relative; }

.cta {
  position: relative;
  padding: 3rem 0;
  overflow: hidden; }
  .cta .cta-box {
    background-color: #00b7f1;
    padding: 5rem 4rem 5.2rem;
    border-radius: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /*LOADING SPACE*/
    /*Animation*/ }
    .cta .cta-box .box {
      transform: rotate(-100deg);
      left: 0;
      position: absolute;
      bottom: 0; }
    .cta .cta-box .box-2 {
      transform: rotate(-100deg);
      right: 0;
      left: unset; }
      .cta .cta-box .box-2 .wave {
        transform-origin: 30% 20%; }
    .cta .cta-box .wave {
      position: fixed;
      top: 0;
      left: 0;
      opacity: .4;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #0af;
      width: 200px;
      height: 200px;
      transform-origin: 50% 48%;
      animation: drift 7000ms infinite linear; }
    .cta .cta-box .wave.-three {
      animation: drift 7500ms infinite linear;
      position: fixed;
      background-color: blue; }
    .cta .cta-box .wave.-two {
      animation: drift 3000ms infinite linear;
      opacity: .3;
      background: white;
      position: fixed; }
    .cta .cta-box .box:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 11;
      transform: translate3d(0, 0, 0); }
@keyframes drift {
  from {
    transform: rotate(0deg); }
  from {
    transform: rotate(360deg); } }
    .cta .cta-box .contain {
      animation-delay: 4s;
      z-index: 1000;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #25a7d7;
      background: -webkit-linear-gradient(#25a7d7, #2962FF);
      background: linear-gradient(#25a7d7, #25a7d7); }
    .cta .cta-box .icon {
      width: 100px;
      height: 100px;
      margin: 0 5px; }
    .cta .cta-box .icon:nth-child(2) img {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .cta .cta-box .icon:nth-child(3) img {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .cta .cta-box .icon:nth-child(4) img {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .cta .cta-box .icon img {
      -webkit-animation: anim 2s ease infinite;
      animation: anim 2s ease infinite;
      -webkit-transform: scale(0, 0) rotateZ(180deg);
      transform: scale(0, 0) rotateZ(180deg); }
@-webkit-keyframes anim {
  0% {
    -webkit-transform: scale(0, 0) rotateZ(-90deg);
    transform: scale(0, 0) rotateZ(-90deg);
    opacity: 0; }
  30% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1; }
  80% {
    -webkit-transform: scale(0, 0) rotateZ(90deg);
    transform: scale(0, 0) rotateZ(90deg);
    opacity: 0; } }
@keyframes anim {
  0% {
    -webkit-transform: scale(0, 0) rotateZ(-90deg);
    transform: scale(0, 0) rotateZ(-90deg);
    opacity: 0; }
  30% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1; }
  80% {
    -webkit-transform: scale(0, 0) rotateZ(90deg);
    transform: scale(0, 0) rotateZ(90deg);
    opacity: 0; } }
    .cta .cta-box h2 {
      margin-bottom: 30px;
      color: #fff; }
      .cta .cta-box h2 span {
        display: block;
        font-size: 50px; }
    .cta .cta-box p {
      color: #fff; }
    .cta .cta-box .btn-button {
      background-color: #000;
      border-color: #fff;
      color: #fff; }
    .cta .cta-box .rotate-img {
      position: absolute;
      flex-wrap: wrap;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      font-size: 1em;
      bottom: 0px;
      z-index: 1;
      flex-direction: column;
      align-content: center;
      overflow-x: hidden;
      overflow-y: hidden;
      left: 0px;
      right: 0px;
      top: 45%;
      border: 0; }
      .cta .cta-box .rotate-img span {
        font-size: 1em;
        border: 0;
        animation: clockwise 15s linear infinite;
        opacity: .5;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-block;
        line-height: 1;
        vertical-align: middle; }

.faq {
  position: relative;
  margin: 0 50px;
  margin-bottom: 50px;
  border-radius: 25px;
  background: #005cc9;
  background-image: linear-gradient(to right, #1833ad, #005cc9, #007ed9, #009fe1, #07bde5); }
  .faq .faqBox {
    padding: 55px;
    border-radius: 25px; }
    .faq .faqBox h2 {
      margin-bottom: 45px;
      text-align: center;
      font-size: 38px;
      color: #fff; }
    .faq .faqBox #accordionExample {
      position: relative;
      z-index: 9; }
    .faq .faqBox .accordion-item {
      border-style: solid;
      border-width: 1px 0px 0px 0px;
      border-color: #E0E0E0;
      padding-top: 15px;
      background: transparent; }
      .faq .faqBox .accordion-item h2 {
        font-size: 20px;
        text-align: center; }
      .faq .faqBox .accordion-item:hover .accordion-button::before {
        background-color: lightblue;
        color: darkblue; }
    .faq .faqBox .accordion-button {
      padding-left: 7%;
      font-size: 20px;
      text-align: center;
      color: #fff;
      background-color: transparent; }
      .faq .faqBox .accordion-button:not(.collapsed) {
        background-color: unset;
        box-shadow: unset; }
      .faq .faqBox .accordion-button:focus {
        border: unset;
        box-shadow: unset; }
      .faq .faqBox .accordion-button:before {
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: middle;
        content: "\3f";
        position: absolute;
        left: 0;
        font-size: 25px;
        height: 36px;
        width: 36px;
        background: white;
        border-radius: 30px 30px 0 30px;
        line-height: 39px;
        color: #000; }
    .faq .faqBox .accordion-header {
      margin-bottom: 10px; }
    .faq .faqBox .accordion-body {
      padding-left: 7%; }
      .faq .faqBox .accordion-body p {
        font-size: 18px;
        line-height: 1.2;
        color: #fff; }

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px; }

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s; }

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s; }

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s; }

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s; }

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s; }

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s; }

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s; }

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s; }

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s; }

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s; }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }
@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotateForward {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotateBackward {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes spinAround {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.testi .circles li {
  background: rgba(99, 204, 204, 0.2); }

.testimonial {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0; }

.bg {
  animation: slide 1s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #0854f8 50%, #31c1fa 50%);
  bottom: 0;
  left: -30%;
  opacity: .5;
  position: absolute;
  right: -30%;
  top: 0;
  z-index: -1; }

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s; }

.bg3 {
  animation-duration: 5s; }

@keyframes slide {
  0% {
    transform: translateX(-25%); }
  100% {
    transform: translateX(25%); } }
.swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background: #fff;
  opacity: 1; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0039E4; }

.cta-box .circles li {
  border-radius: 50px !important; }
.cta-box .circles li:nth-child(2) {
  left: 10%;
  width: 10rem;
  height: 10rem;
  animation-delay: 2s;
  animation-duration: 12s;
  border-radius: 30% !important; }
.cta-box .circles li:nth-child(4) {
  left: 40%;
  width: 9rem;
  height: 9rem;
  animation-delay: 0s;
  animation-duration: 18s; }

.quote {
  margin-right: 15px;
  opacity: 0.6;
  font-size: 2rem; }
  .quote.end {
    margin-right: 0;
    margin-left: 15px; }

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