:root {
  --dark-blue: #153a6b;
  --white: white;
  --green: #20d6b5;
  --background-color: #1f1f1f;
  --black: black;
  --headings: #222327;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--dark-blue);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: underline;
  transition: all .3s;
}

label {
  color: #333f51;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

em {
  z-index: 9;
  background-color: #4f4f4f;
  border-radius: 28px;
  padding: 8px 16px;
  font-style: normal;
  position: absolute;
  bottom: -50%;
  left: 24px;
  transform: translate(0%, -50%);
}

sup {
  background-color: #8de5b1;
  border-radius: 0 20px 20px;
  max-width: 520px;
  padding: 24px;
  font-size: 20px;
  line-height: 1.4;
  display: inline-block;
  top: 0;
}

sub {
  background-color: #f2f2f2;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 520px;
  margin-top: 24px;
  margin-left: auto;
  padding: 24px;
  font-size: 20px;
  line-height: 1.4;
  display: inline-block;
  top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gradient-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.gradient-heading.mini {
  font-size: 36px;
  font-weight: 600;
}

.gradient-heading.mini.bold {
  font-weight: 700;
}

.gradient-heading.mini.mb60 {
  margin-bottom: 60px;
}

.gradient-heading.mini.big-text {
  font-size: 48px;
}

.gradient-heading.mini.service-heading {
  text-transform: capitalize;
}

.gradient-heading.blue {
  background-image: linear-gradient(#1029da, #438ef4);
  width: 67%;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 1.3;
}

.gradient-heading.blue.infooter {
  margin-top: 40px;
}

.gradient-heading.h1 {
  font-size: 64px;
}

.gradient-heading.in-swipper {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.gradient-heading.in-lp {
  margin-bottom: 30px;
}

.gradient-heading.np-heading {
  font-size: 50px;
}

.gradient-heading.inline-non {
  display: inline;
}

.container {
  width: 100%;
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container.apply {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 70px;
  transform: translate(0, -50%);
  box-shadow: 0 0 64px 1px #55698726;
}

.container.apply.in-lp {
  max-width: 984px;
}

.container.small {
  max-width: 1025px;
}

.container.in-lp {
  max-width: 1100px;
  line-height: 1.5;
}

.container.for-vms {
  max-width: 1280px;
}

.container.in-visual {
  max-width: 1050px;
}

.container.for-become {
  max-width: 1250px;
}

.container.mini {
  max-width: 1100px;
}

.container.vmps-header-container {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.justify-space {
  justify-content: space-between;
}

.flex.gap-16 {
  grid-column-gap: 16px;
  flex-flow: wrap;
}

.navbar {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo {
  width: 192px;
}

.nav-link {
  color: var(--dark-blue);
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
}

.nav-link:hover {
  color: var(--green);
}

.nav-link.lite {
  color: var(--white);
}

.nav-link.lite.w--current {
  color: var(--green);
}

.nav-link.mega {
  display: block;
  position: static;
}

.nav-link.for-mobile, .nav-link.job {
  display: none;
}

.dropdown-toggle {
  color: var(--dark-blue);
  padding: 0 25px 0 0;
}

.dropdown-toggle.lite {
  color: var(--white);
}

.icon {
  margin-right: 0;
  font-size: 16px;
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0 0 8px 8px #5569873d;
}

.dropdown-list.for-career.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--dark-blue);
  background-color: #ffffffe6;
  border: 1px solid #153a6b33;
  border-radius: 20px;
  flex-flow: column;
  width: 280px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  top: 30px;
  left: -50px;
}

.footer {
  z-index: 99999;
  background-color: var(--background-color);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 32px;
  position: relative;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-info {
  width: 29%;
}

.footer-links {
  justify-content: space-between;
  width: 66%;
  display: flex;
}

.footer-logo {
  width: 168px;
}

.footer-text {
  margin-top: 23px;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  line-height: 22px;
}

.social-link {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.social-link:hover {
  opacity: .5;
}

.social-icon {
  max-width: 70%;
  max-height: 70%;
}

.footer-link-block {
  width: 125px;
}

.mb24 {
  margin-bottom: 24px;
}

.footer-link {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--green);
}

.mb0 {
  margin-bottom: 0;
}

.copyright {
  color: #828282;
  text-align: center;
  border-top: 1px solid #828282;
  justify-content: space-between;
  width: 100%;
  margin-top: 65px;
  padding-top: 32px;
  display: flex;
}

.loop-marquee-logo-wrapper {
  z-index: 1;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-marquee-logo-wrapper.for-vms {
  margin-top: 0;
}

.loop-marquee-item-holder {
  flex: none;
  display: flex;
}

.loop-marquee_item-top {
  grid-column-gap: 1.5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.loop-marquee-brand-logo-image {
  height: 30px;
}

.loop-marquee-logo {
  grid-column-gap: 5rem;
  display: flex;
}

.section-our-customer {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.header {
  z-index: 999999;
  background-color: var(--white);
  max-width: none;
  position: fixed;
  inset: 0% 0% auto;
}

.header.lite {
  background-color: #0000;
  background-image: linear-gradient(#1f1f1f, #0000);
}

.header.not-fixed {
  background-color: #0000;
  position: static;
}

.section-hero-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-banner {
  grid-column-gap: 5%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-banner-content {
  width: 45%;
}

.hero-banner-image {
  opacity: 0;
  width: 45.5%;
}

.theme-text-color {
  color: var(--green);
}

.hero-banner-text {
  opacity: .7;
  margin-top: 32px;
  margin-bottom: 24px;
}

.button {
  background-color: var(--green);
  color: #fff;
  border-radius: 200px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0 2px 1px #1018280d;
}

.button.semi-bold {
  font-weight: 600;
}

.button.for-whatsapp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button.for-whatsapp:hover {
  background-color: var(--green);
}

.button.with-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.in-lp {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.show-more {
  margin-top: 40px;
}

.hero-banner-background-image {
  width: 100%;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 50%);
}

.hero-banner-background-image.for-mobile {
  display: none;
}

.section-our-services {
  background-image: linear-gradient(270deg, #c8e2d333, #f1fff7e0);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.service-image {
  width: 100%;
  line-height: 46;
  overflow: hidden;
}

.service-image.absolute {
  border-radius: 20px;
  width: 40%;
  line-height: 1em;
}

.service-content {
  color: var(--dark-blue);
  width: 45%;
  text-decoration: none;
}

.service-content:hover {
  opacity: .8;
}

.service-content.live-project-content {
  width: 40%;
}

.service-tag-box {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.servvice-tag {
  color: #2c8753;
  text-align: center;
  background-color: #bef1d3;
  border-radius: 30px;
  padding: 8px 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.service-icon {
  height: 34px;
}

.service-text {
  border-bottom: 1px solid #000;
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-right: 55px;
  font-size: 20px;
}

.service-result {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.service-result-number {
  width: 17%;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.service-result-text {
  margin-bottom: 0;
  padding-right: 10px;
}

.section-channel {
  z-index: 9999;
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.channel-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.channel-box.bottom {
  align-items: flex-end;
  margin-top: 200px;
}

.channel-image {
  border-radius: 20px;
  width: 47%;
  overflow: hidden;
}

.channel-image.in-lp {
  width: 50%;
}

.channel-image.in-lp-1c {
  width: 39%;
  position: relative;
  overflow: visible;
}

.channel-content {
  width: 43%;
}

.channel-content.in-lp {
  width: 40%;
}

.channel-content.in-lp-1c {
  text-align: center;
  width: 50%;
}

.channel-text {
  margin-top: 16px;
  margin-bottom: 32px;
}

.channel-text.in-lp {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.channel-text.in-lp.in-bottom {
  max-width: 900px;
  font-size: 20px;
}

.inline-button {
  color: #20d6b5;
  background-color: #0000;
  background-image: url('../images/green-arrow.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 9px;
  padding: 0 32px 0 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 18px;
}

.section-service-header {
  height: auto;
  padding-top: 155px;
  padding-bottom: 40px;
}

.section-service-header.with-overlay {
  background-color: #00000080;
  padding-bottom: 100px;
}

.service-banner-text {
  color: #556987;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.service-banner-text.white {
  color: #fff;
}

.service-hero-content {
  width: 45%;
}

.service-heading {
  line-height: 1.2;
}

.service-heading.white {
  color: #fff;
}

.service-form {
  background-color: #f7f8f9;
  border-radius: 6px;
  width: 50%;
  padding: 40px;
  box-shadow: 0 0 2px 1px #5569871a;
}

.service-form.contact-form {
  background-color: var(--white);
  width: 45%;
  padding: 30px 30px 20px;
  box-shadow: 0 0 20px 1px #3333331a;
}

.service-form.contact-form.for-ebbok {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-form.contact-form {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  box-shadow: 0 0 20px 1px #3333331a;
}

.service-form.why-form {
  background-color: var(--white);
  width: 48%;
  padding: 32px;
  box-shadow: 0 0 20px 1px #3333331a;
}

.services-banner-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services-banner-flex.top-align {
  align-items: flex-start;
}

.form-col-2 {
  width: 48%;
}

.form-col-2.full-width {
  width: 100%;
}

.text-field {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  height: 46px;
  margin-bottom: 0;
  padding: 10px 10px 10px 14px;
  box-shadow: 0 0 2px 1px #0000000d;
}

.text-field::placeholder {
  color: #6670854d;
  font-size: 13px;
}

.text-field.select-field {
  background-color: #fff;
}

.text-field.textarea {
  min-height: 100px;
}

.form-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
}

.submit-button {
  color: #f0fdf4;
  text-align: center;
  background-color: #20d6b5;
  border-radius: 56px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
  display: block;
  box-shadow: 0 0 2px 1px #6951ff0d;
}

.submit-button.short {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
}

.submit-button.disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed;
}

.submit-button.for-ebook {
  margin-top: 20px;
}

.section-service-play {
  background-image: linear-gradient(to right, #f1fff780, #c8e2d380);
  padding-top: 80px;
  padding-bottom: 80px;
}

.play-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.play-box.revers {
  flex-direction: row-reverse;
}

.play-box-content {
  width: 47%;
}

.play-box-heading {
  font-size: 32px;
}

.play-box-heading.for-mobile {
  display: none;
}

.play-box-text {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
}

.play-box-text.in-vms {
  font-size: 17px;
}

.play-box-image {
  width: 47%;
}

.play-box-image.medium {
  width: 43%;
}

.container-2 {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.mt80 {
  margin-top: 80px;
}

.connector {
  width: 100%;
  max-width: 626px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-testimonials {
  background-image: linear-gradient(282deg, #c8e2d333, #f1fff7e0);
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-testimonials.white-bg {
  background-image: linear-gradient(192deg, #0000, #ebfff3);
}

.mask {
  overflow: visible;
}

.mask.vmps-mask {
  overflow: hidden;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-top: 100px;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.slider.in-lp, .slider.vmps-testimonial-slider {
  margin-top: 0;
}

.testimonial-slide {
  padding-top: 0;
}

.container-3 {
  max-width: 1254px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  color: var(--white);
  justify-content: flex-end;
  padding-right: 80px;
  display: flex;
}

.slide-nav.in-lp, .slide-nav.vmps-testimonial-nav {
  display: none;
}

.left-arrow {
  width: 32px;
  inset: auto 40px 8px auto;
}

.left-arrow:hover {
  opacity: .3;
}

.left-arrow.in-lp {
  display: none;
}

.left-arrow.vmps-testimonial-arrow {
  width: 32px;
}

.left-side {
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-attachment: scroll;
  width: 32px;
  height: 32px;
}

.left-side.vmps-left-slide {
  background-image: url('../images/left-arrow-white.svg');
  background-size: contain;
}

.right-arrow {
  width: 32px;
  position: absolute;
  inset: auto 0% 8px auto;
}

.right-arrow:hover {
  opacity: .3;
}

.right-arrow.in-lp {
  display: none;
}

.right-side {
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 32px;
  height: 32px;
}

.right-side.vmps-right-slide {
  background-image: url('../images/right-arrow-white.svg');
  background-size: contain;
}

.plyr_component {
  border-radius: 20px;
  width: 39%;
  height: 440px;
  margin-top: -50px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 20px #00000061;
}

.plyr_component.is-full-screen {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0 0 8px 8px #5569873d;
}

.plyr_component.is-full-screen.career-play {
  background-image: url('../images/Video-Thumbnail.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.plyr_component.in-lp {
  margin-top: 0;
}

.plyr_component.in-video {
  width: 100%;
  height: 550px;
  margin-top: 60px;
}

.plyr_embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.plyr_embed.border-radius-20 {
  border-radius: 20px;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover.in-about, .plyr_cover.in-video {
  justify-content: center;
  align-items: center;
}

.plyr_cover.border-radius-20 {
  border-radius: 20px;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  background-image: url('../images/Khushboo-Gul---One-Plus-India---Testimonial-Image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-img.in-about {
  background-image: url('../images/Video-Thumbnail.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.plyr_cover-img.in-vms {
  background-image: url('../images/NEC-ApplicationPicture_P-V-Series_Retail_HR-800x500-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.plyr_cover-img.border-radius-20 {
  border-radius: 20px;
}

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.plyr_cover-button.in-about, .plyr_cover-button.in-video {
  margin-bottom: 0;
  margin-right: 0;
}

.plyr_cover-icon {
  color: #153a6b;
  width: 40%;
  height: 40%;
}

.plyr_pause-trigger {
  display: none;
}

.slide-flex {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 64px;
  display: flex;
  transform: scale(.92);
  box-shadow: 0 0 12px 1px #55698726;
}

.slide-flex.in-lp {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
}

.slde-content {
  width: 50%;
}

.slide-text {
  text-align: right;
  object-fit: fill;
  border-bottom: 1px solid #153a6b;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
}

.slide-heading {
  padding-top: 30px;
  font-size: 20px;
}

.silde-designation {
  margin-top: 8px;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-contact-banner {
  padding-top: 130px;
  padding-bottom: 40px;
}

.section-contact-banner.contact-home {
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-contact-banner.for-ebook {
  background-color: #20d6b533;
  padding-bottom: 100px;
}

.section-contact-customer {
  padding-top: 20px;
  padding-bottom: 60px;
}

.copyright-footer {
  background-color: var(--background-color);
  color: var(--white);
  padding-top: 32px;
  padding-bottom: 32px;
}

.copyright-text {
  color: #828282;
  text-align: center;
  width: 100%;
}

.section-about-banner {
  padding-top: 165px;
  position: relative;
}

.section-about-working {
  background-image: linear-gradient(to right, #f1fff780, #c8e2d380);
  margin-top: -90px;
  padding-top: 210px;
  padding-bottom: 80px;
}

.working-sub-text {
  margin-top: 20px;
  margin-bottom: 0;
}

.loop-marquee-item-holder-team {
  flex: none;
  display: flex;
}

.loop-marquee-logo-wrapper-team {
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.loop-marquee_item-top-team {
  grid-column-gap: 1.5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.loop-marquee-logo-team {
  grid-column-gap: 20px;
  display: flex;
}

.team-card {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 162px;
  display: flex;
}

.loop-marquee-brand-small-team {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 108px;
}

.loop-marquee-brand-big-team {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 204px;
}

.section-about-our-value {
  padding-top: 40px;
  padding-bottom: 40px;
}

.value-block {
  justify-content: space-between;
  align-items: center;
}

.value-faq {
  width: 41%;
}

.value-faq-image {
  width: 39%;
  position: relative;
}

.faq-bg-image {
  width: 100%;
}

.faq-inner-image {
  height: 100%;
  position: absolute;
  left: 47%;
  transform: translate(-50%);
}

.faq-question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

.faq-inner {
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.faq-inner.last {
  border-bottom: 1px solid #e0e0e0;
}

.faq-inner.in-blog {
  padding-bottom: 0;
}

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

.play-box-image {
  justify-content: center;
  display: flex;
  position: relative;
}

.play-image {
  border-radius: 20px;
  width: 70%;
}

.floting-tag {
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  padding: 16px;
  line-height: 1;
  position: absolute;
  box-shadow: 0 0 8px 8px #5569873d;
}

.floting-tag._1-1-1 {
  top: 20px;
  right: 37.854px;
}

.floting-tag._1-1-2 {
  top: 112px;
  left: 0;
}

.floting-tag._1-1-3 {
  bottom: 28px;
  left: 20px;
}

.floting-tag._1-2-1 {
  top: 31px;
  left: 45px;
}

.floting-tag._1-2-2 {
  bottom: 38px;
  right: 4px;
}

.floting-tag._1-3-1 {
  top: 45px;
  right: 30px;
}

.floting-tag._1-3-2 {
  top: 95px;
  left: 30px;
}

.floting-tag._1-3-3 {
  top: 212px;
  right: 40px;
}

.floting-tag._3-1-1 {
  top: 27px;
  left: 185px;
}

.floting-tag._3-2-1 {
  top: -20px;
  left: 109px;
}

.floting-tag._3-2-2 {
  bottom: 109px;
  left: 38px;
}

.floting-tag._3-2-3 {
  bottom: 29px;
  right: 40px;
}

.floting-tag._3-3-1 {
  top: 10px;
  left: 50px;
}

.floting-tag._3-3-2 {
  bottom: 60px;
  right: 24px;
}

.floting-tag._3-4-1 {
  top: 5px;
  right: 75px;
}

.floting-tag._3-4-2 {
  top: 195px;
  left: 0;
}

.floting-tag._2-1-1 {
  top: 20px;
  right: 37.854px;
}

.floting-tag._2-1-2 {
  bottom: 28px;
  left: 20px;
}

.floting-tag._2-2-1 {
  bottom: 80px;
  right: 40px;
}

.floting-tag._4-1-1 {
  top: 75px;
  right: 30px;
}

.floting-tag._4-3-1 {
  top: 35px;
  left: 0;
}

.floting-tag._4-3-2 {
  bottom: 40px;
  right: 0;
}

.floting-tag._4-4-1 {
  top: 37px;
  left: 43px;
}

.faq-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.v-line {
  background-color: #153a6b;
  border-radius: 3px;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 7.5px;
}

.faq-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.h-line {
  background-color: #153a6b;
  border-radius: 3px;
  width: 16px;
  height: 2px;
}

.section-promise {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.promise-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
}

.promise-card {
  width: 24%;
}

.promise-icon {
  height: 228px;
}

.promise-heading {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3em;
}

.promise-text {
  margin-bottom: 0;
  font-size: 14px;
}

.section-promise-scale {
  padding-top: 60px;
}

.map-flex {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-bottom: 40px;
}

.india-location {
  width: 48%;
  position: relative;
}

.city-address-block {
  width: 48%;
}

.city-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.city-name {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.3em;
}

.city-name.mt40 {
  margin-top: 40px;
}

.city-address {
  color: var(--dark-blue);
  margin-bottom: 16px;
  font-size: 18px;
}

.city-button {
  background-color: var(--white);
  color: #20d6b5;
  background-image: url('../images/button-arrow.svg');
  background-position: 87% 49%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  border: 1px solid #20d6b5;
  border-radius: 6px;
  padding: 12px 50px 12px 18px;
  font-size: 18px;
  font-weight: 500;
  display: none;
  position: relative;
  box-shadow: 0 0 2px 1px #6951ff0d;
}

.city-button.in-text {
  z-index: 99999;
  grid-column-gap: 8px;
  cursor: pointer;
  background-image: none;
  align-items: center;
  padding-right: 18px;
  display: flex;
}

.all-location {
  grid-column-gap: 5%;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 60px;
}

.city-address-card {
  width: 30%;
}

.section-view-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.section-view-all.container {
  margin-top: 40px;
}

.bg-line {
  z-index: 0;
  background-color: #153a6b4d;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
}

.down-arrow {
  width: 14px;
}

.section-succes-story {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.ss-slider {
  max-width: 1230px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.owl-carousel.owl-theme {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.outer {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.item {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.item.cs-card {
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 0 11px #00000026;
}

.item.in-blog {
  opacity: .7;
  transition: all .2s;
  transform: scale(.8);
}

.item.for-ds {
  opacity: .7;
  border-radius: 10px;
  transform: scale(.95);
}

.featured-image {
  object-fit: cover;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  width: 100%;
  height: 235px;
}

.featured-image.blog {
  height: 210px;
}

.featured-image.blog.in-art {
  margin-bottom: 20px;
}

.ss-flex {
  grid-column-gap: 8px;
  color: #bdbdbd;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
}

.ss-flex.minut.inner-page {
  margin-top: 10px;
  margin-bottom: 13px;
}

.ss-flex.minut {
  grid-column-gap: 5px;
  color: #153a6b;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.ss-flex.in-blog {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.3;
}

.ss-flex.in-banner {
  margin-top: 16px;
}

.link-block {
  color: var(--dark-blue);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ss-heading {
  font-size: 24px;
  line-height: 1.3em;
}

.ss-heading.in-cs {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.ss-category {
  color: #0c24d9;
}

.section-ty-header {
  justify-content: center;
  padding: 155px 15px 40px;
  display: flex;
}

.ty-paragraph {
  color: #556987;
  text-align: center;
  max-width: 840px;
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.ty-banner-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-story-banner {
  padding-top: 145px;
}

.story-flex {
  justify-content: space-between;
}

.anchor-box {
  width: 33%;
  padding-right: 47px;
}

.story-heading {
  color: #20d6b5;
  font-size: 24px;
  line-height: 1.3em;
}

.story-heading.in-footer {
  color: #153a6b;
  margin-bottom: 16px;
  font-size: 64px;
}

.section-connect {
  padding-top: 80px;
  padding-bottom: 80px;
}

.collection-list {
  flex-flow: column wrap;
  display: flex;
}

.story-box {
  color: var(--dark-blue);
  justify-content: space-between;
  padding-top: 100px;
  text-decoration: none;
  display: flex;
}

.story-featured-image {
  object-fit: cover;
  border-radius: 20px;
  width: 65%;
  height: 500px;
  box-shadow: 0 0 20px #0003;
}

.story-content {
  width: 33%;
}

.ss-inner-heading {
  font-size: 32px;
  line-height: 1.3em;
}

.section-ss-header {
  padding-top: 155px;
  padding-bottom: 40px;
}

.ss-banner-flex {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.ss-featured-image {
  background-color: #f7f8f9;
  border-radius: 6px;
  width: 50%;
  box-shadow: 0 0 2px 1px #5569871a;
}

.ss-flex-social {
  grid-column-gap: 16px;
}

.dropdown-link {
  color: #828282;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px;
  font-size: 14px;
  line-height: 2;
}

.dropdown-link:hover {
  color: #20d6b5;
}

.dropdown-link.w--current {
  text-transform: capitalize;
}

.dropdown-link.last {
  border-bottom-style: none;
}

.ss-para {
  text-align: center;
  max-width: 1010px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
}

.ss-chating {
  max-width: 1004px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.ss-chating.flex {
  grid-column-gap: 24px;
}

.section-blog-banner {
  padding-top: 120px;
}

.section-blog-listing {
  background-image: url('../images/Success-stories-Open-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-blog-listing.new-blog {
  background-image: none;
  padding-top: 160px;
}

.section-blog-listing.ebook-listing-wrapper {
  background-image: none;
  padding-top: 150px;
}

.header-background {
  background-image: url('../images/Success-stories-Open-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.service-flex {
  background-color: var(--white);
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding: 40px;
  position: sticky;
  top: 100px;
  box-shadow: 0 0 20px 8px #9191913d;
}

.service-flex._4 {
  align-items: flex-start;
  top: 130px;
}

.service-flex._4.live-project-flex {
  margin-left: 25px;
  margin-right: 25px;
  top: 115px;
}

.service-flex._4.live-project-flex.vmps-live-project-flex {
  align-items: center;
}

.service-flex._3 {
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  top: 120px;
}

.service-flex._3.live-project-flex {
  margin-left: 30px;
  margin-right: 30px;
  top: 110px;
}

.service-flex._3.live-project-flex.vmps-live-project-flex {
  align-items: center;
}

.service-flex._2 {
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  top: 110px;
}

.service-flex._2.live-project-flex {
  margin-left: 35px;
  margin-right: 35px;
  top: 105px;
}

.service-flex._2.live-project-flex.vmps-live-project-flex {
  align-items: center;
}

.service-flex._1 {
  align-items: flex-start;
  margin-left: 30px;
  margin-right: 30px;
}

.service-flex._1.live-project-flex {
  margin-left: 40px;
  margin-right: 40px;
}

.service-flex._1.live-project-flex.vmps-live-project-flex {
  align-items: center;
}

.service-flex._5 {
  top: 140px;
}

.service-flex._5.live-project-flex {
  margin-left: 20px;
  margin-right: 20px;
  top: 120px;
}

.service-flex._5.live-project-flex.vmps-live-project-flex {
  align-items: center;
}

.service-flex._6.live-project-flex {
  margin-left: 15px;
  margin-right: 15px;
  top: 125px;
}

.service-flex._7.live-project-flex {
  margin-left: 10px;
  margin-right: 10px;
  top: 130px;
}

.service-flex._8.live-project-flex {
  margin-left: 5px;
  margin-right: 5px;
  top: 135px;
}

.background-video {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.ts-heading {
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.4;
}

.ts-banner-text {
  margin-bottom: 40px;
  font-size: 20px;
}

.section-what-is-this {
  color: var(--white);
  background-image: linear-gradient(135deg, #3b0cc1, #9624a9);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.wis-flex {
  grid-column-gap: 190px;
  align-items: center;
}

.wis-content {
  width: 43%;
  font-size: 20px;
}

.wit-ccontent {
  font-size: 20px;
}

.wis-heading {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 64px;
  line-height: 1.3em;
}

.number-heading {
  color: var(--white);
  font-size: 82px;
  line-height: 1.1em;
}

.section-channel-tech-stack {
  padding-top: 80px;
  padding-bottom: 80px;
}

.channel-card {
  text-align: center;
  background-image: linear-gradient(135deg, #d6e5f2, #cce2e7);
  border-radius: 24px;
  width: 32%;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 300;
  box-shadow: 0 0 60px 10px #e2ecf980;
}

.cts-image {
  border-radius: 16px;
  width: 86%;
  margin-top: -120px;
  box-shadow: 0 0 60px 10px #e2ecf980;
}

.cts-heading {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.3em;
}

.hl-heading {
  color: var(--white);
  font-size: 36px;
}

.hl-flex {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
}

.hl-content {
  background-color: var(--white);
  color: var(--dark-blue);
  cursor: pointer;
  border-radius: 24px;
  min-height: 560px;
  padding: 40px 40px 80px;
  box-shadow: 0 0 11px #00000026;
}

.hl-content:hover {
  box-shadow: inset 0 0 30px #000c, 0 0 11px #00000026;
}

.hl-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.hl-heading-inner {
  color: var(--dark-blue);
  white-space: nowrap;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 32px;
}

.hl-text {
  font-size: 24px;
}

.heading-flex {
  flex-direction: column;
}

.cs-summary {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2;
}

.cs-button {
  grid-column-gap: 8px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}

.arrow-icon {
  width: 24px;
  height: 24px;
}

.blog-slider {
  margin-top: 20px;
}

.blog-content {
  background-color: var(--white);
  border-radius: 10px;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  font-size: 16px;
  position: relative;
  transform: translate(0, -20px);
  box-shadow: 0 0 11px #00000026;
}

.blog-heading-inner {
  font-size: 24px;
  line-height: 1.3em;
}

.insight-text {
  color: #153a6b;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.collection-item-2 {
  width: 32%;
}

.collection-list-2 {
  grid-column-gap: 2%;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.pagination__button {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  display: flex;
}

.arrow-change {
  width: 30px;
  height: 30px;
}

.arrow-change.left-arrow {
  transform: rotate(180deg);
}

.pagination {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 60px;
}

.blog-banner {
  background-color: #84e7ed;
  padding-top: 100px;
}

.blog-flex {
  justify-content: space-between;
  align-items: center;
}

.blog-banner-content {
  width: 49%;
}

.blog-banner-image {
  border-radius: 20px;
  width: 48%;
}

.blog-inner-heading {
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.3;
}

.blog-body {
  margin-top: 80px;
  margin-bottom: 80px;
}

.career-banner {
  background-image: linear-gradient(315deg, #c8e2d3, #f1fff7);
  padding-top: 162px;
  padding-bottom: 124px;
}

.career-heading {
  font-size: 60px;
  line-height: 1.2;
}

.career-text {
  color: #556987;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.carrer-list {
  background-color: var(--white);
  border-radius: 20px;
  max-width: 810px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 0 0 64px #55698726;
}

.carrer-list.in-career {
  max-width: none;
  margin: 0;
}

.open-job {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.3em;
}

.location {
  color: #828282;
}

.full {
  color: var(--dark-blue);
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
}

.back-to-job {
  grid-column-gap: 3px;
  color: var(--green);
  align-items: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.back-arrow {
  width: 40px;
  height: 40px;
}

.career-heading-flex {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.career-inner-heading {
  color: #333;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
}

.carrer-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.carrer-flex.for-1-career {
  align-items: stretch;
}

.career-left {
  width: 65%;
}

.carrer-right {
  width: 33%;
}

.carrer-right.carrer-list.in-career {
  min-height: 460px;
}

.carrer-right.carrer-list.in-career.single {
  box-sizing: border-box;
  outline-offset: 0px;
  pointer-events: auto;
  text-transform: none;
  object-fit: fill;
  border-radius: 20px;
  outline: 3px #153a6b;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.form-heading {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.5em;
}

.right-heading {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.right-location {
  color: #828282;
  margin-bottom: 24px;
}

.number-card {
  background-color: #c5ceffe6;
  border-radius: 10px;
  width: 23%;
  padding: 16px;
}

.card-number-heading {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

.card-number-text {
  line-height: 1.3;
}

.anchor-list {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-top: 18px;
  padding-left: 30px;
  display: flex;
}

.anchor-list.no-margin {
  margin-top: 0;
  padding-left: 0;
}

._404-image {
  width: 100%;
  margin-top: 80px;
}

.india-location-image {
  width: 100%;
}

.for-gurgaon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22%;
  left: 26.5%;
}

.for-mumbai {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 57%;
  left: 14.5%;
}

.for-pune {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 53%;
  left: 18.5%;
}

.for-kalkata {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 51%;
  left: 63.5%;
}

.for-ahemdabad {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 45%;
  left: 12.5%;
}

.for-noida {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 26%;
  left: 24.5%;
}

.for-chhnai {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 88%;
  left: 34%;
}

.for-hydrbad {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 64.5%;
  left: 40%;
}

.for-lukhnow {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 33.5%;
  left: 36.3%;
}

.for-bnglr {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 74%;
  left: 22.5%;
}

.user-text {
  margin-left: 20px;
  font-size: 48px;
}

.cm-blog-post_body {
  border-left: 1px solid #cad0e1;
  width: 80%;
  padding-left: 40px;
  font-size: 20px;
}

.cm-blog-post_body.no-toc {
  border-left-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.dropdown-toggle-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-weight: 500;
}

.dropdown-toggle-2:hover {
  color: var(--green);
}

.icon-3 {
  margin-right: 15px;
}

.dropdown-list-2 {
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0 0 20px #0003;
}

.dropdown-list-2.w--open {
  background-color: var(--white);
  min-width: 160px;
}

.blog-flex-inner {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
  padding-bottom: 60px;
  position: relative;
}

.toc {
  padding-right: 10px;
  font-size: 14px;
}

.toc-heading {
  color: #4f4f4f;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

.blog-toc {
  width: 20%;
  position: sticky;
  top: 100px;
}

.career-play-button {
  width: 71px;
  height: 71px;
}

.section-pp-banner {
  text-align: center;
  background-color: #f1fff7e0;
  padding: 220px 20px 100px;
}

.section-pp-body {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pp-date {
  color: #153a6b99;
  margin-bottom: 20px;
  font-size: 14px;
}

.italic {
  font-style: italic;
}

.post-name {
  color: #20d6b5;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.joint-contact-banner {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.button-wrapper {
  display: inline-block;
}

.join-background-image {
  z-index: -1;
  opacity: .2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.test {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.landing-page-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2024-03-21-at-17.39.13.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 155px;
  padding-bottom: 40px;
  display: flex;
}

.landing-page-header.with-overlay {
  padding-bottom: 100px;
}

.lp-hero-content {
  text-align: center;
}

.lp-banner-text {
  color: #556987;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.lp-banner-text.white {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-flex {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: center;
  align-items: center;
}

.button-flex.for-lp {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
}

.button-flex.for-lp.ar {
  justify-content: flex-end;
  align-items: center;
}

.button-flex.in-1c-lp {
  margin-top: 38px;
}

.button-flex.for-cb {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.button-flex.for-cb.ar {
  justify-content: flex-end;
  align-items: center;
}

.lp-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green);
  color: #fff;
  border-radius: 200px;
  padding: 16px 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 2px 1px #1018280d;
}

.lp-button.semi-bold {
  font-weight: 600;
}

.lp-button.for-whatsapp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.lp-button.for-whatsapp:hover {
  background-color: var(--green);
}

.lp-button.with-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lp-button.in-white {
  background-color: var(--white);
  color: var(--green);
  box-shadow: 0 0 2px 1px #1018281a;
}

.lp-button.in-white.in-ds {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
}

.lp-button.in-white.new {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lp-button.whatsapp {
  background-image: url('../images/Mask-group.svg');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 55px;
  padding-right: 30px;
}

.button-icon {
  width: 24px;
}

.features {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 70px;
}

.fearures-block {
  text-align: center;
  background-color: #f9f9f9;
  border: 2px solid #d1e6f1;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18%;
  padding: 20px;
  font-weight: 700;
  display: flex;
}

.lp-container {
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lp-services {
  text-align: center;
  background-image: linear-gradient(270deg, #c8e2d333, #f1fff7e0);
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 500;
}

.lp-page.ar {
  text-align: right;
}

.award-flex {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}

.award-image {
  width: 19%;
}

.award-strip {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  border-radius: 20px;
  flex-flow: column;
  margin-top: 43px;
  padding: 24px 24px 0;
  display: flex;
}

.white-heading {
  color: var(--white);
}

.pop1 {
  z-index: 999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lp-form {
  background-color: #f7f8f9;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  padding: 42px;
  overflow: scroll;
}

.form-flex-lp {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
}

.lp-form-field {
  border: 1px solid #d5dae1;
  border-radius: 5px;
}

.radio-button-field {
  background-color: #fff;
  border: 1px solid #d5dae1;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 10px 10px 40px;
  display: flex;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -30px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-color: var(--green);
}

.close {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.pop2 {
  z-index: 999999;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.success-message {
  background-color: var(--green);
  border-radius: 10px;
}

.error-message {
  border-radius: 10px;
}

.pdf {
  height: 100vh;
}

.features-background {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.features-bg-image {
  width: 100%;
}

.feature-block {
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.form-heading-inner {
  text-align: center;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 1.3em;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -30px;
}

.checkbox.w--redirected-checked {
  background-color: var(--green);
  border-style: none;
}

.checkbox-field {
  margin-top: 30px;
  padding-left: 30px;
}

.link-list {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.marquee-wrapper {
  background-color: var(--dark-blue);
  color: var(--white);
  white-space: nowrap;
  width: 100vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-size: 2vw;
  font-weight: 500;
  overflow: hidden;
}

.marquee-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1vw;
  display: flex;
}

.client-logo-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.client-logo-block {
  justify-content: space-between;
  align-items: center;
  width: 120vw;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.client-logo {
  height: 3vw;
}

.banner-sub-heading {
  color: #a211c4;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.5em;
}

.banner-right-image {
  width: 45%;
}

.mt15 {
  margin-top: 15px;
}

.mt15.fs20 {
  font-size: 20px;
}

.font-wieght-medium {
  font-weight: 500;
}

.banner-button-flex {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
}

.button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #a211c4;
  border: 1px solid #a211c4;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button-2:hover {
  color: #a211c4;
  background-color: #0000;
}

.feature-banner {
  padding-top: 140px;
  padding-bottom: 50px;
}

.container-4 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-left {
  width: 52%;
  padding-top: 15px;
}

.banner-content {
  justify-content: space-between;
}

.featurs-flex {
  grid-column-gap: 6%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1290px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.featue-card {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #f1fff7e0;
  border: 1px solid #41e6ab;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  padding: 15px 22px;
}

.feature-icon {
  width: 60px;
}

.feature-heading {
  font-size: 21px;
  font-weight: 600;
}

.lp-services-2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 500;
}

.section-channel-2 {
  z-index: 9999;
  background-image: url('../images/Group-1261155224.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

._1c-lp-heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

.impact-flex {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1045px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.impact-image {
  width: 32%;
}

.impact-image.bottom {
  margin-top: -15%;
}

.impact-block-flex {
  z-index: 0;
  justify-content: space-around;
  align-items: center;
  width: 68%;
  display: flex;
  position: absolute;
  top: 8%;
}

.impact-block {
  width: 16%;
}

.gif-image {
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.ss-logo {
  width: 40%;
  position: absolute;
  top: 50%;
  left: -22%;
  transform: translate(0%, -50%);
}

.file-upload {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.select-area {
  color: #20d6b5;
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.upload-field-heading {
  color: #bdbdbd;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.career-box {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px;
}

.c-h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
}

.c-h3 {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 600;
}

.c-list {
  padding-left: 25px;
}

.subscribe-section {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.subscribe-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subscribe-left, .subscribe-right {
  width: 46%;
}

.subscribe-content, .subscribe-form {
  margin-bottom: 30px;
}

.subscribe-form-field {
  width: 68%;
}

.subscribe-form-button {
  width: 30%;
}

.subscribe-form-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subscribe-form-btn {
  background-color: #20d6b5;
  border-radius: 6px;
  width: 100%;
  padding: 13px 20px;
  font-size: 16px;
}

.subscribe-form-field-input {
  border-radius: 6px;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.subscribe-content-list-ul {
  padding-left: 0;
  list-style-type: none;
}

.subscribe-content-list-li {
  background-image: url('../images/check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.subscribe-image {
  border-radius: 6px;
}

.heading {
  color: var(--dark-blue);
  text-align: left;
  height: auto;
  font-size: 18px;
  line-height: 34px;
}

.rich-text-block {
  text-align: left;
  min-width: 0;
  height: auto;
  font-weight: 400;
}

.job-left-heading {
  font-size: 25px;
  font-weight: 600;
  line-height: 42px;
}

.vms-banner-right-image {
  border-radius: 20px;
  width: 46%;
}

.vms-banner-left {
  width: 46%;
  padding-top: 15px;
}

.vms-banner-left.for-digi {
  width: 52%;
}

.vms-banner-content {
  justify-content: space-between;
  align-items: center;
}

.vms--subheading {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.vms-feature-banner {
  background-image: linear-gradient(#fff, #def8e9 50%, #bef1d3);
  padding-top: 140px;
  padding-bottom: 50px;
}

.section-vms-video {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.section-vms-video.new {
  background-image: linear-gradient(270deg, #c8e2d380, #f1fff780);
}

.section-vms-video.in-process {
  background-image: linear-gradient(270deg, #c8e2d380, #f1fff780);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-vms-video.in-recruitment {
  background-image: linear-gradient(270deg, #c8e2d340, #f1fff740);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.lightbox-video {
  width: 100%;
  margin-top: 22px;
  position: relative;
}

.video-thumb {
  border-radius: 15px;
  width: 100%;
  height: 500px;
}

.video-play {
  z-index: 9;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%);
}

.section-visual {
  padding-top: 40px;
  padding-bottom: 40px;
}

.visual-flex {
  grid-column-gap: 0px;
  grid-row-gap: 55px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 34px;
}

.visual-card {
  background-color: #f7f8f9e6;
  border-radius: 10px;
  width: 30%;
  padding: 16px;
  font-size: 20px;
  box-shadow: 0 4px 20px #153a6b1a;
}

.visual-icon {
  height: 48px;
  margin-bottom: 16px;
}

.bold {
  font-weight: 700;
}

.bold.italic {
  font-weight: 600;
}

.visual-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  width: 59%;
  font-size: 20px;
}

.visual-heading {
  font-size: 32px;
  line-height: 1.3em;
}

.visual-green {
  background-image: linear-gradient(270deg, #c8e2d3, #f1fff7);
  border-radius: 10px;
  padding: 16px;
  font-size: 20px;
}

.visual-image {
  object-fit: cover;
  border-radius: 10px;
  width: 35%;
  overflow: visible;
}

.section-vms-tabber {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.tab-link {
  background-color: var(--white);
  color: var(--dark-blue);
  border: 1px solid #153a6b80;
  border-radius: 10px;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 1.3;
}

.tab-link.w--current {
  background-color: var(--white);
  border-top-style: none;
  border-bottom-style: none;
  border-left-width: 6px;
  border-left-color: #20d6b5;
  border-right-style: none;
  padding-left: 9px;
}

.tabs-content {
  width: 44%;
  margin-left: 6%;
}

.tabs-content.revers {
  margin-left: 0%;
  margin-right: 6%;
}

.visual-tab-content {
  text-align: center;
}

.visual-tab-image {
  border-radius: 10px;
  width: 100%;
}

.visual-tab-image.in-vms {
  background-color: #20d6b51a;
  border-radius: 20px;
  padding: 10px;
}

.section-vms-cta {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.section-vms-cta.for-ds, .section-vms-cta.pb80 {
  padding-bottom: 80px;
}

.cta-flex {
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  box-shadow: 0 1px 64px -12px #55698726;
}

.cta-flex.new {
  min-height: auto;
  padding: 20px 80px;
}

.cta-heading {
  color: var(--white);
  text-align: center;
  width: 52%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-heading.in-sfo {
  width: 62%;
}

.cta-heading.in-lm {
  width: 78%;
}

.cta-heading.new {
  width: 67%;
  font-size: 24px;
}

.cta-button-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.cta-icon {
  width: 50px;
}

.cta-flex-king {
  background-image: linear-gradient(135deg, #42e6ab, #3ad4b1 30%, #29afa7 65%, #0000 65% 103%), url('../images/image-86.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 100px;
}

.cta-flex-king.in-sfo {
  background-image: linear-gradient(135deg, #42e6ab, #3ad4b1 30%, #29afa7 65%, #0000 65% 103%), url('../images/image-86.png');
}

.cta-heading-inner {
  text-align: center;
  width: 55%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-heading-inner.in-vms {
  color: var(--white);
  width: 100%;
}

.cta-heading-inner.in-vms.new {
  width: 63%;
  font-size: 24px;
}

.cta-heading-inner.in-ds {
  color: var(--white);
  width: 70%;
}

.cta-inner-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 55%;
}

.number-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 24px;
}

.big-number {
  font-size: 30px;
  font-weight: 600;
}

.number-box {
  width: 30%;
  font-size: 12px;
}

.divider {
  background-color: #153a6b80;
  width: 1px;
}

.ds-banner-content {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-left {
  width: 41%;
}

.ds-faq-flex {
  justify-content: space-between;
  align-items: center;
}

.faq-image {
  border-radius: 20px;
  width: 51%;
}

.cta-flex-ds {
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.section-ds {
  background-image: url('../images/Vector-4.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}

.ds-card {
  background-color: #f7f8f9e6;
  border-radius: 20px;
  width: 49%;
  padding: 30px;
  font-size: 20px;
  box-shadow: 0 4px 20px #153a6b1a;
}

.ds-icon {
  height: 64px;
}

.ds-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.ds-flex-box {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 54px;
}

.ds-heaading {
  font-size: 32px;
  line-height: 1.3em;
}

.way-image {
  width: 100%;
  margin-top: 10px;
}

.section-ds-cta {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.section-ds-cta.for-ds {
  padding-bottom: 80px;
}

.section-ds-client {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.section-ds-client.for-ds {
  padding-bottom: 80px;
}

.ds-client-flex {
  justify-content: space-between;
  align-items: center;
}

.cs-client-image {
  opacity: 0;
  width: 49%;
}

.ds-client-content {
  width: 45%;
  font-size: 20px;
}

.ds-client-logo {
  width: 135px;
}

.ds-client-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
}

.ds-slider {
  margin-top: 50px;
}

.theme-text-color-2 {
  color: #20d6b5;
}

.container-5 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gradient-heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.gradient-heading-2.mini {
  font-size: 36px;
  font-weight: 600;
}

.floting-tag-2 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  line-height: 1;
  position: absolute;
  box-shadow: 0 0 8px 8px #5569873d;
}

.floting-tag-2._1-1-1 {
  top: 20px;
  right: 37.854px;
}

.floting-tag-2._1-2-1 {
  top: 31px;
  left: 45px;
}

.floting-tag-2._1-3-2 {
  top: 95px;
  left: 30px;
}

.floting-tag-2._1-1-3 {
  bottom: 28px;
  left: 20px;
}

.floting-tag-2._1-2-2 {
  bottom: 38px;
  right: 4px;
}

.floting-tag-2._1-3-3 {
  top: 212px;
  right: 40px;
}

.floting-tag-2._1-3-1 {
  top: 45px;
  right: 30px;
}

.floting-tag-2._1-1-2 {
  top: 112px;
  left: 0;
}

.gradient-heading-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.gradient-heading-3.mini {
  font-size: 36px;
  font-weight: 600;
}

.container-6 {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.visual-number {
  background-color: #153a6b1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.heading-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.heading-icon {
  width: 30px;
}

.heading-icon.for-bottom {
  width: 20px;
  position: absolute;
  bottom: -20%;
  left: 23%;
}

.heading-icon.for-top {
  width: 20px;
  position: absolute;
  top: -30%;
  left: 21%;
}

.dark-text {
  color: var(--dark-blue);
}

.container-7 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container-7.for-vms {
  max-width: 1280px;
}

.gradient-heading-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.lp-button-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #20d6b5;
  border-radius: 200px;
  padding: 16px 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 2px 1px #1018280d;
}

.lp-button-2.in-white {
  color: #20d6b5;
  background-color: #fff;
  box-shadow: 0 0 2px 1px #1018281a;
}

.lp-button-2.whatsapp {
  background-image: url('../images/Mask-group.svg');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 55px;
  padding-right: 30px;
}

.tabs {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs.revers {
  flex-flow: row-reverse;
}

.tab-content {
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.sub-heading {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.5;
}

.sd-link {
  color: var(--green);
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.crm-features-section {
  background-image: linear-gradient(270deg, #f1fff7, #c8e2d3);
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-8 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-align-center-2 {
  text-align: center;
}

.feature-flex {
  grid-column-gap: 2.66667%;
  grid-row-gap: 38px;
  flex-flow: wrap;
  align-items: stretch;
  margin-top: 38px;
}

.crm-feture-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #1f2c394d;
  border-radius: 22px;
  flex-flow: column;
  align-items: flex-start;
  width: 23%;
  padding: 22px 15px 32px;
  display: flex;
}

.crm-feture-card:hover {
  border-color: var(--green);
  box-shadow: 4.5px 3px 15px #1f2c391a;
}

.crm-feature-icon {
  height: 75px;
  margin-bottom: 20px;
}

.crm-dash-line {
  opacity: .7;
  border-top: 2px dashed #1f2c39;
  width: 60%;
  height: 1px;
  overflow: hidden;
}

.crm-feature-text {
  font-size: 13px;
}

.heading-2 {
  font-size: 20px;
  line-height: 1.3em;
}

.contact-strip {
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.contect-strip-flex {
  background-color: #f7f7f7;
  border-radius: 75px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 45px;
  position: relative;
}

.button-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #a211c4;
  text-align: center;
  background-color: #0000;
  border: 1px solid #a211c4;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.button-3:hover {
  color: #fff;
  background-color: #a211c4;
}

.button-3.for-contact {
  padding: 15px 40px;
  font-size: 22px;
  line-height: 1.3em;
}

.contact-arrow {
  z-index: -1;
  position: absolute;
  bottom: -53px;
  left: 43%;
}

.container-9 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-9.for-faq {
  max-width: 930px;
}

.faq-flex-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: stretch;
  margin-top: 22px;
}

.faq-answer {
  padding-top: 8px;
  line-height: 1.5em;
}

.faq-border {
  background-color: #d3d5d7;
  width: 12px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.faq-box {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3d5d7;
  border-radius: 8px;
  padding: 24px 24px 24px 50px;
  position: relative;
  overflow: hidden;
}

.faq-border-arrow {
  background-color: #d3d5d7;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 26px;
  left: 3px;
  transform: rotate(45deg);
}

.faq-section {
  padding-top: 75px;
  padding-bottom: 85px;
}

.tabs-content-2 {
  width: 55%;
}

.tabs-content-2.for-crm {
  width: 47%;
}

.tab-heading-crm {
  color: #1f2c39;
  font-size: 18px;
  transition: all .3s;
}

.tabs-2 {
  margin-top: 38px;
  display: flex;
}

.tabs-2.revers {
  flex-flow: row-reverse wrap;
  margin-bottom: 95px;
}

.tabs-menu-2 {
  flex-flow: column;
  width: 45%;
  padding-top: 38px;
  padding-right: 55px;
  display: flex;
}

.tabs-menu-2.for-crm {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 53%;
  padding-top: 0;
  padding-right: 82px;
}

.tabs-menu-2.for-crm.revers {
  padding-left: 82px;
  padding-right: 0;
}

.tab-link-crm {
  background-color: #0000;
  border: 1px solid #1f2c3933;
  border-radius: 8px;
  padding: 22px 30px 22px 34px;
  line-height: 1.5em;
}

.tab-link-crm.w--current {
  background-color: #a211c40d;
  border-left-width: 5px;
  border-left-color: #a211c4;
}

.tab-text {
  margin-top: 9px;
}

.tab-image {
  width: 100%;
}

.container-10 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-10.for-number {
  max-width: 1090px;
}

.smart-section {
  padding-top: 90px;
  padding-bottom: 25px;
}

.smart-section.for-crm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-right-image-2, .banner-right-image-3 {
  border-radius: 20px;
  width: 45%;
}

.solution-flex {
  justify-content: space-between;
}

.solution-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.solution-heading._6 {
  color: #ffcf9e;
}

.solution-heading._5 {
  color: #e08af5;
}

.solution-heading._1 {
  color: #ff80cc;
}

.solution-heading._2 {
  color: #93ecb7;
}

.solution-heading._4 {
  color: #e08af5;
}

.solution-heading._3 {
  color: #81e5fe;
}

.solution-image {
  z-index: -1;
  width: 90%;
  max-width: none;
  margin: -40px auto;
  display: block;
  position: relative;
}

.solution-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.solution-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  width: 27%;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
}

.admin-boc {
  width: 45%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

.admin-boc.for-last {
  width: 47%;
}

.admin-boc.for-admin {
  text-align: center;
  width: 48%;
  font-size: 20px;
  line-height: 1.3em;
}

.admin-boc.for-admin.for-last {
  width: 60%;
}

.lms-tab-image {
  height: 145px;
}

.admin-inner-image {
  border: 1px solid #1f2c391a;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.admin-inner-image.for-last {
  margin-bottom: 5px;
}

.admin-inner-image.i-space {
  padding-bottom: 18px;
}

.member-screen {
  width: 18.7%;
}

.member-flex {
  z-index: -1;
  justify-content: space-between;
  align-items: center;
  width: 129%;
  height: 100%;
  position: absolute;
  left: 3.5%;
}

.member-interface {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}

.member-interface.for-admin {
  justify-content: space-between;
  align-items: flex-start;
}

.admin-flex {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.member-mobile {
  width: 40%;
}

.if-tab-menu {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 38px;
  display: flex;
}

.interface-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.if-tab-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1f2c391a;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 28%;
  padding: 22px 25px;
  font-size: 22px;
  line-height: 1.3em;
  display: flex;
}

.if-tab-link:hover {
  border-color: #1f2c394d;
}

.if-tab-link.w--current {
  background-color: #0000;
  background-image: linear-gradient(90deg, #0028f91a, #ff00991a);
  border-color: #0000;
  font-weight: 600;
}

.if-tab {
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.impact-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.impact-block-2 {
  width: 16%;
}

.impact-block-flex-2 {
  z-index: 0;
  justify-content: space-around;
  align-items: center;
  width: 68%;
  display: flex;
  position: absolute;
  top: 8%;
}

.impact-box {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  display: flex;
  position: relative;
}

.impact-box.bottom {
  margin-top: -14%;
}

.impact-flex-2 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1045px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.data-point-bg {
  width: 100%;
  position: relative;
}

.quotes {
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
}

.impact-heading {
  font-size: 22px;
  font-weight: 600;
  position: absolute;
}

.impact-text {
  width: 90%;
  font-size: 22px;
  line-height: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.impact-mini {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
  position: absolute;
  top: 30px;
}

.cta--king {
  background-image: linear-gradient(135deg, #42e6ab, #3ad4b1 40%, #29afa7 80%, #0000 80% 103%), url('../images/image-86.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 25%;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
}

.cta--king.in-sfo {
  background-image: linear-gradient(135deg, #42e6ab, #3ad4b1 30%, #29afa7 65%, #0000 65% 103%), url('../images/image-86.png');
}

.cta--king.in-ssm {
  background-image: linear-gradient(135deg, #42e6ab, #3ad4b1 40%, #29afa7 80%, #0000 80% 103%), url('../images/Mask-group.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 31%;
}

.cta-inner-box-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}

.cs-client-videeo {
  border-radius: 20px;
  width: 49%;
  height: auto;
  box-shadow: 0 5px 20px #153a6b4a;
}

.mini-heading-h2 {
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 1.3em;
}

.section-become {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 24px;
  font-weight: 600;
}

.mb40 {
  margin-bottom: 40px;
}

.mb40.new-calander {
  margin-top: 30px;
  margin-bottom: 10px;
}

.become-pointer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}

.become-icon {
  height: 34px;
}

.become-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.process-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.process-card {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--white);
  color: var(--dark-blue);
  text-align: center;
  border: 1px solid #20d6b5;
  border-radius: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  padding: 40px 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.process-card._4-card {
  border-radius: 20px;
  width: 22%;
}

.process-icon {
  width: 64px;
}

.process-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.process-flex-top {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.process-flex-bottom {
  justify-content: space-around;
  align-items: stretch;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.process-arrow {
  width: 18%;
}

.process-line {
  width: 25%;
  position: absolute;
  top: 0;
  right: 100px;
}

.process-line.bottom {
  inset: auto auto 0 100px;
}

.image-slider {
  margin-top: 40px;
  display: flex;
}

.image-slide {
  width: 40%;
}

.cta-heading-dark {
  text-align: left;
  width: 70%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-heading-dark.in-sfo {
  width: 62%;
}

.cta-heading-dark.in-lm {
  width: 78%;
}

.cta-heading-dark.new {
  width: 67%;
  font-size: 24px;
}

.rich-text-block-2 {
  line-height: 1.3;
}

.cb-banner {
  background-image: linear-gradient(#919191b3, #919191b3), url('../images/back-school-background-theme_23-2148598170.avif'), linear-gradient(#fff, #def8e9 50%, #bef1d3);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  padding-top: 150px;
  padding-bottom: 80px;
}

.cb-banner-content {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.cb-timeline {
  width: 67%;
  margin-top: 40px;
  position: relative;
}

.cb-line {
  background-color: #153a6b;
  width: 100%;
  height: 1px;
  position: relative;
  top: 46px;
}

.cb-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
}

.cb-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #333;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.cb-dot {
  background-color: #153a6b;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  margin-bottom: 8px;
}

.cb-number {
  color: var(--green);
  min-width: 20px;
  font-weight: 700;
}

.blue-strip {
  background-color: #153a6b;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cb-strip-flex {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
}

.cb-strip-divider {
  background-color: #ffffff80;
  width: 1px;
  height: 70px;
}

.section-expertise {
  background-image: url('../images/Mask-group_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.expertise-flex {
  grid-column-gap: 3.5%;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
}

.expertise-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #333;
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  width: 31%;
  padding: 22px 16px 30px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 4px 20px #153a6b1a;
}

.ex-icon {
  height: 70px;
  margin-bottom: 16px;
}

.ex-card-heading {
  font-size: 20px;
  line-height: 1.3em;
}

.cb-cta {
  padding-top: 40px;
  padding-bottom: 80px;
}

.cb-cta-flex {
  background-color: var(--white);
  border: 1px solid #153a6b80;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  box-shadow: 0 1px 64px -12px #55698726;
}

.cb-cta-image {
  width: 26%;
}

.cb-content {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
}

.lp-button-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  border-radius: 200px;
  justify-content: center;
  align-items: flex-start;
  width: 270px;
  padding: 16px 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 2px 1px #1018280d;
}

.lp-button-cta.semi-bold {
  font-weight: 600;
}

.lp-button-cta.for-whatsapp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.lp-button-cta.for-whatsapp:hover {
  background-color: var(--green);
}

.lp-button-cta.with-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lp-button-cta.in-white {
  background-color: var(--white);
  color: var(--green);
  box-shadow: 0 0 2px 1px #1018281a;
}

.lp-button-cta.in-white.in-ds {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
}

.lp-button-cta.in-white.new {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lp-button-cta.whatsapp {
  background-image: url('../images/Mask-group.svg');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 55px;
  padding-right: 30px;
}

.cb-click {
  width: 70px;
  position: absolute;
  inset: auto 5% 0% auto;
}

.fs-consent_component {
  color: var(--dark-blue);
}

.fs-consent_banner {
  z-index: 2147483647;
  background-color: #f5f5f5;
  width: 100%;
  padding: 2rem;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 160px;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 8px;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.pp-link {
  color: var(--green);
}

.fs-consent_component-2 {
  display: block;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow-2 {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.newsletter {
  color: var(--background-color);
  text-align: center;
  background-image: linear-gradient(90deg, #e9edf0, #c4ced0);
  margin-bottom: 40px;
  padding: 30px 20px;
}

.footer-subscribe-form {
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.follow-us-on {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}

.our-customers {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.logo-flex {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.customer-logo {
  text-align: center;
  width: 180px;
  margin-left: 20px;
  margin-right: 20px;
}

.logo-flex-copy {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.author-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.author-image {
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.author-name-post {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #828282;
}

.author-name {
  font-size: 14px;
  font-weight: 500;
}

.author-post {
  font-size: 12px;
}

.wme-faq {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 40px;
}

.indus-cube {
  justify-content: space-between;
  align-items: center;
  width: 36%;
  margin-bottom: -110px;
  margin-left: auto;
  margin-right: auto;
}

.indus-cube.bottom {
  margin-top: -110px;
  margin-bottom: 0;
}

.indus-block {
  width: 100%;
  max-width: 1245px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.container-11 {
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.pop-video {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 45px;
  font-size: 20px;
  display: flex;
}

.indus-card-bg {
  width: 100%;
  position: relative;
}

.wme-highlight-bg {
  background-image: linear-gradient(90deg, #f1fff7, #c8e2d3);
  border-radius: 10px;
  width: 110%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: -5%;
}

.section-investment {
  background-image: linear-gradient(90deg, #f1fff780, #c8e2d380);
  padding-top: 40px;
  padding-bottom: 40px;
}

.wme-left-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 60%;
}

.wme-banner-text {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}

.wme-section-banner {
  background-image: radial-gradient(circle, #0000004d, #000c), url('../images/dubai-skyline-downtown.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 140px;
  position: relative;
}

.section-our-customer-2 {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.me-saudi {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #4f4f4f;
  background-image: linear-gradient(#fff9, #fff9), url('../images/saudi-banckground-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  padding: 40px 15px;
  line-height: 1.5;
  display: flex;
}

.wme-market-image {
  width: 36%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.source-text {
  text-align: right;
  margin-top: 16px;
  font-size: 14px;
}

.indus-flex {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: center;
  align-items: center;
}

.indus-flex.middle {
  margin-top: -110px;
  margin-bottom: -110px;
}

.button-4 {
  color: #fff;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  border-radius: 200px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0 2px 1px #1018280d;
}

.wme-banner-heading {
  color: #fff;
}

.indus-card {
  width: 22%;
  position: relative;
}

.wme-highlight {
  font-weight: 600;
  position: relative;
}

.pop-video-image {
  border-radius: 30px;
  width: 100%;
}

.indus-icon {
  width: 57%;
}

.wme-faq-question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}

.section-market {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.gradient-heading-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  line-height: 1.2;
  display: inline;
  position: relative;
}

.gradient-heading-5.font-size-36 {
  font-size: 36px;
}

.page-text {
  font-size: 20px;
  position: relative;
}

.indus-cube-inner {
  width: 30%;
}

.section-channel-3 {
  z-index: 9999;
  background-color: #fff;
  background-image: linear-gradient(90deg, #f1fff780, #c8e2d380);
  padding: 75px 15px;
  position: relative;
}

.indus-card-content {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4% 15%;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wme-faq-answer {
  padding-top: 10px;
}

.wme-faq-block {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  align-items: stretch;
  padding: 20px 40px;
  box-shadow: 0 4px 16px #00000026;
}

.wme-banner-flex {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
}

.wme-faq-arrow {
  width: 12px;
}

.digital-form {
  background-color: var(--white);
  border-radius: 10px;
  width: 45%;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: 0 0 20px #0003;
}

.announce-bar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  display: none;
}

.top-button {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.2;
}

.top-button:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.why-flex {
  justify-content: space-between;
  align-items: center;
}

.wme-form {
  border-radius: 12px;
  width: 48%;
  margin-bottom: 0;
  padding: 24px;
}

.text-field-2 {
  border-radius: 8px;
  height: 48px;
}

.form-field {
  width: 100%;
}

.form-field.col-half {
  width: 48%;
}

.form-field-flex {
  justify-content: space-between;
}

.why-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.required {
  color: red;
}

.insights-listing {
  margin-top: 80px;
}

.insight-blog {
  grid-column-gap: 2%;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.featured-cover-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.featured-cover-image.blog {
  height: 210px;
}

.featured-cover-image.blog.in-art {
  margin-bottom: 20px;
}

.blog-card {
  color: var(--dark-blue);
  border-radius: 10px;
  width: 32%;
  text-decoration: none;
  position: relative;
  box-shadow: 4px 8px 30px #00000026;
}

.blog-card-link {
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-category {
  color: #0c24d9;
}

.blog-tag-flex {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  color: #bdbdbd;
  flex-flow: wrap;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 500;
}

.blog-tag-flex.minut.inner-page {
  margin-top: 10px;
  margin-bottom: 13px;
}

.blog-tag-flex.minut {
  grid-column-gap: 5px;
  color: #153a6b;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.blog-tag-flex.in-blog {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.3;
}

.blog-tag-flex.in-banner {
  margin-top: 16px;
}

.blog-industry {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 3px 15px;
}

.read-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--green);
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
}

.color-tag-inner {
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 3px 15px;
}

.blog-card-line {
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  border-bottom-left-radius: 10px;
  width: 136px;
  height: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-arrow {
  width: 23px;
}

.ttm-tab-content {
  width: 50%;
  padding-left: 24px;
}

.service-content-2 {
  color: #153a6b;
  width: 55%;
  text-decoration: none;
}

.ttm-tab-link {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 23.5%;
  height: 244px;
  padding: 0;
  display: flex;
}

.ttm-tab-link.w--current {
  background-color: #0000;
  border-color: #153a6b80;
  height: 344px;
  box-shadow: 0 2px 8px #00000040;
}

.key-icon {
  width: 82px;
  margin-bottom: 8px;
}

.fc-tech-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}

.ttm-star {
  height: 20px;
}

.section-succes-story-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ttm-tab-menu {
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  padding-right: 24px;
  display: flex;
}

.section-our-services-2 {
  background-image: linear-gradient(90deg, #f1fff780, #c8e2d380);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-our-services-2.in-tech {
  padding-bottom: 100px;
}

.number-flex-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 30px;
}

.ttm-heading {
  font-size: 24px;
  line-height: 1.3em;
}

.reviewer-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.service-flex-2 {
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding: 40px;
  position: sticky;
  top: 100px;
  box-shadow: 0 0 20px 8px #9191911a;
}

.service-flex-2._2 {
  margin-left: 20px;
  margin-right: 20px;
  top: 110px;
}

.service-flex-2._1 {
  margin-left: 30px;
  margin-right: 30px;
}

.service-flex-2._4 {
  top: 130px;
}

.service-flex-2._3 {
  margin-left: 10px;
  margin-right: 10px;
  top: 120px;
}

.wme-section-banner-2 {
  background-image: radial-gradient(circle, #0000004d, #000c), url('../images/dubai-skyline-downtown.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.wme-section-banner-2.in-tech {
  background-image: url('../images/Group-1261157173.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 200px;
  padding-bottom: 80px;
}

.ss-slider-2 {
  max-width: 1230px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.fc-divider {
  background-color: #153a6b80;
  width: 1px;
  height: 100px;
}

.number-box-2 {
  width: 30%;
  font-size: 14px;
}

.section-testimonials-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-testimonials-2.white-bg {
  background-image: linear-gradient(90deg, #0000, #ebfff3);
}

.fc-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}

.full-channel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1124px;
  margin: -70px auto 100px;
  padding: 45px 100px;
  position: relative;
  box-shadow: 0 2px 20px #0000001a;
}

.fc-heading {
  font-size: 20px;
  line-height: 1.3em;
}

.new-sub-heading {
  margin-top: 16px;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.5;
}

.new-sub-heading.in-tech {
  margin-top: 20px;
  margin-bottom: 40px;
}

.ttm-tab {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.slide-flex-2 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 64px;
  display: flex;
  transform: scale(.92);
  box-shadow: 0 0 12px 1px #55698726;
}

.section-tech-benefits {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-12 {
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container-12.in-tech {
  max-width: 1260px;
}

.ttm-job-title {
  color: #828282cc;
  margin-top: -4px;
  font-size: 20px;
}

.button-5 {
  color: #fff;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  border-radius: 200px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0 2px 1px #1018280d;
}

.button-5.gul {
  background-color: #20d6b5;
  background-image: none;
  font-size: 20px;
}

.tech-fc-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #00000026;
}

.gradient-heading-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  line-height: 1.2;
  display: inline;
  position: relative;
}

.gradient-heading-6.font-size-36 {
  font-size: 36px;
}

.fc-service-text {
  border-bottom: 1px solid #153a6b;
  padding-bottom: 30px;
  font-size: 18px;
}

.inline-block {
  display: inline-block;
}

.ttm-content-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.fc-card-subheading {
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 700;
}

.wme-banner-flex-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 660px;
}

.wme-banner-flex-2.in-tech {
  max-width: 730px;
}

.ttm-text {
  font-size: 20px;
  line-height: 1.5;
}

.pagination-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.pagination_prev {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0746a0;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.pagination-arrow {
  width: 21px;
}

.page-count {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #98a2b3;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.pagination_next {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0746a0;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.career-filter {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
}

.input {
  color: #021f48;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  min-height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  box-shadow: 0 1px 2px #1018280d;
}

.input::placeholder {
  color: #66708580;
}

.input.select {
  background-image: url('../images/chevron-down.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 48%;
  max-height: 50px;
  padding: 12px 50px 12px 20px;
  font-size: 18px;
  font-weight: 600;
}

.input.select.service-select {
  background-color: #0000;
  background-image: url('../images/Group-1261157084.svg');
  background-position: 95%;
  background-size: 20px;
}

.input.select.industry-select {
  background-color: #0000;
  background-image: url('../images/Group-1261157083.svg');
  background-position: 95%;
  background-size: 20px;
}

.input.for-survye {
  margin-top: 4px;
  margin-bottom: 20px;
}

.career-filter-copy {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
}

.blog-filter {
  justify-content: space-between;
  align-items: center;
  width: 56%;
  margin-top: 80px;
  margin-left: auto;
}

.blog-service {
  text-transform: capitalize;
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 3px 15px;
}

.show-more-wrap {
  justify-content: center;
  align-items: center;
}

.home-banner-heading {
  font-size: 48px;
}

.homee-heading-flex {
  color: #20d6b5;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  line-height: 1.2;
}

.text.cursor {
  color: #20d6b5;
  background-color: #0000;
  width: 3px;
  height: auto;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.gradient-heading-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  line-height: 1.2;
  display: inline;
  position: relative;
}

.gradient-heading-7.home-heading-banner {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 70px;
}

.gradient-heading-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.gradient-heading-8.mini {
  font-size: 36px;
  font-weight: 600;
}

.insight-text-2 {
  color: #153a6b;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.blog-post_body {
  margin-top: 40px;
  font-size: 20px;
}

.np-banner {
  background-image: linear-gradient(180deg, var(--white), #bef1d3);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 65vh;
  padding: 150px 30px 50px;
  display: flex;
}

.np-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.np-link-flex {
  border: 1px solid var(--green);
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}

.np-link {
  background-color: var(--white);
  color: var(--dark-blue);
  text-align: center;
  min-width: 180px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.np-link:hover {
  background-color: #20d6b533;
}

.np-link.w--current, .link-divider {
  background-color: var(--green);
}

.news-slider {
  padding-top: 40px;
  padding-bottom: 80px;
}

.news-slider-flex {
  justify-content: space-between;
  align-items: center;
}

.newspaper-image {
  width: 60%;
  margin-right: -20%;
}

.news-slider-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  width: 45%;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}

.news-slide {
  text-align: left;
}

.news-logo {
  height: 40px;
  margin-bottom: 24px;
}

.news-logo.in-slide {
  border-radius: 5px;
}

.slide-news-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.news-read-more {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--green);
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.news-read-more.left {
  justify-content: flex-start;
  align-items: center;
}

.rm-arrow {
  height: 12px;
}

.news-listing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.news-collection {
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.news-item {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 48%;
  min-height: 250px;
  padding: 32px 32px 24px;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}

.card-news-heading {
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.card-news-heading:hover {
  color: var(--green);
}

.card-news-heading-opinions {
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.opinion-item {
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  min-height: 250px;
  padding: 30px 40px;
  display: flex;
}

.opinion-collection {
  grid-column-gap: 2%;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.container-13 {
  width: 100%;
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.opinion-item-2 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  min-height: 250px;
  padding: 40px;
  display: flex;
}

.container-14 {
  width: 100%;
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.container-14.mini {
  max-width: 1100px;
}

.news-item-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 48%;
  min-height: 250px;
  padding: 40px;
  box-shadow: 0 0 10px #0000001a;
}

.heading-3 {
  font-weight: 700;
}

.np-banner-flex {
  justify-content: space-between;
  align-items: center;
}

.np-banner-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  display: flex;
}

.np-tag {
  background-color: var(--white);
  color: var(--green);
  border: 1px solid #42e6ab;
  border-radius: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  box-shadow: 0 1px 2px #6951ff0d;
}

.video-flex {
  background-image: linear-gradient(90deg, #42e6ab1a, #3ad4b11a 50%, #29afa71a);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 40px;
}

.cta-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 45%;
  font-size: 18px;
  line-height: 1.5;
}

.blog-cta-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

.cta-light-box {
  width: 45%;
}

.cta-image {
  border-radius: 20px;
  width: 100%;
}

.download-cta {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  background-image: url('../images/CTA-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px 80px 60px;
}

.download-cta-wrapper {
  background-image: url('../images/CTA.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 40px 100px;
}

.download-heading {
  color: var(--white);
  font-size: 36px;
}

.download-form {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #efefef1a;
  border: 1px solid #fff9;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0;
  padding: 35px 50px;
}

.download-form-flex {
  background-color: var(--white);
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.download-field {
  border: 1px #000;
  min-height: 66px;
  margin-bottom: 0;
  font-size: 20px;
}

.download-submit {
  color: var(--white);
  background-color: #0000;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 54%, #29afa7);
  border-radius: 50px;
  min-height: 66px;
  padding: 18px 50px;
  font-size: 20px;
  line-height: 1.5;
}

.code-embed {
  width: 100%;
  height: 100vh;
  display: block;
}

.faq-item {
  width: 100%;
  display: block;
}

.faq-collection {
  margin-top: 20px;
  display: block;
}

.faq-blog {
  width: 100%;
  margin-top: 20px;
}

.qr-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.1;
}

.qr-hl {
  color: var(--green);
}

.qr-image {
  width: 41%;
}

.qr-flex {
  justify-content: space-between;
  align-items: center;
}

.qr-text {
  width: 56%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.service-cta {
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
}

.service-cta.in-link {
  margin-top: 0;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.ser-button-flex {
  background-color: #20d6b5;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
}

.ser-arrow {
  width: 28px;
}

.ser0btn-text {
  color: var(--white);
  background-color: #20d6b5;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 15px 48px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.cp-cta {
  padding-top: 20px;
  padding-bottom: 50px;
}

.cp-cta.for-mobile-app {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.download-job-app {
  background-image: url('../images/Channelplay-Career-CTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 55px;
}

.job-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  width: 55%;
  font-size: 20px;
}

.job-left.more {
  width: 70%;
}

.job-right {
  justify-content: space-between;
  align-items: center;
  width: 38%;
}

.job-right.less {
  width: 30%;
}

.job-btn-flex {
  width: 48%;
}

.job-app-heading {
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
}

.full-width {
  width: 100%;
}

.full-width.container-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
}

.download-job-app-mobile {
  background-image: url('../images/Channelplay-Career-CTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 55px;
}

.job-left-mob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  width: 38%;
  font-size: 20px;
}

.job-button-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 14px;
}

.image {
  width: 18%;
}

.qr-download-image {
  border-radius: 10px;
  width: 18%;
}

.mobile-app {
  width: 44%;
  margin-top: -150px;
  margin-bottom: -150px;
}

.career-link {
  color: var(--dark-blue);
  border: 1px solid #20d6b51a;
  border-radius: 16px;
  padding: 10px;
  text-decoration: none;
}

.career-link:hover {
  background-color: #20d6b51a;
}

.saudi-strip-flex {
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  max-width: 1100px;
  margin: -150px auto 30px;
  padding: 30px 40px;
  position: relative;
  box-shadow: 2px 2px 10px #0003;
}

.saudi-banner-flex {
  justify-content: space-between;
  align-items: stretch;
}

.saudi-date {
  font-weight: 600;
}

.saudi-banner-image {
  width: 66%;
  margin-left: -16%;
}

.saudi-heading {
  color: #fff;
  width: 49%;
  padding-top: 10px;
  font-size: 48px;
}

.saudi-heading.for-home {
  width: 100%;
  padding-top: 0;
  line-height: 1.3em;
}

.saudi-v-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-size: 20px;
}

.saudi-banner {
  background-image: url('../images/saudi-banner.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 200px;
  position: relative;
}

.banner-flex-date {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.date-icon {
  width: 44px;
  font-size: 1620px;
}

.container-15 {
  width: 100%;
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.saudi-heading-with-button {
  justify-content: space-between;
  width: 47%;
}

.saudi-banner-in {
  z-index: 10;
  margin-top: 88px;
  position: relative;
}

.cb-header {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  align-items: center;
}

.cb-heading {
  font-size: 32px;
}

.mega-menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border: .5px solid #153a6b4d;
  border-radius: 20px;
  width: 100%;
  max-width: 970px;
  padding: 20px 24px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 6px 10px #0000001a;
}

.mega-flex {
  justify-content: space-between;
  align-items: stretch;
}

.cs-menu {
  background-color: #153a6b0d;
  border-radius: 20px;
  width: 38%;
  padding: 15px;
}

.mega-heading {
  opacity: .5;
  color: var(--dark-blue);
  margin-bottom: 20px;
  font-size: 16px;
}

.mega-cs-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.mega-cs-item {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.mega-cs-image {
  border-radius: 10px;
  width: 42%;
  height: 87px;
}

.mega-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 56%;
}

.mega-service {
  color: #153a6bcc;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.mega-industry {
  color: var(--green);
  font-size: 12px;
  line-height: 1.2;
}

.mega-cs-heading {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.mega-cs-heading.very-small {
  font-size: 12px;
  font-weight: 500;
}

.mega-link-wrapper {
  align-items: stretch;
  width: 32%;
  padding-top: 15px;
}

.mega-link-wrapper._2nd-menu {
  border-left: 1px solid #153a6b4d;
  width: 30%;
  padding-left: 10px;
}

.menu-menu-line {
  opacity: .3;
  background-color: #153a6b;
  width: 1px;
}

.mega-menu-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.menu-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark-blue);
  letter-spacing: -.3px;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.menu-inner:hover {
  background-color: #20d6b51a;
  border-radius: 16px;
}

.menu-inner.non-clickable {
  pointer-events: none;
}

.menu-icon {
  width: 20px;
}

.theme-text-color-3 {
  color: #20d6b5;
}

.container-16 {
  width: 100%;
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.button-6 {
  color: #fff;
  background-color: #20d6b5;
  border-radius: 200px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0 2px 1px #1018280d;
}

.section-our-customer-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.gradient-heading-9 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.section-our-customer-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.gradient-heading-10 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.heading-4 {
  color: var(--black);
}

.heading-5 {
  color: var(--headings);
}

.section {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.what-we-do-container {
  float: none;
  text-align: center;
  object-fit: fill;
  background-color: #e1f2ff;
  border-radius: 20px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  font-family: Inter, sans-serif;
}

.inter-heading-h2 {
  color: var(--headings);
  text-align: center;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.vmps-banner {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/vmps-banner.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  padding-top: 80px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.vmps-banner.section {
  padding-top: 120px;
  padding-bottom: 40px;
}

.vmps-brand-logos {
  background-color: #f4f4f4;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.vmps-who-we-are-container {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  background-image: url('../images/wmps-who-we-are-1.jpg'), linear-gradient(#000, #fff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-radius: 17px;
  max-width: 1280px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  font-family: Inter, sans-serif;
  display: block;
}

.inter-heading-h2-white {
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.vmps-who-we-are-inner {
  border: 5px solid #fff;
  border-radius: 20px;
  max-width: none;
  padding: 40px;
}

.inter-30px-text {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 400;
}

.vmps-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.vmps-container.banner-container {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.vmps-live-project-examples {
  background-color: #e1f2ff;
  border-radius: 20px;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  font-family: Inter, sans-serif;
}

.get-in-touch-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: .5px solid #22232780;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 60px auto;
  padding: 30px;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block {
  width: 30%;
}

.get-in-touch-left-col {
  background-color: #1f2933;
  background-image: url('../images/get-in-touch-bg.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 150px;
  background-attachment: scroll;
  border-radius: 20px;
  width: 35%;
  padding: 30px;
}

.div-block-2, .get-in-touch-right-col {
  width: 65%;
}

.text-left.inter-heading-h2-white {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.get-in-touch-para {
  color: var(--white);
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  padding-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: column;
  display: flex;
}

.get-in-touch-social-icon-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.get-in-touch-icon-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: auto;
  display: flex;
}

.image-2 {
  width: 35px;
}

.get-in-touch-icon-text {
  color: var(--white);
}

.get-in-touch-icon {
  width: 35px;
}

.hear-from-clients-container {
  background-color: #e1f2ff;
  border-radius: 20px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.hear-from-clients-inner-container {
  background-color: #0047ffcc;
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px;
}

.hear-from-clients-slide {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.div-block-4 {
  width: 50%;
}

.hear-from-clients-left-slide {
  border-radius: 20px;
  width: 50%;
  position: relative;
}

.hear-from-clients-left-slide.plyr_component {
  height: 450px;
  margin-top: 0;
}

.hear-from-clients-slider-heading {
  color: var(--white);
  padding-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.hear-from-client-designation {
  color: var(--white);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-style: italic;
}

.quote-slide {
  margin-bottom: -100px;
}

.banner-with-background-video {
  min-height: 90vh;
  padding-top: 140px;
  padding-bottom: 60px;
}

.d-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 50px;
  font-family: Inter, sans-serif;
  display: flex;
}

.why-channelplay-left, .why-channelplay-right {
  width: 50%;
}

.waves---section-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-image-gallery-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  border-radius: 20px;
  width: 87%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 40px;
}

.div-block-5 {
  display: flex;
}

.why-channelplay-no-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  border: 1px dashed #222327;
  border-radius: 60px;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
}

.why-channelplay-no-box.why-channelplay-no-box-left {
  width: 90%;
}

.why-channelplay-no-box.why-channelplay-no-box-right {
  width: 90%;
  margin-left: 10%;
}

.why-channelplay-counter {
  text-align: left;
  color: #091dd7;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.why-channelplay-counter-text {
  color: #222327;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.image-3 {
  width: 100%;
}

.vmps-hero-slider {
  width: 45%;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  width: 100%;
  max-width: 100%;
  margin-right: 0%;
}

.gallery-slide-image {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: none;
  inset: 0% 0% auto;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.arrow-wrapper {
  display: none;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: none;
  inset: auto 0% 0%;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  border: 1px none var(--white);
  color: var(--white);
  font-size: 10px;
  display: none;
  inset: auto 0% -8px;
}

._24px-600 {
  color: var(--headings);
  -webkit-text-stroke-color: var(--dark-blue);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.blue-text {
  color: #091dd7;
  font-weight: 700;
}

.section-2 {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
}

.heading-6 {
  color: var(--headings);
  font-size: 30px;
  line-height: 1.5em;
}

.heading-6.heading-26 {
  font-size: 26px;
}

.image-4 {
  width: 55%;
}

.live-project-card {
  background-color: #e1f2ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  min-height: 124px;
  padding: 20px;
  display: flex;
}

.live-project-card-no {
  text-align: center;
  color: #091dd7;
  font-size: 24px;
  font-weight: 800;
}

.live-project-card-text {
  color: var(--headings);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}

.grid.single-col-grid {
  grid-template-columns: 1fr;
}

.live-project-list.live-project-card-text {
  text-align: left;
  margin-top: 5px;
  padding-left: 20px;
}

.pricing-heading {
  color: var(--dark-blue);
  text-align: center;
  max-width: 670px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}

.pricing-small {
  font-size: 40px;
}

.pricing-banner {
  padding-top: 100px;
  padding-bottom: 60px;
}

.pricing-flex {
  justify-content: space-between;
  align-items: flex-start;
}

.pricing-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 47%;
  display: flex;
  position: sticky;
  top: 120px;
}

.pricing-h2-heading {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.price-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing-logo-flex {
  grid-column-gap: 5%;
  grid-row-gap: 40px;
  border-top: 1px solid #153a6b4d;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 73%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.pricing-logo {
  filter: grayscale();
  width: 30%;
  transition: all .3s;
}

.pricing-logo:hover {
  filter: grayscale(0%);
}

.price-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.price-mask {
  width: 100%;
}

.price-left {
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
  height: 30px;
  margin: 0;
  position: relative;
}

.price-right {
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
  height: 30px;
  margin: 0;
  position: relative;
}

.price-nav {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.price-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: 20px;
}

.price-reivew {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.price-icon {
  object-fit: cover;
  border-radius: 60px;
  width: 60px;
  height: 60px;
}

.price-details {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
}

.price-name {
  font-size: 18px;
  font-weight: 700;
}

.pricing-right {
  border-radius: 20px;
  width: 52%;
  padding: 30px 40px 40px;
  box-shadow: 4px 4px 20px #5569871a;
}

.price-form-heading {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.pricing-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.form-label {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 600;
}

.pricing-form-flex._50-50 {
  width: 48%;
}

.price-flex-field {
  flex-flow: row;
  justify-content: space-between;
}

.mobile-logo {
  display: none;
}

.extra-field {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.pricing-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.mr20 {
  margin-top: 20px;
}

.gradient-heading-11 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  line-height: 1.2;
  display: inline;
  position: relative;
}

.gradient-heading-11.font-size-36 {
  font-size: 36px;
}

.city-button-2 {
  color: #20d6b5;
  background-color: #fff;
  background-image: url('../images/button-arrow.svg');
  background-position: 87% 49%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  border: 1px solid #20d6b5;
  border-radius: 6px;
  padding: 12px 50px 12px 18px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
  box-shadow: 0 0 2px 1px #6951ff0d;
}

.city-address-block-2 {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.india-me {
  width: 41%;
  position: absolute;
  top: 76px;
  left: 21%;
}

.city-2 {
  width: 45%;
}

.container-18 {
  text-align: left;
  width: 100%;
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.section-promise-scale-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.city-address-2 {
  color: #153a6b;
  margin-bottom: 16px;
  font-size: 18px;
}

.location-icon {
  height: 30px;
  margin-top: 48px;
  margin-bottom: 16px;
}

.city-image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.city-image-2.in-me {
  margin-bottom: 78px;
}

.logo-wrapper {
  position: relative;
}

.logo-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff, #fff0 10% 90%, #fff);
  position: absolute;
  inset: 0%;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.text-counter {
  color: #5b617c73;
  font-size: 14px;
}

.paragraph-2 {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.form-full {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.form-content-left {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #20d6b51a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  padding: 75px 30px;
}

.error-message-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.next-button {
  background-color: var(--green);
  color: var(--white);
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s ease-in;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.checkbox-2 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.success-message-2 {
  background-color: var(--green);
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 50px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 65%;
  margin-bottom: 0;
  padding: 140px 50px 0;
  display: flex;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.mobile-nav-bottom {
  display: none;
}

.submit-button-2 {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #5b3acc;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.mask-2 {
  margin-bottom: 40px;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.slide {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 0;
  position: static;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.slider-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 0;
  display: flex;
  position: relative;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.form-content {
  width: 100%;
}

.form-content.final {
  margin-bottom: 0;
}

.text-block-2 {
  color: #5b3acc;
  font-weight: 500;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form {
  width: 100%;
}

.radio-group {
  grid-column-gap: 4%;
  grid-row-gap: 12px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 20px;
}

.radio-group.on-page {
  flex-flow: column;
}

.s-radio {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 14px;
  display: flex;
}

.s-radio.half {
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
}

.radio-button-circle {
  border: 2px solid #5f6368;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: -25px;
  margin-right: 10px;
  position: relative;
}

.radio-button-circle.w--redirected-checked {
  border-width: 2px;
  border-color: var(--green);
  background-color: var(--green);
  box-shadow: inset 0 0 0 3px var(--white);
}

.survye-lable {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.form-tag {
  color: #2c8753;
  text-align: center;
  background-color: #bef1d3;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 8px 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.checkbox-3 {
  margin-left: -25px;
}

.checked-button-circle {
  border: 2px solid #5f6368;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: -25px;
  margin-right: 10px;
  position: relative;
}

.checked-button-circle.w--redirected-checked {
  border-width: 2px;
  border-color: var(--green);
  background-color: var(--green);
}

.survye-submission {
  background-color: var(--green);
  color: var(--white);
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s ease-in;
  position: absolute;
  inset: auto 35px 25px auto;
}

.container-19 {
  text-align: left;
  width: 100%;
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.ebook-heading {
  color: #20d6b5;
  font-size: 70px;
  line-height: 1.2;
}

.hero-banner-content-2 {
  width: 42%;
}

.hero-banner-content-2.ebook-banner-content {
  width: 50%;
}

.hero-banner-text-2 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 20%;
  font-size: 20px;
  font-weight: 500;
}

.hero-banner-text-2.ebook-text {
  border: 0 solid #000;
  border-top: 1px solid #ffffff40;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10%;
}

.hero-banner-text-2.ebook-large-text {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 0%;
  font-size: 30px;
  font-weight: 700;
}

.section-hero-banner-2 {
  background-image: linear-gradient(#000c, #000c), url('../images/Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section-hero-banner-2.webinar-home-banner.e-book-hero {
  background-image: url('../images/ebook-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
}

.text-2 {
  color: #fff;
}

.text-2.cursor {
  color: #fff;
  background-color: #0000;
  width: 3px;
  height: auto;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.ebook-polygon {
  width: 45px;
}

.homee-heading-flex-2 {
  color: #20d6b5;
  justify-content: flex-start;
  align-items: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
}

.homee-heading-flex-2.ebook-heading-flex {
  align-items: flex-end;
}

.home-banner-2 {
  grid-column-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.home-banner-2.ebook-banner {
  justify-content: flex-end;
}

.ebook-title-wrapper.mt-20 {
  margin-top: 30px;
}

.ebook-item {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.popup-close {
  cursor: pointer;
  width: 10px;
  position: absolute;
  inset: 10px 10px 0% auto;
}

.container-20 {
  min-width: auto;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.gradient-heading-12 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #42e6ab, #3ad4b1 50%, #29afa7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.gradient-heading-12.mini {
  font-size: 36px;
  font-weight: 600;
}

.ccode {
  display: none;
}

.pop-up-item {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 400px;
  padding: 20px;
  display: block;
  position: relative;
}

.pop-up {
  z-index: 999999999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.ebook-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}

.insight-text-3 {
  color: #153a6b;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.insight-text-3.ebook-title-bold {
  margin-top: 0;
  font-weight: 700;
}

._24-px-text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

._24-px-text.mb-20 {
  margin-bottom: 20px;
  font-size: 16px;
}

._24-px-text.mb-20.bold {
  font-size: 16px;
}

.why-form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.ebook-card {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.ebook-listing {
  margin-top: 30px;
}

.form-field-flex-2 {
  justify-content: space-between;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #42e6ab, #3ad4b1 50%, #29afa7);
  border-radius: 200px;
  margin-left: 0;
  margin-right: 32px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0 2px 1px #1018280d;
}

.button-7.ebook-btn {
  margin-right: 0;
}

.ebook-description {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
}

.text-field-3 {
  border-radius: 8px;
  width: 100%;
  height: 46px;
  margin-bottom: 0;
  padding: 10px 10px 10px 14px;
  box-shadow: 0 0 2px 1px #0000000d;
}

.text-field-3::placeholder {
  color: #6670854d;
  font-size: 13px;
}

.text-block-16.width-1000px {
  min-width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ebook-img {
  clear: none;
  text-align: center;
  border-radius: 10px;
  width: auto;
  max-height: 300px;
  margin-bottom: 10px;
  display: block;
}

.ebbok-form {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.ebook-form-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.ebook-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.ebook-flex {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: flex-end;
}

.ebook-image {
  border-radius: 10px;
  width: 25%;
  margin-top: -120px;
  box-shadow: 0 2px 5px #0003;
}

.ebook-content {
  width: 70%;
}

.ebook-h2-heading {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.ebook-flex-inner {
  grid-column-gap: 3.5%;
  grid-row-gap: 50px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.ebook-icon-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.ebook-icon {
  border-radius: 50%;
  height: 50px;
}

.survey-process {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.step-number {
  z-index: 1;
  border: 2px solid var(--green);
  color: #153a6b80;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  line-height: 1;
  display: flex;
  position: relative;
}

.step-number.filled {
  background-color: var(--green);
  color: var(--dark-blue);
}

.step-linked {
  z-index: 0;
  background-color: var(--green);
  width: 100%;
  height: 2px;
  position: absolute;
}

.hidden-block {
  display: none;
}

@media screen and (min-width: 1920px) {
  .career-box-title {
    margin-bottom: 20px;
  }

  .c-h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
  }

  .c-h3 {
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 600;
  }

  .vmps-banner.section {
    background-image: url('../images/vmps-hero-banner.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .vmps-live-project-examples {
    width: 100%;
    max-width: 1300px;
  }

  .get-in-touch-icon-box {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2, h3, .gradient-heading.mini {
    font-size: 24px;
  }

  .gradient-heading.blue {
    width: 100%;
    font-size: 24px;
  }

  .gradient-heading.in-swipper {
    margin-bottom: 0;
  }

  .gradient-heading.np-heading {
    font-size: 36px;
  }

  .container.apply {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 90%;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    border-bottom: 1px solid #ecf1f9;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav-link.lite {
    color: var(--dark-blue);
  }

  .nav-link.for-career {
    display: none;
  }

  .nav-link.mega, .nav-link.for-mobile, .nav-link.job {
    display: block;
  }

  .dropdown-toggle.lite {
    color: var(--dark-blue);
  }

  .icon {
    display: none;
  }

  .nav-menu {
    background-color: var(--white);
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    margin-top: 8px;
    position: relative;
  }

  .footer-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-info {
    width: 100%;
  }

  .footer-links {
    grid-row-gap: 40px;
    flex-direction: column;
    width: 100%;
  }

  .footer-link-block {
    width: 100%;
  }

  .copyright {
    margin-top: 0;
  }

  .section-hero-banner {
    height: auto;
  }

  .home-banner {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-banner-content {
    text-align: center;
    width: 100%;
  }

  .hero-banner-image {
    width: 100%;
  }

  .button.semi-bold {
    margin-bottom: -38px;
  }

  .button.nav-button {
    margin-top: 20px;
  }

  .hero-banner-background-image {
    display: none;
  }

  .hero-banner-background-image.for-mobile {
    display: block;
    top: 0;
    bottom: auto;
    transform: none;
  }

  .service-image {
    width: 100%;
  }

  .service-image.absolute {
    width: 100%;
    margin-bottom: 24px;
  }

  .service-content {
    width: 100%;
  }

  .service-tag-box {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-text {
    margin-top: 8px;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: 16px;
  }

  .service-result-number {
    font-size: 24px;
  }

  .channel-box {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .channel-box.bottom {
    grid-row-gap: 200px;
    flex-direction: column;
  }

  .channel-box.in-lp {
    grid-row-gap: 140px;
  }

  .channel-image {
    width: 100%;
  }

  .channel-image.in-lp-1c {
    width: 75%;
  }

  .channel-content, .channel-content.in-lp-1c, .service-hero-content, .service-form, .service-form.contact-form, .service-form.why-form {
    width: 100%;
  }

  .services-banner-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .form-col-2 {
    width: 100%;
  }

  .form-flex {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .play-box {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .play-box.revers {
    flex-direction: column;
  }

  .play-box-content {
    width: 100%;
  }

  .play-box-heading {
    display: none;
  }

  .play-box-heading.for-mobile {
    display: block;
  }

  .connector {
    opacity: 0;
  }

  .mask {
    overflow: hidden;
  }

  .slider {
    margin-top: 40px;
  }

  .slide-nav {
    justify-content: center;
    padding-right: 0;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .plyr_component {
    width: 100%;
    margin-top: -30px;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .plyr_component.is-full-screen.career-play {
    height: auto;
  }

  .plyr_cover-button {
    display: none;
  }

  .plyr_cover-button.in-about {
    display: flex;
  }

  .slide-flex {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: center;
  }

  .slde-content {
    width: 95%;
  }

  .slide-text {
    font-size: 14px;
  }

  .section-contact-banner.for-ebook {
    padding-bottom: 50px;
  }

  .value-block {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .value-faq, .value-faq-image, .play-box-image {
    width: 100%;
  }

  .promise-flex {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 40px;
  }

  .promise-card {
    width: 100%;
  }

  .map-flex {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .india-location {
    width: 100%;
  }

  .city-address-block {
    width: 100%;
    display: none;
  }

  .city-address-card {
    width: 47%;
  }

  .city-address-card.ggn, .city-address-card.me {
    display: block;
  }

  .featured-image {
    height: auto;
  }

  .story-flex {
    flex-direction: column;
  }

  .anchor-box {
    display: none;
  }

  .anchor-box.ty-connect {
    width: 100%;
    display: block;
  }

  .collection-list {
    grid-row-gap: 40px;
  }

  .story-box {
    flex-direction: column;
  }

  .story-box.padding-100 {
    padding-top: 100px;
  }

  .story-featured-image {
    width: 100%;
    height: auto;
  }

  .story-content {
    width: 100%;
  }

  .menu-button {
    background-image: url('../images/Group-1000001813.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    position: fixed;
    top: 10px;
    right: 24px;
  }

  .menu-button.w--open {
    z-index: 999;
    background-color: #0000;
    background-image: url('../images/Outline.svg');
    background-size: 40px 40px;
  }

  .section-blog-listing.new-blog {
    padding-top: 100px;
  }

  .section-blog-listing.ebook-listing-wrapper {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .service-flex {
    margin-top: 0;
    padding: 20px;
    position: relative;
    top: auto;
  }

  .service-flex._4 {
    margin-top: 40px;
    top: auto;
  }

  .service-flex._3, .service-flex._2, .service-flex._1 {
    margin: 40px 0 0;
    top: auto;
  }

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

  .wis-flex {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .wis-content, .channel-card {
    width: 100%;
  }

  .hl-flex {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .hl-content {
    min-height: auto;
  }

  .insight-text {
    font-size: 20px;
  }

  .blog-body {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .carrer-right.carrer-list.in-career.single {
    padding: 20px;
  }

  .india-location-image {
    width: 100%;
  }

  .cm-blog-post_body {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .blog-flex-inner {
    flex-flow: column;
  }

  .toc, .toc-heading {
    display: none;
  }

  .blog-toc {
    width: 100%;
    position: relative;
    top: auto;
  }

  .joint-contact-banner {
    min-height: 90vh;
  }

  .lp-hero-content {
    width: 100%;
  }

  .button-flex.for-lp, .button-flex.for-cb {
    justify-content: center;
    align-items: center;
  }

  .lp-button.semi-bold {
    margin-bottom: -38px;
  }

  .form-flex-lp {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .banner-right-image {
    width: 75%;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-left {
    width: 100%;
  }

  .banner-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .featurs-flex {
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .featue-card {
    width: 100%;
  }

  .ss-logo {
    width: 200px;
    top: auto;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%);
  }

  .vms-banner-right-image {
    width: 75%;
  }

  .vms-banner-left, .vms-banner-left.for-digi {
    width: 100%;
  }

  .vms-banner-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-vms-video.in-process, .section-vms-video.in-recruitment {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .visual-flex {
    flex-flow: column;
  }

  .visual-card, .visual-content {
    width: 100%;
  }

  .visual-heading {
    font-size: 24px;
  }

  .visual-image {
    width: 100%;
  }

  .tab-link {
    font-size: 12px;
  }

  .cta-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 30px 10px;
  }

  .cta-heading {
    width: 100%;
    font-size: 24px;
  }

  .cta-button-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta-icon {
    width: 30px;
  }

  .cta-flex-king {
    background-image: linear-gradient(155deg, #42e6ab, #3ad4b1 30%, #29afa7 100%, #0000 100% 103%), url('../images/image-86.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-heading-inner {
    font-size: 24px;
  }

  .cta-inner-box {
    width: 100%;
  }

  .big-number {
    font-size: 24px;
  }

  .ds-banner-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .faq-left {
    width: 100%;
  }

  .ds-faq-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .faq-image {
    width: 100%;
  }

  .cta-flex-ds {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ds-card {
    width: 100%;
  }

  .ds-flex-box {
    flex-flow: column;
  }

  .gradient-heading-2 {
    font-size: 32px;
  }

  .gradient-heading-2.mini {
    font-size: 24px;
  }

  .gradient-heading-3 {
    font-size: 32px;
  }

  .gradient-heading-3.mini {
    font-size: 24px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-flex {
    grid-column-gap: 4%;
    grid-row-gap: 20px;
  }

  .crm-feture-card {
    width: 48%;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content-2.for-crm {
    width: 100%;
  }

  .tabs-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
  }

  .tabs-2.revers {
    flex-flow: column-reverse wrap;
  }

  .tabs-menu-2.for-crm {
    width: 100%;
    padding-right: 0;
  }

  .tabs-menu-2.for-crm.revers {
    padding-left: 0;
  }

  .tab-link-crm, .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-right-image-2, .banner-right-image-3 {
    width: 100%;
  }

  .solution-image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .solution-items {
    width: 31%;
  }

  .impact-heading, .impact-text {
    font-size: 15px;
  }

  .impact-mini {
    width: 60px;
    top: 10px;
  }

  .cta--king {
    background-image: linear-gradient(155deg, #42e6ab, #3ad4b1 30%, #29afa7 100%, #0000 100% 103%), url('../images/image-86.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-inner-box-flex {
    width: 100%;
  }

  .mini-heading-h2 {
    font-size: 24px;
  }

  .section-become {
    font-size: 18px;
  }

  .become-pointer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 18px;
  }

  .become-icon {
    height: 24px;
  }

  .process-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .process-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .process-heading {
    min-height: auto;
  }

  .process-flex-top, .process-flex-bottom {
    display: none;
  }

  .cta-heading-dark {
    width: 100%;
    font-size: 24px;
  }

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

  .cb-strip-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cb-strip-divider {
    width: 70px;
    height: 1px;
  }

  .expertise-flex {
    flex-flow: column;
  }

  .expertise-card {
    width: 100%;
  }

  .lp-button-cta.semi-bold {
    margin-bottom: -38px;
  }

  .cb-click {
    display: none;
  }

  .fs-consent_banner {
    padding: 1rem;
  }

  .fs-consent_banner_wrapper {
    flex-flow: column;
  }

  .fs-consent_banner_buttons {
    width: auto;
  }

  .author-block {
    justify-content: center;
    align-items: center;
  }

  .indus-cube {
    display: none;
  }

  .indus-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .wme-section-banner {
    height: auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .indus-flex {
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .indus-flex.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .indus-card {
    width: 44%;
  }

  .wme-banner-flex {
    width: 100%;
  }

  .digital-form {
    text-align: left;
    width: 100%;
  }

  .announce-bar {
    font-size: 10px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .why-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .form-field.col-half {
    width: 100%;
  }

  .insights-listing {
    margin-top: 60px;
  }

  .insight-blog {
    grid-column-gap: 4%;
    grid-row-gap: 30px;
  }

  .featured-cover-image {
    height: auto;
  }

  .blog-card {
    width: 48%;
  }

  .service-content-2 {
    width: 100%;
  }

  .key-icon {
    width: 70px;
  }

  .fc-tech-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .section-our-services-2.in-tech {
    padding-bottom: 40px;
  }

  .service-flex-2 {
    margin-top: 0;
    padding: 20px;
    position: relative;
    top: auto;
  }

  .service-flex-2._2, .service-flex-2._1 {
    margin: 40px 0 0;
    top: auto;
  }

  .service-flex-2._4 {
    margin-top: 40px;
    top: auto;
  }

  .service-flex-2._3 {
    margin: 40px 0 0;
    top: auto;
  }

  .wme-section-banner-2 {
    height: auto;
  }

  .wme-section-banner-2.in-tech {
    background-position: 50%;
    background-size: cover;
  }

  .fc-divider {
    width: 100px;
    height: 1px;
  }

  .fc-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
  }

  .full-channel {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px;
  }

  .slide-flex-2 {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: center;
  }

  .tech-fc-card {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fc-service-text {
    margin-top: 8px;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: 16px;
  }

  .pagination-2 {
    margin-top: 20px;
  }

  .career-filter, .career-filter-copy, .blog-filter {
    width: 100%;
    margin-bottom: 16px;
  }

  .homee-heading-flex {
    justify-content: center;
    align-items: center;
    font-size: 32px;
  }

  .gradient-heading-7.home-heading-banner {
    font-size: 32px;
  }

  .gradient-heading-8.mini {
    font-size: 24px;
  }

  .insight-text-2 {
    font-size: 20px;
  }

  .np-banner {
    min-height: 50vh;
    padding-top: 100px;
  }

  .np-links {
    padding-top: 40px;
  }

  .np-link {
    min-width: 100px;
    padding: 8px 30px;
    font-size: 16px;
  }

  .news-slider {
    padding-bottom: 40px;
  }

  .news-slider-flex {
    flex-flow: column;
  }

  .newspaper-image {
    width: 100%;
    margin-bottom: -90px;
    margin-right: 0%;
  }

  .news-slider-block {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-news-heading {
    font-size: 18px;
  }

  .news-listing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news-collection {
    flex-flow: column;
    margin-top: 40px;
  }

  .news-item, .opinion-item {
    width: 100%;
    min-height: auto;
    padding: 30px 20px;
  }

  .opinion-collection {
    flex-flow: column;
    margin-top: 0;
  }

  .opinion-item-2, .news-item-2 {
    width: 100%;
    min-height: auto;
    padding: 30px 20px;
  }

  .np-banner-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .np-banner-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .video-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-content {
    text-align: center;
    width: 100%;
  }

  .cta-light-box {
    width: 90%;
  }

  .download-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .download-cta-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .download-heading {
    font-size: 24px;
  }

  .download-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .download-form-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .cp-cta.for-mobile-app {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .download-job-app {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-left {
    width: 100%;
    font-size: 16px;
  }

  .job-right {
    width: 100%;
  }

  .job-app-heading {
    font-size: 24px;
  }

  .download-job-app-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-left-mob {
    width: 100%;
    font-size: 16px;
  }

  .qr-download-image {
    width: 80%;
  }

  .mobile-app {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .saudi-strip-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .saudi-banner-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .saudi-banner-image {
    width: 100%;
    margin-left: 0%;
  }

  .saudi-heading {
    text-align: center;
    width: 100%;
    font-size: 32px;
  }

  .saudi-v-flex {
    font-size: 18px;
  }

  .saudi-banner {
    background-position: 50% 0;
  }

  .banner-flex-date {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .saudi-heading-with-button {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .cb-header {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .cb-heading {
    font-size: 24px;
  }

  .mega-menu.w--open {
    border-radius: 10px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    left: auto;
    transform: none;
  }

  .cs-menu, .mega-heading.hide-on-mob {
    display: none;
  }

  .mega-link-wrapper {
    width: 100%;
  }

  .mega-link-wrapper._2nd-menu {
    display: none;
  }

  .mega-link-wrapper.for-mob {
    padding-top: 0;
  }

  .container-17 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .pricing-heading {
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 36px;
  }

  .pricing-small {
    font-size: 24px;
  }

  .pricing-banner {
    flex-flow: column;
    display: flex;
  }

  .pricing-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .pricing-left {
    width: 100%;
    position: relative;
    top: auto;
  }

  .pricing-logo-flex {
    width: 100%;
  }

  .price-slide {
    font-size: 16px;
  }

  .price-reivew {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-right {
    width: 100%;
  }

  .mobile-logo {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
  }

  .city-address-block-2 {
    width: 100%;
  }

  .city-2 {
    width: 49%;
  }

  .form-full {
    flex-flow: column;
    min-height: auto;
  }

  .form-content-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    padding: 40px 16px 10px;
  }

  .form-wrapper {
    width: 100%;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .previous {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .mask-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .next {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: auto;
  }

  .slider-content-wrap {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .radio-group {
    flex-flow: column;
  }

  .s-radio.half {
    width: 100%;
  }

  .ebook-heading {
    font-size: 32px;
  }

  .hero-banner-content-2 {
    text-align: center;
    width: 100%;
  }

  .hero-banner-text-2 {
    text-align: left;
  }

  .hero-banner-text-2.ebook-text {
    text-align: center;
    padding-right: 0%;
    font-size: 16px;
  }

  .hero-banner-text-2.ebook-large-text {
    text-align: center;
    font-size: 24px;
  }

  .section-hero-banner-2 {
    height: auto;
  }

  .homee-heading-flex-2 {
    justify-content: center;
    align-items: center;
    font-size: 32px;
  }

  .home-banner-2 {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
  }

  .gradient-heading-12.mini {
    font-size: 24px;
  }

  .insight-text-3 {
    font-size: 20px;
  }

  ._24-px-text {
    font-size: 18px;
  }

  .why-form-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ebook-card {
    width: 100%;
  }

  .form-field-flex-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .text-field-3 {
    height: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
  }

  .ebook-form-heading {
    font-size: 24px;
  }

  .ebook-section {
    padding-bottom: 60px;
  }

  .ebook-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ebook-image {
    width: 30%;
    margin-top: 0;
  }

  .ebook-content, .ebook-icon-card {
    width: 100%;
  }

  .step-number {
    width: 10px;
    height: 10px;
    font-size: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }

  h3 {
    line-height: 1.5em;
  }

  h5 {
    color: #828282;
  }

  .gradient-heading.h1 {
    font-size: 36px;
  }

  .container.apply {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.apply.in-lp {
    transform: translate(0, -20%);
  }

  .footer-link {
    font-size: 16px;
  }

  .copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .loop-marquee_item-top {
    grid-column-gap: 0rem;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-our-customer {
    padding-top: 40px;
  }

  .section-hero-banner {
    padding-top: 120px;
  }

  .home-banner {
    grid-column-gap: 0%;
    grid-row-gap: 75px;
  }

  .hero-banner-text {
    margin-top: 16px;
  }

  .hero-banner-background-image {
    display: none;
  }

  .section-our-services {
    padding: 40px 8px;
  }

  .service-tag-box {
    align-items: center;
  }

  .service-tag-box.left-align {
    align-items: flex-start;
  }

  .service-text {
    margin-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .section-channel {
    padding: 60px 8px 40px;
  }

  .channel-box {
    grid-row-gap: 24px;
    margin-top: 20px;
  }

  .channel-box.bottom {
    grid-row-gap: 200px;
  }

  .channel-image.in-lp, .channel-image.in-lp-1c {
    width: 80%;
  }

  .channel-content.in-lp, .channel-content.in-lp-1c {
    width: 100%;
  }

  .channel-text {
    margin-bottom: 20px;
  }

  .service-banner-text {
    font-size: 16px;
  }

  .service-form {
    padding: 20px 15px;
  }

  .service-form.why-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .play-box-heading {
    text-align: center;
    font-size: 24px;
  }

  .play-box-text {
    text-align: justify;
    font-size: 16px;
  }

  .play-box-image.medium {
    width: 85%;
  }

  .section-testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mask {
    overflow: visible;
  }

  .slider {
    margin-top: 60px;
  }

  .testimonial-slide {
    overflow: visible;
  }

  .slide-nav {
    bottom: 0;
  }

  .slide-nav.in-lp {
    bottom: 20px;
  }

  .left-arrow {
    display: inline-block;
    position: relative;
    top: 30px;
    left: auto;
    overflow: visible;
  }

  .left-arrow.in-lp {
    top: 0;
  }

  .right-arrow {
    display: inline-block;
    position: relative;
    top: 30px;
    right: auto;
    overflow: visible;
  }

  .right-arrow.in-lp {
    top: 0;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_component.is-full-screen.career-play {
    min-height: 330px;
  }

  .plyr_component.in-video {
    height: 300px;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .slide-flex {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-text {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .slide-heading {
    color: #153a6b;
    font-size: 16px;
  }

  .silde-designation {
    font-size: 14px;
  }

  .section-contact-banner {
    padding-top: 110px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .loop-marquee-logo-wrapper-team {
    margin-bottom: 60px;
  }

  .play-image {
    width: 85%;
  }

  .floting-tag {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }

  .floting-tag._1-1-1 {
    max-width: 120px;
    top: 25px;
    right: 22px;
  }

  .floting-tag._1-1-2 {
    max-width: 142px;
  }

  .floting-tag._1-1-3 {
    bottom: 49px;
  }

  .floting-tag._1-2-1 {
    left: 12px;
  }

  .floting-tag._1-2-2 {
    max-width: 180px;
  }

  .floting-tag._1-3-1 {
    top: 100px;
  }

  .floting-tag._1-3-3 {
    max-width: 120px;
    top: 270px;
  }

  .floting-tag._3-1-1 {
    max-width: 210px;
    left: auto;
    right: 20px;
  }

  .floting-tag._3-2-1 {
    top: 40px;
    left: 5px;
  }

  .floting-tag._3-2-2 {
    max-width: 150px;
    left: 3px;
  }

  .floting-tag._3-2-3 {
    right: 10px;
  }

  .floting-tag._3-3-1 {
    max-width: 180px;
    top: 28px;
    left: 0;
  }

  .floting-tag._3-3-2 {
    right: 0;
  }

  .floting-tag._3-4-1 {
    top: 23px;
    right: 20px;
  }

  .floting-tag._3-4-2 {
    max-width: 150px;
    top: auto;
    bottom: 100px;
  }

  .floting-tag._2-1-1 {
    max-width: 160px;
    top: 50px;
    right: 20px;
  }

  .floting-tag._2-1-2 {
    max-width: 150px;
    bottom: 50px;
    left: 8px;
  }

  .floting-tag._2-2-1 {
    max-width: 120px;
    right: 10px;
  }

  .floting-tag._4-1-1 {
    max-width: 160px;
    top: 85px;
  }

  .floting-tag._4-3-1 {
    max-width: 160px;
    top: 50px;
  }

  .floting-tag._4-3-2 {
    max-width: 160px;
  }

  .floting-tag._4-4-1 {
    max-width: 150px;
    left: 10px;
  }

  .city-address-card {
    width: 100%;
  }

  .section-succes-story {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ss-slider {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .featured-image.blog {
    height: auto;
  }

  .ss-flex {
    margin-top: 16px;
  }

  .ss-category {
    font-size: 14px;
  }

  .ty-paragraph {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
  }

  .story-heading.in-footer {
    font-size: 32px;
  }

  .section-story-listing {
    padding-top: 40px;
  }

  .story-box {
    padding-top: 0;
  }

  .ss-inner-heading {
    font-size: 22px;
  }

  .ss-banner-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .ss-featured-image {
    width: 100%;
  }

  .ss-chating.flex {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .service-flex {
    margin-top: 40px;
  }

  .background-video {
    height: auto;
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .ts-banner-text {
    font-size: 14px;
  }

  .section-what-is-this {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wis-flex {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
  }

  .wis-content {
    width: 100%;
    font-size: 14px;
  }

  .wis-heading {
    margin-bottom: 16px;
    font-size: 36px;
  }

  .number-heading {
    font-size: 48px;
  }

  .section-channel-tech-stack {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .channel-card {
    width: 100%;
  }

  .cts-heading {
    font-size: 24px;
  }

  .hl-flex {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .hl-content {
    min-height: auto;
    padding: 24px;
  }

  .hl-number {
    font-size: 32px;
  }

  .hl-heading-inner {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 24px;
  }

  .hl-text {
    font-size: 16px;
  }

  .blog-slider-list {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-content {
    padding: 16px;
  }

  .blog-heading-inner {
    font-size: 22px;
  }

  .collection-item-2 {
    width: 100%;
  }

  .collection-list-2 {
    grid-column-gap: 0%;
    flex-direction: column;
  }

  .blog-flex {
    flex-direction: column;
  }

  .blog-banner-content, .blog-banner-image {
    width: 100%;
  }

  .blog-inner-heading {
    font-size: 22px;
  }

  .career-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .career-heading {
    font-size: 32px;
  }

  .career-text {
    font-size: 16px;
  }

  .carrer-list {
    padding: 24px;
  }

  .open-job {
    font-size: 24px;
  }

  .location {
    font-size: 12px;
  }

  .back-to-job {
    font-size: 20px;
  }

  .career-inner-heading {
    font-size: 24px;
  }

  .carrer-flex {
    flex-wrap: wrap;
  }

  .career-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .carrer-right.carrer-list.in-career {
    width: 100%;
    min-height: auto;
  }

  .carrer-right.carrer-list.in-career.single {
    margin-bottom: 30px;
  }

  .number-card {
    width: 100%;
  }

  .card-number-heading {
    font-size: 36px;
  }

  .paragraph {
    font-size: 16px;
  }

  .user-text {
    font-size: 24px;
  }

  .text-block {
    font-size: 14px;
  }

  .post-name {
    font-size: 18px;
  }

  .joint-contact-banner {
    min-height: 80vh;
  }

  .landing-page-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lp-banner-text {
    font-size: 16px;
  }

  .fearures-block {
    width: 40%;
  }

  .lp-services {
    padding: 40px 8px;
  }

  .award-image {
    width: 40%;
  }

  .lp-services-2 {
    padding: 40px 8px;
  }

  .section-channel-2 {
    padding: 60px 8px 40px;
  }

  .impact-flex {
    justify-content: flex-start;
  }

  .impact-image {
    width: 49%;
  }

  .impact-image.bottom {
    margin-top: 0%;
  }

  .impact-block-flex {
    display: none;
  }

  .subscribe-wrap {
    flex-flow: wrap;
  }

  .subscribe-left {
    width: 100%;
    padding-bottom: 30px;
  }

  .subscribe-right {
    width: 100%;
  }

  .video-thumb {
    height: 300px;
  }

  .section-visual {
    padding-top: 40px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .tab-link {
    width: auto;
  }

  .tabs-content {
    width: 80%;
    margin-left: 0%;
  }

  .cta-heading.in-sfo, .cta-heading.in-lm, .cta-heading.new {
    width: 100%;
  }

  .number-box {
    width: 32%;
  }

  .cta-flex-ds {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-ds {
    padding-top: 40px;
  }

  .ds-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ds-icon {
    height: 40px;
  }

  .ds-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .ds-heaading.gradient-heading {
    font-size: 24px;
  }

  .section-ds-client {
    padding-bottom: 50px;
  }

  .ds-client-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
  }

  .cs-client-image, .ds-client-content {
    width: 100%;
  }

  .floting-tag-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }

  .floting-tag-2._1-1-1 {
    max-width: 120px;
    top: 25px;
    right: 22px;
  }

  .floting-tag-2._1-2-1 {
    left: 12px;
  }

  .floting-tag-2._1-1-3 {
    bottom: 49px;
  }

  .floting-tag-2._1-2-2 {
    max-width: 180px;
  }

  .floting-tag-2._1-3-3 {
    max-width: 120px;
    top: 270px;
  }

  .floting-tag-2._1-3-1 {
    top: 100px;
  }

  .floting-tag-2._1-1-2 {
    max-width: 142px;
  }

  .tabs {
    flex-flow: column;
  }

  .crm-feture-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .crm-feature-icon {
    height: 65px;
    margin-bottom: 0;
  }

  .contect-strip-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .tabs-2 {
    margin-top: 0;
  }

  .tabs-2.revers {
    margin-bottom: 40px;
  }

  .smart-section {
    padding-top: 40px;
  }

  .smart-section.for-crm {
    padding-bottom: 30px;
  }

  .solution-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .solution-image {
    display: none;
  }

  .solution-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 60px;
    display: flex;
  }

  .solution-items {
    width: 100%;
  }

  .admin-boc.for-last, .lms-tab-image, .admin-flex {
    display: none;
  }

  .if-tab-link {
    justify-content: center;
    align-items: center;
    width: 31%;
    padding: 10px 5px;
    font-size: 15px;
  }

  .impact-block-2 {
    width: 13%;
  }

  .impact-block-flex-2 {
    justify-content: space-between;
    width: 80%;
    top: 50%;
    transform: translate(0, -50%);
  }

  .impact-box {
    width: 48%;
  }

  .impact-box.center-box {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .impact-box.bottom {
    margin-top: 0%;
  }

  .impact-flex-2 {
    grid-column-gap: 4%;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }

  .impact-text {
    font-size: 12px;
  }

  .cs-client-videeo {
    width: 100%;
  }

  .section-become {
    padding-top: 40px;
  }

  .cta-heading-dark.in-sfo, .cta-heading-dark.in-lm, .cta-heading-dark.new, .cb-timeline {
    width: 100%;
  }

  .cb-line {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 32px;
  }

  .cb-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .cb-card {
    flex-flow: row;
  }

  .cb-dot {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
  }

  .cb-number {
    width: 20px;
  }

  .section-expertise {
    padding-top: 40px;
  }

  .cb-cta-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .cb-cta-image {
    width: 70%;
  }

  .faq-list {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 18px;
    font-size: 16px;
  }

  .section-investment {
    padding: 40px 8px;
  }

  .wme-left-content {
    width: 100%;
  }

  .wme-banner-text {
    margin-top: 16px;
    font-size: 16px;
  }

  .wme-section-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-our-customer-2 {
    padding-top: 40px;
  }

  .wme-market-image {
    width: 75%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto;
    transform: none;
  }

  .source-text {
    font-size: 12px;
  }

  .indus-card {
    width: 100%;
  }

  .wme-faq-question {
    font-size: 18px;
  }

  .section-market {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gradient-heading-5.font-size-36 {
    font-size: 24px;
  }

  .page-text {
    font-size: 16px;
  }

  .section-channel-3 {
    padding: 60px 8px 40px;
  }

  .wme-faq-block {
    padding: 12px;
  }

  .wme-banner-flex {
    text-align: center;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .wme-faq-arrow {
    width: 10px;
  }

  .form-field.col-half {
    width: 100%;
  }

  .form-field-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .insight-blog {
    grid-column-gap: 0%;
    flex-direction: column;
  }

  .featured-cover-image.blog {
    height: auto;
  }

  .blog-card {
    width: 100%;
  }

  .blog-category {
    font-size: 14px;
  }

  .blog-tag-flex {
    margin-top: 16px;
  }

  .ttm-tab-content {
    width: 100%;
    padding-left: 0;
  }

  .ttm-tab-link, .ttm-tab-link.w--current {
    height: 100px;
  }

  .fc-tech-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .section-succes-story-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ttm-tab-menu {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .section-our-services-2 {
    padding: 40px 8px;
  }

  .service-flex-2 {
    margin-top: 40px;
  }

  .wme-section-banner-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ss-slider-2 {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .number-box-2 {
    width: 32%;
  }

  .section-testimonials-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ttm-tab {
    flex-flow: column;
  }

  .slide-flex-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-tech-benefits {
    padding: 40px 8px;
  }

  .tech-fc-card {
    width: 100%;
  }

  .gradient-heading-6.font-size-36 {
    font-size: 24px;
  }

  .fc-service-text {
    margin-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .wme-banner-flex-2 {
    text-align: center;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .input.select {
    font-size: 14px;
  }

  .blog-filter {
    margin-top: 40px;
  }

  .homee-heading-flex, .gradient-heading-7.home-heading-banner {
    font-size: 24px;
  }

  .saudi-banner.for-home {
    padding-bottom: 48px;
  }

  .section-our-customer-3, .section-our-customer-4 {
    padding-top: 40px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gallery-overview, .team-slider, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gradient-heading-11.font-size-36 {
    font-size: 24px;
  }

  .city-address-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .india-me {
    display: none;
  }

  .city-2 {
    width: 100%;
  }

  .location-icon {
    margin-top: 20px;
  }

  .city-image-2.in-me {
    margin-bottom: 0;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .previous, .next {
    z-index: 6;
    position: fixed;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-content {
    width: 90%;
  }

  .hero-banner-text-2 {
    margin-top: 16px;
  }

  .section-hero-banner-2 {
    padding-top: 120px;
  }

  .homee-heading-flex-2 {
    font-size: 24px;
  }

  .home-banner-2 {
    grid-column-gap: 0%;
    grid-row-gap: 75px;
  }

  .form-field-flex-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }

  .section-our-customer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-content.live-project-content {
    width: 100%;
  }

  .service-form.contact-form {
    width: 100%;
    padding: 20px;
  }

  .slider {
    margin-top: 0;
  }

  .slide-nav {
    padding-top: 20px;
    position: absolute;
    top: auto;
  }

  .left-arrow.vmps-testimonial-arrow {
    top: 10px;
    right: 10px;
  }

  .right-arrow {
    top: 10px;
  }

  .plyr_component.is-full-screen.career-play {
    min-height: 190px;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .slde-content {
    width: 100%;
  }

  .floting-tag._1-1-1 {
    top: 20px;
    right: 0;
  }

  .floting-tag._1-1-2 {
    top: 85px;
  }

  .floting-tag._1-1-3 {
    bottom: 20px;
    left: 0;
  }

  .floting-tag._1-2-1 {
    left: 0;
  }

  .floting-tag._1-2-2 {
    right: 0;
  }

  .floting-tag._1-3-1 {
    top: 40px;
    bottom: auto;
    right: 0;
  }

  .floting-tag._1-3-2 {
    top: 40px;
    left: 0;
  }

  .floting-tag._1-3-3 {
    top: auto;
    bottom: 20px;
    right: 0;
  }

  .floting-tag._3-1-1 {
    right: 0;
  }

  .floting-tag._3-2-1, .floting-tag._3-2-2 {
    left: 0;
  }

  .floting-tag._3-2-3, .floting-tag._3-4-1 {
    right: 0;
  }

  .floting-tag._3-4-2 {
    bottom: 60px;
  }

  .floting-tag._2-1-1 {
    top: 20px;
    right: 0;
  }

  .floting-tag._2-1-2 {
    bottom: 20px;
    left: 0;
  }

  .floting-tag._2-2-1 {
    bottom: 40px;
    right: 0;
  }

  .floting-tag._4-1-1 {
    top: auto;
    bottom: 15px;
    right: -9px;
  }

  .floting-tag._4-4-1 {
    left: 0;
  }

  .section-blog-listing.ebook-listing-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-flex._4.live-project-flex, .service-flex._3.live-project-flex, .service-flex._2.live-project-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    top: auto;
  }

  .service-flex._1.live-project-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .service-flex._5.live-project-flex, .service-flex._6.live-project-flex, .service-flex._7.live-project-flex, .service-flex._8.live-project-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    top: auto;
  }

  .career-heading-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .carrer-right.carrer-list.in-career.single {
    margin-bottom: 30px;
  }

  .section-pp-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section-pp-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .featue-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-heading {
    font-size: 18px;
  }

  .subscribe-form-field {
    width: 100%;
    margin-bottom: 20px;
  }

  .subscribe-form-button {
    width: auto;
  }

  .subscribe-form-wrap {
    flex-flow: wrap;
  }

  .lightbox-video {
    margin-top: 0;
  }

  .video-thumb {
    height: 200px;
  }

  .number-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .number-box {
    width: 100%;
  }

  .divider {
    width: 100%;
    height: 1px;
  }

  .floting-tag-2._1-1-1 {
    top: 20px;
    right: 0;
  }

  .floting-tag-2._1-2-1 {
    left: 0;
  }

  .floting-tag-2._1-3-2 {
    top: 40px;
    left: 0;
  }

  .floting-tag-2._1-1-3 {
    bottom: 20px;
    left: 0;
  }

  .floting-tag-2._1-2-2 {
    right: 0;
  }

  .floting-tag-2._1-3-3 {
    top: auto;
    bottom: 20px;
    right: 0;
  }

  .floting-tag-2._1-3-1 {
    top: 40px;
    bottom: auto;
    right: 0;
  }

  .floting-tag-2._1-1-2 {
    top: 85px;
  }

  .fs-consent_banner_buttons, .fs-consent_banner_buttons-2 {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .footer-subscribe-form {
    flex-flow: wrap;
  }

  .number-flex-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .ss-slider-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .number-box-2 {
    width: 100%;
  }

  .full-width.container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cb-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .what-we-do-container {
    margin-top: 30px;
    padding: 30px 20px;
  }

  .inter-heading-h2 {
    font-size: 24px;
    line-height: 1.5em;
  }

  .vmps-brand-logos {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vmps-who-we-are-container {
    margin-bottom: 20px;
    padding: 20px;
  }

  .inter-heading-h2-white {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .vmps-who-we-are-inner {
    border-width: 3px;
    padding: 10px;
  }

  .inter-30px-text {
    margin-top: 0;
    font-size: 16px;
  }

  .vmps-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vmps-live-project-examples {
    width: 100%;
    max-width: 1300px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px 20px;
  }

  .get-in-touch-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
  }

  .get-in-touch-left-col {
    width: 100%;
    padding: 20px;
  }

  .get-in-touch-right-col {
    width: 100%;
  }

  .text-left.inter-heading-h2-white {
    line-height: 1.5em;
  }

  .get-in-touch-para {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .get-in-touch-social-icon-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .hear-from-clients-container {
    margin-left: auto;
    padding: 20px;
  }

  .hear-from-clients-inner-container {
    margin-top: 10px;
    padding: 20px;
  }

  .hear-from-clients-slide {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .hear-from-clients-left-slide.plyr_component {
    height: 250px;
  }

  .hear-from-clients-slider-heading {
    padding-top: 10px;
    font-size: 16px;
  }

  .hear-from-client-designation {
    font-size: 14px;
  }

  .quote-slide {
    display: none;
  }

  .d-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 20px;
  }

  .why-channelplay-left, .why-channelplay-right {
    width: 100%;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-grid-gallery-2.top-grid, .waves-grid-gallery-2.bottom-grid {
    width: 180vw;
  }

  .container-17 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .why-channelplay-no-box.why-channelplay-no-box-left {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .why-channelplay-no-box.why-channelplay-no-box-right {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    padding: 10px;
  }

  .why-channelplay-counter {
    font-size: 20px;
  }

  .why-channelplay-counter-text {
    font-size: 16px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .vmps-hero-slider {
    width: 100%;
  }

  .gallery-slider {
    padding: 0;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .gallery-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  ._24px-600 {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .image-4 {
    width: 100%;
  }

  .live-project-card {
    min-height: auto;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .live-project-list.live-project-card-text, .list-item, .list-item-2 {
    font-size: 16px;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .slider-2 {
    height: auto;
  }

  .submit-button-2 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .mask-2 {
    height: 100%;
    position: static;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-content {
    width: 100%;
  }

  .ebook-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .hero-banner-content-2.ebook-banner-content {
    text-align: left;
    width: 65%;
  }

  .hero-banner-text-2 {
    padding-right: 0%;
    font-size: 16px;
  }

  .hero-banner-text-2.ebook-text {
    text-align: left;
    padding-left: 0%;
  }

  .hero-banner-text-2.ebook-large-text {
    text-align: left;
    font-size: 18px;
  }

  .ebook-polygon {
    width: 30px;
  }

  .homee-heading-flex-2.ebook-heading-flex {
    justify-content: flex-start;
  }

  .home-banner-2 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-banner-2.ebook-banner {
    align-items: flex-end;
  }

  .insight-text-3.ebook-title-bold {
    font-size: 20px;
  }

  ._24-px-text {
    font-size: 16px;
  }

  ._24-px-text.mb-20 {
    margin-bottom: 20px;
  }

  .ebook-card {
    margin-top: 20px;
  }

  .text-block-16 {
    font-size: 24px;
  }

  .text-block-16.width-1000px {
    font-size: 16px;
  }
}

#w-node-a8775ba2-428b-dc5f-abe9-09754cbe7b5a-df3cd92b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a8775ba2-428b-dc5f-abe9-09754cbe7b61-df3cd92b, #w-node-a8775ba2-428b-dc5f-abe9-09754cbe7b64-df3cd92b, #w-node-a8775ba2-428b-dc5f-abe9-09754cbe7b67-df3cd92b, #w-node-a8775ba2-428b-dc5f-abe9-09754cbe7b6a-df3cd92b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d452f15-58eb-db14-ca81-d86635053dc1-f0ec1ad7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6d452f15-58eb-db14-ca81-d86635053dc5-f0ec1ad7, #w-node-f42855de-5f07-01cd-7532-5a0a8ff780f7-f0ec1ad7, #w-node-_845f1aaa-40da-58d2-442f-496daf752af2-f0ec1ad7, #w-node-_6bbf9775-c22c-f9f1-9706-ed9d14b2af5b-f0ec1ad7, #w-node-_18e3a424-d552-4c15-4fcf-86e667518eb3-f0ec1ad7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-a8775ba2-428b-dc5f-abe9-09754cbe7b5a-df3cd92b, #w-node-_6d452f15-58eb-db14-ca81-d86635053dc1-f0ec1ad7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


