.btn-outline-primary, .btn-primary {
  border-color: var(--btn-color) !important
}
.hero-title, body {
  font-family: Parkinsans, Arial, Helvetica, sans-serif
}
.key-card, .news-card, .news-card h3, .shine {
  overflow: hidden
}
.accordion-body ul, .ei-list {
  list-style: none
}
* {
  margin: 0;
  padding: 0
}
:root {
  --primary-color: #291A77;
  --secondary-color: #F2AE22;
  --default-color: #fff;
  --btn-color: #B797FF;
  --light-bg: #F3F3FF;
  --primary-gradient: linear-gradient(to right, #3C2D89, #5F2EE5);
  --fz-16: 16px;
  --fz-20: 18px;
  --fz-60: 38px;
  --nav-child-space: 0 18px;
  --century: 100px;
  --mt-18: 18px;
  --mt-40: 40px;
  --bg: #3C2D89;
  --stroke: #6E5BCE;
  --hover-color: #9169ec;
  --hover-border-color: #9169ec
}
body {
  font-size: 14px;
  overflow-y: scroll
}
.lobs-list .lobs-item a:hover, a {
  text-decoration: none
}
.header {
  background: var(--primary-color);
  padding: 10px 0
}
.tag-info {
  color: var(--default-color)
}
.navbar-nav a:hover, .text-secondary {
  color: var(--secondary-color) !important
}
.primary-section {
  background-image: var(--primary-gradient);
  min-height: 380px;
}
.primary-section .navbar {
  padding-top: 35px;
  padding-bottom: 0
}
.primary-section .navbar-brand {
  padding: 0
}
.nav-link .active, .navbar-nav a {
  font-size: var(--fz-16);
  color: var(--default-color) !important;
  padding: var(--nav-child-space) !important;
  display: inline-flex
}
.form-control:focus {
  border-color: #291a77;
  box-shadow: none
}
.form-check-input:checked {
  background-color: #291a77;
  border-color: #291a77
}
.btn-primary {
  background: var(--btn-color) !important;
  padding: 8px 16px !important
}
.btn-outline-primary {
  color: #fff !important
}
.btn-outline-primary:hover, .btn-primary:hover {
  background: var(--hover-color) !important;
  border-color: var(--hover-border-color) !important
}
.btn-check + .btn:hover, .btn-check:checked + .btn {
  color: var(--default-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color)
}
.ml-15 {
  margin-left: 15px
}
.heading-1, .hero-title {
  margin: 0;
  color: var(--default-color);
  font-weight: 600
}
.banner-space {
  padding-top: var(--century);
  padding-bottom: var(--century);
  margin-top: 48px;
  margin-bottom: 48px;
}
.navbar-brand img {
  height: 50px;
}
.hero-title {
  font-size: var(--fz-60)
}
.heading-1 {
  font-size: 42px;
  line-height: normal
}
.hero-title span {
  position: relative;
  display: inline-block
}
.hero-title span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--secondary-color);
  animation: 1s forwards border-animation
}
@keyframes border-animation {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}
.mt-18 {
  margin-top: var(--mt-18)
}
.pt-18 {
  padding-top: 18px
}
.dropdown-link i, .fs-18, .fz-18, .fz-20, .new-feature-card p, .testimonial-content p, .testimonial-content p.fs-18 {
  font-size: 18px
}
.mt-40 {
  margin-top: var(--mt-40)
}
.watch-demo {
  background: url('../img/watch-demo-bg.webp') center center/100% auto no-repeat;
  width: 300px;
  height: 335px;
  position: absolute;
  right: 0;
  bottom: 60px;
  padding: 0
}
.video-play {
  width: 100%;
  height: 100%;
  background: var(--bg);
  border-radius: 50%;
  color: var(--default-color);
  position: relative;
  border: 10px solid var(--stroke);
  box-shadow: 0 2px 25px rgba(255, 255, 255, .5);
  z-index: 2;
  cursor: pointer
}
.request-text, .ripple, .scroll-down, .special-text, .watch-signal {
  position: absolute
}
.video-play-container {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(25px, 0)
}
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .2);
  opacity: .3;
  animation: 2s infinite rippleEffect;
  z-index: 1
}
.ripple:first-child {
  animation-delay: .5s
}
.ripple:nth-child(2) {
  animation-delay: 1s
}
.ripple:nth-child(3) {
  animation-delay: 1.5s
}
@keyframes rippleEffect {
  0% {
    width: 0;
    height: 0;
    opacity: .4
  }
  50% {
    width: 200px;
    height: 200px;
    opacity: .3
  }
  100% {
    width: 250px;
    height: 250px;
    opacity: 0
  }
}
.video-play i {
  font-size: 100px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  transform: translate(10px, -10px)
}
.special-text {
  font-family: "Nothing You Could Do", serif;
  text-align: right;
  font-size: 24px;
  color: #fff;
  bottom: 50px;
  text-transform: capitalize;
  margin-left: 20px
}
.heading-2, .icon, .sub-text {
  text-align: center
}
.special-text.ai-intake {
  font-weight: 900;
  font-size: 21px;
  color: #f2ae22;
  margin-left: 50px;
  text-shadow: 2px 2px 4px #b797ff
}
.watch-signal {
  bottom: 60px;
  width: 50px;
  right: 20px
}
.request-text {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  bottom: 35px;
  left: 15px;
  transform: rotate(180deg);
  letter-spacing: 1px
}
.scroll-down {
  bottom: 20px;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 25px;
  cursor: pointer;
  padding: 25px 5px 10px
}
.scroll-down i {
  color: var(--default-color);
  font-size: 24px;
  line-height: 1;
  position: relative;
  height: 15px;
  animation: 1.5s infinite alternate scrollDown
}
.scroll-down i:first-child {
  animation-delay: 0s
}
.scroll-down i:nth-child(2) {
  animation-delay: .3s
}
.scroll-down i:nth-child(3) {
  animation-delay: .6s
}
@keyframes scrollDown {
  0% {
    opacity: .1
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1
  }
}
.light-bg {
  background: var(--light-bg)
}
.container-space {
  padding: 85px 0;
  overflow: hidden
}
.heading-2 {
  font-weight: 600;
  font-size: 28px;
  margin: 0
}
.heading-3 {
  font-size: 21px;
  font-weight: 500;
  margin: 0
}
.heading-4, .heading-4 .accordion-button {
  font-weight: 600;
  font-size: 18px;
  color: var(--bg)
}
.heading-4 .accordion-button {
  padding: 23px
}
.seamless-imp .accordion-button, .seamless-imp .accordion-item, .seamless-imp .accordion-item:first-of-type, .seamless-imp .accordion-item:last-of-type, .seamless-imp .accordion-item:last-of-type > .accordion-collapse {
  border-radius: 15px !important;
  border: unset !important
}
.seamless-imp .accordion-item {
  margin-bottom: 30px
}
.mt-35 {
  margin-top: 35px
}
.trusted-partners .card-body {
  min-height: 90px;
  max-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center
}
.sub-text {
  width: 70%;
  color: rgba(51, 51, 51, .65);
  margin: 12px auto 50px !important
}
.text {
  color: rgba(51, 51, 51, .75)
}
.icon {
  background-image: linear-gradient(to right, #d4c1fd, #9b79f2);
  min-height: 100px;
  min-width: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.gap-16 {
  gap: 16px
}
.icon img {
  max-width: 60px;
  max-height: 60px
}
.custom-list {
  list-style-type: none;
  padding-left: 0
}
.custom-list li {
  position: relative;
  padding-left: 45px;
  padding-bottom: 5px
}
.custom-list li::before {
  content: '\f3c1';
  font-family: remixicon !important;
  position: absolute;
  left: 24px;
  top: 12px;
  transform: translateY(-50%);
  font-size: 9px;
  color: #f2ae22
}
.keyfeatures-bg {
  background: var(--bg)
}
.key-card {
  padding: 30px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, .35);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}
.key-card.card-odd {
  background: linear-gradient(120deg, rgba(141, 119, 255, .4), rgba(255, 255, 255, .3) 90%)
}
.key-card.card-even {
  background: linear-gradient(120deg, rgba(255, 255, 255, .3) 50%, rgba(141, 119, 255, .4))
}
.key-card .icon {
  background: 0 0;
  display: inline-block;
  padding: 0;
  text-align: left
}
.key-card .icon img {
  max-width: 120px;
  max-height: 120px
}
.card-even, .ps-90 {
  padding-left: 90px
}
.card-odd {
  padding-right: 90px
}
.video-play.key-feature {
  line-height: 110px;
  border: 10px solid #52439b;
  box-shadow: 0 4px 25px rgba(255, 255, 255, .1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: none;
  z-index: 5;
  width: 130px;
  height: 130px
}
.video-play.key-feature img {
  width: 90px
}
.box-shadow-feature {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: rgba(255, 255, 255, .2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}
.box-shadow-feature:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #3c2d89;
  transform: rotate(45deg);
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
  box-shadow: 0 0 65px rgba(60, 45, 137, .8);
  filter: blur(25px)
}
.border-bottom-right:before, .border-top-right:before {
  content: "";
  position: absolute;
  background: 0 0;
  left: 140px;
  right: 30px;
  top: 85px;
  z-index: -1;
  border-top-right-radius: 20px;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
  border-right: 1px solid rgba(255, 255, 255, .25)
}
.border-bottom-left:before, .border-top-left:before {
  content: "";
  position: absolute;
  background: 0 0;
  left: 30px;
  right: 140px;
  z-index: -1;
  border-left: 1px solid rgba(255, 255, 255, .25)
}
.border-bottom-right:before {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  border-right: 1px solid rgba(255, 255, 255, .25);
  border-top: 0;
  top: 0;
  bottom: 85px;
  border-bottom-right-radius: 20px
}
.border-top-left:before {
  top: 85px;
  border-top-left-radius: 20px;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, .25)
}
.border-bottom-left:before {
  bottom: 85px;
  border-bottom-left-radius: 20px;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25)
}
.accordion-button:not(.collapsed) {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px
}
.seamless-imp .accordion-body li {
  margin-bottom: 15px;
  position: relative;
  color: rgba(51, 51, 51, .65)
}
.accordion-body li:before {
  content: '';
  position: absolute;
  background: #3c2d89;
  width: 10px;
  height: 10px;
  left: -20px;
  top: 6px;
  border-radius: 50%
}
.badge.bg-primary {
  background: #b797ff !important;
  position: absolute;
  z-index: 10;
  top: -13px;
  left: 3%;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 20px
}
.footerimg, .inner-page:before {
  left: 0;
  right: 0;
  position: absolute
}
.lh-2 {
  line-height: 2;
  margin: 0
}
.social-icon, .social-media li a {
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block
}
.footer {
  background: #221851;
  padding-top: 50px;
  margin-top: 80px;
}
.lt-news .card {
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(60, 45, 137, .25);
}
.footer-link {
  color: #fff;
  text-decoration: none
}
.footer-link i {
  font-size: 20px
}
.social-icon {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, .15);
  line-height: 30px;
  color: #fff;
  border-radius: 50%
}
.footerimg {
  background: url(../img/footer-img.svg) left top/cover no-repeat #5f2ee5;
  top: -90%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 12px;
  border-radius: 20px
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, .5);
  margin-top: 40px;
  padding: 20px 0
}
.copyright a {
  padding: 0 10px
}
.form-control {
  padding: 14px .75rem;
}
.ai-page-cs-link .testimonial-content h2, .double-rem {
  font-size: 28px;
  font-weight: 600
}
.footer-text {
  width: 70%;
  margin: 25px auto !important;
  font-size: 18px;
  color: rgba(255, 255, 255, .75) !important
}
.section-bottom-space {
  padding-bottom: 230px
}
.inner-link {
  background: #f4f4f4;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  font-weight: 500
}
.form-check-input {
  width: 1.5em;
  height: 1.5em
}
.form-check-label {
  margin-left: 10px
}
.label-btn {
  background: 0 0;
  color: #333;
  border-radius: 25px;
  width: 90px;
  border: 1px solid #dcdae5
}
.inner-page {
  margin-top: -80px
}
.inner-page:before {
  content: '';
  height: 280px;
  background-image: var(--primary-gradient)
}
.inner-page .card {
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(60, 45, 137, .25)
}
.inner-page .card-body {
  padding: 35px
}
.leadersMga .card {
  box-shadow: 0 4px 20px rgba(60, 45, 137, .08);
  border-radius: 10px
}
.text-link {
  color: #9b79f2;
  font-weight: 500;
  text-decoration: none
}
.featured-capability .lobs-list .lobs-item, h2.heading-3 {
  margin-bottom: 12px
}
.inner-page p {
  line-height: 24px
}
.inner-page .ei-list {
  line-height: 26px
}
.mt-50 {
  margin-top: 50px
}
nav-link.dropdown-toggle {
  align-items: center;
  gap: 5px
}
.navbar-nav a.dropdown-link {
  color: #333 !important;
  text-decoration: none;
  padding: 4px 15px !important;
  display: flex;
  gap: 10px
}
.navbar-nav a.dropdown-link:hover {
  background: rgb(238 235 246)
}
.bg-visit {
  width: 100%;
  background: #ffebc1;
  display: block;
  padding: 5px 15px;
  margin-top: 10px;
  color: #333;
  font-family: parkinsans-semibold
}
.links li {
  margin-bottom: 20px
}
.links li a {
  color: #3c2d89
}
.social-media {
  margin-top: 30px
}
.social-media li {
  display: inline-block
}
.social-media li a {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px
}
.social-media li a:hover {
  background-color: rgba(255, 255, 255, .05);
  color: #f2ae22
}
.trusted-partners img.tp-siu-logo {
  max-height: 90px
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.accordion {
  --bs-border-width: 0
}
.accordion-button {
  background: #fff;
  border-radius: 0 !important;
  font-weight: 500;
  white-space: normal
}
.accordion-item {
  box-shadow: 2px 2px 15px #e2e2e2;
  margin-bottom: 16px;
  border: 1px solid #cdd8dc;
  border-radius: 0 !important;
  transition: .5s
}
.accordion-item:hover {
  box-shadow: 0 2px 15px 0 #eaf2f5
}
.accordion-button:not(.collapsed) {
  --bs-accordion-active-color: var(--bg);
  background: #fff;
  box-shadow: none
}
.inner-page .form-check-input:focus {
  border-color: var(--bg)
}
.accordion-button:focus, .form-check-input:focus {
  box-shadow: none
}
.accordion-body {
  color: #333;
  padding-top: 0
}
.inner-page .faq-accrodion h5 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px
}
.mt-20 {
  margin-top: 20px
}
.news-card {
  border-radius: 15px;
  background-color: #fff;
  transition: .5s
}
.news-card:hover {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1)
}
.news-card:hover img {
  transform: scale(1.1)
}
.news-card img {
  width: 100%;
  max-height: 320px;
  transition: .5s
}
.news-card .news-card-body, .team-member-bio {
  padding: 15px
}
.news-card h3 {
  margin-top: 5px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal
}
.shine {
  position: relative;
  max-height: 290px
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2
}
.blog-page .news-card h3 {
  overflow: unset;
  text-overflow: unset;
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset
}
.news-card a {
  text-decoration: none;
  transition: .5s;
  color: var(--bg)
}
.accordion-button {
  box-shadow: none !important
}
.news-card .news-card-body .read-more {
  display: inline-block;
  margin-top: 10px
}
a.footer-link:hover {
  color: var(--secondary-color)
}
.mb-50 {
  margin-bottom: 50px
}
/*

.navbar-brand img {
    height: 36px
}
*/
.inner-link img {
  height: 20px;
  margin-right: 4px
}
.map-contact {
  padding: 37px 35px;
  background-color: #f1f1f9;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 69% 100%;
  background-color: #ffb929;
  border-radius: 4px;
  opacity: 1;
}
.carousel-control-prev {
  left: -140px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -120px;
}
@media(min-width: 1024px) and (max-width:1199px) {
  .primary-section {
    min-height: auto !important
  }
  .request-text {
    left: 5px
  }
  .inner-page {
    margin-top: -50px
  }
  .icon img {
    min-width: 45px;
    height: auto
  }
  .col img:not(.col:last-child img) {
    width: 100%;
    height: auto;
    padding: 0 15px
  }
}
@media (min-width: 768px) and (max-width:1199.98px) {
  .navbar .btn-primary, .navbar-nav a {
    font-size: 12px
  }
  .hero-title {
    font-size: 40px
  }
  .banner-space {
    padding-top: 50px;
    padding-bottom: 50px
  }
  .heading-4 {
    font-size: 16px
  }
  .heading-2 {
    font-size: 30px
  }
  .double-rem {
    font-size: 26px
  }
  .footer-text {
    width: 83%;
    margin: 16px auto !important;
    font-size: 16px
  }
  .footerimg {
    padding-top: 40px;
    top: -67%;
    height: auto;
    padding-bottom: 40px
  }
  .footer {
    padding-top: 150px
  }
  .section-bottom-space {
    padding-bottom: 190px !important
  }
  .navbar-nav a {
    padding: 0 10px !important
  }
  .fz-20 {
    font-size: 18px
  }
  .inner-page {
    margin-top: -20px
  }
  .mb-50 {
    margin-bottom: 30px
  }
  .mt-50 {
    margin-top: 30px
  }
  .sub-text {
    width: 80%
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .footerimg {
    top: -40%
  }
  .sub-text {
    width: 100%
  }
}
@media (max-width: 1023px) {
  .navbar-collapse {
    align-items: start
  }
  .navbar-toggler-icon {
    filter: brightness(10)
  }
  .navbar-toggler {
    border: 0;
    box-shadow: none !important
  }
  .navbar-nav {
    margin-left: 0 !important
  }
  .navbar-nav a {
    color: rgba(0, 0, 0, .65) !important
  }
  .navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color) !important
  }
  .primary-section .navbar-collapse.collapse:not(.show) {
    display: flex !important
  }
  .video-play-container {
    z-index: 1039
  }
  .hero-title {
    font-size: 28px
  }
  .heading-1 + p {
    color: rgba(255, 255, 255, .8) !important
  }
  .footer-link {
    color: rgba(255, 255, 255, .7) !important;
    text-decoration: none
  }
  .footer .col-md-3 {
    border-bottom: 1px solid;
    padding-bottom: 20px
  }
  [title="Request Demo"] {
    display: none
  }
  .keyfeatures-bg .col-md-6:nth-child(3) .key-card, .keyfeatures-bg .col-md-6:nth-child(4) .key-card {
    flex-direction: column-reverse
  }
}
@media(min-width: 767px) and (max-width:1023px) {
  .navbar-collapse.offcanvas {
    width: 30%
  }
  .card-even {
    padding-left: 45px
  }
  .card-odd {
    padding-right: 45px
  }
  .primary-section {
    min-height: calc(100vh - 345px) !important
  }
}
@media(max-width: 767px) {
  .news-card img {
    height: auto;
  }
  .primary-section .collapse, .scroll-down, .special-text, .video-play-container, .watch-demo {
    display: none !important
  }
  .footer .col-md-6:not(.copyright .col-md-6) {
    border-bottom: 1px solid;
    padding-bottom: 20px
  }
  .copyright {
    border-top: 0
  }
  body {
    overflow-x: hidden
  }
  .hero-title {
    font-size: 19px
  }
  .banner-space {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .copyright .text-end {
    text-align: center !important
  }
  footer .copyright hr {
    opacity: 0;
    margin: .35rem 0
  }
  footer .copyright {
    text-align: center;
    margin-top: 0
  }
  .ps-90 {
    padding-left: 0
  }
  .heading-3 {
    font-size: 20px
  }
  .container-space {
    padding: 40px 0
  }
  .btn-primary, .fz-20, .inner-page .accordion-button {
    font-size: 14px
  }
  .double-rem, .heading-2 {
    font-size: 18px
  }
  .request-text {
    writing-mode: horizontal-tb;
    text-transform: capitalize;
    position: absolute;
    bottom: 31px;
    right: 15px;
    transform: rotate(0);
    letter-spacing: 1px;
    background-color: #b797ff;
    color: #fff !important;
    padding: 8px 16px;
    left: inherit
  }
  .primary-section .navbar {
    padding-top: 16px
  }
  .navbar-nav a {
    padding: 8px 18px !important
  }
  .navbar-nav {
    margin-top: 14px;
    display: none
  }
  .offcanvas .navbar-nav {
    display: block;
    width: 100%
  }
  .sub-text {
    width: 100%
  }
  .footer {
    margin-top: 160px;
    padding-top: 0
  }
  .double-rem {
    line-height: 30px
  }
  .footerimg {
    background: url(../img/footer-img.webp) right center/cover no-repeat;
    background-color: #3e2d8b !important;
    padding: 30px;
    top: -130px;
    border-radius: 15px;
    height: auto
  }
  .footer-links {
    padding-top: 195px
  }
  .footer-text {
    width: 92%;
    font-size: 14px
  }
  .box-shadow-feature, .video-play.key-feature {
    display: none
  }
  .icon img {
    width: 45px;
    height: 45px
  }
  .border-bottom-left:before, .border-bottom-right:before, .border-top-left:before, .border-top-right:before {
    content: none
  }
  .card-odd {
    padding-right: 20px
  }
  .card-even {
    padding-left: 20px
  }
  .key-card .icon img {
    width: 90px;
    height: 90px
  }
  .key-card .ms-auto {
    margin-left: inherit !important
  }
  .sub-text {
    margin: 12px auto 20px !important
  }
  .seamless-imp .accordion {
    margin-top: 40px
  }
  .video-play i {
    font-size: 50px;
    transform: translate(5px, -6px)
  }
  .video-play-container {
    z-index: 1200
  }
  .watch-signal {
    bottom: -83px;
    right: -2px;
    display: none
  }
  .mb-50 {
    margin-bottom: 20px
  }
  .news-card {
    margin-bottom: 10px
  }
  .inner-page {
    margin-top: 0
  }
  .mt-50 {
    margin-top: 5px
  }
  .section-bottom-space {
    padding-bottom: 170px
  }
  .primary-section .navbar-nav .dropdown-menu {
    border: none
  }
  .outline-btns {
    padding: 8px 15px !important;
    font-size: 12px
  }
  .watch-demo {
    width: 150px;
    height: 150px;
    z-index: 1;
    right: -5px;
    bottom: 5px;
    padding: 0;
    background-size: contain
  }
  .video-play-container {
    width: 80px;
    height: 80px;
    transform: translate(10px, 0)
  }
  @keyframes rippleEffect {
    0% {
      width: 0;
      height: 0;
      opacity: .4
    }
    50% {
      width: 100px;
      height: 100px;
      opacity: .3
    }
    100% {
      width: 150px;
      height: 150px;
      opacity: 0
    }
  }
  .map-contact {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px
  }
  .banner-space .mt-40 {
    margin-top: 20px
  }
  .team-member {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  .team-member-bio {
    text-align: center;
    padding: 0
  }
  .inner-page .card-body {
    padding: 20px
  }
  .team-member-bio p {
    margin-bottom: 8px
  }
}
@media(max-width: 575.98px) {
  .navbar-collapse.offcanvas {
    width: 75%
  }
  .btn-primary {
    padding: 8px 10px !important
  }
}
.outline-btns {
  padding: 8px 24px;
  border: solid 1px var(--btn-color);
  color: var(--hover-color);
  border-radius: 24px
}
.outline-btns:hover {
  color: var(--btn-color)
}
.has-error .form-control, .has-error .form-select {
  border-color: #ea4335;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.has-error .help-block {
  color: #ea4335
}
h2 {
  font-size: 1.75rem
}
.video-container {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  left: 0;
  right: 0;
  min-height: 215px;
  bottom: 0;
  background: rgba(0, 0, 0, .75)
}
.video-container video {
  width: 100%;
  height: 100%
}
.video-container .close-btn {
  background: #e9a621;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  font-weight: 600
}
.video-container.video .close-btn {
  display: block
}
.team-member {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  align-items: center
}
.team-member img {
  max-width: 160px;
  margin: auto
}
.dropdown-submenu {
  position: relative;
  width: 230px
}
.dropdown-submenu > .dropdown-menu {
  top: 0 !important;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute
}
.ai-page-cs-link .testimonial-content p, .dropdown-submenu .dropdown-menu .dropdown-link {
  font-size: 14px
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}
.dropdown-submenu > .dropdown-menu.w-230 {
  width: 230px
}
.dropdown-submenu > .dropdown-menu.w-250 {
  width: 250px
}
.dropdown-item.dropdown-toggle, .dropdown-submenu .dropdown-link {
  position: relative
}
.dropdown-submenu .dropdown-link i {
  position: absolute;
  right: 12px
}
@media(max-width: 575px) {
  .pt-80, .pt-90, .section {
    padding-top: 20px !important
  }
  .primary-section {
    min-height: auto
  }
  .heading-1 {
    font-size: 21px !important
  }
  .hero-title {
    font-size: 16px !important
  }
  .heading-4, .heading-4 .accordion-button {
    font-size: 16px
  }
  .section {
    padding-bottom: 20px !important
  }
}
@media (min-width: 992px) {
  .btn-primary, .navbar-expand-lg .navbar-nav .nav-link {
    white-space: nowrap
  }
  .navbar-collapse.offcanvas {
    flex-direction: row
  }
}
@media (min-width: 1200px) and (max-width:1400px) {
  .h1, h1 {
    font-size: 3.2rem !important
  }
}
@media (max-width: 1023px) {
  .hero-title {
    font-size: 30px
  }
}
@media (min-width: 576px) and (max-width:767px) {
  .hero-title {
    font-size: 26px !important
  }
}
.new-features-container .new-feature-card:last-child {
  border-bottom: 1px solid transparent
}
.new-feature-card {
  padding: 30px 60px;
  border-bottom: 1px solid #e0e0e0
}
.pb-40, .section {
  padding-bottom: 40px
}
.new-feature-card h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px
}
.new-feature-card img {
  margin: auto
}
.section {
  padding-top: 40px
}
.pt-80, .pt-90 {
  padding-top: 80px
}
.section .card, .testimonial-container .card {
  background: #f7f4ff;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(33, 68, 151, .1);
  padding: 30px;
  border-radius: 12px
}
.section.light-card .card {
  background: #fff
}
.section.color-card .card {
  background: #f7f4ff
}
.section.gray-card .card {
  background: #f9f9f9
}
.sub-heading {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px
}
.testimonial-item {
  display: flex;
  gap: 30px
}
img {
  max-width: 100%
}
.testimonial-logo {
  background: #fff;
  padding: 30px;
  max-width: 240px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(33, 68, 151, .1)
}
.testimonial-content {
  padding-left: 60px;
  position: relative;
  padding-top: 30px;
  flex-grow: 1
}
.testimonial-content .quote {
  position: absolute;
  left: 0;
  top: 15px
}
.lt-news {
  margin-bottom: -240px;
  padding-bottom: 240px;
  background: var(--light-bg)
}
.lobs-list {
  display: flex;
  gap: 120px;
  align-items: flex-start;
  justify-content: center
}
.lobs-list.g-80 {
  gap: 80px
}
.new-feature-card .lobs-list {
  flex-direction: column;
  gap: unset;
  padding-left: 30px
}
.lobs-list .lobs-item {
  margin-bottom: 24px;
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: flex-start
}
.lobs-list .lobs-item a {
  color: #212529;
  text-decoration: underline
}
.lobs-list .lobs-item:last-child {
  margin-bottom: 0
}
.lobs-list .lobs-item i {
  color: #3c2d89;
  font-size: 14px;
  margin-top: 2px
}
.states-block a:not(.viewall_locations a) {
  display: block;
  padding: 12px 24px;
  background: rgba(255, 255, 255, .5);
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  color: var(--hover-color);
  font-size: 16px
}
.states-block a:hover:not(.viewall_locations a) {
  transition: .25s ease-in;
  color: var(--btn-color);
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  color: #3c2d89
}
.states-block .viewall_locations {
  text-align: center;
  margin-top: 20px
}
.states-block .viewall_locations a {
  color: #9169ec
}
.case-study-card {
  background: #f7f4ff;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(33, 68, 151, .1);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 24px;
  min-height: 260px
}
.case-study-card .cs-logo {
  background: rgba(255, 255, 255, .5);
  border-radius: 6px
}
.case-study-card .cs-logo img {
  max-height: 160px
}
.case-study-card h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--bg);
  margin-bottom: 16px
}
.case-study-card p, .ei-list {
  font-size: 16px
}
.case-study-card p:first-of-type {
  min-height: 72px
}
.case-study-card p:last-child {
  margin-bottom: 0 !important
}
.dropdown-item.dropdown-toggle i {
  position: absolute;
  right: 15px;
  top: 5px
}
.dropdown .dropdown-menu a.dropdown-item:active, .dropdown .dropdown-menu a.dropdown-item:hover, .dropdown-item:active {
  background: rgb(238 235 246);
  color: #333 !important
}
.case-studies-content-block h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px
}
.case-studies-content-block ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px
}
.case-studies-content-block ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 8px
}
.case-studies-content-block ul li i {
  font-weight: 600;
  font-size: 21px;
  color: #f2ae22;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: -4px
}
.breadcrumb-item, .breadcrumb-item a, .primary-section .banner-space p.text-white a {
  color: #f2ae22 !important
}
.breadcrumb-item a:hover, .primary-section .banner-space p.text-white a:hover {
  color: #b797ff !important
}
.ai-page-cs-link .testimonial-content {
  padding-left: 0;
  position: relative;
  padding-top: 0
}
.ai-page-cs-link p a.cs-link {
  background-color: rgba(255, 255, 255, .75);
  padding: 8px 24px;
  color: #b797ff !important;
  box-shadow: 0 4px 12px rgba(33, 68, 151, .1);
  transition: .5s
}
.ai-page-cs-link p a.cs-link:hover {
  background-color: #fff;
  color: #f2ae22 !important;
  box-shadow: 0 1px 4px rgba(33, 68, 151, .1)
}
.ei-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px
}
.ei-list li::before {
  font-family: remixicon !important;
  font-style: normal;
  content: "\f3c1";
  color: #3c2d89;
  font-size: 14px;
  margin-top: 2px;
  position: absolute;
  left: 0
}
@media(max-width: 575px) {
  .banner-space {
    margin-top: 0;
    margin-bottom: 0;
  }
  .new-feature-card, .testimonial-container .card {
    padding: 15px
  }
  .navbar-brand img {
    height: 35px;
  }
  .case-studies-content-block h2, .new-feature-card h2 {
    font-size: 18px;
    margin-bottom: 12px
  }
  .header .mobile-none {
    display: none;
  }
  .faqs-block .accordion-button, .footer-links .fz-18, .lobs-list .lobs-item, .nav-link .active, .navbar-nav a, .new-feature-card p, .states-block a:not(.viewall_locations a) {
    font-size: 14px
  }
  .testimonial-container .sub-heading {
    font-size: 21px
  }
  .testimonial-item {
    flex-direction: column
  }
  .testimonial-logo {
    max-width: 100%
  }
  .testimonial-content .quote {
    max-width: 30px
  }
  .testimonial-content {
    padding-left: 40px
  }
  .testimonial-content p {
    font-size: 16px
  }
  .testimonial-content .fw-bold {
    font-size: 14px;
    text-align: left !important
  }
  .lobs-list {
    flex-direction: column !important;
    gap: 0 !important
  }
  .dropdown-submenu > .dropdown-menu {
    position: unset !important
  }
  .dropdown-submenu > .dropdown-menu.show {
    display: block !important
  }
  .case-study-card .cs-logo, .lobs-list .lobs-block {
    margin-bottom: 24px
  }
  .lobs-list .lobs-item i {
    margin-top: 0
  }
  .new-feature-card .lobs-list {
    padding-left: 12px
  }
  .hero-title {
    line-height: normal !important
  }
  .primary-section .row.mb-5 {
    margin-bottom: 0 !important
  }
  .sub-heading {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px
  }
  .section .card {
    padding: 0
  }
  .inner-page .card .col-md-7 .bg-white {
    border-top-right-radius: 20px
  }
  .navbar-collapse .request-a-demo-btn {
    display: none
  }
  .offcanvas .request-a-demo-btn {
    display: block
  }
}
.dropdown-toggle::after {
  display: none !important
}
.dropdown-item {
  white-space: unset !important
}
.featured-capability .new-feature-card h2 a, .featured-capability h3 a {
  color: var(--bg) !important;
  text-decoration: underline
}
.featured-capability .new-feature-card h2 a:hover, .featured-capability h3 a:hover {
  color: var(--hover-color) !important;
  text-decoration: none
}
.featured-capability .col-md-6.mb-50 .d-flex.align-items-center {
  align-items: flex-start !important
}
@media screen and (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: none;
    max-width: 300px;
    min-width: 240px
  }
  .dropdown .dropdown-menu a.dropdown-item {
    font-size: 15px;
    color: #333 !important;
    padding: 4px 15px !important
  }
  .dropend .dropdown-menu a.dropdown-item {
    font-size: 14px
  }
  .dropdown .dropdown-menu a.dropdown-item:active, .dropdown .dropdown-menu a.dropdown-item:hover, .dropdown-item:active {
    background: rgb(238 235 246);
    color: #333 !important
  }
  .dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
    display: block
  }
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: -.5rem;
    left: 100%;
    margin-left: 0
  }
}