html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-padding: 2em;
}

iframe {
  border-radius: 20px;
  border: 2px solid #CCC3C3;
  display: block;
  width: 100%;
  height: initial;
  aspect-ratio: 16/8;
}

body {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: initial;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  overflow-x: clip;
}

strong, b {
  font-weight: 600;
}

.no-decoration {
  text-decoration: none;
  outline: none;
}

picture, img {
  display: block;
  width: 100%;
}

*, *:after, *:before {
  box-sizing: border-box;
}

*:focus-within {
  border: 0 none;
  box-shadow: none;
}

* {
  outline: none !important;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: po "inter"; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

header {
  position: relative;
  z-index: 1;
}

.c-headerNav-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.c-brand-logo img {
  max-width: 169px;
}

.of-hide {
  overflow: hidden;
}

.mw-996 {
  max-width: 996px;
  margin: 0 auto;
}

.mw-890 {
  max-width: 890px;
  margin: 0 auto;
}

/* navbar componenet starts shere */
.c-menu-wrap {
  flex: 1 0;
}

.c-navMenu {
  display: flex;
  gap: 40px;
}

.c-navMenu .c-navitem a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  color: #23252C;
  position: relative;
  padding-bottom: 5px;
}

.c-navMenu .c-navitem:first-child {
  margin-left: auto;
}

.c-navMenu .c-navitem.active {
  color: #3B76DE;
}

.c-navMenu .c-navitem.last {
  margin-left: auto;
}

.c-navMenu .c-navitem.active a:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #3B76DE;
  left: 0;
  top: 100%;
  border-radius: 10px;
}

/* hamburger button starts shere */
.menu-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  display: none;
}

.menu-toggler > .toggle-bar-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* hamburger button ends shere */
/* footer CSS */
footer {
  background: linear-gradient(178.65deg, #FFFFFF -1.54%, #CBE3FF 113.41%);
  padding: 50px 0 0 0;
}

.c-footer-contents {
  display: flex;
}

.c-footer-contents > div {
  flex: 1 1 50%;
}

.footer-logo {
  margin-bottom: 40px;
}

.c-footer-left-text {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 674px;
}

.c-footer-left-text p {
  margin-top: 40px;
}

.footer-social {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.footer-social li img {
  max-height: 36px;
  width: auto;
}

.c-footer-right-text {
  max-width: 330px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 90px auto 0;
}

.c-footer-right-text h3 {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.c-footer-right-text p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.c-footer-right-text img {
  max-width: 24px;
  float: left;
  margin-right: 10px;
}

.footer-hr {
  border-color: #FFFFFF;
  margin-top: 70px;
  margin-bottom: 0;
}

.c-footer-copy {
  padding: 30px 0;
  text-align: center;
}

.c-footer-copy p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}

/* footer CSS */
/* contact page CSS */
.section.sec-contact {
  padding: 70px 0 200px 0;
}

.bg-pattern {
  position: relative;
  isolation: isolate;
}

.bg-pattern::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1500px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("./img/contact-bg.png");
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.section {
  padding: 70px 0;
}

.sec-contact .c-section-contact {
  display: flex;
  gap: 4vw;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}

.sec-contact .c-contact-right {
  display: contents;
}

.contact-form {
  background-color: #EEF7FC;
  padding: 48px 40px;
  border-radius: 16px;
  max-width: 486px;
  flex: 1;
}

.contact-form h2 {
  margin-bottom: 24px;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  color: #23252C;
}

.contact-form form fieldset {
  margin-top: 24px;
}

.contact-form form fieldset p {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
}

.contact-form form fieldset input[type=text], .contact-form form fieldset input[type=email], .contact-form form fieldset textarea {
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  display: block;
  width: 100%;
}

.contact-form form fieldset textarea {
  min-height: 128px;
}

.contact-form form fieldset button, .contact-form form fieldset [type=submit] {
  background: linear-gradient(134.99deg, #3E97FF 0%, #3A6FD8 100.01%);
  padding: 12px;
  min-width: 134px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center;
  box-shadow: 0px 4px 29px 0px rgba(59, 121, 225, 0.4588235294);
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  float: right;
}

.c-contact-left-text {
  max-width: 395px;
  padding-top: 26px;
}

.c-contact-left .sub-heading {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: #3B7BE3;
}

.heading {
  font-family: "Inter";
  font-size: 44px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0.04em;
  text-align: left;
}

.c-contact-left-text .heading {
  margin-top: 20px;
}

.c-contact-left-text .heading + p {
  margin: 20px 0;
}

.c-contact-left-text p {
  max-width: 327px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(78, 79, 80, 0.8);
}

.c-contact-left-text p + p {
  color: #333333;
}

/* contact page CSS */
/* section-hero */
.sec-hero {
  padding: 70px 0px 50px;
  overflow: hidden;
  width: 100%;
}

.sec-hero .c-contact-left-text {
  padding-top: 0;
  max-width: 100%;
  max-width: 1250px;
  margin: auto;
}

.sec-hero .c-contact-left-text .heading {
  margin-top: 0;
  text-align: center;
}

.sec-hero .c-contact-left-text p {
  max-width: initial;
  margin: 34px 0;
  color: #23252C;
}

.sec-hero .c-contact-right img {
  max-width: 100%;
  width: 100%;
}

.sec-hero .c-contact-right {
  margin-top: 40px;
}

.hero-tab-btns {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hero-tab-btns button {
  color: #72718A;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 60px;
  font-family: "Inter";
  line-height: 21.78px;
  padding: 16px 24px 16px 24px;
  border: 2px solid #E0DFEB;
  background-color: #ffffff;
  will-change: color, border-color;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hero-tab-btns button.active {
  color: #3B76DE;
  border-color: #3B76DE;
}

.hero-tab-btns ~ .hero-tabs {
  margin-top: 50px;
}

.hero-tabs > div {
  display: none;
}

.hero-tabs > div.active {
  display: block;
}

/* section-hero */
/* button */
.cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  background: linear-gradient(134.99deg, #3E97FF 0%, #3A6FD8 100.01%);
  padding: 16px;
  min-width: 200px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center;
  box-shadow: 0px 4px 29px 0px rgba(59, 121, 225, 0.4588235294);
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.cta span {
  display: inline-block;
  text-wrap: nowrap;
}

.cta img, button img {
  max-width: 20px;
}

/* button */
/* section header */
.sec-header {
  margin-bottom: 40px;
}

.sec-header.center {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sec-header h2 {
  font-family: "Inter";
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  color: #23252C;
  margin-bottom: 14px;
}

.sec-header p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  color: rgba(78, 79, 80, 0.8);
}

/* section header */
.sol-cards {
  scroll-snap-type: x mandatory;
}

.sol-cards .sol-card {
  scroll-snap-align: center;
}

.sol-cards::-webkit-scrollbar {
  display: none;
}

.sol-cards {
  display: flex;
  gap: 48px;
  overflow: auto;
  padding: 40px;
  margin: -40px auto;
  width: 100%;
  max-width: 1216px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sol-card {
  flex: 1 0 248px;
  max-width: 248px;
  min-height: 272px;
  position: relative;
  perspective: 600px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  transform-origin: 100% center;
}

.sol-card h2 {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
}

.sol-card p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 8px;
}

.sol-card .front-card {
  background: #FFFFFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.sol-card .front-card img {
  margin-top: auto;
  max-width: 100px;
  margin-bottom: 16px;
  width: initial;
}

.sol-card .front-card .arr-link img {
  margin-bottom: 0;
  height: 0;
  transition: height 0.2s linear;
}

.sol-card:hover .front-card .arr-link img {
  height: 18px;
  margin-top: 15px;
}

.sol-card .back-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #1A9CFA 0%, #58B6F5 100%);
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: rotateY(180deg);
  display: none;
}

.sol-card .back-card h2, .sol-card .back-card p {
  color: #FFFFFF;
}

.sol-card .front-card, .sol-card .back-card {
  transition: transform 0.6s ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 16px;
  box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.0509803922);
}

.why-choose-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.progress-acc-banner img {
  max-width: 710px;
  display: none;
}

.progress-acc-banner img.active {
  display: block;
}

.learn-more {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #0F77F1;
  text-underline-offset: 2px;
}

.why-choose-banner {
  flex: 1;
  max-width: 800px;
}

.why-choose-banner > img {
  display: none;
}

.why-choose-banner > img.active {
  display: block;
}

.accordion-single {
  max-width: 380px;
}

.accordion-single-title {
  padding: 25px 25px 20px;
  cursor: po "inter";
  position: relative;
  margin: 0;
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: "Inter";
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  color: #23252c;
}

.accordion-single-title > img {
  max-width: 36px;
  box-shadow: 0 4px 18px 0 rgba(62, 146, 250, 0.368627451);
  border-radius: 50%;
}

.accordion-single-title::after {
  content: "";
  margin-left: auto;
  right: 25px;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMVY5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xIDVIOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  transform: translateY(-50%);
  background-size: 100%;
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content > div {
  padding: 0 25px 25px;
}

.accordion-single-content > div p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(35, 37, 44, 0.6);
}

.accordion-single-content > div p + p {
  margin-top: 8px;
}

.accordion-single-item {
  border-radius: 14px;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 150px;
}

.accordion-single-item.is-open {
  box-shadow: 0 1px 57px 0 rgba(0, 0, 0, 0.0509803922);
}

.accordion-single-item.is-open .accordion-single-title::after {
  background: #51c3fe;
  width: 12px;
  height: 2px;
  border-radius: 100vh;
}

.c-customer-content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.c-customer-content .sec-header {
  max-width: 410px;
}

.c-customer-content .sec-header p {
  color: #23252C;
}

.sec-testimonial {
  position: relative;
  isolation: isolate;
  padding: 50px 0 150px;
}

.sec-testimonial::before {
  background: #D8E1FF;
  position: absolute;
  content: "";
  width: 100%;
  height: 410px;
  top: 0;
  right: 52%;
  border-radius: 0px 0px 72px 0px;
}

.quote-icon {
  width: 57.25px;
}

.c-testimonial-content {
  display: flex;
  justify-content: space-between;
}

.testimonial-left {
  max-width: 420px;
  position: relative;
}

.testimonial-left .sec-header {
  margin-bottom: 20px;
}

.testimonial-left .sec-header .cta {
  margin-top: 25px;
}

.testimonial-left .sec-header h5 {
  background-color: #F0F6FE;
  padding: 4px 8px;
  border-radius: 6px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #0E0E0E;
  margin-bottom: 20px;
}

.testimonial-left .sec-header h2 {
  font-size: 32px;
  line-height: 42px;
}

.testimonial-left .sec-header h2, .testimonial-left .sec-header p {
  color: #0E0E0E;
}

.testimonial-slider {
  flex: 0 0 500px;
}

.testimonial-slider .owl-theme .owl-controls .owl-page span,
.testimonial-slider .owl-theme .owl-controls .owl-page:nth-child(2) span,
.testimonial-slider .owl-theme .owl-controls .owl-page:nth-child(3) span {
  background: url("./img/icons/user-icon.png") 0 0/cover no-repeat;
}

.owl-buttons {
  display: none;
}

#testimonial-slider {
  margin-top: 30px;
  max-width: 486px;
}

.testimonial .description {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #23252c;
  position: relative;
  text-align: center;
}

.testimonial .post,
.testimonial .title {
  font-family: "Inter";
  letter-spacing: 0;
  text-align: center;
  color: #23252c;
}

.testimonial .title {
  margin: 70px 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.testimonial .post {
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
}

.testimonial-slider .owl-theme .owl-controls {
  margin-top: 20px;
}

.testimonial-slider .owl-theme .owl-controls .owl-page span {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s ease-in-out 0.25s;
}

.testimonial-slider .owl-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: -150px;
  display: none;
}

.testimonial-slider .owl-theme .owl-controls.clickable .owl-page span {
  opacity: 0.5;
  width: 30px;
  height: 30px;
}

.testimonial-slider .owl-theme .owl-controls .owl-page.active span,
.testimonial-slider .owl-theme .owl-controls .owl-page.active:hover span {
  opacity: 1;
  width: 50px;
  height: 50px;
  transition: 0.3s ease-in-out;
}

.testimonial-slider .owl-buttons {
  display: block;
}

.testimonial-slider .owl-controls .owl-buttons div {
  background: transparent;
}

/* video Modal popup */
.modal, .video-popup {
  display: none;
  position: fixed;
}

.modal {
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.video-popup {
  z-index: 2;
  top: 50%;
  left: 50%;
  max-width: 95%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.video-popup.visible {
  display: block;
}

.video-popup .close {
  position: absolute;
  right: -2px;
  top: -4px;
  font-weight: 600;
  font-size: 28px;
  color: #000;
  padding: 5px 10px;
  border-bottom: none;
  cursor: pointer;
}

.video-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 30px auto 0;
}

.video-wrapper .video-container {
  position: relative;
  padding-bottom: 55.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* progress bar accordion */
.progress-accordion {
  flex: 1 0;
}

.progress-accordion .accordion-single-item {
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.progress-accordion .accordion-single-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #3846FE;
  will-change: width;
}

.progress-accordion .accordion-single-item.is-open:after {
  width: 100%;
}

.progress-accordion .accordion-single-item + .accordion-single-item {
  margin-top: 16px;
}

/* section pro hero */
.sec-pro-hero {
  padding: 70px 0 120px 0;
  overflow: hidden;
  display: block;
  width: 100%;
}

.sec-pro-hero .c-contact-leeft-text {
  padding-top: 0;
  max-width: 572px;
}

.sec-pro-hero .c-contact-leeft-text .heading {
  margin-top: 0;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0;
}

.sec-pro-hero .c-contact-leeft-text p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.sec-pro-hero .c-contact-leeft-text p {
  max-width: initial;
  margin: 34px 0;
  color: #23252C;
}

.sec-pro-hero .c-section-contact {
  display: flex;
  gap: 4vw;
  justify-content: space-between;
  margin: 0px -40px 0px 0px;
}

.sec-pro-hero .c-contact-right {
  position: relative;
  isolation: isolate;
  display: block;
}

.sec-pro-hero .c-section-contact .c-contact-right img {
  max-width: 680px;
}

.sec-pro-hero .c-contact-right .shadow-image {
  position: absolute;
  width: 130%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: initial !important;
  z-index: -1;
}

/* section pro hero */
.sec-products-tabs {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #E7E7E7;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 9;
}

.products-tabs {
  display: flex;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
  justify-content: center;
}

.products-tabs li a {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
  text-align: center;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: po "inter";
  padding: 0 15px 0 15px;
  text-decoration: none;
  color: #23252C;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
}

.products-tabs li a.active {
  border-bottom: 4px solid #3B76DE;
  color: #3B76DE;
}

.fiftyfifty-block {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 50px 0;
}

.fiftyfifty-block.reverse {
  flex-direction: row-reverse;
}

.fiftyfifty-block .fifty-text {
  max-width: 450px;
  padding-top: 30px;
  flex: 1 0;
}

.fiftyfifty-block h2 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #3B76DE;
  margin-bottom: 14px;
}

.fiftyfifty-block p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #364153;
}

.fiftyfifty-block .cta-dim {
  margin-top: 24px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  border: 1px solid #CDD5E0;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0F77F1;
  text-decoration: none;
  padding: 16px;
  transition: all 0.15s ease;
  will-change: box-shadow;
}

.fiftyfifty-block .cta-dim img {
  max-width: 24px;
  transition: all 0.25s ease;
  will-change: transform;
  z-index: -1;
}

.fiftyfifty-block .cta-dim:hover {
  box-shadow: 0px 4px 6px -3px rgba(167, 167, 167, 0.4588235294);
}

.fiftyfifty-block .cta-dim:hover img {
  transform: translateX(5px);
}

.fiftyfifty-block .fifty-img {
  position: relative;
  flex: 1 0;
  max-width: 610px;
  isolation: isolate;
  z-index: -1;
}

.fiftyfifty-block .fifty-img .shadow-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  z-index: -1;
  transform: translate(0%, -25%);
}

.fiftyfifty-block + .fiftyfifty-block {
  margin-top: 50px;
}

.fiftyfifty-block .fifty-img img {
  max-width: 100%;
  width: initial;
  margin: 0 auto;
}

.section.page-header {
  padding: 40px 0 40px 0;
}

.section.page-header + .section {
  padding-top: 40px;
}

.page-header .c-section-contact {
  display: block;
}

.page-header .c-contact-left {
  display: contents;
}

.page-header .c-contact-leeft-text {
  max-width: 1043px;
  margin: 0 auto;
}

.page-header .c-contact-leeft-text .heading {
  text-align: center;
  font-size: 56px;
  line-height: 72px;
}

.page-header .c-contact-leeft-text p {
  text-align: center;
  margin: 18px 0 40px;
  font-size: 24px;
  line-height: 40px;
}

.page-header .cta {
  margin: auto;
}

.sec-pro-hero .c-contact-leeft-text .heading span {
  background: linear-gradient(177.12deg, rgba(255, 136, 91, 0.2) 7.59%, #3846FE 63.46%, #3745FE 88.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.industries-blocks {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1268px;
  margin: 0 auto 0;
  align-items: center;
  padding: 40px 0 200px;
}

.industries-blocks .industry-block {
  flex: 1 1 calc(50% - 12px);
  position: relative;
  padding: 6px;
  max-width: 622px;
  border-radius: 20px;
  background: linear-gradient(127.18deg, rgb(255, 255, 255) 0.93%, rgb(240, 241, 255) 98.36%);
  will-change: background;
  transition: background 0.2s ease;
}

.industries-blocks .industry-block:hover {
  background: linear-gradient(105.83deg, rgba(56, 70, 254, 0) -4.24%, #3745FF 102.07%);
}

.industries-blocks .industry-icon {
  margin-bottom: 15px;
}

.industries-blocks .industry-icon img {
  max-width: 72px;
}

.industries-blocks .industry-block .heading {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #101729;
}

.industries-blocks .industry-block p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #677489;
  margin-top: 4px;
}

.industries-blocks .inner {
  padding: 40px;
  border-radius: 14px;
  left: 6px;
  top: 6px;
  display: block;
  text-decoration: none;
  background: linear-gradient(127.18deg, rgb(255, 255, 255) 0.93%, rgb(240, 241, 255) 98.36%);
}

.industries-blocks .industry-block:nth-child(even) {
  transform: translateY(100px);
}

.section.sec-industry-text {
  padding-bottom: 100px;
}

.industry-text-block {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.industry-text-block .industry-text-left {
  max-width: 440px;
}

.industry-text-block .industry-text-right {
  max-width: 830px;
}

.industry-text-block .industry-text-right p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: rgba(78, 79, 80, 0.8);
}

.section.page-header + .section.our-ppl-culture {
  padding-top: 70px;
}

.our-ppl-culture {
  background: linear-gradient(150deg, #BFC4FE -31.13%, rgba(255, 255, 255, 0) 55.21%);
  background: linear-gradient(157deg, #BFC4FE -641.13%, rgba(255, 255, 255, 0) 55.21%);
}

.sec-header.opoc-header p {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #364153;
}

.sec-header.mw-1180 {
  max-width: 1180px;
}

.opoc-blocks {
  display: flex;
  flex-wrap: wrap;
  row-gap: 56px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 1000px;
  margin: 50px auto 0;
}

.opoc-blocks .opoc-block {
  flex: 0 0 calc(50% - 10px);
}

.opoc-blocks .opoc-block:nth-child(even) .opoc-block-inner {
  margin-left: auto;
}

.opoc-blocks .opoc-block-inner {
  max-width: 392px;
}

.opoc-block .opoc-icon {
  margin-bottom: 16px;
}

.opoc-block .opoc-icon img {
  max-width: 100px;
}

.opoc-block .heading {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #101729;
  margin-bottom: 8px;
}

.opoc-block p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #364153;
}

.team-members {
  scroll-snap-type: x mandatory;
}

.team-members .team-member {
  scroll-snap-align: center;
  cursor: po "inter";
}

.team-members::-webkit-scrollbar {
  display: none;
}

.team-members {
  max-width: 926px;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 3 0px auto 0;
  flex-wrap: wrap;
}

.team-member {
  width: 282px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 220px;
  padding: 20px 30px;
  text-align: center;
}

.team-member.active {
  box-shadow: 0px 11px 12px 0px rgba(49, 45, 43, 0.1215686275);
}

.team-member img {
  width: 100%;
  display: block;
  max-width: 156px;
  margin: 0 auto;
}

.team-member .team-name {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  text-align: center;
  color: #101729;
  margin: 16px 0 6px 0;
}

.team-member p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #364153;
}

.team-members-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.team-info-all {
  max-width: 566px;
}

.team-info-all .team-info {
  background-color: #F3F9FF;
  border-radius: 8px;
  padding: 30px;
  display: none;
}

.team-info-all .team-info.active {
  display: block;
}

.team-info-all .team-info .team-member {
  padding: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.team-info-all .team-info * {
  text-align: left !important;
}

.team-info-all .team-info-text {
  margin-top: 30px;
}

.team-info-all .team-info-text p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #364153;
}

.team-info-all .team-member-title {
  margin-top: auto;
  margin-bottom: 10px;
}

.team-info-all .team-avatar {
  max-width: 223px;
}

.customers-love {
  background: linear-gradient(270deg, #3846FE -88%, rgba(255, 255, 255, 0) 42.87%);
  margin-bottom: 50px;
}

.customers-love-block {
  margin-top: 80px;
  -moz-column-count: 2;
       column-count: 2;
}

.customers-love-frame {
  max-width: 550px;
  margin-top: 40px;
}

.customers-love-frame img {
  max-width: 100%;
}

.customers-love-right {
  flex: 0 0 50%;
  max-width: 586px;
}

.quote-icon {
  max-width: 55px;
  margin-bottom: 30px;
}

#customers-carousel {
  width: 100%;
  max-width: 100%;
}

.customers-item {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.customers-text p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.customer-info span {
  display: block;
  width: 54px;
  height: 1px;
  background-color: #3846FE;
  margin-bottom: 16px;
}

.customer-info .user-name {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.customer-info .user-name ~ p {
  color: #677489;
}

#customers-carousel .owl-controls {
  margin-top: 50px;
}

#customers-carousel .owl-controls .owl-page span {
  width: 16px;
  height: 8px;
  background-color: #CDD5E0;
  border-radius: 8px;
  margin: 0 4px;
  will-change: width, background-color;
  transition: width 0.2s ease, background-color 0.2s ease;
}

#customers-carousel .owl-controls .owl-page.active span {
  width: 40px;
  background-color: #3846FE;
}

#customers-carousel .owl-controls .owl-pagination {
  text-align: left;
}

.section.page-header.about-hero {
  padding: 100px 0 100px 0;
}

.features-block .fifty-text {
  padding-top: 0;
}

.features-block .fifty-text h2 {
  color: #101729;
  margin-bottom: 30px;
}

.features-block .fifty-text {
  max-width: 428px;
}

.features-block .fifty-img {
  max-width: 700px;
}

.features-block .accordion-single-item + .accordion-single-item {
  margin-top: 0;
}

.features-block .accordion-single-text {
  padding: 20px 24px;
  cursor: po "inter";
  position: relative;
  margin: 0;
  display: flex;
  gap: 24px;
  align-items: center;
}

.features-block .accordion-single-text p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #677489;
}

.features-block .is-open .accordion-single-text p {
  color: #101729;
}

.features-block .cta-dim {
  margin-top: 10px;
}

.features-block.reverse .fifty-img {
  position: relative;
  align-self: flex-start;
}

.reverse .fifty-img::before {
  content: "";
  width: 100%;
  height: 100%;
  left: -15%;
  top: 0;
  z-index: -1;
  position: absolute;
  background-image: url("./img/features-block-bg.png");
  background-size: contain;
}

.sec-team {
  padding: 70px 0 120px 0;
}

@media (max-width: 1600px) {
  .sec-pro-hero .c-section-contact {
    margin: 0px;
  }
}
@media (max-width: 1024px) {
  .c-footer-contents {
    flex-direction: column;
    gap: 0px;
  }
  .c-footer-left, .c-footer-left-text, .c-footer-right {
    display: contents;
  }
  .footer-social, .c-footer-left-text p {
    order: 1;
  }
  .c-footer-right-text {
    margin: 0;
  }
  .c-footer-left-text p {
    font-size: 18px;
  }
  .c-footer-copy p {
    font-size: 14px;
  }
  .sol-cards {
    gap: 40px;
  }
  .sol-card h2 {
    font-size: 20px;
  }
  .testimonial-slider {
    flex: 0 0 450px;
  }
  .sec-testimonial::before {
    right: 54%;
  }
}
@media (max-width: 991px) {
  .c-navMenu {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .section {
    padding: 40px 0;
  }
  .c-headerNav-contents {
    display: block;
  }
  .menu-toggler {
    display: block;
    float: right;
    position: relative;
    transform: translateY(-110%);
  }
  .c-navMenu {
    display: block;
    flex-grow: 1;
    flex-basis: 100%;
    margin: 0;
  }
  .c-navMenu .c-navitem a {
    display: block;
    width: 100%;
    padding: 12px 2px 12px 2px;
    border-top: 1px solid var(--gray1);
  }
  .c-navMenu .c-navitem:last-child a {
    border-bottom: 1px solid var(--gray1);
  }
  .c-menu-wrap {
    display: block;
    flex-grow: 1;
    flex-basis: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease;
  }
  .c-menu-wrap.show {
    opacity: 1;
  }
  .contact-form {
    margin-top: 50px;
    max-width: 100%;
  }
  .sec-contact .c-section-contact {
    display: block;
  }
  .why-choose-wrap {
    display: block;
  }
  .why-choose-banner {
    margin-top: 40px;
  }
  .why-choose-banner {
    margin-bottom: 40px;
  }
  .why-choose-banner img {
    width: 100%;
    max-width: 100%;
  }
  .accordion-single {
    max-width: 100%;
  }
  .c-customer-content {
    display: block;
  }
  .c-customer-content .sec-header {
    max-width: 100%;
  }
  .c-testimonial-content {
    display: block;
  }
  .sec-testimonial::before {
    right: 0;
    height: 380px;
  }
  .testimonial-left {
    max-width: 100%;
  }
  .testimonial-slider {
    margin: 120px auto 80px auto;
  }
  #testimonial-slider {
    margin-left: auto;
    margin-right: auto;
  }
  .sec-pro-hero .c-section-contact {
    display: block;
  }
  .sec-pro-hero .c-contact-right {
    margin-top: 40px;
  }
  .products-tabs {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-wrap: wrap;
  }
  .products-tabs li {
    flex: 0 0 50%;
  }
  .products-tabs li a {
    border-bottom: 2px solid #f7f7f7;
    width: 100%;
    height: 60px;
  }
  .fiftyfifty-block .fifty-text {
    padding-top: 20px;
  }
  .page-header .c-contact-leeft-text .heading {
    font-size: 36px;
    line-height: 50px;
  }
  .page-header .c-contact-leeft-text p {
    font-size: 16px;
    line-height: 26px;
    text-wrap: pretty;
  }
  .section.sec-industry-text {
    padding-bottom: 60px;
  }
  .sec-header.opoc-header p {
    font-size: 16px;
    line-height: 26px;
    text-wrap: pretty;
  }
  .sec-header.opoc-header p br {
    display: none;
  }
  .customers-love-block {
    -moz-column-count: initial;
         column-count: initial;
  }
  .customers-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .customers-love-frame {
    max-width: 220px;
    margin: 20px auto 0;
  }
  .customers-love-right {
    margin: 0 auto;
  }
  .team-members .team-member {
    padding: 16px;
    max-width: 170px;
    flex: 1 0 auto;
  }
  .team-member img {
    max-width: 116px;
  }
  .team-info-all {
    flex: 1 1 auto;
  }
}
@media (max-width: 820px) {
  .fiftyfifty-block .fifty-text {
    padding-top: 0px;
  }
  .fiftyfifty-block h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .fiftyfifty-block p {
    font-size: 14px;
    line-height: 24px;
  }
  .learn-more {
    font-size: 14px;
  }
  .fiftyfifty-block .cta-dim {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 10px;
    gap: 4px;
  }
  .industry-text-block {
    gap: 16px;
    flex-direction: column;
    margin: 40px 0 0;
  }
  .industry-text-block .industry-text-right p {
    font-size: 16px;
    line-height: 26px;
    text-wrap: pretty;
  }
  .testimonial-left .sec-header h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .features-block .fifty-text h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .features-block .accordion-single-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .features-block .learn-more {
    margin-top: 10px;
    display: block;
  }
  .reverse .fifty-img::before {
    height: 80%;
    left: -7%;
  }
  .team-members-wrap {
    flex-wrap: wrap;
  }
  .team-info-all {
    margin: auto;
  }
}
@media (max-width: 576px) {
  .section {
    padding: 50px 0;
  }
  .heading {
    font-size: 36px;
    line-height: 46px;
  }
  .sec-hero .c-contact-left-text .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .c-navMenu .c-navitem a {
    font-size: 14px;
  }
  .c-footer-right-text p, .c-footer-left-text p {
    font-size: 14px;
    line-height: 20px;
    text-wrap: pretty;
    text-decoration: none;
  }
  .c-footer-copy p {
    font-size: 12px;
  }
  .footer-social {
    gap: 20px;
  }
  .footer-social li img {
    max-height: 30px;
  }
  .c-footer-right-text {
    gap: 15px;
  }
  .c-contact-left-text {
    padding-top: 0;
  }
  .c-contact-left-text p {
    font-size: 14px;
    line-height: 22px;
  }
  .contact-form {
    padding: 36px 30px;
  }
  .contact-form h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .contact-form form fieldset {
    margin-top: 16px;
  }
  .contact-form form fieldset input[type=text], .contact-form form fieldset input[type=email], .contact-form form fieldset textarea {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 22px;
  }
  .hero-tab-btns {
    gap: 12px;
  }
  .hero-tab-btns button {
    font-size: 14px;
    padding: 10px 24px 10px 24px;
  }
  .sec-hero .c-contact-left-text p {
    margin: 18px 0;
  }
  .sec-header h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .sec-header p {
    font-size: 14px;
    line-height: 24px;
    text-wrap: pretty;
  }
  .sol-cards {
    gap: 24px;
    padding-inline: 40px;
    margin-inline: -40px;
    width: calc(100% + 60px);
  }
  .sol-card {
    min-height: 230px;
  }
  .sol-card h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .sol-card p {
    font-size: 14px;
    line-height: 20px;
    text-wrap: pretty;
  }
  .cta {
    font-size: 12px;
    padding: 12px;
  }
  .accordion-single-title {
    font-size: 15px;
  }
  .sec-pro-hero .c-contact-leeft-text .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .sec-pro-hero .c-contact-leeft-text p {
    font-size: 14px;
    line-height: 24px;
    text-wrap: pretty;
  }
  .page-header .c-contact-leeft-text .heading {
    font-size: 30px;
    line-height: 36px;
  }
  .page-header .c-contact-leeft-text p {
    font-size: 14px;
    line-height: 24px;
    text-wrap: pretty;
  }
  .products-tabs {
    display: block;
  }
  .products-tabs li a {
    font-size: 14px;
    height: 44px;
  }
  .fiftyfifty-block {
    display: block;
  }
  .fiftyfifty-block {
    padding: 20px 0;
  }
  .fiftyfifty-block .fifty-img {
    margin-top: 20px;
  }
  .fiftyfifty-block + .fiftyfifty-block.fiftyfifty-block + .fiftyfifty-block {
    margin-top: 20px;
  }
  .industries-blocks {
    padding: 0px;
  }
  .industries-blocks .industry-block:nth-child(even) {
    transform: translateY(0px);
  }
  .industries-blocks .industry-block {
    flex: 0 0 100%;
  }
  .industries-blocks .inner {
    padding: 30px;
  }
  .industries-blocks .industry-icon img {
    max-width: 64px;
  }
  .industries-blocks .industry-block .heading {
    font-size: 18px;
    line-height: 30px;
  }
  .industries-blocks .industry-block p {
    font-size: 14px;
    line-height: 24px;
    text-wrap: pretty;
  }
  .industry-text-block .industry-text-right p {
    font-size: 14px;
    line-height: 24px;
    text-wrap: pretty;
  }
  .opoc-blocks {
    flex-direction: column;
    row-gap: 40px;
  }
  .opoc-block .opoc-icon img {
    max-width: 64px;
    margin: auto;
  }
  .opoc-block .heading {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .opoc-block p {
    font-size: 14px;
    line-height: 24px;
    text-wrap: pretty;
    text-align: center;
  }
  .team-members {
    gap: 26px;
  }
  .team-member {
    width: 150px;
  }
  .team-member .team-name {
    font-size: 16px;
    margin: 12px 0 3px 0;
    line-height: 19px;
  }
  .team-member p {
    font-size: 14px;
    line-height: 20px;
  }
  .customers-love {
    margin-bottom: 10px;
  }
  #customers-carousel .owl-controls {
    margin-top: 30px;
  }
  .quote-icon {
    max-width: 40px;
    margin-bottom: 26px;
  }
  .customers-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .customers-item {
    gap: 26px;
  }
  .customer-info span {
    margin-bottom: 8px;
  }
  .customer-info .user-name {
    font-size: 18px;
    line-height: 32px;
  }
  .customer-info .user-name ~ p {
    font-size: 14px;
  }
  .section.page-header.about-hero {
    padding: 70px 0 50px 0;
  }
}
@media (max-width: 420px) {
  .c-navMenu .c-navitem a {
    font-size: 12px;
  }
  .heading {
    font-size: 28px;
    line-height: 36px;
  }
  .team-member .team-name {
    font-size: 14px;
  }
  .team-member p {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .menu-toggler {
    padding: 0.25rem 0.55rem;
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */