@font-face {
  font-family: "Poppins", sans-serif;
  src: url(font/spfprodisplayregular.OTF); }
@font-face {
  font-family: "Poppins", sans-serif;
  src: url(font/SF-Pro-Display-Bold.ttf); }
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
.liststab {
  background-image: url(../images/background_light_op.png);
  background-repeat: no-repeat;
  background-size: 100%; }

.videoblock {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
video {
  height: 100%; }

header nav a img.white {
  display: block; }

header nav a img.black {
  display: none; }

header.sticky img.black {
  display: block; }

header.sticky .white {
  display: none; }

.dropdown-menu.show {
  padding: 10px; }

.dropdown-cols-2 .dropdown-menu .menu-2 {
  min-width: 280px;
  display: flex;
  width: 500px; }
  .dropdown-cols-2 .dropdown-menu .menu-2 > div {
    float: left;
    padding: 10px 20px;
    flex: 0 0 50%; }
  .dropdown-cols-2 .dropdown-menu .menu-2 ul {
    margin: 0;
    padding: 0; }
  .dropdown-cols-2 .dropdown-menu .menu-2 li {
    list-style: none;
    color: #8552c0;
    text-align: left;
    padding: 5px 0; }

body {
  font-family: "Poppins", sans-serif; }

.slick-dots li {
  margin: 0 !important; }

.navbar-toggler {
  border: 1px solid transparent;
  padding: 7px 10px;
  border-radius: 9px; }

header {
  background: white;
  padding: 6px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  box-shadow: 0 0 5px #80808061; }

header .navbar.navbar-expand-lg {
  gap: 15px; }

/* .scroll {
  background: white;
  position: sticky;
  top: 0;
  box-shadow: 0px 4px 70px 0px rgba(137, 137, 137, 0.2);
  z-index: 11;
} */
header nav ul {
  width: 100%;
  justify-content: start;
  gap: 8px; }

header nav ul .nav-item a {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize; }

.activelink,
.dropdown-menu a.activelink {
  color: #4134a5 !important; }

header a.dropdown-item,
.dropdown-menu a {
  color: #212529 !important;
  text-transform: capitalize !important;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500; }
  header a.dropdown-item:hover,
  .dropdown-menu a:hover {
    color: #5b1daf !important; }

header nav ul .nav-item a:hover {
  text-decoration: none;
  color: #4134a5; }

.log-in {
  color: #4134a5;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #4134a5;
  color: white;
  background-size: 200%;
  transition: 0.5s ease-out;
  padding: 7px 15px;
  margin-left: 5px;
  border-radius: 39px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08); }

.log-in:hover {
  /* background-position: left; */
  border: 1px solid #ffffff;
  color: #4134a5;
  background: #ffffff; }

.mobile-view {
  display: none; }

.mobile {
  text-align: center; }

/* Scroller styling */
.scroller {
  line-height: 1.4em;
  float: left;
  position: absolute !important;
  top: 58px;
  left: 143px; }

.scroller span {
  font-weight: bold;
  color: #fd0054; }

.banner {
  padding: 110px 70px 60px 70px;
  background-size: 30%;
  margin-top: 50px; }

.banner h1 {
  font-size: 42px;
  font-weight: bold;
  width: 91%;
  line-height: 60px; }

.banner .container {
  padding: 80px 0 110px 0; }

.banner p {
  color: #101010;
  font-size: 17px;
  width: 87%;
  line-height: 22px;
  padding: 10px 0;
  font-weight: 500; }

.get-started {
  color: white;
  padding: 10px 31px;
  outline: 0;
  border: 2px solid #6a7efc;
  border-radius: 6px;
  background-size: 100% 200%;
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
  display: inline-block;
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, #6a7efc 50%, #314cfd 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out; }

.get-started:hover {
  background-position: left;
  color: white;
  text-decoration: none; }

.banner .explore {
  background: #ffffff;
  color: #6a7efc;
  padding: 10px 31px;
  outline: 0;
  border: 2px solid #6a7efc;
  border-radius: 6px;
  background-size: 100% 200%;
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
  display: inline-block;
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, white 50%, #6a7efc 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
  display: none; }

.banner .explore:hover {
  background-position: left;
  color: white; }

.buttons {
  display: flex;
  gap: 30px; }

.overview {
  margin: 0; }

.overview h2,
.subtitle {
  font-size: 44px;
  font-weight: 700;
  line-height: 67px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0; }

.subtitle {
  margin: 60px 0 35px 0; }

.overview-title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center; }

.overview .nav-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 8px;
  border: 0; }

.overview .nav-link:hover,
.overview .nav-link.active {
  box-shadow: 0 0 10px #80808054;
  border-radius: 8px;
  border: 0; }

.overview .nav-tabs {
  gap: 20px; }

#myTab {
  border: 0; }

.overview .nav-link img {
  height: 100px;
  object-fit: contain; }

.overview-title {
  margin-bottom: 40px; }

.overview .tab-title h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0; }

.overview .tab-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0; }

.overview .tab-content-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 40px 0; }
  .overview .tab-content-boxes p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 500; }

.overview .tab-content-boxes div {
  padding: 20px 5px;
  border: 1px solid #676767;
  border-radius: 6px;
  text-align: center;
  flex: 1 1 auto; }
  .overview .tab-content-boxes div img {
    height: 40px;
    margin-bottom: 10px;
    object-fit: contain; }

.company-slider {
  margin: 80px 0; }
  .company-slider img {
    height: 200px;
    object-fit: contain;
    margin: 0; }
  .company-slider div {
    text-align: center; }

.unify-solution {
  background: #243763;
  padding: 20px 0; }

.unify-solution .solution-texts h4 {
  font-size: 27px;
  font-weight: 400;
  /* line-height: 67px; */
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff; }

.unify-solution .solution-texts h4 span {
  font-size: 36px;
  font-weight: 600; }

.unify-solution .row {
  align-items: center; }

.unify-solution .solution-texts p {
  font-size: 13px;
  font-weight: 400;
  /* line-height: 67px; */
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff; }

.unify-solution .solution-content {
  background: white;
  padding: 30px;
  border-radius: 13px; }

.unify-solution .get-started {
  text-align: center;
  position: absolute;
  left: 35%;
  bottom: 10px; }

.unify-solution .solution-explore {
  color: white;
  padding: 10px 31px;
  outline: 0;
  border: 2px solid #6a7efc;
  border-radius: 30px;
  background-size: 100% 200%;
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
  display: inline-block;
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, #6a7efc 50%, #314cfd 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
  display: none; }

.unify-solution .solution-explore:hover {
  background-position: left; }

.intro {
  display: flex;
  flex-direction: column;
  gap: 50px; }

.intro-text h5 {
  color: #686868;
  font-size: 20px; }
  .intro-text h5 span {
    color: #161616;
    font-size: 34px;
    font-weight: 600; }
.intro-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left; }

.intro-specification {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }
  .intro-specification span {
    background: #768cff;
    height: 40px;
    width: 40px;
    display: flex;
    text-align: center;
    /* padding-top: 3px; */
    border-radius: 50%;
    color: white;
    font-size: 16px;
    justify-content: center;
    align-items: center; }
  .intro-specification h5 {
    color: #161616;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0; }
  .intro-specification p {
    font-size: 12px; }
  .intro-specification div {
    padding: 7px; }
    .intro-specification div:hover {
      border-radius: 12px;
      box-shadow: 0 0 11px #e0e0e0; }

.intro-image {
  background: #f1f0ee;
  border-radius: 12px; }
  .intro-image img {
    height: 100%;
    object-fit: contain;
    padding: 20px;
    width: 100%; }

.review .review-content {
  padding-top: 30px; }
  .review .review-content p {
    margin-bottom: 0; }
.review h4 {
  font-size: 34px;
  font-weight: 600; }
.review a {
  padding-top: 30px;
  display: inline-block; }
.review .review-slider {
  background: #768cff;
  padding: 20px;
  border-radius: 12px;
  color: white;
  padding-bottom: 20px;
  margin: 0;
  height: 100%; }
.review .slick-dots {
  bottom: 0 !important; }
  .review .slick-dots li button::before {
    color: white !important;
    font-size: 11px; }

.contact-home {
  background: #181b34;
  padding: 40px 0;
  color: #ffffff;
  text-align: center; }
  .contact-home h3 {
    font-size: 22px; }
  .contact-home p {
    font-size: 14px; }

main section {
  margin: 70px 0; }

/*style for footer*/
.footer {
  justify-content: center;
  width: 100%;
  padding: 20px;
  margin: auto; }

.footer img {
  width: 140px;
  object-fit: contain; }

footer {
  background: #f4f5f7;
  padding-top: 20px; }
  footer h4,
  footer h4 a {
    color: #535768 !important; }

.footer .col-lg-2 {
  display: flex;
  flex-direction: column; }

.footer ul {
  padding: 0;
  margin-bottom: 5px; }

.footer ul li {
  list-style-type: none;
  padding-bottom: 5px; }

.footer ul li a {
  color: #535768;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.submenu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px; }

.copy-right {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px 0px;
  border-top: 1px solid #c4c4c4;
  align-items: center; }

.copy-right p {
  margin: 0;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.social-links {
  text-align: end; }

.social-links a {
  background: white;
  color: #535768;
  font-size: 20px;
  padding: 5px 8px;
  border-radius: 19px;
  border: 1px solid #535768;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center; }

.social-links a:hover {
  color: #646464;
  background-color: #fff; }

.footer ul li a {
  width: max-content;
  word-break: auto-phrase; }

.footer ul li a:hover {
  text-decoration: none;
  color: #6c63ff; }

.footer h4 {
  font-weight: 600;
  font-size: 20px; }

.get-start {
  display: inline; }

.navbar-brand img {
  width: 180px; }

.footer-menu-flex {
  display: flex;
  gap: 30px;
  margin-bottom: 20px; }

.address-footer p {
  padding-left: 30px;
  text-align: left;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 60px; }

.mobile {
  display: none; }

.footer-policy {
  display: flex;
  align-items: center; }
  .footer-policy a {
    font-size: 12px;
    color: #535768;
    display: block;
    padding: 0 3px; }

.banner-image-scroll video,
.banner-image-scroll img {
  max-height: 310px;
  height: 100%;
  width: 100%;
  object-fit: fill;
  border-radius: 12px; }

.proud-partner {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px; }

.proud-partner-image img {
  height: 45px;
  border-right: 1px solid black;
  padding: 5px 0; }

.proud-partner-text {
  display: flex;
  gap: 6px;
  align-items: center; }
  .proud-partner-text img {
    height: auto;
    object-fit: contain; }
  .proud-partner-text p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600; }

@media only screen and (max-width: 1350px) {
  .banner h1 {
    font-size: 42px;
    animation: none; }

  header nav ul .nav-item a {
    font-size: 12px; }

  .sub-content-banner {
    font-size: 20px; }

  .benefits,
  .solutions {
    margin: 60px 0; }

  .vi_working p {
    font-size: 15px;
    bottom: 28px; } }
@media only screen and (max-width: 1200px) {
  .banner-content {
    padding: 80px 0; }

  .sub-content-banner {
    font-size: 20px;
    line-height: 31px; }

  .navbar-nav {
    width: 100%; }

  .banner {
    background-size: contain;
    padding-top: 50px;
    padding: 50px 0 0 0; }

  .banner .container {
    padding: 0; }

  .banner h1 {
    font-size: 32px;
    width: 100%; }

  .overview h2,
  .subtitle {
    margin: 40px 0 25px 0;
    font-size: 40px; }

  .scroller {
    position: unset !important;
    float: none; }

  .submenu {
    display: block; }

  .log-in {
    font-size: 10px; }

  header nav ul .nav-item a {
    font-size: 11px; }

  .plus_icon p:nth-child(1) {
    top: 22%;
    left: 34%; }

  .solution_subtitle {
    font-size: 47px; }

  .benefits,
  .solutions {
    margin: 50px 0; }

  .usecases_lists span img {
    height: 28px;
    object-fit: contain; } }
@media only screen and (max-width: 992px) {
  .banner .buttons {
    justify-content: center;
    margin-bottom: 20px; }

  .banner p {
    text-align: center;
    width: 90%;
    margin: auto; }

  .overview .tab-title h3 {
    font-size: 20px; }

  div:has(> .solution-explore) {
    text-align: center; }

  .review a {
    padding-top: 0;
    padding-bottom: 30px; }

  .intro .row {
    gap: 30px; }

  .overview .nav-link img {
    height: 60px;
    object-fit: contain; }

  .overview .tab-title p {
    font-size: 14px; }

  .overview .nav-link {
    height: 100%; }

  .overview .tab-content-boxes {
    flex-wrap: wrap; }

  .unify-solution .solution-texts p,
  .unify-solution .solution-texts h4 {
    text-align: center; }

  .unify-solution .row {
    gap: 30px; }

  .social-links {
    text-align: center; }

  .dropdown-menu .menu-2 {
    width: 100% !important; }

  header nav ul .nav-item a {
    font-size: 7px;
    padding: 3px !important; }

  .navbar-brand img {
    width: 120px; }

  header {
    padding: 7px 10px; }

  .banner h1 {
    font-size: 48px;
    line-height: 90px;
    text-align: center; }

  .video-wrapper {
    width: 90%;
    left: 17px; }

  .video_text {
    font-size: 12px; }

  .subtitle {
    font-size: 40px; }

  .solution_subtitle {
    font-size: 37px; }

  .solution_content {
    font-size: 19px;
    line-height: 28px; }

  .sub-content {
    font-size: 19px; }

  .solution_content span {
    font-size: 12px; }

  .contact {
    padding: 60px; }

  .footer-nav li p {
    font-size: 12px; }

  .footer ul li a {
    font-size: 13px; }

  .footer h4 {
    font-size: 17px; }

  .works {
    margin: 10px; }

  .benefits,
  .solutions {
    margin: 40px 0; }

  .banner-content {
    padding: 50px 0; }

  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1; }

  main {
    margin-top: 45px; }

  main section {
    margin: 60px 0; }

  .footer-menu-flex {
    justify-content: space-evenly; }

  /* .vision_slider img,
  .vision_slider1 img {
    height: 180px;
  } */
  .navbar-toggler {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid #6c63ff; }

  .sticky .navbar-toggler {
    border: 1px solid #6c63ff; }

  .navbar-toggler input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2; }

  .navbar-toggler.collapsed {
    border: none; }

  .navbar-toggler span {
    display: flex;
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #6c63ff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    /* transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; */ }

  .sticky .navbar-toggler span {
    background: #6c63ff !important; }

  .navbar-toggler.collapsed span:nth-child(4) {
    top: 6px;
    left: 0px; }

  .navbar-toggler span:nth-child(4) {
    transform: rotate(45deg) translate(0px, -1px);
    top: -10px;
    left: 0px; }

  .navbar-toggler span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0px, -1px);
    top: 5px; }

  .navbar-toggler span:nth-last-child(3) {
    opacity: 0 !important; }

  .navbar-toggler.collapsed span {
    opacity: 1;
    transform: rotate(0deg) translate(0px, -1px);
    background: #6c63ff; }

  .sticky .navbar-toggler.collapsed span {
    background: #4134a5 !important; }

  .navbar-toggler.collapsed span:nth-last-child(3) {
    opacity: 1 !important;
    transform: rotate(0deg) translate(0px, -1px);
    bottom: -4px; }

  .navbar-toggler.collapsed span:nth-last-child(2) {
    transform: rotate(0deg) translate(0, -1px); }

  #menu {
    position: absolute;
    width: 180px;
    height: 400px;
    box-shadow: 0 0 10px #85888c;
    margin: -50px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: #f5f6fa;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

  #menu li {
    padding: 10px 0;
    transition-delay: 2s; }

  .navbar-toggler ~ ul {
    transform: none; }

  .navbar-nav {
    text-align: left;
    padding: 10px;
    gap: 10px;
    background: white;
    box-shadow: 0px 0px 6px gray;
    border-radius: 5px; }

  .navbar-collapse {
    position: absolute;
    top: 45px;
    left: -100%;
    padding-left: 15px;
    width: 100%; }

  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.1s ease;
    -o-transition: left 0.1s ease;
    -moz-transition: left 0.1s ease;
    transition: left 0.1s ease;
    margin-left: -50%; }

  .navbar-collapse.show {
    left: -15px;
    -webkit-transition: left 0.1s ease-in;
    -o-transition: left 0.1s ease-in;
    -moz-transition: left 0.1s ease-in;
    transition: left 0.1s ease-in; }

  header nav ul .nav-item a {
    color: #000;
    font-size: 13px; }

  .menu-2 a {
    font-size: 10px !important; }

  .ftco-section .contact-wrap {
    padding: 10px; }

  @keyframes slide-in {
    100% {
      transform: translateX(0%); } }
  @-webkit-keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%); } }
  @keyframes slide-out {
    0% {
      transform: translateX(0%); }
    100% {
      transform: translateX(100%); } }
  @-webkit-keyframes slide-out {
    0% {
      -webkit-transform: translateX(0%); }
    100% {
      -webkit-transform: translateX(100%); } }
  .mobile {
    display: block;
    text-align: left; }

  .mobile a {
    color: #5b1daf !important; }

  .mobile a.nav-link {
    color: black !important; }

  .access {
    border: 0;
    background: none;
    color: blue;
    text-transform: uppercase;
    color: #5b1daf !important;
    font-size: 16px; }

  #accessdenied .modal-body {
    background: #5b1daf;
    color: white; }

  #accessdenied .modal-body button {
    color: white;
    text-shadow: none;
    opacity: 1; }

  .dropdown-cols-2 .dropdown-menu .menu-2 > div {
    padding: 5px; }

  .submenu {
    display: flex; }

  .submenu .row .col-md-12 p {
    text-align: left !important; }

  .desktop {
    display: none; }

  .proud-partner {
    justify-content: center;
    margin-bottom: 20px; } }
@media only screen and (max-width: 768px) {
  .banner-image-scroller {
    width: 90%;
    margin: auto; }

  .address-footer p {
    margin-bottom: 10px;
    padding-left: 0; }

  .company {
    margin-left: 0px; }

  li.nav-item.mobile-view {
    display: block; }

  .unify_ai .col-md-7 {
    margin: 20px 0; }

  li.nav-item.mobile-view:nth-child(1) {
    text-align: center;
    margin: auto;
    margin-bottom: 10px; }

  li.nav-item.mobile-view .search {
    width: max-content; }

  .benefits_content img {
    display: none; }

  .benefits_content {
    justify-content: space-around; }

  .overview h2,
  .subtitle {
    font-size: 30px;
    line-height: 36px; }

  .overview .nav-link {
    display: block; }
    .overview .nav-link h3,
    .overview .nav-link p {
      text-align: center; }

  .overview .tab-content-boxes div {
    padding: 10px; }

  .solution_subtitle {
    font-size: 33px; }

  .unify_ai {
    text-align: center; }

  .sub-content {
    font-size: 14px;
    margin-bottom: 0; }

  .plus_icon img {
    height: 30px; }

  .banner h1 {
    font-size: 35px;
    line-height: 60px; }

  #vision-studio .row {
    flex-direction: column-reverse; }

  .sub-content-banner {
    width: 100%; }

  .workplace_working img {
    width: 100%;
    height: 350px;
    object-fit: cover; }

  .copy-right {
    flex-direction: column;
    gap: 20px;
    text-align: left !important; }

  .needs {
    padding-bottom: 0; }

  .modal-body form h2 {
    display: none; }

  .modal-body form label {
    margin: 0; }

  .proud-partner-image img {
    height: 39px; }

  main section {
    margin: 40px 0; } }
@media only screen and (max-width: 545px) {
  .unify-solution .solution-texts h4 {
    font-size: 23px; }
    .unify-solution .solution-texts h4 span {
      font-size: 30px; }

  .featureslists {
    grid-template-columns: repeat(2, 1fr); }

  .digital-heading {
    font-size: 26px;
    padding: 13px 20px; }

  .banner-content {
    padding: 10px;
    padding-bottom: 30px; }

  .banner h1 {
    font-size: 37px;
    line-height: 80px;
    padding-right: 0; }

  .subtitle {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 0;
    margin: 30px 0; }

  .sub-content {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 15px; }

  .contact {
    padding: 40px 20px; }

  #contact .contact-subtitle {
    font-size: 26px;
    line-height: 60px; }

  .contact p {
    font-size: 14px; }

  .footer {
    padding: 10px; }

  .proud-partner {
    flex-wrap: wrap-reverse; } }
@media only screen and (max-width: 454px) {
  .submenu .row {
    display: block;
    flex: 0 0 50% !important; }

  .submenu ul[style="flex: 0 0 35%"] {
    flex: 0 0 50% !important; }

  .submenu .row .col-12 {
    padding-left: 0; }

  .solution_subtitle {
    font-size: 28px; }

  .sub-content-banner {
    line-height: 25px;
    margin-bottom: 30px;
    font-size: 14px; }

  .banner h1 {
    font-size: 38px;
    line-height: 50px; } }
.modal-body form label {
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 24px; */
  margin: 10px 0; }

.modal-body form input {
  height: 35px; }

.modal-body form .submit {
  border-radius: 19px;
  background: #0f55dc;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 3px 50px;
  border: 0;
  margin-top: 20px;
  height: auto;
  border: 1px solid #0f55dc; }

.modal-body form .submit:hover {
  color: #0f55dc;
  background: white; }

.needs {
  border: 0.5px solid #000;
  padding: 4px;
  margin: 10px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px 5px; }

/* Animation */
/* text animation */
@keyframes animated-text {
  from {
    width: 0; }
  to {
    width: 650px; } }
/* cursor animations */
@keyframes animated-cursor {
  from {
    border-right-color: rgba(0, 255, 0, 0); }
  to {
    border-right-color: transparent; } }
@keyframes textclip {
  to {
    background-position: 200% center; } }
.ftco-section {
  margin: 80px 0; }
  .ftco-section .info-wrap {
    padding: 30px; }
    .ftco-section .info-wrap .dbox {
      margin: 20px 0; }
  .ftco-section .contact-wrap {
    padding: 50px;
    padding-top: 10px; }
  .ftco-section .heading-section {
    font-size: 35px;
    font-weight: 600;
    text-align: center; }

.error {
  color: red;
  font-size: 10px; }

.no-gutters {
  box-shadow: 2px 2px 20px gray;
  background: white; }

.global_locations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 50px auto; }

.location {
  padding: 17px;
  background: white;
  box-shadow: 2px 2px 10px gray;
  text-align: center; }
  .location img {
    width: 40%; }
  .location h4 {
    color: #4134a5;
    font-weight: bold;
    font-size: 20px; }
  .location h5 {
    font-weight: 500;
    color: black;
    font-size: 18px; }
  .location p {
    font-size: 14px;
    margin-bottom: 0; }
  .location a {
    font-size: 13px; }

.global_locations_section h3 {
  font-size: 35px;
  font-weight: 600;
  text-align: center; }

.contact-div p {
  margin-bottom: 0; }
.contact-div h5 {
  font-size: 18px;
  color: white;
  line-height: 30px; }
.contact-div .contact-details p {
  color: white;
  font-size: 15px; }
.contact-div .contact-details a {
  color: white; }
.contact-div .contact-details .icon span {
  color: white;
  border-radius: 50%;
  border: 1px solid white;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 11px; }

.required::after {
  content: " *";
  color: red; }

#contactForm input[type="submit"] {
  border: 2px solid #a283f5; }

#contactForm input[type="submit"]:hover {
  color: #a283f5 !important;
  background: transparent !important;
  border: 2px solid #a283f5; }

@media only screen and (max-width: 1200px) {
  .contact-div .contact-details p {
    color: white;
    font-size: 16px; }

  .ftco-section .contact-wrap {
    padding: 10px; } }
@media only screen and (max-width: 991px) {
  .global_locations {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 545px) {
  .global_locations {
    grid-template-columns: repeat(1, 1fr); }

  .ftco-section .heading-section {
    margin-top: 30px;
    font-size: 30px; }

  .contact-div .contact-details p {
    font-size: 14px; }

  .contact-div h5 {
    font-size: 16px; } }
.registration {
  background-size: 100%;
  padding: 79px 0; }

.registration .ftco-section {
  margin-top: 40px; }

.registration img {
  width: 100%; }

.registration #message {
  width: 100%;
  height: 80px;
  border-radius: 4px; }

.login {
  background: url(../images/registration-main.jpg);
  background-size: 100%;
  padding: 80px 0; }

.login .wrapper {
  width: 45%;
  padding: 20px; }

.login .no-gutters {
  padding: 20px; }

.successful {
  height: 350px;
  align-content: center;
  text-align: center;
  margin-top: 80px; }

.successful h2 {
  margin-top: 20px; }

.registration-leap-success {
  padding: 20px 40px;
  border: 1px solid transparent;
  box-shadow: 0 0 10px #b2f3b2;
  border-radius: 12px;
  width: fit-content;
  margin: auto; }

.successful i {
  font-size: 40px;
  border-radius: 50%;
  padding: 10px;
  border: 2px solid green;
  color: green; }

.registration .domainselection input[type="checkbox"] {
  display: none; }

.registration .domainselection input[checked="checked"] + img {
  border: 2px solid grey;
  border-radius: 13px; }

.registration .domainselection input + img {
  border: 2px solid #80808014;
  cursor: pointer;
  border-radius: 13px;
  width: 91%; }

@media only screen and (max-width: 1200px) {
  .registration .wrapper {
    width: 71%; }

  .registration {
    background-size: cover;
    padding: 40px 0;
    background-repeat: no-repeat; }

  .login .wrapper {
    width: 60%; }

  .login {
    background-size: cover;
    padding: 40px 0;
    background-repeat: no-repeat; } }
@media only screen and (max-width: 991px) {
  .login {
    padding: 40px 0; }

  .registration .wrapper {
    width: 100%; }

  .login .wrapper {
    width: 100%; } }
.plans {
  padding: 70px 0; }
  .plans .title h1 {
    color: #6343b2;
    font-family: "Poppins";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 20px; }
  .plans .title p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 48%;
    margin: auto; }
  .plans .plans-tab h3 {
    color: #815bf1;
    font-family: "Poppins";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 10px; }
  .plans .plans-tab ul {
    justify-content: center;
    margin: 25px 0px 10px 0px;
    padding: 0; }
  .plans .plans-tab ul li {
    border-radius: 3px;
    background: white;
    padding: 5px 15px;
    color: #c178ea; }
  .plans .plans-tab a {
    color: #000; }
  .plans .plans-tab a.active {
    background: linear-gradient(90deg, #c178ea 0.46%, #9356ed 50.21%, #6563f6 96.95%);
    padding: 10px 15px;
    color: white; }
  .plans .tab-pane-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; }
    .plans .tab-pane-content .tab-content1 {
      background: #fff;
      box-shadow: 0px -5px 34px 0px rgba(0, 0, 0, 0.25);
      text-align: center;
      position: relative;
      padding-bottom: 90px; }
      .plans .tab-pane-content .tab-content1:hover {
        transform: scale(1.06); }
      .plans .tab-pane-content .tab-content1 .tab-content2 {
        padding: 20px 10px 0 10px; }
      .plans .tab-pane-content .tab-content1 h3 {
        color: #815bf1;
        font-family: Poppins;
        font-size: 33px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: center; }
      .plans .tab-pane-content .tab-content1 p {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .plans .tab-pane-content .tab-content1 h4 {
        color: #000;
        font-family: "Poppins";
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .plans .tab-pane-content .tab-content1 h5 {
        color: #000;
        font-family: Poppins;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .plans .tab-pane-content .tab-content1 ul li {
        list-style-type: none;
        text-align: left;
        color: black;
        display: flex;
        gap: 15px; }
        .plans .tab-pane-content .tab-content1 ul li p {
          text-align: left;
          margin-bottom: 0; }
      .plans .tab-pane-content .tab-content1 .button-div {
        position: absolute;
        text-align: center;
        width: -webkit-fill-available;
        bottom: 40px;
        width: 100%; }
        .plans .tab-pane-content .tab-content1 .button-div button {
          border-radius: 3px;
          background: linear-gradient(90deg, #c178ea 0.46%, #9356ed 50.21%, #6563f6 96.95%);
          padding: 10px 15px;
          color: white;
          box-shadow: none;
          outline: 0; }

.privacypolicy h2 {
  color: #700ec7;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px; }

.privacypolicy h3 {
  font-size: 19px;
  font-weight: 600;
  color: #4134a5;
  margin-top: 20px; }

.privacypolicy {
  display: flex;
  padding: 50px 0; }

.privacypolicy .privacy-lists {
  padding-left: 0;
  flex: 0 0 22%;
  border-right: 1px solid #80808042; }

.privacypolicy .privacy-lists li {
  list-style-type: none; }

.privacypolicy .privacy-lists li a {
  padding: 10px;
  color: #8552c0;
  width: 100%;
  display: block;
  border-radius: 4px; }

.privacypolicy .privacy-lists li a:hover {
  background: #9168c097;
  color: white;
  text-decoration: none; }

.privacypolicy .privacy-lists li a.active {
  background: #8552c0;
  color: white;
  text-decoration: none; }

.policy-content {
  padding-left: 30px; }

.about-us h2 {
  color: #8552c0;
  font-weight: 600;
  text-align: center;
  margin: 60px 0 10px 0; }

.about-us h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(to right, #5b1daf 10%, #b8a3dc 80%, white 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 110% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center; }

.about-us-content p {
  font-size: 15px; }

.about-us-content .row {
  margin: 80px auto; }

.about-us-content .row .col-md-8 {
  background: #eceafe;
  padding: 20px;
  border-radius: 13px; }

.privacypolicy p,
.privacypolicy li,
.privacypolicy th,
.privacypolicy td {
  font-size: 15px; }

.privacypolicy th,
.privacypolicy td {
  padding: 10px;
  vertical-align: baseline; }

.privacypolicy span {
  margin-bottom: 10px; }

.privacypolicy h1 {
  font-size: 20px;
  color: #700ec7; }

@media only screen and (max-width: 1200px) {
  .plans .tab-pane-content .tab-content1 ul li {
    padding-left: 10px; }

  .plans .tab-pane-content .tab-content1 {
    padding: 10px;
    padding-bottom: 70px; } }
@media only screen and (max-width: 997px) {
  .plans .tab-pane-content {
    grid-template-columns: repeat(2, 1fr); }

  .plans .title p {
    width: 90%; }

  .plans .title h1 {
    font-size: 38px; } }
@media only screen and (max-width: 767px) {
  .plans .tab-pane-content {
    grid-template-columns: repeat(1, 1fr); }

  .plans {
    padding: 40px 0; }

  .privacypolicy {
    display: block; }

  .privacypolicy .privacy-lists {
    display: flex; }

  .privacypolicy .privacy-lists li {
    font-size: 14px; } }
@media only screen and (max-width: 454px) {
  .plans .title h1 {
    font-size: 28px;
    padding: 10px; }

  .plans .title p {
    width: 90%; }

  .plans .plans-tab h3 {
    font-size: 30px; }

  .plans .tab-pane-content .tab-content1 h3 {
    font-size: 26px;
    padding: 0; }

  .plans .tab-pane-content .tab-content1 p {
    font-size: 12px; }

  .plans .tab-pane-content .tab-content1 h5 {
    font-size: 22px; }

  .plans .tab-pane-content .tab-content1 .button-div button {
    padding: 5px;
    font-size: 15px; }

  .plans .plans-tab ul {
    margin: 10px 5px; }

  .plans .plans-tab ul li {
    padding: 5px; }

  .plans .plans-tab .tab-content {
    margin: 20px; } }
.resources-banner {
  background-image: url("../images/resource-banner.png");
  display: flex;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover; }
  .resources-banner h1 {
    padding: 90px;
    color: #f2edff;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }

.case-studies-rows .row:nth-child(even) {
  flex-direction: row-reverse;
  margin: 50px 0;
  box-shadow: 2px 2px 10px gray;
  padding: 30px; }

.case-studies-rows img {
  border-radius: 13px; }

.case_studies {
  padding: 40px 0px; }
  .case_studies h3 {
    color: #815bf1;
    /* font-family: Poppins; */
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-bottom: 50px; }
  .case_studies .image-title {
    color: #815bf1;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 20px 0; }
  .case_studies .case_studies_content {
    color: #000; }
    .case_studies .case_studies_content ul {
      padding-left: 20px;
      margin-bottom: 0; }
      .case_studies .case_studies_content ul li {
        font-size: 14px;
        list-style-type: disclosure-closed; }
        .case_studies .case_studies_content ul li::marker {
          color: #815bf1; }
    .case_studies .case_studies_content h4 {
      font-size: 20px;
      font-weight: bold; }
    .case_studies .case_studies_content p {
      font-size: 14px; }

.video-blogs {
  margin-bottom: 50px; }
  .video-blogs .watchnow {
    border-radius: 8px;
    background: linear-gradient(91deg, #700dc7 8.79%, #7c1fd3 47.21%, #904aeb 94.89%);
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 15px; }

.blogs-section .blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 30px; }
.blogs-section h3 {
  color: #815bf1;
  /* font-family: Poppins; */
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding: 50px 0; }
.blogs-section .blog-content {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  position: relative;
  padding-bottom: 30px; }
  .blogs-section .blog-content h4 {
    font-size: 19px;
    margin-top: 10px;
    font-weight: bold; }
  .blogs-section .blog-content img {
    height: 160px;
    width: 100%;
    object-fit: cover; }
  .blogs-section .blog-content a {
    position: absolute;
    bottom: 10px;
    margin-top: 10px; }

.title-resources a {
  padding: 20px;
  color: black;
  font-weight: 500; }
.title-resources a.active {
  color: #720fc9 !important; }

.image-title {
  text-align: center;
  margin-top: 10px; }

@media only screen and (max-width: 991px) {
  .blogs-section .blogs {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 767px) {
  .case_studies {
    padding: 10px 10px; }

  .case_studies h3 {
    padding-bottom: 0; }

  .blogs-section h3 {
    padding: 20px 0; }

  .blogs-section .blogs {
    grid-template-columns: repeat(1, 1fr); }

  .resources-banner {
    height: 200px; }

  .resources-banner h1 {
    font-size: 32px;
    padding-top: 70px; }

  .video-v {
    margin-bottom: 80px; }

  .case-studies-rows .row:nth-child(even) {
    box-shadow: none;
    padding: 0; } }
figure {
  width: 100%;
  height: 300px;
  object-fit: cover; }

.thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  overflow: hidden; }

.thumbnail > img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease; }

.thumbnail div {
  position: absolute;
  background: rgba(1, 1, 1, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  line-height: normal;
  text-align: left;
  font-size: 14px;
  z-index: 2;
  padding: 20px; }
  .thumbnail div p {
    height: 100%;
    display: flex;
    align-items: end;
    position: relative;
    bottom: 35px; }

.thumbnail:hover > img {
  transform: scale(1.3); }

.thumbnail:hover > div {
  opacity: 1; }

.figure-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  justify-content: center; }
  .figure-grid .figure {
    flex: 0 0 47%; }
  .figure-grid figcaption {
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    top: -51px;
    background: linear-gradient(92deg, #700ec7 11.58%, #8e30df 53.91%, #9759f3 92.32%);
    padding: 10px;
    /* width: max-content; */
    text-align: center; }

.industries-banner {
  background-image: url("../images/resource-banner.png");
  padding: 80px 10px;
  background-repeat: no-repeat;
  background-size: cover; }
  .industries-banner img {
    width: 100%;
    height: auto;
    object-fit: contain; }
  .industries-banner h1 {
    color: #fff;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* 100% */ }
  .industries-banner button {
    border-radius: 19px;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: 2px solid #a283f5;
    margin-top: 20px; }
    .industries-banner button:nth-child(1) {
      padding: 13px 30px;
      background: #ff6c7d;
      color: #fff;
      margin-right: 10px; }
    .industries-banner button:nth-child(2) {
      background: transparent;
      color: #fff;
      padding: 13px; }
      .industries-banner button:nth-child(2):hover {
        border: 2px solid #fff; }

.industries-content {
  margin: 60px auto; }
  .industries-content h3 {
    color: #000;
    font-family: "Poppins";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center; }
  .industries-content p {
    color: #000;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

.industries-contact {
  background-image: url("../images/case-studies-contact-bg.png");
  padding: 60px 0;
  text-align: center;
  margin: 80px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 0; }
  .industries-contact h3 {
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    width: 80%;
    margin: auto; }
  .industries-contact button {
    border-radius: 19px;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: 2px solid #a283f5;
    margin-top: 20px;
    background: transparent;
    color: #fff;
    padding: 13px;
    text-align: center; }
    .industries-contact button:hover {
      background: #ff6c7d;
      color: #fff; }

@media only screen and (max-width: 1200px) {
  .industries-banner h1 {
    font-size: 26px;
    line-height: 34px; }

  .industries-contact {
    padding: 40px; }
    .industries-contact h3 {
      font-size: 26px;
      line-height: 40px; } }
@media only screen and (max-width: 991px) {
  .industries-contact {
    padding: 20px; }
    .industries-contact h3 {
      font-size: 26px;
      line-height: 30px; }

  .figure-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px; }
    .figure-grid .figure {
      flex: 0 0 100%; }

  .industries-banner {
    padding: 50px 0; }

  figure {
    height: auto; } }
@media only screen and (max-width: 767px) {
  .industries-banner {
    padding: 20px; }

  .industries-banner .row {
    flex-wrap: nowrap !important; }

  .industries-banner h1 {
    font-size: 14px;
    line-height: 20px; }

  .industries-content h3 {
    font-size: 20px; }

  .industries-content p {
    font-size: 12px; }

  figure {
    height: 250px; }

  .industries-contact h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0; }

  .industries-contact button {
    margin-top: 10px; }

  .industries-banner button {
    font-size: 10px; }

  .industries-banner button:nth-child(1) {
    padding: 3px 5px; }

  .industries-banner button:nth-child(2) {
    padding: 3px 10px; }

  .industries-banner img {
    margin-top: 20px;
    height: 150px !important; }

  .industries-banner .row .col-md-7 {
    padding-right: 5px; }

  .industries-banner .row .col-md-5 {
    padding-left: 0; } }
@media only screen and (max-width: 545px) {
  .industries-contact button {
    font-size: 12px;
    line-height: 0px;
    border: 1px solid #a283f5;
    margin-top: 5px;
    padding: 10px; }

  .industries-contact {
    background-size: auto; }

  .thumbnail div p {
    font-size: 11px;
    bottom: 0px; }

  .industries-banner .row .col-md-7 {
    flex: 0 0 70% !important; } }
@media only screen and (max-width: 454px) {
  .industries-banner {
    padding: 20px; }

  .industries-content h3 {
    font-size: 20px; }

  .industries-content p {
    font-size: 12px; }

  figure {
    height: 250px; }

  .industries-banner button {
    margin-top: 0; }

  .industries-banner .row .col-md-5 img {
    margin-top: 0; } }
.industry-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  .industry-image-grid .image-grid-content {
    position: relative; }
  .industry-image-grid img {
    border-radius: 23px;
    /* position: relative; */
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .industry-image-grid h3 {
    position: absolute;
    bottom: 0px;
    color: white;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 20px;
    padding: 5px;
    background: linear-gradient(92deg, #700ec7 11.58%, #8e30df 53.91%, #9759f3 92.32%);
    margin-bottom: 0;
    width: 100%;
    text-align: center; }

.industry-image-flex {
  display: flex !important;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center; }
  .industry-image-flex .image-grid-content {
    flex: 0 0 30% !important; }

.swift p {
  color: #fff; }

.swiftimg {
  padding: 60px;
  text-align: center; }
  .swiftimg img {
    height: auto;
    object-fit: contain;
    width: 100%; }

.industry-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  .industry-blocks .industry-block-content {
    border-radius: 27.062px;
    border: 1.691px solid #e1eefa;
    background: #fff;
    box-shadow: 0px 30.44489px 81.18637px 0px rgba(164, 172, 178, 0.16); }
    .industry-blocks .industry-block-content div:nth-child(1) img {
      border-top-left-radius: 27.062px;
      border-top-right-radius: 27.062px;
      height: 100%;
      width: 100%; }
    .industry-blocks .industry-block-content div:nth-child(2) {
      padding: 20px; }
      .industry-blocks .industry-block-content div:nth-child(2) img {
        height: auto;
        width: 40px; }
    .industry-blocks .industry-block-content h4 {
      font-family: "Poppins";
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .industry-blocks .industry-block-content p {
      color: #6e7089;
      font-family: "Poppins";
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%; }

@media only screen and (max-width: 1200px) {
  .swiftimg img {
    width: 90%; }

  .swiftimg {
    padding: 50px; }

  .industry-image-grid {
    grid-template-columns: repeat(2, 1fr); }

  .industry-image-flex .image-grid-content {
    flex: 0 0 45% !important; } }
@media only screen and (max-width: 991px) {
  .industry-blocks {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 767px) {
  .swiftimg {
    padding: 10px; }

  .swiftimg img {
    width: 95%; }

  .industry-blocks {
    grid-template-columns: repeat(1, 1fr); }

  .industry-image-grid {
    grid-template-columns: repeat(1, 1fr); }

  .industry-image-flex .image-grid-content {
    flex: 0 0 100% !important; }

  .industry-blocks .industry-block-content h4 {
    font-size: 19px; }

  .industry-blocks .industry-block-content p {
    font-size: 12px; }

  .swift p {
    font-size: 12px; } }
.visionBanner .container {
  padding: 120px 0px; }

.visionBanner h1 {
  color: #212121;
  width: 69%;
  font-size: 40px; }
  .visionBanner h1 span {
    color: grey; }
.visionBanner p {
  color: #414141;
  font-size: 13px;
  width: 64%; }
.visionBanner button {
  color: white;
  font-size: 14px;
  padding: 7px 17px;
  border: 0;
  border-radius: 4px;
  border: 1px solid #212121; }
.visionBanner button:nth-child(1) {
  background: #212121; }
.visionBanner button:nth-child(2) {
  background: white; }
.visionBanner .vs_main {
  position: absolute;
  top: -80px;
  right: 80px; }
.visionBanner .vs_image {
  position: relative;
  padding-top: 140px; }

.vs_win .title {
  font-size: 30px;
  color: #212121;
  font-weight: 600; }
  .vs_win .title span {
    color: grey; }
.vs_win .vs_win_card h3 {
  font-size: 16px;
  color: #212121;
  margin-top: 10px;
  font-weight: 500; }
.vs_win .vs_win_card p {
  font-size: 12px;
  color: #787777; }

.vs_support table .fa-minus {
  line-height: 0;
  color: #0070ff;
  border: 1px solid #0070ff;
  /* padding: 7px 4px; */
  font-size: 10px;
  border-radius: 4px;
  height: 14px;
  align-items: center;
  align-content: center;
  width: 14px;
  text-align: center;
  padding-top: 2px; }
.vs_support table .fa-check {
  line-height: 0;
  border: 1px solid #01016f;
  /* padding: 7px 4px; */
  font-size: 10px;
  border-radius: 4px;
  height: 14px;
  align-items: center;
  align-content: center;
  width: 14px;
  text-align: center;
  padding-top: 2px;
  background: #01016f;
  color: white; }
.vs_support table td div span {
  margin-left: 20px;
  color: #667085;
  font-size: 13px; }
.vs_support .top-table-content tr {
  border: 1px solid #eaecf0; }
.vs_support .top-table-content th {
  margin: 10px;
  padding: 20px; }
  .vs_support .top-table-content th h4 {
    font-size: 16px; }
  .vs_support .top-table-content th a {
    color: white;
    background: #0070ff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500; }
.vs_support .title {
  font-size: 30px;
  color: #212121;
  font-weight: 600; }
  .vs_support .title span {
    color: grey; }
.vs_support .support-table tr {
  border: 1px solid #eaecf0; }
.vs_support .support-table th,
.vs_support .support-table td {
  padding: 10px; }
  .vs_support .support-table th p,
  .vs_support .support-table td p {
    margin: 0; }
.vs_support .support-table td p {
  color: #667085;
  font-size: 13px; }
.vs_support .support-table th p {
  color: #101828;
  font-size: 14px; }

.vs_enterprises .title {
  font-size: 30px;
  color: #212121;
  font-weight: 600; }
  .vs_enterprises .title span {
    color: grey; }
.vs_enterprises .enterprise_image {
  background: #7daeff75;
  padding: 40px 0; }

.build-models {
  background: #f6f6f6;
  padding-top: 30px; }
  .build-models .header-text-size {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px; }
  .build-models .card {
    height: 100%; }
  .build-models h5 {
    margin-bottom: 0px;
    font-size: 16px; }
  .build-models .card-text {
    font-weight: 400;
    font-size: 13px;
    color: #787777; }

.vs-privacy {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.445), rgba(0, 0, 0, 0.639)), url("../images/icons/background-2.webp");
  background-size: 100%;
  background-repeat: no-repeat; }
  .vs-privacy .privacy-content {
    height: 390px;
    align-content: center; }
    .vs-privacy .privacy-content h4 {
      color: #ffffff;
      font-weight: 600;
      font-size: 40px;
      margin: 0; }
    .vs-privacy .privacy-content p {
      color: white;
      font-weight: 500; }

.vs_privacy-main .title {
  font-size: 30px;
  color: #212121;
  font-weight: 600; }
  .vs_privacy-main .title span {
    color: grey; }

.guarantee h5 {
  border-left: 4px solid white;
  padding-left: 10px;
  margin-top: 10px; }
.guarantee p {
  padding-left: 15px;
  font-size: 12px;
  margin: 0; }

.join-vs img {
  width: 100%; }
.join-vs .join-team {
  background: #0c0101;
  padding: 30px 0; }
  .join-vs .join-team h3 {
    color: white;
    font-size: 38px; }
  .join-vs .join-team p {
    color: white; }
  .join-vs .join-team a:nth-child(1) {
    background: #0070ff;
    color: white;
    border-radius: 6px;
    padding: 10px 15px;
    margin-right: 20px; }
  .join-vs .join-team a:nth-child(2) {
    background: white;
    color: black;
    border-radius: 6px;
    padding: 10px 15px; }

*::-webkit-scrollbar {
  height: 8px;
  width: 11px !important;
  opacity: 1;
  display: block; }

/* .main-content::-webkit-scrollbar,
.tab-content::-webkit-scrollbar {
  opacity: 0;
  display: none;
} */
*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
  opacity: 0; }

*::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0.526);
  border-radius: 5px;
  z-index: 0;
  opacity: 0; }

@media only screen and (max-width: 1200px) {
  .visionBanner h1 {
    width: 100%;
    text-align: center;
    font-size: 30px; }

  .visionBanner .container {
    padding: 100px 0px; }

  .visionBanner p {
    width: 100%;
    text-align: center; }

  .banner-links {
    text-align: center; }

  .join-vs .join-team h3 {
    font-size: 28px; } }
@media only screen and (max-width: 992px) {
  .visionBanner .container {
    padding: 70px 0px; }

  .visionBanner .vs_image {
    padding-top: 0; }

  .visionBanner .vs_main {
    display: none; }

  .vs-privacy .privacy-content {
    height: auto;
    align-content: center;
    padding: 80px 0px; }

  .subheader {
    top: 70px; }

  .subheader .get-started {
    display: block !important;
    font-size: 14px;
    padding: 4px 12px; }

  .subheader.stickyheader .get-started {
    font-size: 14px;
    padding: 4px 12px; } }
@media only screen and (max-width: 767px) {
  .visionBanner h1 {
    width: 100%;
    text-align: center;
    font-size: 24px; }

  .visionBanner p {
    width: 100%;
    text-align: center;
    font-size: 12px; }

  .vs_win_card {
    text-align: center; }

  .build-models .header-text-size {
    font-size: 17px; }

  .vs-privacy .privacy-content h4 {
    font-size: 30px; }

  .vs-privacy .privacy-conten p {
    font-size: 12px; }

  .join-vs .join-team a {
    padding: 5px 12px;
    font-size: 12px; }

  .vs_support {
    overflow: scroll; }

  .join-vs .join-team h3 {
    font-size: 22px; }

  .join-vs .join-team p {
    font-size: 12px; }

  .vs_support .top-table-content th {
    padding: 16px; } }
@media only screen and (max-width: 445px) {
  .join-vs .join-team a {
    padding: 5px 12px !important;
    font-size: 12px;
    display: block;
    margin: 10px; }

  .visionBanner button {
    font-size: 12px;
    margin: 3px; }

  .vs-privacy {
    background-size: cover; }

  .vs_win .title,
  .vs_support .title,
  .vs_enterprises .title,
  .vs_win .title,
  .vs_privacy-main .title {
    font-size: 22px;
    line-height: 30px; }

  .vs-section section {
    margin: 30px 0; } }
.subheader {
  position: relative;
  top: 90px;
  width: 100%;
  background: white; }

.stickyheader {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 10px 0; }

.streamlit p {
  line-height: 23px; }
.streamlit ul {
  flex: 0 0 22%;
  flex-direction: column;
  background: #f8f9fa;
  padding: 20px 0; }
  .streamlit ul li {
    line-height: 30px; }
    .streamlit ul li a {
      padding: 10px;
      width: 100%;
      display: block;
      text-decoration: none;
      color: black; }
      .streamlit ul li a:hover {
        color: #4134a5;
        font-weight: bold; }
    .streamlit ul li a.active {
      border-left: 3px solid #4134a5;
      color: #4134a5;
      font-weight: bold; }
.streamlit .tab-content {
  padding-left: 30px; }
  .streamlit .tab-content h3 {
    margin-top: 0;
    border-bottom: 2px solid #4134a5;
    padding: 0 0 10px 0; }
  .streamlit .tab-content ul {
    background-color: transparent; }

@media only screen and (max-width: 991px) {
  .streamlit li,
  .streamlit P {
    font-size: 14px; } }
@media only screen and (max-width: 767px) {
  .privacypolicy {
    padding: 0; }

  .streamlit ul {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    overflow: scroll;
    width: 100%;
    gap: 15px; }
    .streamlit ul li a {
      text-wrap: nowrap;
      border: 0; }
    .streamlit ul li a.active {
      border-left: 0; }

  .streamlit .tab-content {
    padding-left: 0; }
    .streamlit .tab-content h3 {
      margin-top: 20px; } }

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