* {
  font-family: "Montserrat", sans-serif !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

body {
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}



/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

html {
  box-sizing: border-box;
}

aside {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@font-face {
  font-family: "segoesc";
  src: url(./fonts/segoesc.ttf);
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
    sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Tailwind CSS */
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::after,
::before {
  --tw-content: ''
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role=button],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden=until-found])) {
  display: none;
}

.container {
  width: 100%
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-\[0px\] {
  bottom: 0px;
}

.left-9 {
  left: 2.25rem;
}

.left-\[0px\] {
  left: 0px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-\[35px\] {
  margin-right: 35px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[100\%\] {
  height: 100%
}

.h-\[32px\] {
  height: 32px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[420PX\] {
  height: 420PX;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[96\%\] {
  height: 96%
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[10px\] {
  width: 10px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[62px\] {
  width: 62px;
}

.w-full {
  width: 100%
}

.max-w-\[50\%\] {
  max-width: 50%
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  user-select: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.flex-row {
  flex-direction: row;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#24157EEB\!important\] {
  border-color: #24157EEB !important;
}

.border-\[\#dee2e636\!important\] {
  border-color: #dee2e636 !important;
}

.border-\[\#dee2e640\!important\] {
  border-color: #dee2e640 !important;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#050711\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 17 / var(--tw-bg-opacity, 1));
}

.bg-\[\#161922\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 25 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1A1D24\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 36 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1b1c27\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 28 39 / var(--tw-bg-opacity, 1));
}

.bg-\[\#BBD1FD3D\] {
  background-color: #BBD1FD3D;
}

.bg-\[\#fdfdfd17\] {
  background-color: #fdfdfd17;
}

.bg-\[\#fdfdfd2b\] {
  background-color: #fdfdfd2b;
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#1fc3ff\] {
  --tw-gradient-from: #1fc3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 195 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#29304780\] {
  --tw-gradient-from: #29304780 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 48 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#330fff\] {
  --tw-gradient-to: #330fff var(--tw-gradient-to-position);
}

.to-\[\#6345FF80\] {
  --tw-gradient-to: #6345FF80 var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.p-10 {
  padding: 2.5rem;
}

.p-6 {
  padding: 1.5rem;
}

/* Tailwind Css End */

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.modal {
  z-index: 99999;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
  padding: 5px 5px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  /* margin: 1.5em 0 0; */
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*================== start custom css is here =======================*/

/* ================== BLOG DETAILS CSS STARTS HERE ==================*/
.single-post__body .single-post__body__inner {
  line-height: 30px;
}

.single-post__body table th,
.single-post__body table td {
  border: 1px solid #dedede;
  padding: 10px 15px;

}

.single-post__body table th {
  color: #0f0e0e;
}

.single-post__body .single-post__body__inner p {
  margin: 0 0 14px !important;
  line-height: inherit;
  font-size: 21px;
  font-weight: 500;
}

/* .single-post__body .single-post__body__inner .first-child .cenote-drop-cap {
   font-size: 84px;
   color: inherit;
   font-weight: 700;
   float: left;
   vertical-align: top;
   line-height: 70px;
   padding-right: 20px;
   padding-left: 10px;
   padding-top: 5px;
   text-shadow: 3px 3px 0 rgb(56 60 80 / 22%);
} */

.single-post__body .single-post__body__inner .h1,
.single-post__body .single-post__body__inner .h2,
.single-post__body .single-post__body__inner .h3,
.single-post__body .single-post__body__inner h1,
.single-post__body .single-post__body__inner h2,
.single-post__body .single-post__body__inner h3 {
  margin-top: 15px;
  margin-bottom: 10px !important;
  font-weight: 700;
}

.single-post__body .single-post__body__inner .h2,
.single-post__body .single-post__body__inner h2 {
  font-size: 30px;
}

/* start new css - march-02 2023 */
.pats-single-blog-section .single-post__body__inner p.first-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.59;
  color: #222222db;
  margin-bottom: 20px;
}

.pats-single-blog-section .single-post__body__inner h2,
.pats-single-blog-section .single-post__body__inner h3,
.pats-single-blog-section .single-post__body__inner h4 {
  margin-bottom: 1.5625vw;
  font-size: 19px;
  font-weight: 500;
  color: #0f0e0e;
  line-height: 32px;
}

.pats-single-blog-section .single-post__body__inner strong {
  font-weight: bold;
  color: #0f0e0e;
}

.pats-single-blog-section .single-post__body__inner p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.59;
  color: rgba(34, 34, 34, 0.86);
  margin-bottom: 1.5625vw;
}

.pats-single-blog-section .single-post__body__inner ul li,
.pats-single-blog-section .single-post__body__inner ol li {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.59;
  color: #222222db;
}

.pats-single-blog-section .single-post__body__inner li strong {
  font-size: 16px;
  font-weight: bold;
  color: #0f0e0e;
}

/* ================== BLOG DETAILS CSS ENDS HERE ==================*/

body {
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0 !important;
  /* overflow: hidden; */
  overflow: auto;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* #preloader-img {
	width: 200px;
	height: 200px;
	background-image: url(https://cdn.dribbble.com/users/7784/screenshots/3038693/loading.gif);
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: center;
} */
#preloader-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader-img img {
  height: 40px;
  margin: 0 3px 0 0;
}

#preloader-img .txt {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

a {
  text-decoration: none !important;
  outline: none !important;
  color: inherit;
}

.elementor-heading-title,
.elementor-widget-container,
.elementor-counter-title {
  font-family: "Montserrat", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif !important;
}

/* start navbar css is here */

.nav-mn-row {
  align-items: center;
  padding: 15px 0;
}

.nav-mn-row img.custom-logo {
  max-width: 170px;
}

.header-cntnt-mn {
  overflow: hidden;
}

.header-cntnt-mn .navbar-mn .black-logo {
  display: none;
}

.header-cntnt-mn .navbar-mn.fixed-navbar .custom-logo-link.black-logo {
  display: inline-block;
}

.header-cntnt-mn .navbar-mn.fixed-navbar .custom-logo-link {
  display: none;
}

.header-cntnt-mn .navbar-mn {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: #0000;
  transition: background-color 200ms ease-in;
}

.header-cntnt-mn .megamenu-open {
  background-color: #fff;
}

.navbar-mn.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: unset;
  background-color: #ffffff;
  box-shadow: 0 0 10px #d6d6d6;
  z-index: 9999;
  animation-name: fadeInDown;
  animation-duration: 1s;
}

.nav-list-mn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-list-mn li a {
  padding: 12px 20px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  transition: all 0.35s ease;
}

.nav-list-mn li a:after {
  position: absolute;
  bottom: 5px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
}

.nav-list-mn li a:hover {
  color: #fff;
  z-index: 1;
  transition: all 0.5s ease;
}

.nav-list-mn li a:hover:after {
  opacity: 1;
  width: 80%;
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
}

.nav-list-mn a {
  color: #fff;
  transition: 0.5s;
}

/* .nav-list-mn li a:hover {
	transition: 0.5s;
} */

.navbar-mn.fixed-navbar .nav-list-mn li a {
  color: #333;
}

.navbar-mn.fixed-navbar .nav-list-mn li a:hover {
  color: #fc8b54;
}

.navbar-mn.fixed-navbar .nav-list-mn li a:hover:after {
  background-color: #fc8b54;
}

.sidebar-open-btn,
.sidebar-close-btn {
  background: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  transition: 0.5s;
}

.navbar-mn.fixed-navbar .sidebar-open-btn,
.navbar-mn.fixed-navbar .sidebar-close-btn {
  color: #0024ff;
}

.navbar-mn.fixed-navbar .sidebar-open-btn:hover,
.navbar-mn.fixed-navbar .sidebar-close-btn:hover {
  color: #fc8b54;
}

.sidebar-open-btn:hover {
  color: #fc8b54;
  transition: 0.5s;
}

.sidebar-open-btn:hover .bars-icon {
  background-color: #fc8b54;
  transition: 0.5s;
}

.sidebar-open-btn .bars-icon,
.sidebar-close-btn {
  background-color: #0024ff;
  background-color: #3f30ff;
  display: flex;
  border-radius: 50%;
  height: 39px;
  width: 40px;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  margin: 0 8px;
  transition: 1s;
  animation-name: fadeIn;
  animation-duration: 1s;
}

.sidebar-close-btn {
  background-color: white;
  color: #3168fa;
  z-index: 9;
  font-size: 52px;
  font-weight: 300;
  transition: 2s;
  height: 45px;
  width: 45px;
  line-height: 25px;
  padding: 12px;
  margin-left: auto;
  display: none;
  position: absolute;
  top: 35px;
  right: 35px;
}

.sidebar-close-btn:hover {
  background-color: #fc8b54;
  color: white;
  transition: 1s;
}

.header-cntnt-mn.open-sidebar .sidebar-close-btn {
  display: block;
}

.sidebar-open-btn .big {
  display: block;
  background-color: #fff;
  width: 23px;
  height: 2px;
}

.sidebar-open-btn .small {
  display: block;
  background-color: #fff;
  width: 19px;
  height: 2px;
  margin-top: 4px;
}

.sidebar-menu {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: white;
  z-index: 999;
  padding: 30px;
  visibility: hidden;
  transition: 1s;
  width: 0;
  padding: 0;
}

.header-cntnt-mn.open-sidebar .sidebar-menu {
  visibility: visible;
  width: 100%;
  transition: 2s;
}

.sidebar-content {
  overflow: hidden;
}

.sidebar-menu.animate .sidebar-content {
  display: block;
  transition: all 1s ease;
}

.sidebar-content {
  display: block;
  bottom: 0px;
  transition: all 2s ease;
  position: relative;
}

.sidebar-content .cntnt {
  display: flex;
  height: 100vh;
  background-color: #282526;
}

.sidebar-content .lft {
  width: 60%;
  background-color: #282526;
  color: #fff;
  padding: 70px 40px 35px 80px;
}

.sidebar-content .rght {
  width: 40%;
  background-color: #3168fa;
  padding: 70px 35px 35px 35px;
}

.header-cntnt-mn .main-navigation .sidebar-content ul {
  display: block;
}

.sidebar-content .menu-list ul {
  margin: 0;
}

.sidebar-content ul li {
  height: 70px;
  overflow: hidden;
}

.sidebar-menu.animate .sidebar-content ul li a {
  margin: 0;
  transition: 1s;
}

.sidebar-content ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 100px 0 0 0;
  display: block;
  transition: 1s;
  position: relative;
  padding: 0 15px;
}

.sidebar-menu .sidebar-content ul li a:hover {
  color: #fc8b54;
  transition: 0.5s;
}

.sidebar-menu .sidebar-content ul li a:hover::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 4px;
  background-color: #fff;
  animation-name: fadeInLeft;
  animation-duration: 1s;
}

.sidebar-content .lft .we-are {
  font-size: 14px;
  font-weight: 600;
  color: #3168fa;
  text-transform: uppercase;
}

.sidebar-content .lft .hdng {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin: 30px 0 40px 0;
}

.sidebar-content .lft .hdng span {
  display: block;
}

.sidebar-content .lft .menu-mail {
  margin: 30px 0;
}

.sidebar-content .lft .menu-mail a,
.sidebar-content .lft .menu-number p {
  color: #fff;
  font-weight: 600;
  margin: 0 0 16px 0;
  font-size: 16px;
  text-transform: lowercase;
  display: block;
}

.sidebar-content .lft .address {
  font-weight: 600;
  font-size: 20px;
}

.sidebar-menu.animate .sidebar-content .lft {
  bottom: 0;
  transition: 1s;
}

.sidebar-menu .sidebar-content .lft {
  bottom: -2500px;
  transition: 1s;
  position: relative;
}

/* end navbar css is here */

/* start banner css is here */

.banner-mn {
  /*background-color: #f5f6ff;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.ban_overlay_new {
  padding: 130px 0 115px 0;
}

.bnr-cntnt-mn {
  align-items: center;
}

.bnr-lft-cntnt {
  padding-top: 100px;
}

.banner-mn p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  /*font-family: 'Montserrat', sans-serif !important;*/
  /* font-family: "segoesc" !important; */
  margin-bottom: 40px;
}

.banner-mn p span {
  font-weight: 600;
}

.banner-mn.add-animation p {
  animation-name: fadeInLeft;
}

.bnr-rght p {
  margin: 10px 0 0 0;
}

.banner-mn h1 {
  margin: 0;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
  animation-duration: 1s;
  animation-delay: 0.6s;
}

.banner-mn h1 span {
  font-weight: 600;
}

.banner-mn.add-animation h1 {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: 0.6s;
}

.banner-mn .technology-text {
  font-size: 60px;
  line-height: 1.35;
  font-weight: bold;
  color: #FFB300;
}

.banner-mn .input-cursor {
  display: inline-block;
  width: 4px;
  height: 50px;
  font-weight: bold;
  background-color: #FFB300;
  animation: blink 0.6s linear infinite alternate;
}

.banner-mn .typing-container {
  margin: 0 0 24px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.group-btn-mn {
  margin-top: 50px;
  display: flex;
}

.group-btn-mn .blue-btn {
  margin-left: 15px;
}

.banner-mn.add-animation .cmn-btn {
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0.6s;
}

.cmn-btn {
  border-radius: 3px;
  padding: 14px 18px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* z-index: 1; */
  transition: 1s;
}

.border-btn {
  border: 2px solid #fff;
  color: #fff;
  transition: 0.5s;
}

.border-btn::after {
  display: none;
}

.blue-btn {
  background-color: #0024ff;
  color: #fff !important;
  transition: 1s;
}

.banner-mn .blue-btn {
  background-color: #3f30ff;
}

.blue-btn:hover {
  background-color: #fc8b54;
  transition: 1s;
}

.blue-btn::after {
  display: none;
}

.orange-btn {
  background-color: #fc8b54;
  color: #fff !important;
}

.border-btn:hover {
  background-color: transparent;
  border: 2px solid #fc8b54;
  color: #fc8b54;
  transition: 0.5s;
}

.border-btn .white-arrow {
  display: none;
}

.border-btn:hover .blue-arrow {
  display: none;
}

.border-btn:hover .white-arrow {
  display: block;
}

.orange-btn:hover {
  background-color: #0024ff;
}

.cmn-btn:hover {
  /* background-color: #fc8b54; */
  transition: 0.5s;
}

.cmn-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #fc8b54;
  -webkit-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  -o-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  z-index: -1;
}

.cmn-btn:hover::after {
  -webkit-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  -o-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  width: 100%;
}

.cmn-btn img {
  height: 15px;
  margin-left: 10px;
}

.bnr-award-img {
  display: flex;
  width: 100%;
  margin: 45px 0 0 0;
}

.bnr-award-img img {
  max-width: 22%;
  margin: 0 12px;
}

.banner-mn.add-animation .bnr-award-img .first-img {
  animation-name: fadeInRight;
  animation-delay: 0.5s;
}

.banner-mn.add-animation .bnr-award-img .second-img {
  animation-name: fadeInRight;
  animation-delay: 1s;
}

.banner-mn.add-animation .bnr-award-img .third-img {
  animation-name: fadeInRight;
  animation-delay: 1.5s;
}

.bnr-award-img img:first-child {
  margin-left: 0;
}

.bnr-award-img img:last-child {
  margin-right: 0;
}

.bnr-rght {
  padding-left: 45px;
}

.video-sctn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  margin-left: auto;
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.video-sctn img {
  width: 100%;
  filter: brightness(0.6);
  max-height: 365px;
  object-fit: cover;
  border-radius: 5px;
}

.play-btn-mn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  outline: none !important;
  background-color: rgba(0, 0, 0, 0.59);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmn-modal .modal-dialog {
  max-width: 800px;
}

.cmn-modal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  outline: none !important;
  opacity: 0;
  transition: 0.5s;
}

.cmn-modal .modal-content:hover button.close {
  opacity: 1;
  transition: 0.5s;
}

.cmn-modal .modal-content .close:hover {
  opacity: 1;
  transition: 0.5s;
}

/* end banner css is here */

/* start footer css is here */

.footer-mn .widget-title {
  display: none;
}

.footer-mn {
  background-color: #14161f;
  color: #fff;
  margin-top: -2px;
}

.top-footer {
  padding: 90px 0 50px 0;
}

.ftr-hdr h2 {
  font-weight: 800;
}

.ftr-contact p {
  color: #adadad;
  font-size: 15px;
  margin: 0 0 15px 0 !important;
}

.top-footer .ftr-cntct-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #fff;
  color: white;
  padding: 20px 25px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.top-footer .ftr-cntct-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #0090ff;
  -webkit-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  -o-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  z-index: -1;
}

.top-footer .ftr-cntct-btn:hover::after {
  -webkit-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  -o-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  width: 100%;
}

.ftr-cntct-btn:hover {
  border: 2px solid #0090ff;
  color: white !important;
}

.ftr-cntct-btn i {
  font-size: 25px;
}

.middle-footer {
  padding: 30px 0 50px 0;
}

.ftr-cntnt a {
  font-size: 13px;
  display: block;
  margin: 0 0 15px 0;
  color: #adadad;
  text-transform: capitalize;
  transition: 0.5s;
}

.ftr-cntnt a:hover {
  color: #0090ff;
  transition: 0.5s;
}

.ftr-lft-links .ftr-cntnt a {
  color: #fff;
  margin: 0 0 25px 0;
  font-weight: 500;
}

.ftr-lft-links .ftr-cntnt a:hover {
  color: #0090ff;
  transition: 0.5s;
}

.ftr-cmn-lnks h3.ftr-hdr {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.new-bx {
  border-radius: 1px;
  background-color: #0090ff;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  font-weight: 600;
  margin-left: 5px;
}

.we-hiring-bx {
  border-radius: 2px;
  border: solid 1px #0090ff;
  color: #0090ff;
  font-size: 10px;
  padding: 2px 5px;
  font-weight: 500;
  margin-left: 5px;
  transition: 0.5s;
}

.ftr-cntnt a:hover .we-hiring-bx {
  background-color: #0090ff;
  color: #fff;
  transition: 0.5s;
}

.review-bx {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.review-bx img {
  width: 28px;
  margin-right: 10px;
}

.review-bx p {
  margin: 0 0 1px 0;
  font-size: 13px;
  font-weight: 500;
}

.social-icon {
  display: flex;
}

.social-icon a {
  margin: 0 10px;
}

.social-icon a:first-child {
  margin: 0 10px 0 0;
}

.social-icon a:last-child {
  margin: 0 0 0 10px;
}

.social-icon img {
  width: 45px;
  border-radius: 50%;
}

.social-icon .hover-img {
  display: none;
  animation-name: zoomOut;
  animation-duration: 0.6s;
}

.social-icon a:hover .default-img {
  display: none;
  animation-name: zoomOut;
  animation-duration: 0.6s;
}

.social-icon a:hover .hover-img {
  display: block;
  animation-name: zoomIn;
  animation-duration: 0.6s;
}

.ftr-logo img {
  max-width: 170px;
}

.copyright {
  padding: 30px 0;
  border-top: 1px solid #292929;
  color: #adadad;
}

.ftr-copyrght-txt p,
.ftr-logo p {
  font-size: 12px;
  margin: 0 0 2px 0;
}

.ftr-copyrght-txt span {
  font-size: 12px;
  text-transform: uppercase;
}

.ftr-copyrght-txt .widget {
  margin: 0;
}

.go-to-top {
  position: fixed;
  bottom: 95px;
  left: 22px;
  display: none;
  z-index: 9;
  width: fit-content;
}

.go-to-top i {
  background-color: #1053ff;
  color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  padding: 8px 0;
  -webkit-text-stroke: 1.5px #1053ff;
  transition: 0.5s;
}

.go-to-top i:hover {
  color: #fff;
  background-color: #ff7a30;
  -webkit-text-stroke: 2px #ff7a30;
  box-shadow: 0 0 0 2px #ff7a30;
  transition: 0.5s;
}

.go-to-top.active {
  display: block;
  animation-name: fadeInUp;
  animation-duration: 0.8s;
}

.footerFixedBtnsWrap,
.footerFixedBtnsWrap.active {
  display: none;
}

.footerFixedBtnsWrap .callUsBtn {
  font-weight: 500;
  background: #ff7a30;
  color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 65px;
}

/* end footer css is here */

/* start counter section is here */

.counter-box {
  text-align: center;
  padding: 20px 0;
}

.counter-bx-center .counter-box {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.counter-mn {
  color: #0024ff;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

.counter-bx .elementor-counter-number-wrapper {
  animation-name: bounceIn;
  animation-duration: 1s;
}

.counter-box p {
  font-weight: 700;
  color: #01051f;
  margin: 0;
}

.counter-mn .elementor-counter-number-suffix {
  font-size: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0 0 0 5px;
}

.our-project-slider {
  margin-top: 40px;
}

.our-project-slider img {
  max-width: 100%;
  max-height: 34px;
  width: auto !important;
  margin: 0 auto;
  /*filter: grayscale(100%);
    opacity: 0.7;*/
  transition: 0.5s;
}

.our-project-slider img:hover {
  /*opacity: 11;
    filter: unset;*/
  transition: 0.5s;
}

/* end counter section is here */

/* start our expertise section is here */

.our-expertise-slider .cntnt-mn {
  border-radius: 7px;
  min-height: 400px;
  padding: 22px 5px 48px 5px;
  width: 100%;
  margin: 0 auto;
}

.our-expertise-section-info-wrapper h2.title {
  font-size: 32px !important;
  font-weight: 600 !important;
}

.our-expertise-slider .cntnt-mn .img-bx {
  overflow: hidden;
}

.our-expertise-slider .cntnt-mn:hover img.mn-img {
  transform: scale(0.9);
  transition: all 0.45s ease-in-out;
}

.our-expertise-slider .cntnt-mn img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.45s ease-in-out;
}

.our-expertise-slider .cntnt-mn h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  text-shadow: none;
  margin: 25px 0 18px 0;
}

.our-expertise-slider .cntnt-mn p {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 400;
  margin: 0 0 18px 0;
}

.our-expertise-slider .explore-btn {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  position: relative;
  transition: 0.5s;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #fc8b54, #fc8b54 50%, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000000;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1.5s ease;
  text-decoration: none;
}

.our-expertise-slider .explore-btn:hover {
  background-position: 0 100%;
  -webkit-text-fill-color: transparent;
}

.our-expertise-slider .explore-btn i {
  -webkit-text-fill-color: #000000;
  transition: 1.5s ease;
  margin: 0 0 0 2px;
}

.our-expertise-slider .explore-btn:hover i {
  margin-left: 12px;
  transition: 1.5s ease;
  -webkit-text-fill-color: #fc8b54;
}

/* .our-expertise-slider .explore-btn i {
	margin: 0 0 0 2px;
} */

.our-expertise-slider .owl-nav.disabled {
  display: block !important;
}

.our-expertise-slider .owl-next,
.our-expertise-slider .owl-prev {
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.our-expertise-slider .owl-prev {
  left: -60px;
  right: unset;
}

.our-expertise-slider .owl-prev img {
  transform: rotate(180deg);
}

.our-expertise-slider .owl-nav img {
  width: 18px;
  filter: opacity(0.4);
  transition: all 0.3s ease-in-out;
}

.our-expertise-slider .owl-nav:hover img {
  filter: opacity(1);
  transition: all 0.3s ease-in-out;
}

.our-expertise-item {
  animation-duration: 1s;
  animation-delay: 0.6s;
}

/* end our expertise section is here */

/* start what we do section is here */

.what-we-do-para p {
  max-width: 58%;
  margin: 0 auto 25px auto;
}

.no-bg-arrow-btn {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.no-bg-arrow-btn i {
  margin: 0 0 0 4px;
  font-size: 16px;
}

.what-we-do .no-bg-arrow-btn a {
  padding: 0;
  font-size: 15px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  margin-top: 15px;
}

.what-do-list {
  animation-delay: 0.6s;
}

.what-do-list.cntr-bx {
  animation-delay: 1s;
}

.what-do-list .elementor-button {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(to right, #fc8b54, #fc8b54 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1.5s ease;
  text-decoration: none;
}

.what-do-list .elementor-button:hover {
  background-position: 0 100%;
  -webkit-text-fill-color: transparent;
}

.what-do-list .elementor-button .elementor-button-icon {
  -webkit-text-fill-color: #fff;
  transition: 1.5s ease;
}

.what-do-list .elementor-button:hover .elementor-button-icon {
  margin-left: 12px;
  transition: 1.5s ease;
  -webkit-text-fill-color: #fc8b54;
}

.what-do-lst-img img {
  max-height: 130px;
  margin: 0 0 0 40px;
}

.what-do-list.list-cntr .what-do-lst-img img {
  margin: 0 0 0 15px;
}

.what-do-list .list-mn .elementor-icon-list-icon svg {
  margin: 5px 0 0 0;
}

/* end what we do section is here */

/* start we served section is here */

.we-served-cntnt {
  margin-top: -72px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 9px 63px 0 rgba(0, 0, 0, 0.05);
  padding: 50px 25px;
}

.view-all-btn-mn a {
  border-radius: 3px;
  padding: 16px 18px;
  font-weight: 600 !important;
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important;
  min-width: 135px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.view-all-btn-mn a:hover {
  background-color: #fc8b54 !important;
  transition: 0.5s;
}

.view-all-btn-mn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #fc8b54;
  -webkit-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  -o-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  z-index: -1;
  display: none;
}

.view-all-btn-mn a:hover::after {
  -webkit-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  -o-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  width: 100%;
}

.we-served-cntnt .view-all-btn-fr-mobile {
  display: none;
}

.we-served-optn .elementor-image-box-wrapper img {
  transition: 1s;
  height: 35px;
}

.we-served-optn .health-care-bx img {
  height: 30px;
}

.we-served-optn .event-management-bx img {
  height: 29px;
}

.we-served-optn .travel-bx img {
  height: 32px;
}

.we-served-optn .health-care-bx img {
  height: 28px;
}

.we-served-optn .sports-softwere-bx img {
  height: 37px;
}

.we-served-optn .elementor-image-box-wrapper:hover img {
  /* transform: scale(1.2); */
  transition: 1s;
}

.we-served-optn .elementor-image-box-title {
  position: relative;
  transition: 1s;
}

.we-served-optn {
  animation-delay: 0.6s;
}

.we-served-hdng.we-served-lft {
  animation-duration: 1s;
}

/* end we served section is here */

/* start features css is here */

.features-case-mn .cntnt-mn {
  margin: 0 0 50px 0;
  transition: 0.5s;
  border-radius: 0;
}

.features-case-mn .cntnt-mn:hover {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px 10px hsla(0, 4.3%, 82%, 0.5);
  background-color: white;
  transition: all 0.5s, border-radius 0.2s;
}

.features-case-mn .img-bx-mn {
  overflow: hidden;
  position: relative;
}

.features-case-mn .cntnt-mn img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.features-case-mn .cntnt-mn:hover .mn-bg-img {
  transform: scale(1.1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.features-case-mn .cntnt-wrap-mn {
  padding: 20px;
  transition: 0.5s;
}

.features-case-mn .cntnt-mn:hover .cntnt-wrap-mn {
  transition: 0.5s;
}

.features-case-mn .cntnt-mn h3 {
  font-size: 18px;
  color: #01051f;
  margin: 8px 0 12px 0;
  font-weight: 600;
}

.features-case-mn .cntnt-mn h3 span {
  font-weight: 700;
}

.features-case-mn .cntnt-mn p {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
}

.features-case-mn .cntnt-mn-a {
  outline: none !important;
  color: inherit !important;
  text-decoration: none !important;
}

.feature-sctn-mn .feature-see-all-btn a {
  min-width: 190px;
  padding: 15px 50px;
  background: transparent !important;
}

.feature-sctn-mn .feature-see-all-btn a:hover {
  background-color: transparent !important;
  color: #fc8b54 !important;
}

.what-do-extra-bg-img {
  height: 0;
}

.what-do-extra-bg-img img {
  height: auto;
  opacity: 0.6;
  width: 36%;
}

.what-do-extra-bg-img .elementor-widget-image .elementor-widget-container {
  margin: 0px 0px -192px 0px;
  z-index: 9;
  position: relative;
}

.features-case-wrap {
  animation-duration: 1s;
  animation-delay: 0.6s;
}

/* end features css is here */

/* start client review section is here */

.client-review-inner-mn h2 {
  font-weight: 600;
}

.review-sctn-mn .testimonial-hdng-txt {
  margin-top: 22px;
}

.review-sctn-mn .view-all-btn-mn a:hover {
  background-color: #3f30ff !important;
}

.review-sctn-mn .view-all-btn-mn a::after {
  background: #0024ff;
}

.review-video-sctn .play-btn-mn {
  top: 20px;
  right: 20px;
  left: unset;
  align-items: flex-start;
  justify-content: flex-end;
}

.review-video-sctn .play-btn {
  background: #fff;
  color: #525252;
  border-radius: 9px;
  width: auto;
  padding: 3px 16px;
  height: auto;
  font-size: 13px;
  transition: 0.5s;
}

.review-video-sctn .play-btn i {
  margin-left: 8px;
  font-size: 12px;
  color: #01051f;
}

.review-video-sctn .play-btn:hover {
  color: #ffffff;
  background-color: #fc8b54;
  transition: 0.5s;
}

.review-video-sctn .play-btn:hover i {
  color: #fff;
  transition: 0.5s;
}

.review-video-sctn .video-sctn img {
  filter: unset;
}

.client-review-slider .client-review-lft {
  margin: 18px 0 0 0;
}

.client-review-slider .cntnt-mn {
  background-color: white;
  padding: 35px 20px;
  min-height: 408px;
  min-height: 360px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  width: 95%;
  overflow: hidden;
  transition: all 500ms ease;
  position: relative;
  animation-delay: 0.7s;
  animation-duration: 2s;
  transition: 0.5s;
  margin: 15px 0 0;
}

.client-review-slider .cntnt-mn:hover {
  border-color: transparent;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.11);
  transition: 0.5s;
}

.client-review-slider .cntnt-mn:hover .icon-box::before {
  opacity: 0;
}

.client-review-slider .cntnt-mn p {
  margin-bottom: 25px;
  font-size: 16px;
  min-height: 292px;
  min-height: 250px;
  font-style: italic;
}

.client-review-slider .cntnt-mn h3 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
}

.client-review-slider .cntnt-mn h4 {
  font-size: 16px;
  line-height: 25px;
  color: #00000054;
}

.client-review-slider .cntnt-mn img,
.app__dev-success-stories-slider .app__dev-success-story-item-inner .client-logo {
  max-height: 30px;
  max-width: 120px;
  width: auto;
  margin: 20px 0 0 0;
}

/* .app__dev-success-stories-slider .owl-item {
   height: 0;
}
.app__dev-success-stories-slider .owl-item.active {
   height: auto;
} */
.client-review-slider .owl-dots .owl-dot.active span {
  background-color: #5f5f5f;
  width: 22px;
  border-radius: 20px;
  transition: 0.5s;
}

.client-review-slider .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  display: block;
  background-color: #c1c1c1;
  margin: 5px;
  border-radius: 50%;
  transition: 0.5s;
}

.client-review-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.read-more-reviews-sctn img {
  /*width: auto;
	max-height: 232px;*/
}

.client-review-slider {
  overflow: hidden;
}

.client-review-slider .owl-stage-outer {
  margin-left: -52px;
}

.review-img-sctn-mn {
  max-width: 1200px;
  margin: 0 auto;
}

.review-img-sctn-mn .forth-bx {
  animation-delay: 0.5s;
}

.review-img-sctn-mn .third-bx {
  animation-delay: 1s;
}

.review-img-sctn-mn .second-bx {
  animation-delay: 1.5s;
}

.review-img-sctn-mn .first-bx {
  animation-delay: 2s;
}

.review-img-sctn-mn>.elementor-container {
  justify-content: center;
}

/* end client review section is here */

/* start we can help section is here */

.we-can-help-sctn {
  position: relative;
  background-image: unset !important;
  overflow: hidden;
  transition: 3s;
}

.we-can-help-sctn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -500px;
  background-image: url(images/buld-bg.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 235px;
  transition: 3s;
}

.animate-on.we-can-help-sctn::before {
  right: 0;
  transition: 3s;
}

.cmn-input,
.cmn-textarea {
  border-radius: 1.5px;
  border: 2px solid #f7f7f794;
  background-color: #4769fa;
  color: #fff;
  padding: 12px 15px;
}

.cmn-input::placeholder,
.cmn-textarea::placeholder {
  color: #fff;
}

.get-quote-frm {
  max-width: 82%;
}

.get-quote-frm input {
  width: 100%;
}

.get-quote-frm .submit-btn {
  background-color: #ffffff;
  border: none;
  color: #4769fa;
  max-width: 190px;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  outline: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  animation-delay: 0.7s;
  animation-duration: 1s;
  z-index: 1;
}

.get-quote-frm .submit-btn:hover {
  background: #fc8b54;
  transition: 0.5s;
  color: #fff;
}

.get-quote-frm .submit-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #fc8b54;
  -webkit-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  -o-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  z-index: -1;
  display: none;
}

.get-quote-frm .submit-btn:hover::after {
  -webkit-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  -o-transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  transition: all cubic-bezier(0.37, 0.68, 0.27, 0.71) 0.4s;
  width: 100%;
}

.get-quote-frm .submit-btn i {
  margin: 0 0 0 10px;
}

.get-quote-frm .submit-btn:hover {
  color: #fff;
  transition: 0.5s;
}

.we-can-help-sctn .wpcf7-response-output {
  color: #ff2d1e;
  border: none !important;
  padding: 5px 15px !important;
  font-weight: 600;
  font-size: 14px;
  margin: 20px 0 0 0 !important;
  text-shadow: none;
  background-color: white;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.we-can-help-sctn .wpcf7-not-valid-tip {
  color: #ff2d1e;
  font-weight: 600;
  font-size: 13px;
  margin: 10px 0 0 0;
  text-shadow: none;
  background-color: white;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px 15px;
  position: relative;
}

.we-can-help-sctn form.sent .wpcf7-response-output {
  color: #4caf50;
}

.we-can-help-sctn .wpcf7-not-valid-tip::before {
  position: absolute;
  top: -8px;
  left: 8px;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

/* .we-can-help-sctn .we-help-light-hdng {
   animation-delay: 1s;
} */

.we-can-help-sctn .we-help-bold-hdng,
.we-can-help-sctn .we-help-light-hdng {
  animation-delay: .3s;
}

.we-can-help-sctn .second-inpt-bx {
  animation-delay: 1s;
}

.we-can-help-sctn .first-inpt-bx {
  animation-delay: 0.6s;
}

.we-can-help-sctn .submit-bx {
  animation-delay: 0.8s;
  animation-duration: 0.6s;
}

/* end we can help section is here */

/* Our Services Section - start */
.elementor-our-service-section-title .our-services-link {
  display: inline-block;
  vertical-align: middle;
  color: #3f30ff;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  text-decoration: none !important;
}

.hover-effect-link-btn,
.our-expertise-section-info-wrapper .eael-call-to-action a {
  color: #3f30ff;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  text-decoration: none !important;
  transition: 0.5s;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #fc8b54, #fc8b54 50%, #3f30ff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #3f30ff;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1.5s ease;
}

.our-expertise-section-info-wrapper .eael-call-to-action a {
  font-size: 16px;
  /* text-decoration: underline !important; */
}

.hover-effect-link-btn:hover,
.our-expertise-section-info-wrapper .eael-call-to-action a:hover {
  background-position: 0 100%;
  -webkit-text-fill-color: transparent;
}

.hover-effect-link-btn i,
.our-expertise-section-info-wrapper .eael-call-to-action a i {
  -webkit-text-fill-color: #3f30ff;
  transition: 1.5s ease;
  margin: 0 0 0 2px;
}

.hover-effect-link-btn:hover i,
.our-expertise-section-info-wrapper .eael-call-to-action a:hover i {
  margin-left: 12px;
  transition: 1.5s ease;
  -webkit-text-fill-color: #fc8b54;
}

.elementor-our-services-wrapper {
  position: relative;
}

.elementor-our-services-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background: #f6f6f6;
  left: 0;
  top: 0;
  height: 760px;
  width: 45%;
}

.elementor-our-service-section-title-wrapper .elementor-container {
  margin-left: 0 !important;
}

.our-services-wrapper-outer,
.our-services-wrapper-inner-two,
.our-service-wrapper-two {
  display: flex;
}

.our-services-wrapper-inner-two {
  flex-direction: column;
  justify-content: space-between;
}

.our-service-wrapper-one {
  position: relative;
}

.our-service-wrapper-one .our-service-content {
  position: absolute;
}

.our-service-wrapper-two .our-service-img {
  margin-right: 20px;
}

.our-services-section .sub-heading {
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 2px;
  color: #4e4e4e;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}

.our-services-section .our-service-wrapper-two .sub-heading {
  margin-top: 4rem;
  font-size: 14px;
  color: #000000a8;
}

.our-services-section .heading {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.our-services-section .service-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.708333333vw;
  min-width: 105px;
  max-width: 148px;
  height: 2.65625vw;
  min-height: 36px;
  max-height: 51px;
  border: 2px solid #000;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #110d0d;
  transition: 0.5s ease-in-out;
}

.our-services-section .service-link:hover,
.our-services-section .service-link:active,
.our-services-section .service-link:focus {
  color: #3f30ff;
  border-color: #3f30ff;
  color: #fff;
  background: #3f30ff;
  border-color: #3f30ff;
}

.our-services-section .our-service-img {
  border-radius: 10px;
  border: none;
}

@media (max-width: 991.98px) {
  .our-services-wrapper-outer {
    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .our-services-wrapper-inner-one,
  .our-service-wrapper-two {
    margin-bottom: 3rem;
  }

  .our-service-wrapper-one {
    position: static;
  }

  .our-service-wrapper-one .our-service-content {
    position: static;
  }

  .our-services-section .sub-heading {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .our-service-wrapper-two {
    flex-wrap: wrap;
  }

  .our-service-wrapper-two .our-service-img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

/* Our Services Section - end */

/* Our Expertise Section - start */
.elementor-our-expertise-wrapper {
  position: relative;
}

.elementor-our-expertise-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background: #f6f6f6;
  top: 22%;
  bottom: 55px;
  left: 40%;
  right: 0;
  max-width: 805px;
  max-height: 980px;
}

.elementor-our-expertise-wrapper .our-expertise-section-info-wrapper {
  max-width: 344px;
  background: #0000;
}

.our-expertise-section-info-wrapper .eael-call-to-action .cta-button {
  display: none !important;
}

.our-expertise-section-info-wrapper .our-services-link::after,
.elementor-our-service-section-title .our-services-link::after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background-image: url("images/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
  transition: 0.5s;
}

.our-expertise-section-info-wrapper .our-services-link:hover::after,
.elementor-our-service-section-title .our-services-link:hover::after {
  background-image: url("images/btn-arrow-hover.png");
}

.our-expertise-cards-wrapper h6,
p {
  margin: 0;
}

.our-expertise-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.expertise-linked-card {
  width: 100%;
}

.expertise-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: self-start;
  /* height: 265px; */
  min-height: 230px;
  width: 100%;
  background: #fff;
  padding: 30px;
  padding-top: 70px;
  border-radius: 3px;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.15);
  transition: 0.5s ease-in-out;
  /* cursor: pointer; */
}

.our-expertise-cards-wrapper .expertise-card img {
  max-width: 44px;
  max-height: 45px;
}

.expertise-linked-card:hover .expertise-card {
  background-color: #3f30ff;
  transform: translateY(-10px);
}

.expertise-linked-card:hover .expertise-card .expertise-card-title,
.expertise-linked-card:hover .expertise-card .expertise-card-action-text {
  color: #fff;
}

.expertise-linked-card:hover .expertise-card-img-hover {
  display: block;
}

.expertise-linked-card:hover .expertise-card-img {
  display: none;
}

.expertise-linked-card:not(:last-child) {
  margin-bottom: 20px;
}

.expertise-card-img-hover {
  display: none;
}

.expertise-card-img,
.expertise-card-img-hover {
  margin-bottom: 20px;
}

.expertise-card .expertise-card-title,
.expertise-card .expertise-card-action-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #1a1919;
}

.expertise-card .expertise-card-title {
  min-height: 54px;
  margin-bottom: 8px;
}

.expertise-card .expertise-card-action-text {
  font-size: 18px;
}

.expertise-card .expertise-card-action-text .fa {
  font-size: 14px;
  -webkit-text-fill-color: #000;
}

.expertise-linked-card:hover .expertise-card-action-text.hover-effect-link-btn {
  -webkit-text-fill-color: #fff;
}

.expertise-linked-card:hover .fa {
  -webkit-text-fill-color: #fff;
}

.expertise-card .expertise-card-action-text.hover-effect-link-btn {
  /* display: inline-block; */
  -webkit-text-fill-color: #000;
}

.expertise-card .expertise-card-action-text.hover-effect-link-btn:hover {
  /*-webkit-text-fill-color: transparent;*/
}

.expertise-card .hover-effect-link-btn:hover .fa {
  -webkit-text-fill-color: #fff;
}

@media (min-width: 691px) {
  .elementor-our-expertise-wrapper::before {
    top: 32%;
    bottom: 70px;
  }

  .expertise-linked-card {
    flex: 0 0 48%;
  }

  .expertise-linked-card:nth-child(odd) {
    margin-right: 15px;
  }

  .expertise-linked-card:nth-child(1),
  .expertise-linked-card:nth-child(2) {
    margin-bottom: 15px;
  }
}

@media (min-width: 1025px) {
  .our-expertise-cards-wrapper {
    margin-top: 0;
  }

  .elementor-our-expertise-wrapper::before {
    top: 120px;
    left: 55%;
    bottom: 125px;
  }
}

@media (min-width: 1280px) {
  .expertise-linked-card {
    flex: initial;
    max-width: 325px;
  }

  .expertise-linked-card:nth-child(odd) {
    margin-right: 24px;
  }

  .expertise-linked-card:nth-child(1),
  .expertise-linked-card:nth-child(2) {
    margin-bottom: 20px;
  }
}

/* Our Expertise Section - end */

/* How We Do Section - start */
.how-we-do-mn h2 {
  font-weight: 600 !important;
  margin: 8px 0px 15px 0px;
}

.how-we-do-collapse-card:not(:last-child) {
  margin-bottom: 12px;
}

.how-we-do-collapse-card .btn-collapse {
  position: relative;
  padding: 20px 35px;
  padding-right: 55px;
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #3d2e2e;
}

.how-we-do-collapse-card .btn-collapse .btn-icon .fa::before {
  content: "\f068";
}

.how-we-do-collapse-card .btn-collapse.collapsed .btn-icon .fa::before {
  content: "\f067";
}

.how-we-do-collapse-card .btn-text,
.how-we-do-collapse-card ul li,
.how-we-do-collapse-card .accordion-see-more-btn {
  font-size: 18px;
  color: #000;
}

.how-we-do-accordion-collapse .accordion-wrapper-inner {
  padding: 20px 30px 20px 30px;
}

.accordion-list {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}

.accordion-list li:not(:last-child) {
  margin-bottom: 24px;
}

a.accordion-see-more-btn {
  color: #3f30ff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.how-we-do-collapse-card .btn-icon {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-stroke: 1px #fff;
  font-size: 18px;
}

/* design and content modification */
.how-we-do-collapse-card {
  border-radius: 15px;
  border: 1px solid #7070702e;
  background-color: #fff;
}

.how-we-do-collapse-card .btn-collapse {
  padding: 12px 54px 12px 20px;
}

.how-we-do-collapse-card .btn-collapse::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 93%;
  height: 1px;
  background-color: #7070702e;
}

.how-we-do-collapse-card .collapse-title-wrapper,
.mvp-accordion-bullet-list .list-item {
  display: flex;
  align-items: center;
}

.how-we-do-collapse-card .collapse-title__icon {
  margin-right: 15px;
}

.how-we-do-collapse-card .collapse-title__icon img {
  width: 2.9688vw;
  min-width: 36px;
  max-width: 57px;
}

.how-we-do-collapse-card .collapse-title__text {
  color: #3f30ff;
}

.how-we-do-collapse-card .how-we-do-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.how-we-do-collapse-card .how-we-do-bullet-list .list-item {
  display: flex;
  align-items: flex-start;
}

.how-we-do-collapse-card .how-we-do-bullet-list .list-item:not(:last-child) {
  margin-bottom: 20px;
}

.how-we-do-collapse-card .list-item__icon {
  margin-right: 18px;
  line-height: 1;
}

.how-we-do-collapse-card .list-item__icon img {
  width: 1.145833333vw;
  min-width: 13px;
  max-width: 21px;
}

.how-we-do-collapse-card .list-item__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.how-we-do-collapse-card .list-item__info {
  font-size: 14px;
  line-height: 1.54;
  color: #01051fab;
}

/* How We Do Section - end */



/* Case Study Section - start */
.case-study-slider-wrapper {
  position: relative;
}

.case-study-slider {
  --owl-dots-width: 230px;
  position: relative;
}

.case-study-slider .case-study-slider-img {
  border-radius: 5px;
}

.case-study-slider .owl-nav,
.case-study-slider .owl-dots {
  display: flex;
  position: absolute;
}

.case-study-slider .owl-nav {
  top: -95px;
  right: 60px;
  width: 384px;
  height: 26px;
  font-size: 0px;
  color: #0000;
}

.case-study-slider .owl-prev,
.case-study-slider .owl-next {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 33px;
  color: #fff;
  -webkit-text-stroke: 1px #425cfe;
  background-repeat: no-repeat;
  background-size: 12px;
}

.case-study-slider .owl-prev {
  left: 0;
  background-image: url("images/chevron-left.png");
  background-position: 49% 59%;
}

.case-study-slider .owl-next {
  right: 0;
  background-image: url("images/chevron-right.png");
  background-position: 56% 59%;
}

.case-study-slider .owl-dots {
  top: -81px;
  right: 135px;
  width: var(--owl-dots-width);
}

.case-study-slider .owl-dots::after {
  position: absolute;
  display: block;
  content: "";
  width: var(--owl-dots-width);
  height: 3px;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 10px;
  background-color: #fff5;
}

.case-study-slider .owl-dot {
  height: 5px;
  border-radius: 10px;
  background: none;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}

.case-study-slider .owl-dot.active {
  background: #fff;
}

.case-study-slider-wrapper .item-count-indicator {
  position: absolute;
  top: -86px;
  right: 18px;
  color: #fffffff2;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Case Study Section - end */
.review-sctn-mn::before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  background: #f6f6f6;
  left: 0;
  top: 0;
  height: 70%;
  width: 53%;
}

/*===================================
homepage case study section - start
=====================================*/
.homepage-case-study-slider .owl-item {
  padding-right: 5px;
}

.homepage-case-study-slider__item-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homepage-case-study-slider__img-wrapper {
  flex: 0 0 56%;
  max-width: 56%;
}

.homepage-case-study-slider__content-wrapper * {
  margin: 0;
  padding: 0;
  color: #fff;
}

.homepage-case-study-slider__content-wrapper {
  flex: 0 0 38%;
  max-width: 38%;
  padding-top: 1%;
}

.homepage-case-study-slider__content-wrapper .sub-heading-text {
  margin-bottom: 2.083333333vw;
  font-weight: 500;
  font-size: 15px;
}

.homepage-case-study-slider__content-wrapper .heading-text {
  margin-bottom: 0.8vw;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.09;
}

.homepage-case-study-slider__content-wrapper .information-text,
.homepage-case-study-slider__content-wrapper .case-study-link,
.case-study-section .case-study-link,
.pats-blog-lists-section .load-more-posts-btn {
  margin-bottom: 1.7vw;
  font-size: 16px;
  line-height: 1.45;
}

.homepage-case-study-slider__content-wrapper .case-study-link,
.case-study-section .case-study-link,
.pats-blog-lists-section .load-more-posts-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.125vw;
  max-width: 252px;
  min-width: 175px;
  height: 3.4375vw;
  min-height: 42px;
  max-height: 66px;
  margin-bottom: 0;
  border-radius: 2px;
  border: solid 2px #fff;
  color: #fff;
  background-color: #0000;
  transition: 0.3s;
}

.homepage-case-study-slider__content-wrapper .case-study-link:hover,
.case-study-section .case-study-link:hover,
.pats-blog-lists-section .load-more-posts-btn:hover {
  color: #fff;
  background-color: #fc8b54;
  border-color: #fc8b54;
}

.homepage-case-study-slider-wrapper .owl-carousel .owl-dot {
  background-color: #0000;
  border: 1px solid #fff;
}

.homepage-case-study-slider-wrapper .owl-carousel .owl-dot.active {
  background-color: #fff;
}

/*===================================
homepage case study section - end
=====================================*/
.demo-page {
  margin: 10px;
  background-color: lightblue;
  width: 100%;
}

.demo-page .sub-page {
  background-color: white;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  width: 50%;
}

.demo-page .img-page {
  width: 100%;
  height: 100%;
}

/*===================================
Owl navigation customizations - start
=====================================*/
.owl-arrow-nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-arrow-nav--edge-to-edge {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.owl-arrow-nav {
  display: flex;
}

.owl-arrow-nav .owl-prev,
.owl-arrow-nav .owl-next,
.custom-owl-carousel-nav .custom-owl-nav-prev,
.custom-owl-carousel-nav .custom-owl-nav-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw * 0.03125);
  height: calc(100vw * 0.03125);
  width: 40px;
  height: 40px;
  max-width: 60px;
  min-width: 40px;
  max-height: 60px;
  min-height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.owl-arrow-nav--edge-to-edge .owl-prev,
.owl-arrow-nav--edge-to-edge .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-arrow-nav--edge-to-edge .owl-prev {
  left: -17px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-arrow-nav--edge-to-edge .owl-next {
  right: -17px;
  right: 4px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.owl-arrow-nav .owl-prev,
.owl-arrow-nav .owl-next,
.custom-owl-carousel-nav .custom-owl-nav-prev {
  box-shadow: 0 3px 12px 0 #00000029;
  background-color: #fff;
}

.owl-arrow-nav--mismatched-bg .owl-next,
.custom-owl-carousel-nav .custom-owl-nav-next {
  background-color: #0024ff;
}

.owl-arrow-nav .owl-prev svg,
.owl-arrow-nav .owl-next svg,
.custom-owl-carousel-nav .custom-owl-nav-icon {
  width: 20px;
}

/* -- Component specific styles -- */
.app__dev-mob-app-platform-slider .owl-arrow-nav,
.blockchain_served_industries-slider .owl-arrow-nav,
.fullstack-industries-slider .owl-arrow-nav {
  position: absolute;
  right: -160px;
  right: -webkit-calc((40px * -2) - 40px - 15px);
  right: calc((40px * -2) - 40px - 15px);
  bottom: 0;
  display: flex;
}

.app__dev-success-stories-slider .owl-arrow-nav {
  position: absolute;
  right: 50%;
  top: -90px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: flex;
}

.blockchain_served_industries-slider .owl-arrow-nav,
.fullstack-industries-slider .owl-arrow-nav {
  bottom: initial;
  top: 280px;
}

.blockchain_served_industries-slider .owl-prev,
.fullstack-industries-slider .owl-prev,
.app__dev-mob-app-platform-slider .owl-prev,
.app__dev-success-stories-slider .owl-prev,
.custom-owl-carousel-nav .custom-owl-nav-prev {
  margin-right: 15px;
}

.iot_served_idustries-slider .owl-arrow-nav {
  top: 47.5%;
}

.iot_served_idustries-slider .owl-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.iot_served_idustries-slider .owl-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/*===================================
Owl navigation customizations - end
=====================================*/

/*===================================
Pitangent primary button - start
=====================================*/
.pitangent__primary-btn {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.pitangent__primary-btn,
.contact-form .btn-form-submit,
.contact-form-container-inner .btn-form-submit,
.inner__page-banner .inner__page-banner-btn,
.slider__page-banner .inner__page-banner-btn,
#app__development-platforms-mobile-app .inner__page-btn-primary .eael-creative-button,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item.mega-nav-menu-contact-btn .mega-menu-link,
.mobile-menu--primary .menu-item.nav-menu-contact-btn a {
  /*    display: flex;
   justify-content: center;
   align-items: center;
   width: -webkit-calc(100vw * 0.14166);
   width: calc(100vw * 0.14166);
   height: -webkit-calc(100vw * 0.0395815);
   height: calc(100vw * 0.0395815);
   min-width: 145px;
   min-height: 50px;
   max-width: 272px;
   max-height: 76px;
   border-radius: 6px;
   background-color: #3f30ff;
   font-weight: normal;
   font-size: 16px;
   text-transform: capitalize;
   transition: 0.5s; */
  display: flex !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0px 30px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 60px !important;
  width: fit-content !important;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item.mega-nav-menu-contact-btn .mega-menu-link {
  text-align: center;
  justify-content: center;
  padding: 0px 15px !important;
  width: 130px !important;
  height: 45px !important;
  max-width: inherit;
}

.pitangent__primary-btn:hover,
.contact-form .btn-form-submit:hover,
.contact-form-container-inner .btn-form-submit:hover,
.inner__page-banner .inner__page-banner-btn:hover,
.slider__page-banner .inner__page-banner-btn:hover,
#app__development-platforms-mobile-app .inner__page-btn-primary .eael-creative-button:hover,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item.mega-nav-menu-contact-btn .mega-menu-link:hover,
.mobile-menu--primary .menu-item.nav-menu-contact-btn a:hover {
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38;
}

.slider-sec .slider__page-banner .inner__page-banner-btn {
  width: 100%;
  max-width: 350px;
}

.life_at_pitangent__page-banner.inner__page-banner .inner__page-banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-calc(100vw * 0.14166);
  width: calc(100vw * 0.14166);
  height: -webkit-calc(100vw * 0.0395815);
  height: calc(100vw * 0.0395815);
  min-width: 200px;
  min-height: 50px;
  max-width: 300px;
  max-height: 76px;
  border-radius: 6px;
  background-color: #3f30ff;
  font-weight: normal;
  font-size: 20px;
  text-transform: capitalize;
  transition: 0.5s;
}

.blue-button .elementor-button.elementor-size-sm {
  padding: 0;
}

.pitangent__primary-btn:hover,
.inner__page-banner .inner__page-banner-btn:hover,
.slider__page-banner .inner__page-banner-btn:hover,
#app__development-platforms-mobile-app .eael-creative-button:hover,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item.mega-nav-menu-contact-btn .mega-menu-link:hover,
.mobile-menu--primary .menu-item.nav-menu-contact-btn a:hover {
  background-color: #fc8b54;
}

.pitangent__primary-btn:hover,
.slider__page-banner .inner__page-banner-btn:hover {
  color: #fff;
}

.inner__page-banner-btn .btn__icon,
.pitangent__primary-btn .btn__icon {
  height: 15px;
  margin-left: 10px;
  /* margin-top: -4px; */
}

.pats-page .pitangent__primary-btn.always-centered {
  margin: auto;
}

/*===================================
Pitangent primary button - end
=====================================*/

/*=====================================
Pitangent page default settings - start
=======================================*/
.pats-page button {
  font-family: "Montserrat", sans-serif;
}

/** Typgraphy **/
.pats-text--fw-600 {
  font-weight: 600 !important;
}

.pats-text--fw-bold {
  font-weight: bold !important;
}

.pats-page-section .pats-text--45>.elementor-widget-container {
  font-size: 24px;
}

.pats-page-section .section-heading>.elementor-widget-container,
.saas-srvce-section .info-text--highlighted,
.web-dev-tech-stack-tabs-container .tab-title,
#custom_beauty_salon_explore-section .custom_beauty_salon_explore-item .elementor-icon-box-title {
  font-size: 20px;
}

.pats-page-section .pats-text--35>.elementor-widget-container {
  font-size: 18px;
}

.pats-page-section .pats-text--30>.elementor-widget-container,
.pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-title,
.pats-page .horizontal-icon-chips-row-section--common .elementor-element.horizontal-icon-chip .elementor-icon-box-title,
.ind-tabs h4 {
  font-size: 17px;
}

.pats-page-section .section-info--sd>.elementor-widget-container,
.pats-page-section .pats-text--25>.elementor-widget-container,
.web-dev-tech-stack-tabs-container .tab-info,
.pats-page-section .common_16_22_Para {
  font-size: 16px;
}

.pats-page-section .pats-text--22>.elementor-widget-container,
.pats-accordion__collapse__info,
.pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-description,
#panel-tabs .elementor-tabs-content-wrapper ul li {
  font-size: 15px;
}

.pats-page-section .pats-text--20>.elementor-widget-container {
  font-size: 14px;
}

/** section spacing **/
.pats-page .elementor-section.elementor-element.pats-section-gap {
  padding: 48px 0 48px;
}

.pats-page .elementor-section.elementor-element.grocery-store-app-features-section.pats-section-gap {
  padding: 100px 0 0;
}

.pats-page .elementor-section.elementor-element.pats-section-top-gap.pats-section-gap {
  padding: 48px 0 0;
}

.pats-page .elementor-section.elementor-element.pats-section-bottom-gap.pats-section-gap {
  padding: 0 0 48px 0;
}

.pats-page .elementor-section.elementor-element.pats-composit-products-carousel-section {
  padding-top: 48px;
}

.pats-page .elementor-widget-icon-box .elementor-icon {
  display: block;
  width: max-content;
}

.pats-page .elementor-widget-icon-box:not(.icon--not-centered) .elementor-icon {
  margin: auto;
}

/**-------- widgets --------**/
/** accordion **/
.pats-accordion__card {
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.22);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.pats-accordion__card:not(:last-child) {
  margin-bottom: 18px;
}

.pats-accordion__collapse-btn {
  position: relative;
  display: block;
  padding: 23px 29px 23px 19px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.pats-accordion__collapse-btn:hover {
  color: #000;
}

.pats-accordion__collapse-state-indicator {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.pats-accordion__collapse-state-indicator::before,
.pats-accordion__collapse-state-indicator::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}

.pats-accordion__collapse-state-indicator::before {
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  transform: translateY(-50%);
}

.pats-accordion__collapse-state-indicator::after {
  display: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
}

.btn-collapse.collapsed .pats-accordion__collapse-state-indicator::after {
  display: block;
}

.pats-accordion__collapse-inner {
  padding: 0 19px 23px;
}

.pats-accordion__collapse__info {
  line-height: 2.05;
}

/** elementor feature list **/
.pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-content-box .eael-feature-list-content {
  line-height: 1.24;
}

.pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-icon-box .eael-feature-list-icon {
  width: auto;
  height: auto;
}

.pats-page .pats-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon svg {
  width: 1vw;
  min-width: 14px;
  max-width: 20px;
  height: 1vw;
  min-height: 14px;
  max-height: 20px;
}

/** pats horizontal tabs **/

.grocery-store-app-features-section .elementor-column.rightCol {
  border-radius: 0 8px 8px 0;
  box-shadow: 0 3px 24px 0 rgb(0 0 0 / 7%);
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: #fff;
}

.pats-horizontal-tabs .tabs__tab-btn {
  padding: 15px 20px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #425cfe;
  cursor: pointer;
}

.pats-horizontal-tabs .tabs__tab-btn,
.pats-horizontal-tabs .tabs__tab-content--mobile {
  width: 100%;
  border: 1px solid #a4b0ff;
  border-radius: 8px;
  color: #000;
  font-weight: 600;
}

.pats-horizontal-tabs .tabs__tab-btn.active {
  color: #fff;
  background: #425cfe;
}

.pats-horizontal-tabs .tabs__tab-content--mobile,
.pats-horizontal-tabs .tabs__tab-content--desktop {
  display: none;
}

.pats-horizontal-tabs .tabs__tab-content--mobile {
  padding: 30px 15px 20px;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.pats-horizontal-tabs .tabs__tab-content--mobile.active {
  display: block;
}

.pats-horizontal-tabs .tabs__content-panel {
  /* border-radius: 0 8px 8px 0;
   box-shadow: 0 3px 24px 0 rgb(0 0 0 / 7%);
   border: solid 1px rgba(112, 112, 112, 0.2);
   background-color: #fff; */
  padding: 60px 35px;
  /* min-height: 500px; */
}

.pats-horizontal-tabs .tabs__feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.pats-horizontal-tabs .tabs__feature-list li {
  padding: 10px 15px;
  border-radius: 8px;
  border: solid 1px #bebeff;
  background-color: #f5f5ff;
  margin: 8px 5px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

/** common sections **/
.info-img-para-list-section--common .section-heading>.elementor-widget-container,
.dual-info-column-section--common .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.info-img-para-list-section--common .section-info-text>.elementor-widget-container {
  line-height: 1.88;
}

.info-img-para-list-section--common .para-heading>.elementor-widget-container {
  line-height: 1.43;
}

.info-img-para-list-section--common .para-info>.elementor-widget-container {
  line-height: 2.05;
}

.horizontal-icon-box-list-section--common .section-info--sd>.elementor-widget-container {
  line-height: 1.88;
}

.horizontal-icon-box-list-section--common .horizontal-icon-box-list-item .elementor-icon {
  border-radius: 15px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-description,
.pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-description {
  line-height: 2.05;
}

.vertical-icon-box-row-section--common .vertical-icon-box-row__item:not(.last) {
  margin-bottom: 30px !important;
}

.vertical-icon-box-row-section--common .vertical-icon-box-row__item .elementor-icon {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
}

.dual-info-column-section--common .section-info-text>.elementor-widget-container,
.basic-info-left-img-section--common .section-info-text>.elementor-widget-container {
  line-height: 1.8;
}

.dual-info-column-section--common .section-info-text--highlighted>.elementor-widget-container,
.basic-info-left-img-section--common .section-heading>.elementor-widget-container {
  line-height: 1.5;
}

.vertical-icon-box-card-section--common .section-info-text>.elementor-widget-container {
  line-height: 1.82;
}

.pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card>.elementor-widget-container {
  margin: 0;
}

.pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card {
  margin-bottom: 31px !important;
  padding: 24px 20px 19px;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.06);
}

.pats-page .vertical-icon-box-card-section .vertical-icon-box-card {
  margin-bottom: 31px !important;
  padding: 24px 20px 19px;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.06);
}

.pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card.icon-floating-top-left {
  padding: 51px 27px 28px;
}

.pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card.last {
  margin-bottom: 0 !important;
}

.vertical-icon-box-card-section--common .vertical-icon-box-card.icon-floating-top-left .elementor-icon-box-icon {
  position: absolute;
  left: 27px;
  top: -31.5px;
}

.pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-description {
  line-height: 1.82;
}

.horizontal-icon-chips-row-section--common .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.horizontal-icon-chips-row-section--common .horizontal-icon-chips-row>.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pats-page .horizontal-icon-chips-row-section--common .horizontal-icon-chip {
  width: -moz-max-content;
  width: max-content;
  margin-right: 22px;
  margin-bottom: 25px !important;
  padding: 14px 22px 14px 14px;
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.pats-page .horizontal-icon-chips-row-section--common .horizontal-icon-chip:last-child {
  margin-right: 0;
}

.pats-page .alternate-img-info-rows-section--common .elementor-element.alternate-img-info-rows {
  margin-bottom: 48px;
}

.pats-page .alternate-img-info-rows-section--common .elementor-element.para-heading>.elementor-widget-container {
  margin-bottom: 10px;
}

.alternate-img-info-rows-section--common .para-heading>.elementor-widget-container {
  line-height: 1;
}

.alternate-img-info-rows-section--common .para-info>.elementor-widget-container {
  line-height: 2.05;
}

.alternate-img-info-rows-section--common .img-wdgt img {
  width: 100%;
  max-width: 375px;
}

/*===================================
Pitangent page default settings - end
=====================================*/

/*========================
Inner Page Banner - start
==========================*/
.inner__page-banner *,
.slider__page-banner * {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
}

.inner__page-banner,
.slider__page-banner {
  background-repeat: no-repeat;
  background-size: cover;
}

/* .inner__page-banner ul{
   list-style: none;
} */
.inner__page-banner-contents-wrapper,
.slider__page-banner-contents-wrapper {
  padding: 80px 0 60px;
  background-image: linear-gradient(272deg, rgba(0, 0, 0, 0) 104%, rgba(1, 1, 1, 0.29) 85%, rgba(4, 4, 4, 0.88) 1%);
}

.inner__page-banner-contents-wrapper-inner,
.slider__page-banner-contents-wrapper-inner {
  width: 90%;
  margin: auto;
  padding: 0 15px;
}

.inner__page-banner .page__title,
.inner__page-banner .page__info,
.inner__page-banner .inner__page-banner-btn {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.inner__page-banner .page__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
}

.inner__page-banner .page__info {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.54;
  opacity: 0.77;
}

.bannerBlackTxt .page__title,
.bannerBlackTxt .page__info {
  color: #100e0e;
}

.inner__page-banner .bnr-blue-txt {
  color: #309fff;
  font-weight: bold;
  margin: 6px 0 0 0;
}

.inner__page-banner .bnr-violet-txt {
  color: #3f30ff;
  font-weight: bold;
  margin: 6px 0 0 0;
}

.inner__page-banner .rank_text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  color: #309fff;
}

/* .mobileAppDevelopment-banner .inner__page-banner-btn {
   width: auto !important;
   max-width: 355px !important;
} */

.beauty-salon__page-banner.inner__page-banner .inner__page-banner-btn,
.care-application__page-banner.inner__page-banner .inner__page-banner-btn {
  min-width: 170px;
}

.pitangent__primary-get-a-quote-btn {
  /*    width: 13.625vw;
   max-width: 300px; */
  /* 	width: auto; */
  max-width: auto;
  min-width: 190px;
  height: 3.958333333vw;
  max-height: 76px;
  display: inline-flex !important
}

#app__development-platforms-mobile-app .eael-creative-button {
  padding: 0;
}

.inner__page-btn-primary .eael-creative-button::after {
  content: "";
  width: 17px;
  height: 15px;
  margin-left: 10px;
  /* margin-top: -4px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/right-arrow.png");
}

.inner__page-banner .counter-wdgt {
  display: flex;
  flex-direction: row;
  margin-bottom: 29px;
}

.inner__page-banner .counter-wdgt__item {
  border: solid 0 rgba(0, 0, 0, 0.21);
  border-right-width: 1px;
}

.inner__page-banner .counter-wdgt__item:not(:first-child):not(:last-child) {
  padding: 0 29px;
}

.inner__page-banner .counter-wdgt__item:first-child {
  padding-right: 29px;
}

.inner__page-banner .counter-wdgt__item:last-child {
  padding-left: 29px;
}

.inner__page-banner .counter-wdgt__item:last-child {
  border-right-width: 0;
}

.inner__page-banner .counter-wdgt__item__count {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content;
  font-size: 30px;
  font-weight: bold;
  color: #3f30ff;
}

.inner__page-banner .counter-wdgt__item__count::after {
  content: "+";
  font-weight: 500;
}

.inner__page-banner .counter-wdgt__item__label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.22;
  color: #202020;
}

/*========================
Inner Page Banner - end
==========================*/

/*===========================
Web development page - start
=============================*/
.webdevelopment__page-banner .inner__page-banner-contents-wrapper {
  padding: 109px 0 81px;
}

.inner__page-banner.webdevelopment__page-banner .page__title {
  margin-bottom: 5px;
  line-height: 1.4;
}

.inner__page-banner.webdevelopment__page-banner .page__info {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.61;
  font-size: 16px;
}

.inner__page-banner.webdevelopment__page-banner .page__info br {
  display: none;
}

.pitangent__primary-btn.auto-width,
.webdevelopment__page-banner .inner__page-banner-btn,
.dedicated-developer-hiring-page__banner .inner__page-banner-btn,
.dedicated-developer-hiring-page-redesign__banner .inner__page-banner-btn,
.dedicated-hiring-call-us-section .pitangent__primary-btn,
.fitness-app-development__banner .inner__page-banner-btn,
.fullstack-app-development__banner .inner__page-banner-btn,
.car-rental-app-development__banner .inner__page-banner-btn,
.food-delivery-application__banner .inner__page-banner-btn,
.education-app-dev__banner .inner__page-banner-btn,
.grocery-store-app-dev__banner .inner__page-banner-btn,
.farming-app-dev__banner .inner__page-banner-btn,
.agriculture__page-banner .inner__page-banner-btn,
.legal__page-banner .inner__page-banner-btn,
.sports__page-banner .inner__page-banner-btn,
.contruction__page-banner .inner__page-banner-btn,
.transport__page-banner .inner__page-banner-btn,
.fintech__page-banner .inner__page-banner-btn,
.retail__page-banner .inner__page-banner-btn,
.bfsi__page-banner .inner__page-banner-btn,
.uber__page-banner .inner__page-banner-btn,
.media__page-banner .inner__page-banner-btn,
.vacation__page-banner .inner__page-banner-btn {
  width: max-content;
  max-width: 485px;
  padding-left: 1.9em;
  padding-right: 1.9em;
}

.webdevelopment__page-banner .inner__page-banner-contents {
  width: auto;
  max-width: 1176px;
  min-width: auto;
}

.webdevelopment__page-banner .inner__page-banner-contents .rank_text,
.dedicated-developer-hiring-page__banner .inner__page-banner-contents .rank_text {
  margin-top: 12px;
}

.inner-section-big-data-management-cards-container.web-development-container .big-data-management-result-card {
  border: 1px solid rgba(112, 112, 112, 0.52);
}

.pats-page .big-data-mngmnt-sols-section .elementor-element.section-info.web-development-info>.elementor-widget-container {
  padding-left: 0;
}

.pats-page .web-dev-srvce-speaks-section .elementor-element.section-info>.elementor-widget-container {
  line-height: 1.8;
}

.pats-page .web-dev-custom-app-section .elementor-element.section-info>.elementor-widget-container {
  line-height: 1.74;
}

.web-dev-custom-app-section .img-wdgt .elementor-widget-container {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon-box-description {
  line-height: 1.82;
}

.web-dev-tech-stack-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.web-dev-tech-stack-section .section-info--sd>.elementor-widget-container {
  line-height: 1.88;
}

.web-dev-security-section .section-info--sd>.elementor-widget-container {
  line-height: 2.05;
}

/** industries slider **/
.web-dev-srvd-industries-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.web-dev-srvd-industries-item,
.web-dev-srvd-industries-item-inner {
  height: 100%;
}

.web-dev-srvd-industries-slider .web-dev-srvd-industries-item-inner .slider-cover-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -2;
  max-width: 100%;
  object-fit: cover;
}

.web-dev-srvd-industries-slider .web-dev-srvd-industries-item-inner .slider-body {
  position: static;
  padding-bottom: 60px;
}

/** tech stack tabs **/
.web-dev-tech-stack-tabs-container {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: #fff;
}

.web-dev-tech-stack-tabs-container .web-dev-tech-stack-tabs__content-panel,
.web-dev-tech-stack-tabs-container .tab-content--mobile,
.web-dev-tech-stack-tabs-container .tab-content--desktop,
.web-dev-tech-stack-tabs-container .tab-btn__icon--desktop {
  display: none;
}

.web-dev-tech-stack-tabs-container .tab-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.375vw;
  max-height: 180px;
  min-height: 65px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  outline: none;
  background-color: #425cfe;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  text-align: start;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.web-dev-tech-stack-tabs-container .tab-btn:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 75px);
  height: 1px;
  background-color: #ffffff4d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.web-dev-tech-stack-tabs-container .tab-btn:hover {
  background-color: #576dff;
}

.web-dev-tech-stack-tabs-container .tab-btn.active {
  font-weight: bold;
}

.web-dev-tech-stack-tabs-container .tab-btn__icon--mobile {
  width: 16px;
}

.web-dev-tech-stack-tabs-container .tab-btn__icon--desktop {
  width: 1.82292vw;
  max-width: 35px;
  min-width: 19px;
}

.web-dev-tech-stack-tabs-container .tab-content--mobile.active {
  display: block;
  animation: megaBackdropFadeIn 300ms linear backwards;
}

.web-dev-tech-stack-tabs-container .tab-content__inner {
  padding: 24px 0 24px 22px;
}

.web-dev-tech-stack-tabs-container .tab-title,
.web-dev-tech-stack-tabs-container .tab-info {
  padding-right: 28px;
}

.web-dev-tech-stack-tabs-container .tab-title {
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.web-dev-tech-stack-tabs-container .tab-info {
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: left;
  color: rgba(14, 14, 14, 0.89);
}

.web-dev-tech-stack-tabs-container .tab-imgs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.web-dev-tech-stack-tabs-container .tab-img-container {
  height: 50px;
  margin-bottom: 8px;
  padding: 6px 10px;
  margin-right: 10px;
  border-radius: 6px;
  background-color: #f5f5ff;
}

.web-dev-tech-stack-tabs-container .tab-img-container--lg {
  width: 135px;
}

.web-dev-tech-stack-tabs-container .tab-img-container--md {
  width: 95px;
}

.web-dev-tech-stack-tabs-container .tab-img-container--sm {
  width: 55px;
}

.web-dev-tech-stack-tabs-container .tab-img-container .tab-img,
.web-dev-tech-stack-tabs-container .tab-btn__icon--mobile svg,
.web-dev-tech-stack-tabs-container .tab-btn__icon--desktop svg,
.dedicated-hiring-dev-platforms-item .elementor-icon svg,
.ecomm-dev-platforms-item .elementor-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*===========================
Web development page - end
=============================*/


/*===========================
App development page - start
=============================*/
.app-development__page-banner .inner__page-banner-contents {
  max-width: 415px;
}

#app__development-service-section .section-heading,
#app__development-service-section .section-info {
  max-width: 1100px;
  margin: auto;
}

.app__development-service-section .section-heading .section__title-bold {
  font-weight: 600;
}

.app__development-service-section .line-break {
  display: none;
}

.app__dev-service-card-inner {
  height: 100%;
  min-height: 370px;
}

.app__dev-service-card .app__dev-service-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.app__dev-service-card-inner {
  padding: 58px 32px;
  padding: 35px 20px;
  border-radius: 4px;
  border: solid 1px #70707029;
  background-color: #fff;
  transition: 0.4s;
}

.app__dev-service-card:hover .app__dev-service-card-inner {
  border: solid 1px #e8e8e8;
  box-shadow: 0 3px 54px 0 #0000000a;
}

.app__dev-services-slider .app__dev-service-card-inner .service-icon {
  width: -webkit-calc(100vw * 0.0552083333);
  width: calc(100vw * 0.0552083333);
  min-width: 70px;
  max-width: 106px;
  margin: auto;
  margin-bottom: 35px;
  margin-top: 0;
}

.app__dev-service-card-inner .service-title,
.app__dev-service-card-inner .service-info {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}

.app__dev-service-card-inner .service-title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.17;
  color: #232222;
}

.app__dev-service-card-inner .service-info {
  font-size: 16px;
  line-height: 1.41;
  color: #000;
  opacity: 0.66;
}

/* owl navigation */

/** Compatible platforms for Mobile apps **/
.app__dev-mob-app-pltfm-card,
.blockchain_served_industries-card,
.fullstack-industries-slider__item__card {
  border-radius: 11px;
  background-color: #fff;
}

.app__dev-mob-app-pltfm-card .platform-title,
.app__dev-mob-app-pltfm-card .platform-info,
.blockchain_served_industries-card .industry-type,
.blockchain_served_industries-card .info-text,
.fullstack-industries-slider__item__card .industry-type,
.fullstack-industries-slider__item__card .info-text {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
}

.app__dev-mob-app-pltfm-card .platform-title,
.blockchain_served_industries-card .industry-type,
.fullstack-industries-slider__item__card .industry-type {
  font-weight: 600;
  line-height: 1.9;
}

.app__dev-mob-app-pltfm-card .platform-info,
.blockchain_served_industries-card .info-text,
.fullstack-industries-slider__item__card .info-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45;
  opacity: 0.66;
}

.app__dev-mob-app-pltfm-card .mob-app-pltfm-card-body,
.blockchain_served_industries-card-body,
.fullstack-industries-slider__item__card-body {
  padding: 20px 22px 45px;
}

.app__dev-mob-app-platform-slider .owl-stage,
.blockchain_served_industries-slider .owl-stage,
.fullstack-industries-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.app__dev-mob-app-platform-slider .item,
.app__dev-mob-app-platform-slider .app__dev-mob-app-pltfm-card,
.blockchain_served_industries-slider .item,
.blockchain_served_industries-card,
.fullstack-industries-slider__item__card,
.fullstack-industries-slider__item {
  height: 100%;
}

.cstm-mob-apps-sols-img-slider-item-inner {
  padding: 30px 0 0 30px;
  border-top-left-radius: 20px;
  background-color: rgba(255, 255, 255, 0.09);
}

.cstm-mob-apps-sols-img-slider .cstm-mob-apps-sols-slider-img {
  border-top-left-radius: 20px;
}

/** Developers skills **/
.app__dev-developers-skills-wrapper .elementor-container {
  max-width: 100% !important;
}

/** Custom Mobile Apps Solutions - start **/
.cstm-mob-apps-sols-info-slider .cstm-mob-apps-sols-info {
  padding-right: 20px;
  margin-bottom: 12px;
}

.cstm-mob-apps-sols-info .info-heading,
.cstm-mob-apps-sols-info .info-body {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.13;
  color: #fff;
}

.cstm-mob-apps-sols-info .info-heading {
  margin-bottom: 12px;
  opacity: 0.78;
}

.cstm-mob-apps-sols-info .info-body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.custom-owl-carousel-nav {
  display: flex;
}

.custom-owl-carousel-nav .custom-owl-nav-prev,
.custom-owl-carousel-nav .custom-owl-nav-next {
  border: none;
  outline: none;
}

#app__dev-custom-mob-apps-solutions>.elementor-container,
.pats-composit-products-carousel-section>.elementor-container {
  max-width: initial !important;
}

/** App development success stories **/
.app__dev-success-stories-slider-wrapper {
  border-radius: 12px;
  box-shadow: 0 0 22px #0000001a;
}

.app__dev-success-story-item-inner {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding: 75px 15px 15px;
  align-items: flex-start;
  justify-content: flex-start;
}

.app__dev-success-stories-slider .app__dev-success-story-item-inner .client-image {
  width: -webkit-calc(100vw * 0.17864583);
  width: calc(100vw * 0.17864583);
  max-width: 343px;
  min-width: 200px;
  margin: auto;
}

/* .fc-client-feedback .client-image {
   border-radius: 100%;
   border: 1px solid #a697924a;
} */
.app__dev-success-story-item-inner .client-story-wrapper {
  position: relative;
  z-index: 1;
  flex: 0 0 100%;
  padding-top: 20px;
  text-align: center;
}

.app__dev-success-story-item-inner .client-story-wrapper::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -28px;
  top: -webkit-calc(100vw * 0.1689583 * -0.5);
  top: calc(100vw * 0.1689583 * -0.5);
  z-index: -1;
  display: inline-block;
  width: 100px;
  height: 92.5px;
  background-image: url("images/opening-double-quotation-mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.app__dev-success-story-item-inner .stroy-text {
  margin-bottom: 8px;
  padding-right: 10px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.81);
}

.app__dev-success-story-item-inner .client-name,
.app__dev-success-story-item-inner .client-organization {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
  color: #000;
}

.app__dev-success-story-item-inner .client-name {
  margin-bottom: 4px;
}

.app__dev-success-story-item-inner .client-designation {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.95;
  color: rgba(0, 0, 0, 0.33);
}

.app__dev-success-story-item-inner .review-source-link {
  display: inline-block;
}

.app__dev-success-story-item-inner .client-organization {
  font-size: 28px;
  font-size: 23px;
  font-weight: bold;
}

.app__dev-success-stories-slider .app__dev-success-story-item-inner .client-logo {
  /* width: -webkit-calc(100vw * 0.04427083);
   width: calc(100vw * 0.04427083);
   max-width: 85px;
   min-width: 55px; */
  margin: 0;
}

/* We can help section */
#we-can-help .wpcf7-form-control {
  font-size: 20px;
}

#we-can-help .submit-btn {
  font-size: 16px;
  width: -webkit-calc(100vw * 0.1614583);
  width: calc(100vw * 0.1614583);
  height: -webkit-calc(100vw * 0.1614583 * 0.229032258);
  height: calc(100vw * 0.1614583 * 0.229032258);
  min-width: 190px;
  min-height: 50px;
  max-width: 310px;
  max-height: 71px;
  padding: 0;
  color: #0024ff;
}

#we-can-help .submit-btn .right-arrow-icon {
  height: 15px;
  margin-left: 8px;
}

/*=========================
App development page - end
===========================*/

/*=========================
AR/VR page - start
===========================*/
.ar-vr__page-banner .page__title,
.ar-vr__page-banner .page__info,
.beauty-salon__page-banner .page__title,
.beauty-salon__page-banner .page__info,
.care-application__page-banner .page__title,
.care-application__page-banner .page__info {
  color: #1e1c1c;
}

.ar-vr__page-banner .inner__page-banner-contents {
  max-width: 365px;
}

.ar_vr_app_dev-services-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.ar_vr_app_dev-services-slider .owl-item,
.app__dev-services-slider .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}

.ar_vr_app_dev-services-slider .ar_vr_app_dev-service-card,
.ar_vr_app_dev-services-slider .ar_vr_app_dev-service-item {
  height: 100%;
}

.ar_vr_app_dev-services-slider .ar_vr_app_dev-service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 20px 40px 20px;
  border-radius: 4px;
  border: solid 1px #d2d1d1c2;
  background-color: #fff;
  transition: box-shadow 0.25s ease;
}

.ar_vr_app_dev-services-slider .owl-item:hover .ar_vr_app_dev-service-card {
  border: solid 1px #e8e8e8;
  box-shadow: 0 5px 55px 0 rgba(0, 0, 0, 0.07);
}

.ar_vr_app_dev-services-slider .ar_vr_app_dev-service-card .service-icon {
  width: 30px;
}

.ar_vr_app_dev-service-card .service-icon {
  margin: 0 auto 50px;
}

.ar_vr_app_dev-service-card .service-title {
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  color: #232222;
}

.owl__nav-arrow-primary-light {
  height: 0;
}

.owl__nav-arrow-primary-light .owl-prev,
.owl__nav-arrow-primary-light .owl-next {
  box-shadow: 0 3px 15px 0 #1e11111f;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl__nav-arrow-primary-light .owl-prev {
  left: -20px;
  left: -18px;
}

.owl__nav-arrow-primary-light .owl-next {
  right: -20px;
  right: -14px;
}

/** Customized AR/VR App Development Services **/
#custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item:not(:last-child) {
  margin-bottom: 30px;
}

.custom_ar_vr_app_dev-srvc-item .elementor-icon-box-title {
  margin-bottom: 12px;
  padding-left: 35px;
}

.custom_ar_vr_app_dev-srvc-item .elementor-icon-box-description {
  opacity: 0.76;
}

.custom_ar_vr_app_dev-srvc-item .elementor-icon-box-icon {
  position: absolute;
}

/** AR/VR technologies tab **/
.ar_vr_app_dev-technologies-tabs .eael-tabs-nav {
  margin-bottom: 40px;
  margin-bottom: 30px;
}

.ar_vr_app_dev-technologies-tabs .eael-advance-tabs .eael-tab-inline-icon {
  position: relative;
  /* padding-top: 30px; */
}

.ar_vr_app_dev-technologies-tabs .eael-tab-inline-icon::before {
  content: "";
  display: block;
  position: absolute;
  background: #707070;
  opacity: 0.22;
  height: 7px;
  width: 100%;
  z-index: 99;
  border-radius: 10px;
  bottom: 0;
  left: 0;
}

.ar_vr_app_dev-technologies-tabs .eael-advance-tabs .eael-tabs-nav>ul li {
  position: relative;
  padding: 20px 0 28px;
}

#ar_vr_app_dev-technologies-tabs .eael-tabs-nav>ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: #3f30ff;
  width: 100%;
  z-index: 99;
  bottom: 0;
  height: 7px;
  border-radius: 10px;
  opacity: 0;
  transition: right 0.15s ease-out, left 0.15s ease-out;
}

#ar_vr_app_dev-technologies-tabs .eael-tabs-nav>ul li:nth-child(1)::before {
  left: 100%;
}

#ar_vr_app_dev-technologies-tabs .eael-tabs-nav>ul li:nth-child(2)::before {
  right: 100%;
}

#ar_vr_app_dev-technologies-tabs .eael-tabs-nav>ul li:nth-child(1).active::before {
  opacity: 1;
  left: 0;
}

#ar_vr_app_dev-technologies-tabs .eael-tabs-nav>ul li:nth-child(2).active::before {
  opacity: 1;
  right: 0;
}

.ar_vr_app_dev-technologies-tabs .eael-advance-tabs .eael-tabs-nav>ul li img {
  width: 30px;
}

.ar_vr_app_dev-technologies-tabs .eael-tabs-nav>ul li img {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}

#ar_vr_app_dev-technologies-tabs .eael-tab-inline-icon li .title-after-icon {
  padding-left: 60px;
  line-height: initial;
  margin: 0;
}

#ar_vr_app_dev-technologies-tabs .eael-tab-content-item {
  padding: 0;
}

.ar_vr_app_dev-technologies-tabs .tech-logos-wrapper,
.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper {
  flex: 0 0 25%;
  max-width: 25%;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  border: solid 1px #70707033;
  border-right: none;
  background-color: #fff;
}

.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper.low-opacity img {
  opacity: 0.75;
}

.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:nth-child(1),
.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:nth-child(2),
.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:nth-child(3),
.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:nth-child(4) {
  border-bottom: none;
}

.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:nth-child(4),
.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:last-child {
  border-right: solid 1px #70707033;
}

.ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper {
  width: auto;
}

.tech-logo-item-wrapper .tech-logo-lg {
  display: none;
}

/* Ar/Vr served industries */
.ar_vr_served_industries-slider-wrapper *,
.sass-industries-slider-wrapper * {
  margin: 0;
  padding: 0;
  color: #fff;
}

.ar_vr_served_industries-slider-wrapper,
.sass-industries-slider-wrapper {
  position: relative;
}

.ar_vr_served_industries-slider-wrapper::before,
.ar_vr_served_industries-slider-wrapper::after,
.sass-industries-slider-wrapper::before,
.sass-industries-slider-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.ar_vr_served_industries-slider-wrapper::before,
.sass-industries-slider-wrapper::before {
  width: calc(100vw * 0.5296875);
  max-width: 1015px;
  z-index: 1;
  bottom: -40px;
  height: 40px;
  background-color: #f2f2f2;
}

.ar_vr_served_industries-slider-wrapper::after,
.sass-industries-slider-wrapper::after {
  width: calc(100vw * 0.6671875);
  max-width: 1280px;
  bottom: -20px;
  height: 20px;
  z-index: 2;
  background-color: #e7e7e7;
}

.ar_vr_served_industries-item-inner,
.sass-industries-slider__item-inner {
  position: relative;
  z-index: 1;
}

.ar_vr_served_industries-item-inner .slider-body {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: 60px;
  padding-left: 50px;
}

.ar_vr_served_industries-item-inner .slider-header {
  margin-bottom: 22px;
}

.ar_vr_served_industries-item-inner .slider-header-badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 7px;
  border-radius: 9px;
  background-color: #ffffff3b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.ar_vr_served_industries-item-inner .slider-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.ar_vr_served_industries-item-inner .industry-type {
  margin-bottom: 9px;
  font-size: 45px;
  font-weight: 800;
  /* line-height: 1.8; */
}

.ar_vr_served_industries-item-inner .industry-info {
  width: calc(100vw * 0.335416);
  max-width: 645px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.68;
}

.ar_vr_served_industries-slider .ar_vr_served_industries-item-inner .pitangent__primary-btn .btn__icon,
.sass-industries-slider .pitangent__primary-btn .btn__icon {
  width: auto;
  height: 15px;
}

.ar_vr_served_industries-slider .owl-dots,
.sass-industries-slider .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ar_vr_served_industries-slider .owl-dot,
.sass-industries-slider .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 100px;
  background: #ffffff59;
}

.ar_vr_served_industries-slider .owl-dot:last-child,
.sass-industries-slider .owl-dot:last-child {
  margin-right: 0;
}

.ar_vr_served_industries-slider .owl-dot.active,
.sass-industries-slider .owl-dot.active {
  background: #fff;
}

/*=========================
AR/VR page - end
===========================*/

/*===============================
Get a free quote modal - starts
===========================*/
.get-quote-modal-open {
  overflow: hidden !important;
}

.get-free-quote-modal .modal-content * {
  margin: 0;
}

.get-free-quote-modal .modal-dialog {
  width: 67.23958333vw;
  max-width: 1291px;
  min-width: 730px;
  margin: auto;
  margin-top: 20px;
}

.get-free-quote-modal .modal-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  padding: 18px;
  background: url("images/modalBackground.webp");
  /* background-color: #000; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.get-free-quote-modal .modal-content-inner {
  position: relative;
  padding-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.get-free-quote-modal .career-modal-content-inner {
  position: relative;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.get-free-quote-modal .modal-contact-info-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.get-free-quote-modal .social-media-links-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.get-free-quote-modal .modal-contact-header {
  text-align: center;
}

.get-free-quote-modal .modal-contact-title {
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  font-size: 25px;
}

.get-free-quote-modal .modal-contact-sub-title {
  font-weight: normal;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
}

.get-free-quote-modal .modal-contact-info-list {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.get-free-quote-modal .contact-list-item {
  display: flex;
}

.get-free-quote-modal .contact-list-item:not(:last-child) {
  margin-bottom: 16px;
}

.get-free-quote-modal .contact-list-icon-wrapper svg {
  width: 1.0416vw;
  min-width: 13px;
  max-width: 20px;
}

.get-free-quote-modal .contact-list-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.25vw;
  width: 2.239583vw;
  height: 2.239583vw;
  min-width: 28px;
  min-height: 28px;
  max-width: 43px;
  max-height: 43px;
  border-radius: 100px;
  border: solid 1px #fff;
}

.get-free-quote-modal .contact-info .info-title {
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}

.get-free-quote-modal .contact-info .info-text {
  line-height: 2.5;
  color: #fff;
  font-size: 14px;
}

.get-free-quote-modal .social-media-btn {
  width: 1.197916667vw;
  min-width: 18px;
  max-width: 23px;
}

.get-free-quote-modal .social-media-btn.fb-link {
  width: 0.677083vw;
  min-width: 11px;
  max-width: 13px;
}

.get-free-quote-modal .social-media-btn.pinterest-link {
  width: 0.84vw;
  min-width: 12px;
  max-width: 16px;
}

.get-free-quote-modal .social-media-btn:not(:last-child) {
  margin-right: 30px;
}

/* form section */
.get-free-quote-modal .modal-close-button {
  position: absolute;
  top: 10px;
  right: 9px;
  z-index: 1;
  overflow: hidden;
  width: 2.239583vw;
  height: 2.239583vw;
  max-width: 43px;
  max-height: 43px;
  min-width: 33px;
  min-height: 33px;
  padding: 0;
  border-radius: 100px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.get-free-quote-modal .modal-close-button img,
.get-free-quote-modal .modal-close-button svg,
.get-free-quote-modal .social-media-btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* .get-free-quote-modal .modal-form-section * {
   line-height: 1;
} */

.get-free-quote-modal .form-container-card {
  position: relative;
  min-width: 350px;
  width: 35.10416667vw;
  width: 75%;
  max-width: 674px;
  /* padding: 3.385416vw 3.125vw 2.239583vw 3.125vw; */
  padding: 3.125vw 2.864583333vw 2.083333333vw;
  border-radius: 11px;
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.get-free-quote-modal .modal-career-header {
  margin: 20px 0 30px;
}

.get-free-quote-modal .career-form-card {
  position: relative;
  width: 100%;
  padding: 3.125vw 2.864583333vw 2.083333333vw;
  border-radius: 11px;
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.get-free-quote-modal .career-title {
  font-size: 24px;
}

.get-free-quote-modal .career-email {
  color: #007bff;
  font-weight: 700;
  font-size: 30px;
}

.get-free-quote-modal .modal-form-title {
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  font-size: 16px;
}

.get-free-quote-modal .modal-form-sub-title {
  opacity: 0.39;
  font-size: 15px;
  line-height: 1.53;
  color: #000;
  margin-bottom: 14px;
  font-size: 13px;
}

.get-free-quote-modal .pi-form-group>br {
  display: none;
}

.get-free-quote-modal .modal-form-wrapper .form-label {
  margin-bottom: 3px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

.get-free-quote-modal .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.get-free-quote-modal .pi-form-group {
  margin-bottom: 9px;
}

.get-free-quote-modal .last-form-group {
  margin-bottom: 0;
}

.get-free-quote-modal .pi-form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.get-free-quote-modal .pi-form-row .pi-form-group {
  width: 100%;
}

.get-free-quote-modal .modal-form-wrapper .pi-form-control,
.get-free-quote-modal .modal-form-wrapper .pi-textarea {
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 5px;
  border: solid 1px #e2e2e2;
  outline: none;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.27;
  font-size: 13px;
  color: #000;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.get-free-quote-modal .modal-form-wrapper .pi-form-control:focus,
.get-free-quote-modal .modal-form-wrapper .pi-textarea:focus {
  border: 1px solid #3d2ef6;
}

.get-free-quote-modal .modal-form-wrapper .pi-form-control.wpcf7-not-valid,
.get-free-quote-modal .modal-form-wrapper .pi-textarea.wpcf7-not-valid {
  border: 1px solid #ff3749;
  background-color: #fbe8ea;
}

.get-free-quote-modal .modal-form-wrapper .pi-form-control {
  height: 2.96875vw;
  max-height: 57px;
  min-height: 35px;
}

.get-free-quote-modal .modal-form-wrapper .pi-textarea {
  height: 4.947916vw;
  max-height: 95px;
  min-height: 60px;
  padding-top: 7px;
  resize: none;
}

.get-free-quote-modal .pi-form-control:-ms-input-placeholder,
.get-free-quote-modal .pi-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.47);
}

.get-free-quote-modal .pi-form-control::-ms-input-placeholder,
.get-free-quote-modal .pi-textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.47);
}

.get-free-quote-modal .pi-form-control::placeholder,
.get-free-quote-modal .pi-textarea::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.47);
}

/* submit button */
.get-free-quote-modal .form-action-btn-wrapper .submit-btn {
  min-width: 155px;
  min-height: 46px;
  width: 14.32291667vw;
  height: 3.697916667vw;
  max-width: 275px;
  max-height: 71px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #3F30FF;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-free-quote-modal .form-action-btn-wrapper .submit-btn:hover {
  background-color: #fc8b54;
  color: #fff;
}

.get-free-quote-modal .form-action-btn-wrapper .submit-btn .fa,
.get-free-quote-modal .form-action-btn-wrapper .submit-btn img {
  display: none;
}

.get-free-quote-modal .form-action-btn-wrapper .submit-btn::after {
  content: "\f110";
  font-family: "FontAwesome";
  margin-left: 5px;
  height: 20px;
  width: 20px;
  font-size: 20px;
  animation: fa-spin 2s infinite linear;
  display: none !important;
}

.get-free-quote-modal form.submitting .submit-btn::after {
  display: block !important;
}

.get-free-quote-modal .modal-content .wpcf7-form-control-wrap:not(.recaptcha) .wpcf7-not-valid-tip {
  display: none;
}

.get-free-quote-modal .modal-content .g-recaptcha-response .wpcf7-not-valid-tip,
.get-free-quote-modal .modal-content .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip,
.get-free-quote-modal .modal-content .wpcf7-response-output,
.recaptcha-validation-error {
  margin-top: 5px;
  padding: 5px 10px 5px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  background: #f8d7da;
  color: #f05e35;
  color: #721c24;
  letter-spacing: 0.2px;
}

.get-free-quote-modal .modal-content .g-recaptcha-response .wpcf7-not-valid-tip,
.get-free-quote-modal .modal-content .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
  margin-top: -8px;
  display: block;
  margin-bottom: 9px;
}

.recaptcha-validation-error {
  display: inline-block;
}

.get-free-quote-modal .modal-content .sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.get-free-quote-modal .modal-content .wpcf7-response-output {
  margin: 0;
  margin-top: 15px;
  padding: 5px 10px 5px;
  border: none;
}

.get-free-quote-modal .modal-content .anr_captcha_field,
.get-free-quote-modal .modal-content .wpcf7-form-control.g-recaptcha {
  -webkit-transform: scale(0.82);
  transform: scale(0.82);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.get-free-quote-modal .modal-content .wpcf7-form-control.g-recaptcha {
  display: block;
}

.get-free-quote-modal .modal-form-wrapper .field-required {
  position: relative;
}

.get-free-quote-modal .modal-form-wrapper .field-required::after {
  content: "*";
  color: #cb3543;
  font-size: 18px;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  right: -7px;
  top: 2px;
}

/*============================
Get a free quote modal - end
===========================*/

/*=========================
IOT page - start
===========================*/
.iot__page-banner {
  background-color: #eff2fc;
  background-position: center;
}

.iot__page-banner .page__info,
.iot__page-banner .page__title {
  color: #030303;
  opacity: 1;
}

.iot__page-banner .inner__page-banner-contents .page__info,
.big-data__page-banner .inner__page-banner-contents .page__info,
.blockchain__page-banner .inner__page-banner-contents .page__info,
.it-staff-augmentation__page-banner .inner__page-banner-contents .page__info {
  font-size: 1rem;
  line-height: 1.55;
}

/* development services cards  */
.iot-dev-services-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}

.iot-dev-services-card {
  flex: 0 0 48.5%;
  padding: 35px 20px 25px;
  border-radius: 2px;
  border: solid 1px #bcb7b7;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.iot-dev-services-card:nth-child(1),
.iot-dev-services-card:nth-child(2) {
  margin-bottom: 35px;
}

.iot-dev-services-card:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.1);
}

.iot-dev-services-card .service-icon {
  margin-bottom: 18px;
}

.iot-dev-services-card .service-title {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #232222;
}

.iot-dev-services-card .service-info {
  opacity: 0.86;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.iot-platforms-techs-section .section-heading>.elementor-widget-container {
  max-width: 491px;
  width: calc(100vw * 0.2552083);
  min-width: 380px;
}

#iot-platforms-techs-gallery .gallery {
  margin: 0;
}

.platforms-techs-gallery-col .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: initial;
}

.platforms-techs-gallery-col .gallery .gallery-item {
  flex: 0 0 33.339%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
}

.platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(1) {
  opacity: 0.72;
}

.platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(4) {
  opacity: 0.72;
}

.platforms-techs-gallery-col .gallery .gallery-item:nth-child(8) {
  opacity: 0.82;
}

.platforms-techs-gallery-col .gallery .gallery-item:nth-child(4) {
  opacity: 0.72;
}

.platforms-techs-gallery-col .gallery .gallery-item:nth-child(3),
.platforms-techs-gallery-col .gallery .gallery-item:nth-child(6),
.platforms-techs-gallery-col .gallery .gallery-item:nth-child(9),
.platforms-techs-gallery-col .gallery .gallery-item:nth-child(12) {
  border-right: 1px solid #777777;
}

.platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(1),
.platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(3),
.platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(2) {
  border-bottom: 1px solid #777777;
}

.platforms-techs-gallery-col .gallery .gallery-item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.platforms-techs-gallery-col .elementor-element.elementor-widget-image-gallery .gallery .gallery-item {
  min-height: 165px;
  padding: 0;
}

.pats-page .iot-platforms-techs-section .elementor-element.iot-platforms-techs-setion-top-part {
  margin-bottom: -50px;
}

.pats-page .elementor-section.elementor-element.iot-platforms-techs-section {
  margin-bottom: 215px;
}

/* carousel - industries served with iot */
.iot_served_idustries-slider .owl-item .btn__icon {
  width: auto;
  height: 15px;
}

.iot_served_idustries-slider * {
  color: #fff;
}

.iot_served_idustries-slider .slider-contents-wrapper * {
  margin-bottom: 0;
}

.iot_served_idustries-slider-wrapper {
  max-width: 1426px;
  min-width: 1000px;
  width: calc(100vw * 0.7447);
  margin: auto;
  border-radius: 12px;
  transform: translateY(46%);
}

.iot_served_idustries-slider .owl-stage-outer {
  overflow: hidden;
  border-radius: 12px;
  /* background-color: #3f30ff; */
}

.iot_served_idustries-slider-item-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px 15px 35px;
  padding: 20px ​30px 20px 35px;
  border-radius: 12px;
  background-color: #3f30ff;
}

.iot_served_idustries-slider .slider-header-badge {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 7px;
  border-radius: 9px;
  background-color: #ffffff3b;
  font-size: 16px;
  font-weight: 500;
}

.iot_served_idustries-slider .slider-heading {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.iot_served_idustries-slider .service-title {
  margin-bottom: 8px;
  font-size: 70px;
  font-size: 40px;
  font-weight: bold;
}

.iot_served_idustries-slider .service-info {
  margin-bottom: 20px;
  opacity: 0.96;
  font-size: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  line-height: 1.3;
}

.iot_served_idustries-slider .slider-contents-wrapper,
.iot_served_idustries-slider .slider-img {
  flex: 0 0 50%;
  max-width: 50%;
}

.iot_served_idustries-slider .slider-contents-wrapper {
  padding-top: 20px;
  padding-right: 40px;
}

.iot_served_idustries-slider .pitangent__primary-btn {
  border: solid 2px #fff;
}

.iot_served_idustries-slider .pitangent__primary-btn:hover {
  border-color: #fc8b54;
}

/*=========================
IOT page - end
===========================*/

/*=========================
Webecommerce page - start
===========================*/
.technologies_ecommerce_development-slider-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 60px;
}

.technologies_ecommerce_development-slider-wrapper .mob-app-pltfm-card-body {
  border-radius: 11px;
  background-color: #fff;
}

.technologies_ecommerce_development-card .mob-app-pltfm-card-body {
  padding: 20px 22px 45px;
}

.technologies_ecommerce_development-card .mob-app-pltfm-card-body .platform-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.technologies_ecommerce_development-card .mob-app-pltfm-card-body .platform-info {
  font-size: 16px;
}

.webecommerce__page_heading_pane {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  margin-bottom: 100px;
}

.webecommerce__page_technology_heading h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #100f0f;
}

.webecommerce__page_left_pane.left {
  padding-left: 7rem;
}

.webecommerce__page_right_pane.image_left {
  padding-right: 5rem;
}

.webecommerce__page_right_pane.image_right {
  padding-left: 5rem;
}

.webecommerce__page_left_pane h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: normal;
  color: #262626;
}

.webecommerce__page_left_pane p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
}

.webecom-features-section .info-col h3 {
  font-size: 24px;
}

.webecom-features-section .info-col p {
  font-size: 16px;
}

.webecommerce__page-banner .page__info,
.webecommerce__page-banner .page__title {
  color: #030303;
  opacity: 1;
}

.webecommerce-services-slider .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}

.webecommerce-services-slider .ar_vr_app_dev-service-card .service-icon {
  width: auto;
  max-width: 40px;
  max-height: 47px;
}

/*=========================
Webecommerce page - end
===========================*/

/*=========================
Blockchain page - start
===========================*/
.full-width-cover-image-section>.elementor-container {
  max-width: 100% !important;
}

.pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-dev-services-col .elementor-widget-wrap {
  padding-left: 40px;
  padding-right: 70px;
}

.blockchain-app-dev-services-section .blockchain-app-dev-services-inner-section {
  position: relative;
}

.blockchain-app-dev-services-section .blockchain-intro-col {
  position: absolute;
  right: 0;
  top: 120px;
}

.pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-intro-col>.elementor-widget-wrap {
  padding: 45px 30px 50px;
}

.pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-dev-services-col {
  width: calc(100vw * 0.634375);
  max-width: 1218px;
}

.blockchain-dev-services-col .elementor-icon {
  font-size: 30px;
}

#blockchain-dev-services-col .blockchain-dev-service-item:not(:last-child) {
  margin-bottom: 35px;
}

#blockchain-dev-services-col .blockchain-dev-service-item.limited-width {
  width: calc(100vw * 0.3359375);
  min-width: 475px;
  max-width: 645px;
}

.blockchain-mobile-app-platforms-section .blockchain-mobile-app-platform-logos-col>.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blockchain-mobile-app-platforms-section .blockchain-mobile-app-platform-logos-col .blockchain-mob-app-platform-logo {
  flex: 0 0 31%;
}

#blockchain-mobile-app-platform-logos-col .blockchain-mob-app-platform-logo:nth-child(1),
#blockchain-mobile-app-platform-logos-col .blockchain-mob-app-platform-logo:nth-child(2),
#blockchain-mobile-app-platform-logos-col .blockchain-mob-app-platform-logo:nth-child(3) {
  margin-bottom: 20px;
}

/*=========================
Blockchain page - end
===========================*/

/*=========================
About page - start
===========================*/
.pats-page .elementor-section.elementor-element.about-page-banner {
  padding-bottom: 360px;
}

.about-page-banner .about-page-banner-col {
  position: relative;
  z-index: 1;
}

.about-page-banner .about-page-banner-cover-img {
  position: absolute;
  left: -9%;
  top: -50%;
  z-index: -1;
}

.pats-page .about-page-banner .about-page-banner-cover-img {
  width: 1400px;
  max-width: none;
}

.about-page-banner .banner-text-primary {
  position: relative;
  z-index: 1;
}

.about-page-banner .banner-text-primary .text-highlight {
  position: relative;
}

.about-page-banner .banner-text-primary .text-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(90deg, #3F30FF, #4e5357);
}

.about-page-banner .banner-text-primary .text-highlight.first::before {
  background: linear-gradient(90deg, #3F30FF, #3A3D46);
}

.about-page-banner .banner-text-primary .text-highlight.first:before {
  bottom: 15%;
}

.about-page-banner .banner-text-primary .text-highlight.second:before {
  right: 5px;
  top: 14%;
}

.about-page-banner .banner-text-primary .text-highlight.third:before {
  right: -7px;
  top: 14%;
  bottom: 15%;
}

.about-page-banner .pitangent__primary-btn {
  background-color: #0000;
  border: 4px solid #fff;
}

.about-page-banner .pitangent__primary-btn:hover {
  border-color: #fc8b54;
  background-color: #fc8b54;
}

.our-focus-section .our-activity-counter-item .elementor-counter {
  display: flex;
  align-items: center;
}

.our-focus-section .our-activity-counter-item.two .elementor-counter {
  justify-content: center;
}

.our-focus-section .our-activity-counter-item.three .elementor-counter {
  justify-content: flex-end;
}

.our-focus-section .our-activity-counter-item .elementor-counter-title {
  margin-left: 15px;
}

.our-focus-section .our-activity-counter-item .elementor-counter-number-suffix {
  font-weight: 500;
  font-size: 50px;
  line-height: 53px;
}

.pats-page .project-management-psychology-section .elementor-element.inner-section-project-management-schemes>.elementor-container {
  height: 28.646vw;
  height: 385px;
  max-height: 550px;
  min-height: 250px;
}

.project-management-psychology-section .elementor-column.project-management-scheme-col {
  max-width: 299px;
}

.about-page-client-review-section .client-review-slider .cntnt-mn h4,
.about-page-client-review-section .client-review-slider .cntnt-mn h3 {
  margin-bottom: 0;
}

.about-page-client-review-section .client-review-slider .cntnt-mn img {
  margin-top: 7px;
}

.about-page-client-review-section .testimonial-hdng-para p {
  color: #0e0e0ea8;
}

.about-page-client-review-section .view-all-btn-mn .elementor-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal !important;
}

.about-page-client-review-section .review-sctn-mn .view-all-btn-mn .elementor-button:hover {
  background-color: #fc8b54 !important;
}

.about-page-client-review-section .client-review-slider .owl-dots .owl-dot span {
  border: solid 1px #7070707a;
  background-color: #f9f7f7;
}

.about-page-client-review-section .client-review-slider .owl-dots .owl-dot.active span {
  width: 12px;
  background-color: #9b9fa7;
}

/* .pats-page .about-page-banner .about-page-overlapped-banner-img img {
   position: absolute;
   left: 0;
   right: 32px;
   top: -5%;
   max-width: none;
   width: 110%;
} */
.banner-bottom-image-section .elementor-column.banner-bottom-image-col {
  width: 114%;
}

.banner-bottom-image-section .banner-bottom-image-col {
  position: absolute;
  left: 0;
}

.pats-page .elementor-section.elementor-element.banner-bottom-image-section {
  top: -370px;
  padding-bottom: 50%;
}

/*=========================
About page - end
===========================*/


/*=========================
Reach us page - end
===========================*/
.contact__page-banner {
  background-position: center;
}

.contact__page-banner .page__title,
.contact__page-banner .page__info {
  color: #1d1f22;
}

.contact__page-banner .inner__page-banner-contents .page__title {
  font-size: 40px;
  line-height: 1.16;
}

.contact__page-banner .inner__page-banner-contents .page__title {
  line-height: 1.16;
}

.contact__page-banner .page__info {
  opacity: 1;
}

/*** Contact form ***/
.our-locations-section .section-heading {
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.44;
}

.inner-section-countries-wrapper .elementor-column.country-col {
  width: max-content;
}

/* .inner-section-countries-wrapper .elementor-column.country-col:not(:last-of-type) {
   margin-right: 50px;
} */
.inner-section-countries-wrapper .elementor-container {
  justify-content: center;
}

.inner-section-countries-wrapper .country-flag img {
  width: 105px;
}

.pats-page .our-locations-section .country-col .elementor-widget-wrap {
  flex-direction: column;
  align-items: center;
}

.pats-page .our-locations-section .country-col .country-flag,
.pats-page .our-locations-section .country-col .country-name,
.pats-page .our-locations-section .country-col .mobile-number {
  width: max-content;
}

.pats-page .our-locations-section .country-col .office-addr-field .elementor-widget-container {
  line-height: 1.5;
}

.pats-page .our-locations-section .country-col .office-addr-field {
  margin-top: 5px;
}

.pats-page .our-locations-section .country-col .office-addr-field .addr-first-word {
  position: relative;
  padding-left: 22px;
}

.pats-page .our-locations-section .country-col .office-addr-field .addr-first-word::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  min-width: 17px;
  min-height: 17px;
  max-width: 24px;
  max-height: 24px;
  background-image: url("images/location-icon.png");
  background-repeat: no-repeat;
  background-size: cover;

}

/*  */
.floating-label-form {
  position: relative;
  z-index: 1;
}

.contact-form .pi-form-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.contact-form .pi-form-row.before-recaptcha-row,
.contact-form .pi-form-row.last-row {
  margin-bottom: 30px;
}

.contact-form .pi-form-group {
  position: relative;
  flex: 0 0 47.5%;
  max-width: 47.5%;
}

.contact-form .pi-full-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-form .pi-form-control,
.contact-form .pi-form-label {
  color: #fff;

}

.contact-form .pi-form-control {
  width: 100%;
  height: 45px;
  padding-left: 8px;
  border: none;
  outline: none;
  border-radius: 1.5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  border-bottom: 2px solid #ffffff61;
  background: #0000;
  color: #ffffffc4;
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  /*  */
  color: #fefefe;
}

.contact-form input:-internal-autofill-selected {
  background-color: #0000 !important;
}

.contact-form .pi-form-label {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 7px;
  margin-bottom: 0;
  font-size: 18px;
  transition: transform 0.3s ease, top 0.2s ease;
  /*  */
  color: #e3e3e3;
  top: 0;
  left: 0;
  transform: translate(0.625rem, 0.4rem);
}

.contact-form .iti--allow-dropdown .iti__flag-container,
.contact-form .iti--separate-dial-code .iti__flag-container {
  background: #fff;
}

.contact-form .iti--separate-dial-code input[type=tel] {
  padding-left: 80px !important;
}

.contact-form .pi-form-control::-webkit-input-placeholder {
  /* Edge */
  color: #e3e3e3;
}

.contact-form .pi-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e3e3e3;
}

.contact-form .pi-form-control::placeholder {
  color: #e3e3e3;
}

/* :not(.pi-select) */
:focus+.pi-form-label,
.contact-form .pi-form-control:valid+.pi-form-label,
.contact-form .pi-form-group.isValid .pi-form-label,
.contact-form .pi-form-group.hasFocus .pi-form-label {
  transform: translateY(-30px);
  /*  */
  top: -15px;
  transform: translate(0.625rem, 0);
  font-size: 12px;
}

.contact-form .pi-form-group.hasError .form-field-error {
  display: block;
}

.contact-form .form-field-error {
  display: none;
  background: #ececec;
  margin-top: 8px;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  color: #c32e2e;
}

.contact-form .form-field-error::after {
  content: "";
  position: absolute;
  display: block;
  border: solid;
  top: -13px;
  border-color: #0000 #0000 #ececec #0000;
  border-width: 7px 6px;
  z-index: -1;
}

.contact-form .form-field-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: -1;
}

.contact-form .form-field-icon.clock-icon,
.contact-form .form-field-icon.dropdown-icon {
  width: 16px;
}

.contact-form .btn-form-submit {
  position: relative;
  border: none;
  outline: none;
  color: #0024ff;
  background-color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  cursor: pointer;
}

.contact-form .btn-form-submit.is_loading::after {
  display: none;
}

.contact-form .btn-form-submit::after {
  content: "";
  margin-left: 5px;
  height: 15px;
  width: 17px;
  background-image: url("images/right-arrow-blue.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
}

.contact-form .btn-form-submit:hover {
  background-color: #fc8b54;
}

.pi-datepicker-container .datepicker * {
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important;
}

.pi-datepicker-container .datepicker {
  /* top: calc(100% + 5px) !important; */
  width: 90%;
  max-width: 320px;
  padding: 25px 22px 15px;
  border: none;
  border-radius: 7px;
  background: #fff;
  color: #373737;
  box-shadow: 4px 6px 15px #0000001c;
}

.pi-datepicker-container .datepicker .dow {
  padding: 18px 0 9px;
}

.pi-datepicker-container .datepicker .day {
  width: calc(100% / 7);
  padding: 4px 0 4px;
}

.pi-datepicker-container .datepicker table tr td.day:hover,
.pi-datepicker-container .datepicker table tr td .month:hover,
.pi-datepicker-container .datepicker table tr td .year:hover {
  background-color: #3f30ff21;
}

.pi-datepicker-container .datepicker table tr .day.active,
.pi-datepicker-container .datepicker table tr .day.active:active,
.pi-datepicker-container .datepicker table tr .day.active:hover,
.pi-datepicker-container .datepicker table tr .today.active:hover:hover,
.pi-datepicker-container .datepicker table tr td .month.active.active,
.pi-datepicker-container .datepicker table tr td .month.focused,
.pi-datepicker-container .datepicker table tr td .year.focused {
  background-image: none;
  background-color: #3f30ff;
}

.pi-datepicker-container .datepicker table tr td .month.active.active,
.pi-datepicker-container .datepicker table tr td .month.focused,
.pi-datepicker-container .datepicker table tr td .year.focused {
  color: #fff;
}

.pi-datepicker-container .datepicker table tr .today,
.pi-datepicker-container .datepicker table tr .today:hover,
.pi-datepicker-container .datepicker table tr .today:hover:hover {
  background-image: none;
  background-color: #fc8b54;
}

.pi-datepicker-container .datepicker-dropdown.datepicker-orient-left:after,
.pi-datepicker-container .datepicker-dropdown.datepicker-orient-left:before,
.contact-form .single-select-container .dropdown-menu::after {
  left: 2rem;
}

.pi-datepicker-container .datepicker table tr td.disabled {
  color: #d2d2d2;
  cursor: not-allowed;
  pointer-events: none;
}

/* custom select style overrides */
.contact-form .btn-group {
  width: 100%;
}

.contact-form .btn-group * {
  font-family: "Montserrat", sans-serif !important;
}

.contact-form .custom-select {
  height: 45px;
  width: 100%;
  padding-left: 22px;
  border: none;
  border-bottom: 2px solid #ffffff61;
  border-radius: 0;
  background-color: #0000;
  background-image: url('images/dropdown-icon.png');
  background-size: 16px;
  background-image: none;
  color: #ffffffc4;
  font-size: 18px;
  color: #fefefe;
}

.contact-form .custom-select:focus {
  border-color: #ffffff61;
  box-shadow: none;
}

.contact-form .custom-select .multiselect-selected-text,
.customCommonSelectContainer .custom-select .multiselect-selected-text {
  white-space: nowrap;
}

.customCommonSelectContainer .nice-select {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 15px;
  height: auto;
  line-height: inherit;
  float: none;
  white-space: normal;
}

.customCommonSelectContainer .nice-select .list {
  height: 180px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.customCommonSelectContainer .nice-select:after {
  width: 10px;
  height: 10px;
  right: 20px;
  margin-top: -7px;
}

.customCommonSelectContainer .nice-select:focus {
  border: 1px solid #b58cff;
  box-shadow: none;
}

.contact-form .single-select-container .dropdown-menu,
.customCommonSelectContainer .dropdown-menu {
  top: 8px !important;
  width: 100%;
  padding: 10px 0 10px;
  border: none;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 4px 6px 15px #111f788f;
  transform: translate3d(0px, 45px, 0px) !important;
}

.contact-form .single-select-container .dropdown-menu::after,
.contact-form .datepicker-dropdown:before,
.customCommonSelectContainer .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 8px solid #0000;
  border-right: 8px solid #0000;
  border-bottom: 8px solid #fff;
  border-top: 0;
  position: absolute;
  top: -7px;
}

.contact-form .datepicker-dropdown:after {
  display: none;
}

.contact-form .multiselect-option .form-check,
.customCommonSelectContainer .multiselect-option .form-check {
  position: relative;
  white-space: initial;
}

.contact-form .multiselect-option .form-check::after,
.customCommonSelectContainer .multiselect-option .form-check::after {
  content: '\f00c';
  content: '';
  position: absolute;
  right: 9px;
  top: 15%;
  display: inline-block;
  width: 14px;
  height: 9px;
  border: 2px solid #0fc01a;
  border-top-width: 0;
  border-right-width: 0;
  transform: rotate(335deg);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.1s ease;
}

.contact-form .multiselect-option.active .form-check::after,
.customCommonSelectContainer .multiselect-option.active .form-check::after {
  opacity: 1;
  transform: rotate(320deg);
}

.contact-form .multiselect-container .multiselect-option,
.customCommonSelectContainer .multiselect-option .form-check {
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.contact-form .multiselect-container .multiselect-option .form-check,
.customCommonSelectContainer .multiselect-option .form-check {
  padding-right: 2.25rem;
}

.contact-form .multiselect-container .multiselect-option:hover,
.contact-form .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.customCommonSelectContainer .multiselect-container .multiselect-option:hover,
.customCommonSelectContainer .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: #3f30ff24 !important;
  background-color: #776cff24 !important;
}

.contact-form .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.customCommonSelectContainer .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback) {
  background-color: #3f30ff24;
  background-color: #776cff24;
}

.contact-form .multiselect-container .multiselect-option.active:hover,
.contact-form .multiselect-container .multiselect-option:focus,
.customCommonSelectContainer .multiselect-container .multiselect-option.active:hover,
.customCommonSelectContainer .multiselect-container .multiselect-option:focus {
  background-color: #3f30ff24 !important;
  background-color: #776cff24 !important;
}

.single-select-container .form-check-input,
.customCommonSelectContainer .form-check-input {
  display: none;
}

/* start custom select design Feb-9 2023 */
.customCommonSelectContainer .multiselect-native-select {
  display: block;
  width: 100%;
}

.customCommonSelectContainer .btn-group {
  width: 100%;
}

.customCommonSelectContainer .custom-select {
  position: relative;
  padding: 10px 30px 10px 15px;
  width: 100%;
  min-height: 40px;
  height: auto;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  resize: none;
  color: #000;
  background-image: none;
}

.customCommonSelectContainer .custom-select::before {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
}

.customCommonSelectContainer .custom-select:focus {
  border: 1px solid #b58cff;
  box-shadow: none;
}

.customCommonSelectContainer .dropdown-menu .dropdown-item label {
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.customCommonSelectContainer .dropdown-menu {
  top: -2px !important;
}

/* .modal-form-wrapper .customCommonSelectContainer .dropdown-menu {
   max-height: 180px;
   overflow-y: auto;
} */

.modal-form-wrapper .customCommonSelectContainer .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.modal-form-wrapper .customCommonSelectContainer .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modal-form-wrapper .customCommonSelectContainer .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgb(173, 173, 173);
  border-radius: 5px;
}

/* end custom select design Feb-9 2023 */

/*=========================
Reach us page - end
===========================*/

/*=========================
   Big Data page - start
===========================*/
.big-data-management-results-section .section-heading .bold-text {
  font-weight: bold;
}

.inner-section-big-data-management-cards-container>.elementor-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inner-section-big-data-management-cards-container .big-data-management-result-card {
  flex: 0 0 31.5%;
  max-width: 31.5%;
  background: #fff;
  border-radius: 13px;
  overflow: hidden;
}

.inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(1),
.inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(2),
.inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(3) {
  margin-bottom: 25px;
}

.big-data-management-result-card .elementor-icon-box-wrapper {
  padding: 85px 42px 35px 25px;
  min-height: 355px;
}

.pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: 20px;
}

.big-data-management-result-card .elementor-icon-box-title {
  margin-bottom: 12px;
}

.big-data-mngmnt-sols-slider .ar_vr_app_dev-service-card .service-icon {
  width: 46px;
}

/*----------Big data technologies-------
---------------------------------------*/
.big-data-technologies-gallery-slider .owl-item {
  padding: 5px;
}

.item.big-data-technologies-gallery,
.big-data-technologies-gallery__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.big-data-technologies-gallery__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.big-data-technologies-gallery__item {
  flex: 0 0 33%;
  max-width: 33%;
  height: 13.5vw;
  min-height: 138px;
  max-height: 260px;
  padding: 0 5%;
  border: 0px solid #77777773;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.big-data-technologies-gallery__item:nth-child(1),
.big-data-technologies-gallery__item:nth-child(2),
.big-data-technologies-gallery__item:nth-child(3) {
  border-top-width: 1px;
}

.big-data-technologies-gallery__item:nth-child(1),
.big-data-technologies-gallery__item:nth-child(4) {
  border-left-width: 1px;
}

.big-data-technologies-gallery__item:nth-child(1) {
  border-top-left-radius: 8px;
}

.big-data-technologies-gallery__item:nth-child(3) {
  border-top-right-radius: 8px;
}

.big-data-technologies-gallery__item:nth-child(4) {
  border-bottom-left-radius: 8px;
}

.big-data-technologies-gallery__item:nth-last-child(1),
.big-data-technologies-gallery.last .big-data-technologies-gallery__item:nth-last-child(2) {
  border-bottom-right-radius: 8px;
}

.big-data-technologies-gallery-slider .owl-item .slider-img {
  width: auto;
}

.big-data-technologies-gallery-slider .owl-item .slider-img.lg {
  display: none;
}

/* -------owl dots------- */
.big-data-technologies-gallery-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.big-data-technologies-gallery-slider .owl-dot {
  width: 0.75vw;
  height: 0.75vw;
  min-width: 10px;
  min-height: 10px;
  max-width: 14px;
  max-height: 14px;
  border-radius: 50%;
  border: solid 1px #7070707a;
  background-color: #f9f7f7;
  transition: 0.6s ease;
}

.big-data-technologies-gallery-slider .owl-dot.active {
  border-color: #9b9fa7;
  background-color: #9b9fa7;
}

.big-data-technologies-gallery-slider .owl-dot:not(:last-child) {
  margin-right: 10px;
}

/*=========================
   Big Data page - end
===========================*/

/*=========================
   It stuff augmentation page - end
===========================*/
.it-staff-augmentation__page-banner {
  background-size: contain;
  background-position: center;
  background-color: #f2f7f9;
}

.it-staff-augmentation__page-banner .inner__page-banner-contents-wrapper {
  padding: 225px 0 245px;
}

.it-staff-augmentation__page-banner .page__title,
.it-staff-augmentation__page-banner .page__info {
  color: #0f0e0e;
}

.it-staff-augmentation__page-banner .inner__page-banner-btn {
  width: max-content;
  max-width: 380px;
  padding-left: 1.9em;
  padding-right: 1.9em;
}

.perks-of-it-staff-services-section .elementor-widget-wrap>.section-info-container {
  flex: 0 0 40%;
  max-width: 40%;
}

.perks-of-it-staff-services-section .elementor-widget-wrap>.it-staff-service-cards-container {
  flex: 0 0 60%;
  max-width: 60%;
}

.it-staff-service-cards-container>.elementor-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.it-staff-service-cards-container .it-staff-services-benefit-card {
  flex: 0 0 48%;
  max-width: 48%;
  border-radius: 13px;
  background-color: #fff;
}

.it-staff-service-cards-container .it-staff-services-benefit-card:not(.no-margin-bottom) {
  margin-bottom: 20px;
}

.it-staff-augmentation-service-plans-section .elementor-container {
  flex-wrap: wrap;
}

.it-staff-augmentation-service-plans-section .elementor-column.page-width-col {
  width: 100%;
}

.it-staff-augmentation-service-plans-section .services-plan-cards-container .elementor-container {
  justify-content: center;
  align-items: center;
}

.it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
  width: calc(100vw * 0.2197916667);
  max-width: 430px;
  padding: 35px 0 55px;
}

.it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary {
  width: calc(100vw * 0.238021);
  max-width: 460px;
  padding: 60px 0 70px;
  z-index: 1;
}

.it-staff-augmentation-services-plan-card.left-card {
  transform: translateX(10%);
}

.it-staff-augmentation-services-plan-card.right-card {
  transform: translateX(-10%);
}

.it-staff-augmentation-services-plan-card {
  border-radius: 15px;
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.it-staff-augmentation-services-plan-card .elementor-widget-icon-box .elementor-icon-box-content {
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}

.it-staff-augmentation-services-plan-card .elementor-icon-box-wrapper {
  justify-content: center;
}

.it-staff-augmentation-services-plan-card .select-plan-button svg {
  fill: #3f30ff;
  transform: fill 0.3s;
}

.it-staff-augmentation-services-plan-card.primary .select-plan-button svg,
.it-staff-augmentation-services-plan-card .select-plan-button .elementor-button:hover svg {
  fill: #fff;
}

.pats-page .select-plan-button .elementor-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw * 0.1432291);
  max-width: 275px;
  height: calc(100vw * 0.0369791);
  max-height: 71px;
  margin: auto;
  padding: 0;
}

/*=========================
   It stuff augmentation page - end
===========================*/

/*=========================
   UI/UX page - start
===========================*/
.ui-ux__page-banner {
  background-size: contain;
  background-position: center;
  background-color: #f0f4fc;
}

.ui-ux__page-banner .inner__page-banner-contents {
  min-width: 52%;
  max-width: 52%;
}

.ui-ux__page-banner .page__title,
.ui-ux__page-banner .page__info {
  color: #1e1c1c;
}

.ui-ux__page-banner .inner__page-banner-contents br {
  display: none;
}

.ui-ux__page-banner .inner__page-banner-contents .page__info,
.freightchanger-case-study__page-banner .inner__page-banner-contents .page__info {
  opacity: 1;
  /* font-size: 18px; */
  line-height: 1.6;
}

.page-section-stretched>.elementor-container {
  max-width: 100% !important;
}

.mvp-features-section-two.page-section-stretched>.elementor-container,
.fstack-hiring-section>.elementor-container {
  max-width: 1920px !important;
}

.full-width-image-wdgt img {
  width: 100%;
}

.ui-ux-methodology-section .image-container {
  position: relative;
  left: -28px;
}

.pats-page .ui-ux-methodology-section .elementor-element.image-container img {
  width: 495px;
}

.pats-page .ui-ux-methodology-section .elementor-element.info-col {
  max-width: calc(100vw * 0.3421875);
  min-width: 485px;
}

.ui-ux-methodology-cards-container>.elementor-container {
  flex-wrap: wrap;
  justify-content: space-between;
}

.ui-ux-methodology-cards-container .elementor-column.ui-ux-methodology-card {
  flex: 0 0 48%;
  max-width: 48%;
}

.ui-ux-methodology-cards-container .ui-ux-methodology-card:not(.no-mb) {
  margin-bottom: 15px;
}

.elementor-column.ui-ux-methodology-card .elementor-icon-box-title {
  margin-bottom: 0;
}

.ui-ux-methodology-cards-container .elementor-widget-icon-box.ui-ux-methodology-card-contents .elementor-icon-box-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pats-page .ui-ux-methodology-cards-container .elementor-element.ui-ux-methodology-card-contents .elementor-icon {
  padding: 9px 6px;
}

.pats-page .ui-ux-methodology-section .elementor-element.contents-divider .elementor-divider {
  padding-bottom: 28px;
}

.ui-ux-dedication-section .elementor-column.info-col {
  width: calc(100vw * 0.6979167);
  max-width: 1340px;
}

.ui-ux-dedication-bullet-list .eael-feature-list-icon-box {
  padding-top: 5px;
}

.ui-ux-work-steps-section .section-heading .bold-text {
  font-weight: bold;
}

.ui-ux-workshops-section .ui-ux-workshops-image-container img {
  width: calc(100vw * 0.3932291);
  max-width: 480px;
}

.pats-page .contents-space-between .elementor-element.info-col:not(.left-col)>.elementor-widget-wrap {
  flex-direction: column;
  width: max-content;
  margin-left: auto;
}

.contents-space-between .section-heading,
.contents-space-between .section-info {
  width: max-content;
}

.ui-ux-wireframing-section .elementor-column.image-col {
  width: 100%;
}

.ui-ux-wireframing-section .info-col {
  position: absolute;
  top: 8%;
  left: 8%;
}

.ui-ux-wireframing-section .samll-img-container,
.ui-ux-wireframing-section .large-img-container,
.ui-ux-wireframing-section .info-col {
  display: none;
}

.ui-ux-tools-section .ui-ux-tool-logo img {
  height: calc(100vw * 0.09375);
  min-height: 120px;
  max-height: 170px;
  width: auto;
}

.tools-logo-wrapper .elementor-column.ui-ux-tool-logo-col:not(:last-of-type) {
  margin-right: 11%;
}

.ui-ux-guideline-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  display: block;
  width: 89.5%;
  max-width: 1720px;
  height: 2px;
  background-color: #707070;
  opacity: 0.28;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
}

/*=========================
   UI/UX page - end
===========================*/
/*===================================
   Freightchanger Case Study - start
=====================================*/
.page-section .elementor-container {
  flex-wrap: wrap;
}

.page-section .elementor-column.full-width-col {
  width: 100%;
}

.freightchanger-case-study__page-banner {
  background-size: contain;
  background-color: #3b454d;
  background-position: right 15%;
}

.freightchanger-case-study__page-banner .inner__page-banner-contents-wrapper {
  padding: 210px 0 155px;
}

.freightchanger-case-study__page-banner .inner__page-banner-contents .page__title {
  line-height: 1.26;
}

/* .freightchanger-case-study__page-banner .inner__page-banner-contents .page__info {
   line-height: 1.5;
} */
.centered-contents-section .info-col>.elementor-widget-wrap {
  flex-direction: column;
  width: max-content;
}

.pats-page .centered-contents-section .elementor-element.info-col>.elementor-widget-wrap {
  margin: auto;
}

.centered-contents-section .section-heading,
.centered-contents-section .section-info {
  width: max-content;
}

.fccs-problem-analysis-section .elementor-widget-wrap .section-info {
  width: 56.35416667vw;
  max-width: 1082px;
}

.pats-page .fccs-webwireframe-section .elementor-element.section-heading>.elementor-widget-container {
  padding: 0 0 3.4vw 5.7vw;
}

.pats-page .fccs-other-case-studies-section .elementor-element.section-heading>.elementor-widget-container {
  margin-bottom: 4.53125vw;
  padding-left: 0.78125vw;
}

/* .pats-page .fccs-other-case-studies-section .elementor-element.section-heading {
   font-size: 2.083333vw;
} */
/* other case studies slider */
.pats-page .fccs-other-case-studies-section {
  overflow: hidden;
}

.other-case-studies-slider .owl-stage-outer {
  overflow: visible;
}

.other-case-studies-slider .owl-item {
  opacity: 0;
  transition: opacity 0.6s;
}

.other-case-studies-slider .owl-item.active {
  opacity: 1;
}

.other-case-studies-slider .project-img-wrapper {
  margin-bottom: 3.0729166vw;
  margin-bottom: 45px;
  box-shadow: -0.520833334vw 0.833333334vw 2.604166667vw rgba(0, 0, 0, 0.14);
}

.other-case-studies-slider .project-title,
.features-case-mn .cntnt-mn .project-title {
  margin-bottom: 16px;
  color: #01051f;
  font-weight: 600;
  font-size: 24px;
}

.other-case-studies-slider .project-title .bold-text {
  font-weight: bold;
  text-transform: uppercase;
}

.other-case-studies-slider .project-description,
.features-case-mn .cntnt-mn .project-description {
  color: #01051fab;
  line-height: 1.6;
  font-size: 20px;
}

/* project breakdown tabs */
.pats-page .elementor-section.elementor-element.fccs-project-breakdown-tabs-section {
  padding-bottom: 5.442708333vw;
  padding-bottom: 6.55vw;
}

.case-study-project-breakdown-tabs-wrapper {
  margin-left: 6.640625vw;
}

.case-study-project-breakdown-tabs__pane {
  overflow: hidden;
  /* background-color: #f5f5f6; */
}

.case-study-project-breakdown-tab {
  display: none;
}

.case-study-project-breakdown-tab.active {
  display: block;
  animation: 1s ease slideinLeft;
}

.case-study-project-breakdown-tab__inner,
.case-study-project-breakdown-tab .tab-content-box {
  display: flex;
  justify-content: space-between;
}

.case-study-project-breakdown-tab__inner {
  min-height: 36.51041667vw;
  padding: 7.447916667vw 3.958333333vw 5.572916667vw 0;
  background-color: #f5f5f6;
}

.case-study-project-breakdown-tab .tab-title-box {
  flex: 0 0 37.9%;
  max-width: 37.9%;
  text-align: right;
}

.case-study-project-breakdown-tab .tab-title {
  font-weight: bold;
  font-size: 2.4375rem;
  line-height: 1.05;
  color: #0f0e0e;
}

.case-study-project-breakdown-tab .tab-content-box {
  flex: 0 0 57.5%;
  flex-direction: column;
  justify-content: space-between;
  max-width: 57.5%;
}

.case-study-project-breakdown-tab .tab-description {
  margin-bottom: 3.125vw;
  color: #000000a6;
  font-weight: 500;
  font-size: 0.98125rem;
  line-height: 1.64;
}

.case-study-project-breakdown-tab .project-details-box__item {
  display: inline-block;
}

.case-study-project-breakdown-tab .project-details-box__item:not(.last) {
  margin-right: 4.947916667vw;
}

.case-study-project-breakdown-tab .project-detail-label {
  margin-bottom: 0.7291666667vw;
  color: #000000a6;
  font-weight: 500;
  font-size: 0.98125rem;
  line-height: 1;
}

.case-study-project-breakdown-tab .project-detail {
  color: #000;
  font-weight: 600;
  font-size: 1.245rem;
  line-height: 1;
}

.case-study-project-breakdown-tabs__menu {
  position: absolute;
  top: 5.130208333vw;
  right: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  transform-origin: right;
  transform: rotateZ(270deg);
  border-bottom: solid 2px #7070706b;
}

.case-study-project-breakdown-tabs__menu .menu-link {
  position: relative;
  display: inline-block;
  padding: 0.8072916667vw 1.302083333vw;
  padding: 0.8072916667vw 1.101vw;
  color: #0f0e0e8a;
  font-weight: bold;
  font-size: 0.98125rem;
  line-height: 1;
  transition: color 0.8s ease;
}

.case-study-project-breakdown-tabs__menu .menu-item.active .menu-link {
  color: #0f0e0e;
}

.case-study-project-breakdown-tabs__menu .menu-link::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: inline-block;
  height: 2px;
  background-color: #0f0e0e;
  opacity: 0;
  transition: opacity 0.8s;
}

.case-study-project-breakdown-tabs__menu .menu-item.active .menu-link::after {
  opacity: 1;
}


@-webkit-keyframes slideinLeft {
  from {
    opacity: 0.7;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinLeft {
  from {
    opacity: 0.7;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*===================================
   Freightchanger Case Study - end
=====================================*/
.megamenu-open .menu-item a,
.megamenu-open .menu-item a:hover,
.nav-menu-text-dark .menu-item a,
.nav-menu-text-dark .menu-item a:hover,
.nav-menu-text-dark .sidebar-open-btn {
  color: #1e1c1c;
}

.nav-menu-text-dark .menu-item a::after {
  background-color: #1e1c1c;
}

.nav-menu-text-dark .sidebar-open-btn:hover {
  color: #fc8b54;
}

.ftr-cntnt .review-bx .review-star-rating {
  font-size: 11px;
}

.pats-inner-section .elementor-container {
  max-width: 100% !important;
}

.pats-page .custom-logo-link .site-logo {
  width: 13.1771vw;
  min-width: 140px;
  max-width: 253px;
}

.pats-page .custom-logo-link .site-logo--dark,
.pats-page .custom-logo-link.dark .site-logo--light,
.pats-page .megamenu-open .custom-logo-link:not(.dark) .site-logo--light {
  display: none;
}

.pats-page .megamenu-open .custom-logo-link:not(.dark) .site-logo--dark,
.pats-page .custom-logo-link.dark .site-logo--dark {
  display: block;
}

/* ------------------------------------- 
-------- happy new year animation with lottiefiles ---------- 
---------------------------------------- */
.logo-with-lottie-animation {
  position: relative;
}

.logo-with-lottie-animation .new-year-animation-container {
  position: absolute;
  left: calc(100% - 10px);
  top: 47%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100px;
  width: 120px;
}

.pats-page .feature-case-study-link {
  display: block;
  width: 100%;
}

.pats-page .features-case-mn .img-bx-mn {
  height: 42vw;
  min-height: 300px;
  max-height: 800px;
}

.pats-page .features-case-mn .img-bx-mn img {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
}

/*=========================
  Case studies page and careers page - start
===========================*/
.pats-page .case-studies__page-banner {
  background-color: #ffffff;
}

.pats-page .case-studies__page-banner .inner__page-banner-contents-wrapper {
  padding-bottom: 0 !important;
}

.case-studies__page-banner .page__title,
.case-studies__page-banner .page__info,
.careers__page-banner .page__title,
.careers__page-banner .page__info {
  color: #1e1c1c;
}

.ourProcess__page-banner .page__title,
.privacyPolicy__page-banner .page__title,
.privacyPolicy__page-banner .page__info,
.cookiesPolicy__page-banner .page__title,
.cookiesPolicy__page-banner .page__info {
  color: #000;
}

.ourProcess__page-banner .inner__page-banner-btn,
.privacyPolicy__page-banner .inner__page-banner-btn,
.cookiesPolicy__page-banner .inner__page-banner-btn {
  display: none;
}

.cookiesPolicy__page-banner .inner__page-banner-contents {
  width: 66%;
}

.pats-page .case-studies__page-banner .page__info {
  margin-bottom: 16px;
}


.case-studies__page-banner .inner__page-banner-contents {
  width: auto;
  min-width: initial;
  max-width: 530px;
}

.pats-page .elementor-element.elementor-section.case-study-section:not(.last) {
  margin-bottom: 75px;
}

.case-study-section .info-col.right .section-heading,
.pats-page-section.case-study-section .section-heading>.elementor-widget-container {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
}

.case-study-section .info-col.right .section-info {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}

.case-study-section .case-study-link {
  border-color: #3f30ff;
  color: #3f30ff;
  font-weight: 500;
}

/*=========================
  Case studies page and careers page - end
===========================*/

/*===================================
   Top menu bar ---- Mega menu - start
=====================================*/
.header-cntnt-mn .navbar-mn.megamenu-open {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  animation: none;
}

.megamenu-open .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item--primary>a.mega-menu-link,
.megamenu-container.nav-menu-text-dark #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item--primary>a.mega-menu-link,
.fixed-navbar .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item--primary>a.mega-menu-link {
  color: #1e1c1c;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item>ul.mega-sub-menu {
  /* visibility: visible;
   opacity: 1 !important; */
  box-shadow: 0 5px 18px #00000012;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
  position: fixed;
  padding: 0;
  background-color: #fff;
}

.megamenu-container #mega-menu-wrap-menu-1,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
  background-color: #0000;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item--primary>a.mega-menu-link {
  height: auto;
  padding: 30px 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: initial;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item--primary.mega-case>a.mega-menu-link {
  margin-bottom: 3px !important;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-has-children>.mega-menu-link {
  border-bottom: 3px solid #0000;
  border-color: #0000 !important;
  transition: border-bottom 200ms ease-in;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item-has-children.mega-toggle-on>.mega-menu-link {
  border-color: #3f30ff !important;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-megamenu-submenu-context .megamenu-submenu-Title {
  font-weight: 600;
  color: #3f30ff;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-megamenu-submenu-items-col>ul.mega-sub-menu>li.mega-menu-item {
  display: flex;
  align-items: center;
}

/* contact button */
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-nav-menu-contact-btn>.mega-menu-link {
  padding: 0;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item.mega-nav-menu-contact-btn .mega-menu-link {
  height: 2.916vw;
  max-height: 56px;
  min-height: 37px;
  width: 8.489583vw;
  min-width: 105px;
  max-width: 163px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 3px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-megamenu-submenu-items-col>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  display: flex;
  align-items: center;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-megamenu-submenu-items-col .mega-menu-link {
  --padding-left: calc(var(--icon-height) + 18px);
  --icon-height: 40px;
  height: var(--icon-height);
  /*height: auto;*/
  width: -moz-fit-content;
  width: fit-content;
  /*    padding-left: var(--padding-left) !important; */
  padding-left: 15px !important;
  transition: 0.3s ease;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu .mega-menu-link {

  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px !important;
  transition: 0.3s ease;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-css-submenu-item a.mega-menu-link::before {
  content: '';
  position: absolute;
  left: 15px;
  /*bottom: 20%;*/
  bottom: 0px;
  display: block;
  width: 80%;
  width: 0;
  height: 1px;
  border-radius: 1px;
  background-color: #3f30ff;
  transition: width 0.3s ease-in;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu .mega-menu-link::before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -6px;
  display: block;
  width: 80%;
  width: 0;
  height: 1px;
  border-radius: 1px;
  background-color: #3f30ff;
  transition: width 0.3s ease-in;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>.mega-css-submenu-item>a.mega-menu-link:hover {
  transform: translateX(10px);
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  transform: translateX(10px);
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-css-submenu-item a.mega-menu-link:hover::before {
  width: calc(75% - 15px);
  /*    width: calc((100% - var(--padding-left)) *.75);
	width: 100%; */
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu .mega-menu-link:hover::before {
  width: calc(75% - 15px);
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item .mega-menu-link::after,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu .mega-menu-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block !important;
  width: calc(var(--padding-left) + 5px);
  height: var(--icon-height);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #0000;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s ease;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #fff;
  font-size: 16px;
  text-transform: capitalize;
  color: #232222;
  line-height: 26px;
  padding-top: 10px;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
  background: #fff;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
  padding-bottom: 20px;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-megamenu-submenu-items-col .mega-menu-link {
  --icon-height: 44px;
  --padding-left: calc(var(--icon-height) + 22px);
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item .mega-menu-link:hover::after {
  background-color: #0000;
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item .mega-menu-link:hover::after {
  transform: translateY(-50%) translateX(-10px);
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ui-ux .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-ui-ux-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ar-vr .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-ar-vr-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-blockchain .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-blockchain-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-iot .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-iot-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ecomm .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-ecommerce-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mob-app-dev .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-mobile-app-development-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-it-staff .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-it-staff-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-big-data .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-big-data-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-saas .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-saas-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-fullstack-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-devops .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-dev-ops-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mvp-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-prototyping-mvp-40.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fitness-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-fitness-app-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-travel-hospitality .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-travel-hospitality-app-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-education-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-edu-app-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-estate-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-real-estate-app-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-farming-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-farming-app-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-car-rental-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-car-rental-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-beauty-salon-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-beauty-salon-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-care-app-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-care-app-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-grocery-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-grocery-app-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-food-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-food-delivery-62.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-angular .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-angular-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-cakephp .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-cakephp-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-codeigniter .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-codeigniter-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-flutter .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-flutter-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack-tech .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-fullstack-tech-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-laravel .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-laravel-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-nodejs .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-nodejs-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-react-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-symfony .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-symfony-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-vue .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-vue-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react-native .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-react-native-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-java-android .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-java-android-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-kothlin-android .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-kothlin-android-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-swift-ios .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-swift-ios-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-web-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-web-development-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-healthcare-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-healthcare-application-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fintech-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-fintech-development-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-retail-app-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-retail-ecommerce-application-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-agriculture-app-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-agriculture-application-development-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-legal-app-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-legal-application-development-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-sports-app-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-sports-application-development-52.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-data-analytics .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/menu-item-data-analytics.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-life .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/life-at-pitangent.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-about-pitangent .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/about-pitangent.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-team .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/team.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-our-process .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/our-process.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-career .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/career.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ai-ml .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/aiMl-icon.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-python .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/python-icon.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-hyperledger .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/hyperledger-icon.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-dot-net .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/dot-net-icon.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-r-developer .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/r-developer-icon.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-manufacturing-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/manufacture-icon.webp');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-construction-development .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/contruction-icon.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-salesforce .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/salesforce-icon.webp');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-erp .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/ERP.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-event .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/event.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-webinar .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/webinar_icon.webp');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-resource .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/resource-icon.webp');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-acumatic-erp .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/acumatic-erp-icon.png');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-software-service .mega-menu-link:after {
  background-image: url('images/nav-menu-v2/software-icon.png');
}


.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu .mega-nav--primary__dropdown-row>ul.mega-sub-menu {
  display: flex;
  justify-content: space-between;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-megamenu-submenu-items-col {
  width: auto;
  float: none;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>.mega-nav--primary__dropdown-row>ul.mega-sub-menu>.mega-ebook-download-col {
  width: 370px;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col {
  padding-right: 0;
  padding-top: 2.4vw;
  padding-bottom: 4.6875vw;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-one {
  padding-left: 25px;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-three.mega-has-menu-list {
  padding-right: 7.1875vw;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-nav--primary__dropdown-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  padding: 0;
  margin-bottom: 20px;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-nav--primary__dropdown-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:last-child {
  margin-bottom: 0;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
  color: #232222;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  float: none;
}

/* Ebook widget area
-------------------------- */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-ebook-download-col>.mega-sub-menu,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-ebook-download-col>.mega-sub-menu li.mega-menu-item,
.megamenu-container .ebook-wdgt,
.megamenu-container .ebook-wdgt__inner {
  height: 100%;
}

.ebook-wdgt .ebook-wdgt__inner,
.megamenu-container .ebook-wdgt .ebook-wdgt__button,
.megamenu-container .ebook-wdgt .know-us-wdgt__button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ebook-wdgt .know-us-wdgt__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 35px;
  padding-left: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.ebook-wdgt .ebook-wdgt__inner {
  padding-right: 35px;
  padding-left: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ebook-wdgt .ebook-wdgt__title br,
.ebook-wdgt .ebook-wdgt__info br {
  display: none;
}

.ebook-wdgt .ebook-wdgt__title {
  position: relative;
  margin-bottom: 0.83vw;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.37;
  letter-spacing: 1px;
}

.ebook-wdgt .ebook-wdgt__title::after {
  display: none;
  /* content: ''; */
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 77px;
  height: 5px;
  background-color: #3f30ff;
}

.ebook-wdgt .ebook-wdgt__info {
  margin-bottom: 1.82292vw;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.megamenu-container .ebook-wdgt .ebook-wdgt__button {
  /* width: 18vw;
   max-width: 363px;
   min-width: 210px; */
  width: 14.0625vw;
  max-width: 270px;
  min-width: 180px;
  height: 4vw;
  max-height: 80px;
  min-height: 46px;
  padding: 0;
  border-radius: 50px;
  background-color: #0C0C0C33;
  font-weight: 500;
  font-size: 18px;
  border: solid 2px #fff;
}

.megamenu-container .ebook-wdgt .know-us-wdgt__button {
  width: auto;
  max-width: 300px;
  min-width: 180px;
  height: 4vw;
  max-height: 80px;
  min-height: 46px;
  padding: 0;
  border-radius: 4px;
  background-color: #fc8b54;
  font-weight: 500;
  font-size: 15px;
}

/* .megamenu-container .ebook-wdgt .ebook-wdgt__button:hover, */
.megamenu-container .ebook-wdgt .know-us-wdgt__button:hover {
  background-color: #3f30ff;
}

.megamenu-container .ebook-wdgt .ebook-wdgt__button .btn-text,
.megamenu-container .ebook-wdgt .know-us-wdgt__button .btn-text {
  color: #fff;
}

.megamenu-container .ebook-wdgt .know-us-wdgt__button .btn-text {
  font-size: 20px;
  line-height: 30px;
}

.megamenu-container .ebook-wdgt .ebook-wdgt__button::before,
.megamenu-container .ebook-wdgt .ebook-wdgt__button::after,
.megamenu-container .ebook-wdgt .know-us-wdgt__button::before,
.megamenu-container .ebook-wdgt .know-us-wdgt__button::after {
  display: none;
}

.ebook-wdgt .ebook-wdgt__button .btn-text,
.ebook-wdgt .know-us-wdgt__button .btn-text {
  margin-right: 8px;
}

.ebook-wdgt .ebook-wdgt__button .btn-icon,
.ebook-wdgt .know-us-wdgt__button .btn-icon {
  padding-top: 7px;
}

.ebook-wdgt .ebook-wdgt__button .btn-icon svg {
  width: 15px;
}

/*===================================
   Top menu bar ---- Mega menu - end
=====================================*/

/* ------ Homepage modifications --------
   --------------------------- */
.home-how-we-do-section .lottie-animation-container {
  width: 100%;
  max-width: 575px;
  margin: auto;
}

.site-header .site-navigation-desktop--primary {
  display: none;
}

.read-more-reviews-sctn .logo-container img {
  max-width: none;
  height: auto;
}

.read-more-reviews-sctn .goodfirms-logo-container img {
  width: 8.854166667vw;
  min-width: 130px;
}

.read-more-reviews-sctn .clutch-logo-container img {
  width: 8.333333333vw;
  min-width: 125px;
}

.read-more-reviews-sctn .upwork-logo-container img {
  width: 6.770833333vw;
  min-width: 100px;
}

.pats-page-section .homepage-section-heading {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.4;
}

/* ------ Homepage modifications - end --------
   --------------------------- */

/* web ecommerce page */
.webecommerce__page-banner .inner__page-banner-contents-wrapper {
  padding: 89px 0 59px;
}

.webecommerce__page-banner {
  background-color: #eaeef7;
  background-size: 57%;
  background-position: 97% bottom;
  background-size: 45%;
  background-position: 97%;
}

.webecommerce__page-banner .inner__page-banner-contents br {
  display: none;
}

.webecommerce__page-banner .inner__page-banner-contents {
  width: auto;
  min-width: initial;
  max-width: none;
  max-width: 430px;
}

.webecommerce__page-banner .inner__page-banner-contents .page__title {
  font-size: 26px;
  line-height: 1.5;
}

.technologies_ecommerce_development-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

/* .technologies_ecommerce_development-slider .owl-item, */
.technologies_ecommerce_development-slider .item,
.technologies_ecommerce_development-slider .technologies_ecommerce_development-card {
  height: 100%;
}

.technologies_ecommerce_development-slider .technologies_ecommerce_development-card {
  background-color: #fff;
  border-radius: 11px;
}

/*
---------- Modifying footer row --------
 */
.pats-page .footer-row .footer-col:not(:last-of-type) {
  margin-bottom: 35px;
}

#website_address,
#what-we-do-see-all-services-btn,
.link-with-no-url {
  display: none !important;
}

/* ---------- fullstack page ---------
------------------------------------ */
.fullstack__page-banner .inner__page-banner-contents {
  width: auto;
}

.fullstack-services-slider .owl-stage {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fullstack-services-slider .f-stack-icon-container {
  width: 2.9688vw;
  min-width: 38px;
  max-width: 57px;
  margin: 0 auto 41px;
}

.fullstack-services-slider .f-stack-service-icon {
  width: 100%;
}

.fullstack-services-slider .ar_vr_app_dev-service-card {
  justify-content: flex-start;
  padding: 45px 15px 20px;
}

.fullstack-services-slider .ar_vr_app_dev-service-card .service-title {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
}

.f-stack-dev-charac-section .section-info-sm>.elementor-widget-container {
  line-height: 1.7;
}

.pats-page .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-icon-box .eael-feature-list-icon,
.pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-icon-box .eael-feature-list-icon,
.pats-page .elementor .elementor-element.fstack-dev-features-list .eael-feature-list-icon-box .eael-feature-list-icon {
  width: auto;
  height: auto;
}

.pats-page .f-stack-dev-charac-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon svg,
.pats-page .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon svg,
.pats-page .fstack-dev-features-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon svg,
.mvp-accordion-bullet-list .list-item .list-item__icon,
.mvp-accordion-bullet-list .list-item .list-item__icon img {
  width: 1vw;
  min-width: 14px;
  max-width: 20px;
  height: 1vw;
  min-height: 14px;
  max-height: 20px;
}

.pats-page .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-items .eael-feature-list-item:not(:last-child),
.pats-page .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-items .eael-feature-list-item:not(:first-child) {
  padding-bottom: 0;
  padding-top: 0;
}

.pats-page .f-stack-dev-charac-list .eael-feature-list-item:not(:last-child) {
  margin-bottom: 30px;
}

/* .f-stack-dev-charac-section .f-stack-section-heading,
.f-stack-dev-charac-section .section-info-sm {
   max-width: 710px;
} */
.f-stack-dev-charac-section .section-info-col {
  position: relative;
  z-index: 1;
}

.f-stack-dev-charac-section .section-info-col::before {
  content: "";
  position: absolute;
  right: 0;
  left: -1000px;
  top: -1000px;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: #f9f9f9;
}

.f-stack-advantages-section .f-stack-advtgs-img-wdgt .elementor-widget-container {
  max-width: 340px;
}

.f-stack-advantages-section .f-stack-advtgs-img-wdgt .elementor-widget-container img {
  width: 100%;
}

/* ---------- fullstack page end --------- */

/* ---------- saas page ---------
------------------------------------ */
.saas__page-banner .inner__page-banner-contents,
.life_at_pitangent__page-banner .inner__page-banner-contents {
  width: auto;
}

.saas__page-banner.inner__page-banner .page__title,
.life_at_pitangent__page-banner.inner__page-banner .page__title {
  margin-bottom: 1.40625vw;
  line-height: 1.6;
  font-weight: 600;
  font-size: 35px;
}

.saas__page-banner.inner__page-banner .page__info,
.life_at_pitangent__page-banner.inner__page-banner .page__info {
  margin-bottom: 2.96875vw;
  color: #c6c6c7;
  letter-spacing: -0.22px;
  font-weight: 600;
  line-height: 1.64;
}

.saas-about-section .about-saas-img-wdgt img {
  width: 100%;
}

.saas-dev-services-slider.owl-carousel .owl-item {
  padding-right: 5px;
  padding-left: 5px;
}

.saas-dev-services-slider .service-img-wrapper {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.saas-dev-services-slider .service-img-wrapper img {
  width: 100%;
}

.saas-dev-services-slider__item .service-title {
  margin-bottom: 8px;
  color: #181717;
  letter-spacing: 0.04px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.73;
}

.saas-dev-services-slider__item .service-description {
  color: rgba(0, 0, 0, 0.66);
  font-size: 14px;
  line-height: 1.45;
}

.saas-dev-services-slider .owl-arrow-nav--edge-to-edge {
  top: 34%;
}

.saas-dev-services-slider .owl-arrow-nav--edge-to-edge .owl-next {
  background-color: #0024ff;
}

/* ------------ */
.saas-dev-types-cards-container .saas-dev-types-card {
  margin-bottom: 40px !important;
  padding: 33px 0 42px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.06);
}

.saas-dev-types-cards-container .saas-dev-types-card:last-child {
  margin-bottom: 0 !important;
}

.saas-dev-types-card .elementor-icon-box-title {
  margin-bottom: 0;
}

.saas-dev-types-card .elementor-icon-box-icon {
  line-height: 1;
}

.pats-page .elementor .elementor-element.saas-dev-types-card.elementor-position-top .elementor-icon-box-icon {
  margin-bottom: 22px;
}

.sass-industries-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.sass-industries-slider__item,
.sass-industries-slider__item-inner {
  height: 100%;
}

.sass-industries-slider .owl-item {
  padding-right: 5px;
  padding-left: 5px;
}

.sass-industries-slider .slider-body {
  padding: 25px 20px 45px;
}

.sass-industries-slider .industry-type {
  font-size: 20px;
  line-height: 1.93;
  color: #fff;
}

.sass-industries-slider .slider-heading {
  margin-bottom: 19px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.42;
  color: #fff;
}

.sass-industries-slider .industry-info {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.68;
  color: #fff;
}

.sass-industries-slider .slider-cover-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -2;
  max-width: 100%;
  object-fit: cover;
}

.sass-industries-slider__item-inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #05103452;
  z-index: -1;
}

/* ---------- saas page end --------- */

/* ------- MVP Creation page ------- */
.mvp-development__page-banner {
  background-position-y: 8%;
}

.devops-cloud-engineering__page-banner .inner__page-banner-contents,
.mvp-development__page-banner .inner__page-banner-contents {
  width: auto;
}

.mvp-development__page-banner.inner__page-banner .page__title {
  margin-bottom: 18px;
  line-height: 1.4;
}

.mvp-development__page-banner.inner__page-banner .page__info {
  margin-bottom: 16px;
  line-height: 1.8;
  color: #fff;
}

.pats-page .mvp-about-section>.elementor-container {
  flex-wrap: wrap;
}

.pats-page .mvp-about-section .elementor-column.bullet-list-section-col {
  width: 100%;
}

.pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item:not(:last-child),
.pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item:not(:first-child) {
  padding-bottom: 15px;
  padding-top: 15px;
}

.pats-page .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
  /* width: 33.177083vw;
   max-width: 637px; */
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 16px;
  background-color: #f9f9f9;
}

.pats-page .mvp-advntgs-bullet-list .eael-feature-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.pats-page .mvp-advntgs-bullet-list .eael-feature-list-icon-box {
  display: flex;
  align-items: center;
}

.pats-page .mvp-advntgs-bullet-list .eael-feature-list-items {
  display: flex;
  flex-direction: column;
}

.pats-page .bullet-list-section-col .bullet-list-col.one {
  padding-right: 10px;
}

.pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
  font-size: 14px;
}

/* MVP page accordion */
.mvp-dev-process-collapse-card {
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.502);
  background-color: #fff;
}

.mvp-dev-process-collapse-card:not(:last-child) {
  margin-bottom: 16px;
}

.mvp-dev-process-collapse-card .btn-collapse {
  position: relative;
  display: block;
  padding: 12px 29px 12px 27px;
  color: #3d2e2e;
  font-size: 16px;
  font-weight: bold;
}

.mvp-dev-process-collapse-card .accordion-wrapper-inner {
  padding: 10px 26px 18px;
}

.mvp-accordion-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mvp-accordion-bullet-list .list-item:not(:last-child) {
  margin-bottom: 21px;
}

.mvp-accordion-bullet-list .list-item .list-item__icon {
  margin-right: 14px;
}

.mvp-accordion-bullet-list .list-item .list-item__icon br {
  display: none;
}

.mvp-accordion-bullet-list .list-item .list-item__icon img {
  vertical-align: top;
}

.mvp-accordion-bullet-list .list-item__content {
  color: #1d1717;
  font-size: 14px;
  font-weight: 500;
}

.mvp-dev-process-collapse-card .collapse-state-indicator {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.mvp-dev-process-collapse-card .collapse-state-indicator::before,
.mvp-dev-process-collapse-card .collapse-state-indicator::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}

.mvp-dev-process-collapse-card .collapse-state-indicator::before {
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  transform: translateY(-50%);
}

.mvp-dev-process-collapse-card .collapse-state-indicator::after {
  display: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
}

.mvp-dev-process-collapse-card .btn-collapse.collapsed .collapse-state-indicator::after {
  display: block;
}

/* ------- MVP Creation page end ------- */

/* ------- Devops page ------- */
.devops-cloud-engineering__page-banner {
  background-position-y: center;
}

.devops-cloud-engineering__page-banner.inner__page-banner .page__title {
  margin-bottom: 13px;
  line-height: 1.4;
}

.devops-cloud-engineering__page-banner.inner__page-banner .page__info {
  margin-bottom: 18px;
  line-height: 1.8;
  color: #fff;
  opacity: 1;
}

.devops-role-section .section-heading-lg>.elementor-widget-container {
  line-height: 1.25;
}

.devops-role-section .section-info>.elementor-widget-container {
  line-height: 1.67;
}

.pats-page .devops-role-section .devops-bullet-list .eael-feature-list-item:not(:last-child) {
  margin-bottom: 26px;
}

.devops-popularity-section .section-heading>.elementor-widget-container {
  line-height: 1.75;
}

.devops-popularity-section .section-info>.elementor-widget-container {
  line-height: 1.88;
}

.pats-page .devops-popularity-section>.elementor-container,
.pats-page .devops-what-makes-special-section>.elementor-container {
  flex-wrap: wrap;
}

.pats-page .devops-popularity-section .elementor-column.full-width-col,
.pats-page .devops-what-makes-special-section .elementor-column.full-width-col {
  width: 100%;
}

.devops-srvcs-card-col .devops-srvcs-card {
  padding: 25px 0 14px;
  margin-bottom: 40px !important;
  border-radius: 4px;
  border: solid 1px rgba(210, 209, 209, 0.76);
  background-color: #fff;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.devops-srvcs-card-col .devops-srvcs-card:hover {
  -webkit-box-shadow: 0 5px 55px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 55px 0 rgba(0, 0, 0, 0.07);
}

.devops-srvcs-card-col .devops-srvcs-card:last-child {
  margin-bottom: 0 !important;
}

.pats-page .elementor .elementor-element.devops-srvcs-card .elementor-icon-box-description {
  line-height: 1.35;
}

.devops-what-makes-special-section .floating-box {
  margin-bottom: 45px;
}

.pats-page .devops-what-makes-special-section .elementor-element.floating-box>.elementor-widget-wrap {
  padding: 21px 20px 20px 15px;
}

.pats-page .devops-what-makes-special-section .elementor-column.floating-box {
  width: 100%;
  max-width: 560px;
}

.pats-page .devops-what-makes-special-section .elementor-column.list-col {
  max-width: 710px;
}

.devops-what-makes-special-section .floating-box-title>.elementor-widget-container {
  line-height: 1.25;
}

.devops-what-makes-special-section .floating-box-info>.elementor-widget-container {
  line-height: 1.67;
}

/* ------- Devops page end ------- */

/* ----- BS Modal backdrop ------ */
.modal-backdrop.show {
  opacity: 0.4;
}

.mega-dropdown-backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  background: #000;
  opacity: 0.9;
}

.mega-dropdown-backdrop.active {
  display: block;
  animation: 0.4s megaBackdropFadeIn;
}


/*================ Blog UIs - START ================*/
.pats-blogs-page-body h1,
.pats-blogs-page-body h2,
.pats-blogs-page-body h3,
.pats-blogs-page-body h4,
.pats-blogs-page-body h5,
.pats-blogs-page-body h6,
.pats-blogs-page-body p {
  margin: 0;
}

.blog-section-tabs-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog-section-tab-content__header {
  display: flex;
  justify-content: space-between;
}

.blog-section-tabs-container {
  margin-bottom: 32px;
}

.blog-section-tabs-container .blog-tab {
  margin: 4px 11px 4px 0;
  padding: 4px 13px;
  border-radius: 3px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #2e2d2d;
}

.blog-section-tabs-container .blog-tab:last-child {
  margin-right: 0;
}

.pats-blogs-page-body .blog-section-tabs-container .blog-tab {
  margin-right: 0;
  /* padding: 4px 15px; */
}

.blog-section-tabs-container button.blog-tab,
.blog-section-tabs-container a.blog-tab {
  cursor: pointer;
}

/* .blog-section-tabs-container .blog-tab:hover, */
.blog-section-tabs-container .blog-tab.active {
  background-color: #f1f3f5;
}

.blog-section-tabs-container .blog-tab.active {
  animation: 0.2s linear forwards blogTabBtn;
}

.blog-section-tab-content {
  display: none;
}

.blog-section-tab-content.active {
  position: relative;
  animation: 0.3s ease-in forwards homePgBlogPostCard;
  display: block;
}

.blog-section-tab-content .blog-posts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.blog-section-tab-content__header {
  align-items: center;
  margin-bottom: 9px;
}

.blog-section-tab-content__header__divider {
  margin-bottom: 18px;
  border: solid 1px rgba(112, 112, 112, 0.28);
}

.blog-section-tab-content__header .blog-section-heading {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  text-align: left;
  color: #100f0f;
}

.blog-section-tab-content__header .show-blog-listing-btn {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #3f30ff;
  transition: color 0.2s linear;
}

.blog-section-tab-content__header .show-blog-listing-btn svg {
  width: 8px;
  height: 10px;
}

.blog-section-tab-content__header .show-blog-listing-btn:hover {
  color: #FC8B54;
}

.blog-section-tab-content__header .show-blog-listing-btn:hover svg path {
  stroke: #FC8B54;
}

.blog-section-tab-content .blog-post {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 3px 41px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.blog-section-tab-content .blog-post:last-child {
  margin-bottom: 0;
}

.blog-section-tab-content .feature-img-container {
  width: 100%;
  height: 250px;
  max-height: 380px;
  margin-bottom: 19px;
}

.blog-section-tab-content .feature-img-container .feature-img,
.blog-posts-list__item .feature-img-container .feature-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-section-tab-content .blog-post__label,
.pats-blog-lists-section .blog-posts-list__item .blog-post__label {
  margin-bottom: 5px;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #100f0f;
  text-transform: uppercase;
}

.blog-section-tab-content .blog-post__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #262626;
}

.blog-section-tab-content .blog-post__contents {
  padding: 0 12px 19px;
}

.pats-page .elementor-section.elementor-element.homepage-blog-section--elementor {
  padding: 52px 0 64px;
}

.pats-blogs-page-body .pats-blog-lists-section {
  margin-top: 95px;
  padding: 32px 0 54px;
  background-color: #f8f8f8;
}

.innerPgWithoutBannerGreyBgNavGap {
  margin-top: 95px;
  background-color: #f8f8f8;
}

/* ------- blog listing page -------- */
.pats-blog-lists-section .blog-posts-list {
  display: flex;
  flex-wrap: wrap;
}

.pats-blog-lists-section .blog-posts-list__item {
  width: 100%;
  margin-bottom: 46px;
  text-decoration: none;
}

.pats-blog-lists-section .blog-posts-list__item:last-child {
  margin-bottom: 0;
}

.pats-blog-lists-section .blog-posts-list__item .feature-img-container {
  width: 100%;
  height: 220px;
  max-height: 283px;
  margin-bottom: 16px;
  border-radius: 4px;
  overflow: hidden;
}

.pats-blog-lists-section .blog-posts-list__item .blog-post__label {
  margin-bottom: 6px;
}

.pats-blog-lists-section .blog-posts-list__item .blog-post__title {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.53;
  text-align: left;
  color: #262626;
}

.pats-blog-lists-section .alm-btn-wrap {
  display: none;
}

.client-feedback-section__inner {
  padding: 50px 0 60px;
}

.client-feedback-section__inner .section-info {
  margin-bottom: 120px;
}

.client-feedback-section__inner .section-info .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.63;
  color: #0F0E0E;
}

.pats-blogs-page-body .we-can-help-section {
  position: relative;
  z-index: 1;
  padding: 59px 66px;
  background-color: #425CFE;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1080px auto;
}

.pats-blogs-page-body .we-can-help-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -500px;
  z-index: -1;
  background-image: url(images/buld-bg.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 235px;
  transition: 3s;
}

.pats-blogs-page-body .animate-on.we-can-help-sctn::before {
  right: 0;
  transition: 3s;
}

.we-can-help-section .section-info {
  margin-bottom: 30px;
}

.we-can-help-section .section-info .title {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.34;
  color: #fff;
}

.we-can-help-section .section-info .title .help-txt {
  font-weight: bold;
}

/* .pats-single-post-page-body .pats-single-blog-section__outer {
} */
.pats-single-post-page-body .pats-single-blog-section {
  background-color: #f8f8f8;
  padding: 0 0 60px;
}

.pats-single-blog-section .single-post__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #222;
}

.pats-single-blog-section .single-post__title br,
.blog-section-tab-content .blog-post__title br,
.pats-blog-lists-section .blog-posts-list__item .blog-post__title br {
  display: none;
}

.pats-single-blog-section .single-post__information {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #222;
}

.pats-single-blog-section .single-post__information.last {
  margin-bottom: 14px;
}

.pats-single-blog-section .single-post__information .label {
  font-weight: normal;
}

.pats-single-blog-section .single-post__feature-img-container {
  /* width: 100%;
   height: 22.552083vw;
   max-height: 433px; */
  margin-bottom: 50px;
}

.pats-single-blog-section .single-post__feature-img {
  width: 100%;
  height: auto;
}

.pats-single-blog-section .single-post__body .para {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.59;
  color: rgba(34, 34, 34, 0.86);
}

.pats-single-blog-section .single-post__body .post-introduction {
  margin-bottom: 26px;
}

.pats-single-blog-section .single-post__body .post-introduction::first-letter {
  float: left;
  font-size: 48px;
  line-height: 35px;
  font-weight: bold;
  color: #222;
  position: relative;
  display: block;
  padding: 7px 5px 0;
}

.pats-single-blog-section .single-post__body .para-heading {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #0f0e0e;
}

.pats-single-blog-section .single-post__body .para-heading.fw-600 {
  font-weight: 600;
}

.pats-single-blog-section .single-post__body .section-heading {
  margin: 19px 0 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  color: #0f0e0e;
}

.pats-single-blog-section .single-post__body a {
  color: #3f30fd;
}

.pats-single-blog-section .single-post__body a:hover {
  text-decoration: underline !important;
}

.pats-single-blog-section .single-post__body .blog-img {
  margin-bottom: 22px;
  width: 100%;
  height: auto;
}

.pats-single-blog-section .single-post__body ul,
.pats-single-blog-section .single-post__body ol {
  padding: 0;
  margin: 0 0 20px 18px;
}

.pats-single-blog-section .single-post__body ul li,
.pats-single-blog-section .single-post__body ol li {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.59;
  color: rgba(34, 34, 34, 0.86);
}

/* ---------- post share ---------- */
.post-share-btns--static {
  font-size: 0;
}

.post-share-btns--floating {
  --computed-offset-top: 0px;
  --initial-offset-top: 200px;
  display: none;
  position: fixed;
  left: 1.25vw;
  top: calc(var(--initial-offset-top) + var(--computed-offset-top));
}

.post-share-btns--static .heateor_sss_sharing_ul {
  text-align: start;
}

.post-share-btns--floating .heateor_sss_sharing_ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-share-btns .heateor_sss_sharing_ul>a {
  margin: 0 !important;
  border-radius: 100px;
}

.post-share-btns--static .heateor_sss_sharing_ul>a {
  font-size: initial;
  display: inline-block;
  margin-right: 17px !important;
}

.post-share-btns--floating .heateor_sss_sharing_ul>a {
  margin-bottom: 10px !important;
}

.post-share-btns .heateor_sss_sharing_ul .heateor_sss_svg {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* background: rgba(0, 36, 255, 0.149) !important; */
}

.post-share-btns--static .heateor_sss_sharing_ul .heateor_sss_svg {
  width: 2.39583vw !important;
  height: 2.39583vw !important;
  max-width: 46px !important;
  max-height: 46px !important;
  min-width: 35px !important;
  min-height: 35px !important;
  border: 1px solid rgba(0, 36, 255, 0.52) !important;
}

.post-share-btns--floating .heateor_sss_sharing_ul .heateor_sss_svg {
  width: 3.4375vw !important;
  height: 3.4375vw !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 66px !important;
  max-height: 66px !important;
  border: 2px solid rgba(0, 36, 255, 0.52) !important;
}

.post-share-btns--static .heateor_sss_sharing_ul .heateor_sss_svg svg {
  max-width: 38px;
  width: 2vw;
  min-width: 26px;
}

.post-share-btns--floating .heateor_sss_sharing_ul .heateor_sss_svg svg {
  width: 2.5vw;
  min-width: 30px;
  max-width: 50px;
}

.post-share-btns .heateor_sss_sharing_ul:last-child>a {
  margin-right: 0 !important;
}

.post-share-btns {
  font-size: 0;
}

.post-share-btns .share-label {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.22;
  color: #222;
  text-align: center;
}

.pats-blogs-page-body .pats-blog-lists-section .load-more-posts-btn {
  margin-bottom: 0;
  margin: auto;
  margin-top: 80px;
  border-color: #425cfe;
  color: #425cfe;
  cursor: pointer;
}

.pats-blogs-page-body .pats-blog-lists-section .load-more-posts-btn:hover

/* ,
.pats-blogs-page-body .pats-blog-lists-section .load-more-posts-btn:focus */
  {
  border-color: #fc8b54;
  color: #fff;
}

/*================ Blog UIs - END ================*/

/*================ Saas application development - START ================*/
.saas-app-dev-page__banner {
  background-color: #eaeef7;
  background-size: 46vw;
  background-position: right 5vw center;
}

.saas-app-dev-page__banner .inner__page-banner-contents-wrapper {
  padding: 97px 0 80px;
}

.saas-app-dev-page__banner .inner__page-banner-contents {
  max-width: 500px;
}

.inner__page-banner.saas-app-dev-page__banner .page__title {
  margin-bottom: 9px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: 0.17px;
  color: #100e0e;
}

.inner__page-banner.saas-app-dev-page__banner .page__info {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.61;
  letter-spacing: -0.22px;
  color: #100e0e;
}

.inner__page-banner.saas-app-dev-page__banner .inner__page-banner-btn {
  width: 18.4375vw;
  min-width: 225px;
  max-width: 354px;
  font-size: 15px;
}

.saas-srvce-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.why-saas-app-dev-section .section-heading>.elementor-widget-container,
.better-saas-app-dev-section .section-heading>.elementor-widget-container {
  line-height: 1.6;
}

.pats-page .better-saas-app-dev-section .elementor-element.section-info--lg>.elementor-widget-container,
.pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-info--lg>.elementor-widget-container {
  line-height: 1.66;
}

.saas-srvce-section .info-text--highlighted {
  margin-top: 26px;
  font-weight: 500;
  line-height: 1.6;
  color: #4854f2;
}

.pats-page .why-saas-app-dev-section .elementor-element.section-heading>.elementor-widget-container {
  margin-bottom: 49px;
}

.saas-app-dev-features-section .info-text {
  line-height: 2.05;
}

.saas-app-dev-features-section .info-text.bold {
  font-weight: 600;
}

.saas-app-dev-features-section .info-text.first {
  margin-bottom: 18px;
}

.better-saas-app-dev-section .better-saas-srvce-card {
  height: 100%;
  padding: 20px 22px 35px;
  border-radius: 14px;
  border: solid 2px rgba(255, 255, 255, 0.32);
  background-color: rgba(255, 255, 255, 0.11);
}

.better-saas-app-dev-section .better-saas-srvce-card__title {
  margin-bottom: 6px;
  font-size: 18px;
  text-align: center;
}

.better-saas-app-dev-section .better-saas-srvce-card__info {
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.better-saas-app-dev-section .better-saas-srvce-card-row>.elementor-container {
  justify-content: center;
}

.pats-page .better-saas-app-dev-section .elementor-element.better-saas-srvce-card-col:not(.last)>.elementor-widget-wrap {
  margin-bottom: 25px;
}

.pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col>.elementor-widget-wrap {
  margin-bottom: 48px;
}

.pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col.last>.elementor-widget-wrap {
  margin-bottom: 0;
}

.pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-icon {
  margin-bottom: 22px;
}

.saas-app-dev-pack-card .elementor-icon {
  border-radius: 20px;
  font-size: 85px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
}

.pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-title {
  font-size: 17px;
  margin-bottom: 5px;
}

.pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-description {
  font-size: 15px;
  line-height: 1.64;
}

.pats-page .pats-composit-products-carousel-section .elementor-element.section-heading>.elementor-widget-container {
  line-height: 1.4;
}

/* .saas-app-dev-img-carousel-wrapper .cstm-mob-apps-sols-img-slider-item-inner {
   background-color: rgba(255, 255, 255, 0.48);
} */
.saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-body {
  font-size: 16px;
}

.saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-body .read-more-link {
  color: #fff;
  font-weight: bold;
}

.saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-body .read-more-link:hover {
  text-decoration: underline;
}

.saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-heading {
  color: #fff;
  font-size: 17px;
  opacity: 1;
}

/*================ Saas application development - END ================*/


/*================ Full stack application - START ================*/
.fullstack-app-development__banner {
  background-color: #eaeef7;
  background-size: 54vw;
  background-position: bottom right -5vw;
}

.fullstack-app-development__banner .inner__page-banner-contents-wrapper {
  padding: 111px 0 60px;
}

.inner__page-banner.fullstack-app-development__banner .page__title {
  margin-bottom: 12px;
  line-height: 1.4;
  color: #1e1c1c;
}

.inner__page-banner.fullstack-app-development__banner .page__info {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #1e1c1c;
  opacity: 1;
}

.pats-page .fstack-dev-srvce-section .elementor-element.section-heading>.elementor-widget-container {
  line-height: 1.67;
}

.pats-page .fstack-dev-srvce-section .elementor-element.section-info>.elementor-widget-container {
  line-height: 2.05;
}

.fstack-dev-srvce-section .info-text--highlighted {
  font-size: 17px;
  font-weight: 600;
  color: #3f30ff;
}

.fstack-dev-services-card-slider .owl-stage {
  display: flex;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
}

.fstack-dev-services-card-slider .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}

.fstack-dev-services-card-slider .fstack-dev-services-card-item,
.fstack-dev-services-card-slider .fstack-dev-services-card {
  height: 100%;
}

.fstack-dev-services-card-slider .fstack-dev-services-card {
  padding: 30px 10px 15px;
  border-radius: 4px;
  border: solid 1px rgba(210, 209, 209, 0.76);
  background-color: #fff;
  transition: box-shadow 220ms linear;
}

.fstack-dev-services-card-slider .fstack-dev-services-card:hover {
  box-shadow: 0 5px 55px 0 rgba(0, 0, 0, 0.07);
}

.fstack-dev-services-card-slider .fstack-dev-services-card-item .service-icon {
  width: 2.96875vw;
}

.fstack-dev-services-card-slider .service-icon {
  min-width: 40px;
  max-width: 57px;
  height: auto;
  margin: auto;
  margin-bottom: 26px;
}

.fstack-dev-services-card-slider .service-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  color: #232222;
}

.fstack-work-module-section .section-heading>.elementor-widget-container {
  line-height: 1.35;
}

.pats-page .elementor-section.elementor-element.fstack-hiring-section {
  padding-left: 43px;
  padding-right: 43px;
}

.fstack-hiring-section .section-heading-text>.elementor-widget-container {
  line-height: 1.42;
}

.pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-description {
  line-height: 1.41;
}

.fstack-what-distinguishes-section .section-heading-text>.elementor-widget-container {
  line-height: 1.56;
}

.fstack-what-distinguishes-section .section-info-text>.elementor-widget-container {
  line-height: 1.7;
}

.pats-page .fstack-what-distinguishes-section .elementor-element.fstack-dev-features-list .eael-feature-list-content-box .eael-feature-list-content {
  line-height: 1.46;
}

.pats-page .fstack-what-distinguishes-section .shortcode-wdgt__pats-btn {
  width: max-content;
}

.fstack-dev-company-srvcs-section .section-heading>.elementor-widget-container {
  line-height: 1.35;
}

.fstack-served-indstrs-section .section-info-text>.elementor-widget-container {
  line-height: 1.8;
}

/*================ Full stack application - END ================*/

/*================ Mobile application development - START ================*/

.mobileAppServiceBoxes .dev__scope-heading {
  font-size: 22px;
}

.mobileAppServiceBoxes .section-info p {
  font-size: 16px;
}

.sectionSmallHeading .elementor-widget-container {
  font-size: 28px !important;
  line-height: 40px;
}

.feelFreeSctn .pitangent__primary-btn {
  margin: 15px auto 0 auto;
}

.feelFreeSctnInnerCntnt {
  border-radius: 8px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 100px 0;
}

.sctnSmallSubHeading .elementor-widget-container {
  font-size: 16px;
}

.sctnSmallSubHeading .elementor-widget-container span {
  color: #000;
  font-weight: 600;
}

.font24pxLineHeight45px .elementor-widget-container {
  font-size: 16px;
  line-height: 30px;
}

.compatiblePlatformSctn .imgListMainWrapper {
  margin: 0 0 52px 0 !important;
}

.compatiblePlatformSctn .imgListMainWrapper:last-child {
  margin: 0 !important;
}

.imgListMainWrapper .elementor-image-box-img {
  width: 100px !important;
  border-radius: 24px;
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 7%);
  margin: 0 50px 0 0 !important;
}

.imgListMainWrapper .elementor-image-box-img img {
  width: 100px;
}

.imgListMainWrapper .elementor-image-box-title {
  font-size: 22px;
}

.compatiblePlatformSctn .imgListMainWrapper {
  margin: 0 auto 100px auto !important;
  max-width: 85%;
}

.compatiblePlatformSctn .imgListMainWrapper:last-child {
  margin: 0 auto !important;
}

.fullWidthContainer .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
}

.exploreCustomizeCntntnWrap .elementor-column-gap-no {
  flex-wrap: wrap;
}

/*================ Mobile application development - END ================*/


/*================ Dedicated hiring, staff augmentation - START ================*/
.dedicated-developer-hiring-page__banner .inner__page-banner-contents-wrapper,
.dedicated-developer-hiring-page-redesign__banner .inner__page-banner-contents-wrapper {
  padding: 89px 0 79px;
}

.dedicated-developer-hiring-page__banner .inner__page-banner-contents {
  width: auto;
  max-width: none;
}

.dedicated-developer-hiring-page-redesign__banner .inner__page-banner-contents {
  width: 80%;
  max-width: 100%;
}

.dedicated-developer-hiring-page-redesign__banner .inner__page-banner-contents .page__shortxt {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 30px;
  color: #fff;
  margin-top: 30px;
}

.inner__page-banner.dedicated-developer-hiring-page__banner .page__title,
.inner__page-banner.dedicated-developer-hiring-page-redesign__banner .page__title {
  line-height: 1.4;
}

.inner__page-banner.dedicated-developer-hiring-page__banner .page__info,
.inner__page-banner.dedicated-developer-hiring-page-redesign__banner .page__info {
  margin-bottom: 17px;
  line-height: 1.61;
}

.dedicated-developer-hiring-page__banner .page__info,
.dedicated-developer-hiring-page-redesign__banner .page__info {
  font-size: 16px;
}

.dedicated-hiring-why-us-section .section-heading>.elementor-widget-container {
  line-height: 1.42;
}

.pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .-icon-position-left .eael-feature-list-item {
  align-items: center;
  margin-bottom: 18px;
}

.pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content,
.pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content {
  line-height: 1.24;
}

.dedicated-hiring-why-us-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner,
.redesign-dedicated-hiring-why-us-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
  display: inline;
}


.dedicated-hiring-dev-platform-section .section-heading>.elementor-widget-container {
  line-height: 1.55;
}

.dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col>.elementor-widget-wrap {
  justify-content: flex-start;
  flex-direction: row;
}

.dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col>.elementor-widget-wrap {
  justify-content: center;
  flex-direction: row;
}

.dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item,
.dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 13px !important;
}

.dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(2n) {
  margin-right: 0;
}

.dedicated-hiring-dev-platforms-item .elementor-icon {
  width: 100%;
  height: 100%;
}

.dedicated-hiring-dev-platforms-item .elementor-icon svg {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}

.dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-item {
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-item .elementor-widget-container {
  width: 130px;
}

.dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item {
  height: 150px;
}

.pats-page .dedicated-hiring-call-us-section::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  height: 80%;
  background: #f9f9f9;
}

.dedicated-hiring-call-us-section .pitangent__primary-btn,
.pitangent__primary-btn--orrange {
  background-color: #fc8b54;
  color: #fff;
}

.dedicated-hiring-call-us-section .pitangent__primary-btn:hover,
.pitangent__primary-btn--orrange:hover {
  background-color: #e76423;
}

.dedicated-hiring-dev-srvcs-section .section-heading>.elementor-widget-container {
  line-height: 1.42;
}

.dedicated-hiring-dev-srvcs-section .info-img-section>.elementor-container {
  justify-content: space-between;
}

.dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-heading>.elementor-widget-container,
.dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info>.elementor-widget-container {
  line-height: 1.8;
}

.info-col .hireNumberHeadingWrap .elementor-image-box-wrapper {
  padding-bottom: 30px;
}

.hireNumberHeadingWrap .elementor-image-box-img {
  position: relative;
}

.hireNumberHeadingWrap .elementor-image-box-content {
  position: absolute;
  left: 0;
  top: 45px;
}

.hireNumberHeadingWrap .elementor-image-box-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #262626;
  margin: 0;
}

.hireNumberHeadingWrap .elementor-image-box-description {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #262626;
}

.hireNumberHeadingWrap h3 {
  margin-bottom: 25px;
}

.dedicated-hiring-why-us-section .headerSec>.elementor-widget-container,

.redesign-dedicated-hiring-why-us-section .section-heading>.elementor-widget-container {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #0f0e0e;
  margin-bottom: 30px !important;
}

.dedicated-hiring-why-us-section .subHeaderSec>.elementor-widget-container {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000;
}

.redesign-dedicated-hiring-why-us-section .sec-heading>.elementor-widget-container {
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  color: #000;
}

/*================ Dedicated hiring, staff augmentation - END ================*/

/*================ Travel and Hospitalization - START ================*/

.travelHospitalization-banner .page__title,
.travelHospitalization-banner .page__info {
  color: #000;
}

.travelHospitalization-banner .inner__page-banner-btn {
  width: auto;
}

.travelHospitalizeServiceSlider .ar_vr_app_dev-services-slider .service-icon {
  width: 60px;
  margin: 0 auto 25px auto;
}

.travelHospitalizeServiceSlider .ar_vr_app_dev-services-slider .service-title {
  font-size: 16px;
}

.imgListWithSmallimg .imgListMainWrapper .elementor-image-box-img {
  width: auto !important;
  border-radius: 0;
  box-shadow: none;
  margin: 0 25px 0 0 !important;
}

.imgListWithSmallimg .imgListMainWrapper .elementor-image-box-img img {
  width: 40px;
}

.imgListWithSmallimg .imgListMainWrapper .elementor-image-box-title {
  font-size: 18px;
}

.moderTechnologyImgsMainWrap {
  max-width: 100%;
  margin: 0 auto;
}

.moderTechnologyImgsMainWrap .elementor-container {
  flex-wrap: wrap;
  justify-content: center;
}

.moderTechnologyImgsMainWrap .imgWraper {
  width: calc(33% - 20px) !important;
  margin: 20px 10px;
}

.moderTechnologyImgsMainWrap .imgWraper img {
  border-radius: 20px;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 7%);
  background-color: #fff;
}

.travelTopFeaturesListMain .eael-feature-list-item {
  margin-bottom: 25px !important;
}

.travelTopFeaturesListMain .eael-feature-list-item .eael-feature-list-content-box {
  margin-left: 20px !important;
}

.travelTopFeaturesListMain .eael-feature-list-item .eael-feature-list-content {
  font-size: 16px !important;
}

.sctnBigBoldSubHeading .elementor-widget-container {
  font-size: 20px;
}

.orangeBtnOnBlueBg {
  background-color: #fc8b54;
  color: #fff;
  width: auto;
  max-width: max-content;
  min-width: auto;
  padding: 0 25px;
}

.orangeBtnOnBlueBg:hover {
  background-color: #e76423;
}

.expertTravelDevelopSolutionInnerCntnt .elementor-container {
  flex-wrap: wrap;
  max-width: 85% !important;
  width: 85% !important;
}

.expertTravelDevelopSolutionInnerCntnt .colorfullNumberWhiteBxs {
  width: calc(50% - 60px) !important;
  margin: 40px 30px;
}

.colorfullNumberWhiteBxs .elementor-image-box-wrapper {
  border-radius: 20px;
  box-shadow: 0 3px 28px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  padding: 35px;
  min-height: 270px;
}

.colorfullNumberWhiteBxs .elementor-image-box-img {
  box-shadow: none;
  border-radius: 0;
}

.colorfullNumberWhiteBxs .elementor-image-box-img {
  margin: 0 !important;
  width: 80px !important;
}

.colorfullNumberWhiteBxs .elementor-image-box-img img {
  width: 100%;
  margin: -68px 0 25px 0;
}


/*================ Travel and Hospitalization - END ================*/


/*================ Fitness application development - START ================*/
.fitness-app-development__banner {
  background-color: #eaeef7;
  background-size: 46vw;
  background-position: right -8.3vw center;
}

.fitness-app-development__banner .inner__page-banner-contents-wrapper {
  padding: 94px 0 87px;
}

.inner__page-banner.fitness-app-development__banner .page__title {
  margin-bottom: 14px;
  line-height: 1.4;
  color: #1e1c1c;
}

.inner__page-banner.fitness-app-development__banner .page__info {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #1e1c1c;
  opacity: 1;
}

.fitness-app-development__banner .page__info .banner-question-text {
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #3f30ff;
}

.fitness-app-dev-industry-types-section .section-heading-text>.elementor-widget-container {
  line-height: 1.67;
}

.fitness-app-dev-industry-types-section .para-heading>.elementor-widget-container {
  line-height: 1.8;
}

.fitness-app-dev-industry-types-section .para-info>.elementor-widget-container {
  line-height: 1.4;
}

.pats-page .fitness-app-dev-industry-types-section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 62%;
  background: #f8f8f8;
}

.fitness-app-dev-solutions-section .section-heading-text>.elementor-widget-container {
  line-height: 1.67;
}

.fitness-app-dev-solutions-section .section-info-wdgt>.elementor-widget-container {
  line-height: 1.8;
}

.fitness-app-dev-exclsv-features-section .section-heading>.elementor-widget-container {
  line-height: 1.6;
}

.dedicated-hiring-products-img-carousel .cstm-mob-apps-sols-img-slider-item-inner,
.saas-app-dev-img-carousel-wrapper .cstm-mob-apps-sols-img-slider-item-inner {
  padding: 0;
  background: none;
}

.fitness-app-dev-exclsv-features-section .fitness-app-dev-exclsv-features-item .elementor-icon svg {
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
}

.pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item .elementor-icon-box-description {
  line-height: 1.41;
}

/*================ Fitness application development - END ================*/

/*================ Real estate App Development - START ================*/

.threeColWhiteBxSctn .whiteShadowRadiusBx {
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 5px 15px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.threeColWhiteBxSctn .whiteShadowRadiusBx img {
  border-radius: 0;
  box-shadow: none;
  background-color: inherit;
}

.threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx .elementor-image-box-title {
  margin: 0;
  font-size: 18px !important;
  white-space: nowrap;
}

.threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx figure {
  width: auto !important;
}

.threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx img {
  height: 55px;
  width: auto;
  max-width: initial;
}

.exclusiveFeaturesSctn .imgListMainWrapper .elementor-image-box-img img {
  width: 82px;
}



/*================ Real estate App Development - END ================*/

/*================ Online ecommerce page redone - START ================*/
.online-ecommerce__banner {
  background-color: #eaeef7;
  background-position: center right -20px;
  background-size: 50vw;
}

.inner__page-banner.online-ecommerce__banner .page__title {
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.54;
  color: #1e1c1c;
}

.inner__page-banner.online-ecommerce__banner .page__info {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #1e1c1c;
  opacity: 1;
}

.ecomm-dev-process-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.ecomm-dev-process-section .section-info-text>.elementor-widget-container {
  line-height: 1.88;
}

.ecomm-features-section .section-heading>.elementor-widget-container {
  line-height: 1.6;
}

.ecomm-features-section .section-info-text>.elementor-widget-container {
  line-height: 1.8;
}

.ecomm-features-section .section-info-text--imp>.elementor-widget-container {
  line-height: 1.74;
}

.ecomm-dev-platforms-section .section-heading>.elementor-widget-container {
  line-height: 1.6;
}

.ecomm-dev-platforms-section .section-info-text>.elementor-widget-container {
  line-height: 2.32;
}

.pats-page .ecomm-dev-platforms-section .elementor-element.ecomm-dev-platforms-list-col>.elementor-widget-wrap {
  justify-content: center;
  flex-direction: row;
}

.ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element {
  width: 48.2%;
  margin-right: 3.6%;
}

.ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element:not(:last-child) {
  margin-bottom: 22px !important;
}

.ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element:nth-child(2n),
.ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element:last-child {
  margin-right: 0;
}

.ecomm-dev-platforms-section .ecomm-dev-platforms-item .elementor-icon {
  display: block;
  width: 100%;
}

.ecomm-drive-sales-section .section-info-text>.elementor-widget-container {
  line-height: 2.32;
}

.ecomm-drive-sales-sols-item .elementor-icon svg {
  background-color: #fff;
  border-radius: 19px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
}

.pats-page .ecomm-exclusive-feature-section>.elementor-container {
  justify-content: space-between;
  flex-direction: row;
}

.ecomm-exclusive-feature-section .img-wdgt img {
  width: 100%;
  max-width: 470px;
}

.ecomm-exclusive-feature-section .section-heading>.elementor-widget-container {
  line-height: 1.65;
}

.ecomm-exclusive-feature-section .section-info-text>.elementor-widget-container {
  line-height: 1.8;
}

/*================ Online ecommerce page redone - END ================*/

/*================ Car rental application development - START ================*/
.inner__page-banner.car-rental-app-development__banner .page__title {
  margin-bottom: 10px;
  line-height: 1.4;
}

.inner__page-banner.car-rental-app-development__banner .page__info {
  margin-bottom: 29px;
  line-height: 1.61;
  font-size: 16px;
}

.car-rental-app-dev-diff-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.car-rental-app-dev-diff-section .section-info-text>.elementor-widget-container,
.car-rental-app-empower-section .section-info-text>.elementor-widget-container {
  line-height: 1.8;
}

.car-rental-app-empower-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.car-rental-dev-srvcs-business-inner-section .car-rental-dev-srvcs-business-col>.elementor-widget-wrap {
  flex-direction: row;
  justify-content: space-between;
}

.car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card {
  padding: 37px 16px 22px;
  border-radius: 13px;
  border: solid 1px rgba(112, 112, 112, 0.52);
  background-color: #fff;
}

.car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card {
  margin-bottom: 17px !important;
}

.car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card.last {
  margin-bottom: 0 !important;
}

.car-rental-app-dev-features-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.car-rental-app-dev-features-section .section-info-text>.elementor-widget-container {
  line-height: 1.88;
}

/* feature list tab */
.car-rental-dev-servic-tabs__tab-btn {
  width: 100%;
  padding: 15px 20px 15px;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0);
  font-size: 17px;
  font-weight: 500;
  color: #5f5f5f;
  cursor: pointer;
  text-align: left;
  transition: color 0.3s ease;
}

.car-rental-dev-servic-tabs__tab-btn:last-of-type,
.car-rental-dev-servic-tabs__tab-content--mobile:last-of-type.active {
  border: none;
}

.car-rental-dev-servic-tabs__tab-btn.active {
  font-weight: bold;
}

.car-rental-dev-servic-tabs__tab-btn.active,
.car-rental-dev-servic-tabs__tab-btn:hover {
  color: #000;
}

.car-rental-dev-servic-tabs__tab-btn:focus {
  outline: none;
}

.car-rental-dev-servic-tabs__tab-content {
  display: none;
}

.car-rental-dev-servic-tabs__tab-content--mobile.active {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  animation: megaBackdropFadeIn 300ms linear backwards;
}

.car-rental-dev-servic-tabs__feature-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding: 36px 10px 0;
}

.car-rental-dev-servic-tabs__feature-list .feature-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.33%;
  margin-right: 16.5%;
  margin-bottom: 28px;
}

.car-rental-dev-servic-tabs__feature-list .feature-list-item:nth-child(3n),
.car-rental-dev-servic-tabs__feature-list .feature-list-item:last-child {
  margin-right: 0;
}

.car-rental-dev-servic-tabs__feature-list .feature-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.18;
  text-align: center;
  text-transform: capitalize;
  color: #000;
}

.car-rental-dev-servic-tabs__feature-list .feature-img {
  width: 8.28125vw;
  min-width: 64px;
  max-width: 160px;
  height: auto;
  margin-bottom: 16px;
  border-radius: 10px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card .elementor-icon-box-description {
  line-height: 1.82;
}

/*================ Car rental application development - END ================*/


/*================ Food delivery application development - START ================*/
.food-delivery-application__banner {
  background-color: #eaeef7;
  background-size: 42.1875vw;
  background-position: bottom right;
}

.food-delivery-application__banner .inner__page-banner-contents-wrapper {
  padding: 109px 0 80px;
}

.inner__page-banner.food-delivery-application__banner .page__title {
  margin-bottom: 12px;
  line-height: 1.4;
  color: #000;
}

.inner__page-banner.food-delivery-application__banner .page__info {
  margin-bottom: 31px;
  line-height: 1.61;
  font-size: 16px;
  color: #000;
}

.food-delivery-application__banner .inner__page-banner-contents {
  max-width: 942px;
}

.food-app-latest-features-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.food-app-latest-features-section .section-info-text>.elementor-widget-container {
  line-height: 1.88;
}

/*================ Food delivery application development - END ================*/


/*================ Education app development - START ================*/
.education-app-dev__banner {
  background-color: #eaeef7;
  background-size: 42.1875vw;
  background-size: 40vw;
  background-position: bottom right;
}

.education-app-dev__banner .inner__page-banner-contents-wrapper {
  padding: 98px 0 50px;
}

.education-app-dev__banner .inner__page-banner-contents {
  max-width: 978px;
}

.inner__page-banner.education-app-dev__banner .page__title {
  margin-bottom: 7px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: 0.17px;
  color: #100e0e;
}

.inner__page-banner.education-app-dev__banner .page__info {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.61;
  letter-spacing: -0.22px;
  color: #100e0e;
}

.education-app-learning-app-section .section-heading>.elementor-widget-container {
  line-height: 1.6;
}

.education-app-benefits-section .section-heading>.elementor-widget-container {
  line-height: 1.5;
}

/*================ Education app development - END ================*/


/*================ Farming app development - START ================*/
.farming-app-dev__banner .inner__page-banner-contents-wrapper {
  padding: 96px 0 118px;
}

.inner__page-banner.farming-app-dev__banner .page__title {
  margin-bottom: 10px;
  line-height: 1.4;
}

.inner__page-banner.farming-app-dev__banner .page__info {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.8;
  opacity: 1;
}

.farming-app-dev__banner .inner__page-banner-contents {
  width: auto;
  min-width: auto;
  max-width: 600px;
}

.farming-app-smart-farming-info-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.farming-app-smart-farming-info-section .section-info-text>.elementor-widget-container {
  line-height: 1.88;
}

.farming-app-importance-section .section-heading-text>.elementor-widget-container {
  line-height: 1.67;
}

.farming-app-importance-section .section-info-text>.elementor-widget-container {
  line-height: 1.8;
}

.farming-app-solutions-section .img-wdgt img {
  width: 100%;
  max-width: 580px;
}

.pats-page .farming-app-top-features-section .horizontal-icon-chip {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 16px;
  margin-bottom: 22px !important;
}

/*================ Farming app development - END ================*/


/*================ Grocery store app development - START ================*/
.grocery-store-app-dev__banner .inner__page-banner-contents-wrapper {
  padding: 102px 0 102px;
}

.grocery-store-app-dev__banner .inner__page-banner-contents {
  width: auto;
  min-width: auto;
  max-width: 500px;
}

.inner__page-banner.grocery-store-app-dev__banner .page__title {
  margin-bottom: 12px;
  line-height: 1.4;
}

.inner__page-banner.grocery-store-app-dev__banner .page__info {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.61;
}

.grocery-store-app-diff-types-section .section-heading>.elementor-widget-container {
  line-height: 1.5;
}

.grocery-store-app-diff-types-section .section-info-text>.elementor-widget-container {
  line-height: 1.88;
}

.grocery-store-app-diff-types-img-info-section .para-heading>.elementor-widget-container {
  line-height: 1.5;
}

.grocery-store-app-diff-types-img-info-section .para-info>.elementor-widget-container {
  line-height: 1.64;
}

.pats-page .grocery-store-app-diff-types-img-info-section .elementor-element.para-heading>.elementor-widget-container {
  margin-bottom: 0 !important;
}

.grocery-store-app-workflow-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.grocery-store-app-features-section .para-heading>.elementor-widget-container {
  line-height: 1.8;
  margin-bottom: 0 !important;
}

.grocery-store-app-features-section .para-info>.elementor-widget-container {
  line-height: 1.64;
}

.grocery-store-app-why-us-section .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.grocery-store-app-why-us-section .section-info-text>.elementor-widget-container {
  line-height: 1.88;
}

.pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card {
  margin-bottom: 70px !important;
  box-shadow: 0 3px 28px 0 #0000001a;
}

.pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card.last {
  margin-bottom: 0 !important;
}

.pats-page .elementor .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .elementor-element.vertical-icon-box-card .elementor-icon-box-icon {
  margin-bottom: 0;
}

.pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card,
.pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card:nth-child(2n) {
  margin-right: 0;
}

.pats-page .grocery-store-app-why-us-section .elementor-element.vertical-icon-box-card .elementor-icon-box-title {
  line-height: 1.43;
}

.pats-page .grocery-store-app-why-us-section .elementor-element.vertical-icon-box-card .elementor-icon-box-description {
  line-height: 2.05;
}

/*================ Grocery store app development - END ================*/


/* =======================
By Avi - start
========================== */
/*================ Beauty salon - START ================*/
.beauty-salon__page-banner {
  background-color: #eaeef7;
  background-size: 30%;
  background-position: 88% 57%;
}

.beauty-salon__page-banner .inner__page-banner-contents-wrapper {
  padding: 100px 0 77px;
}

.beauty-salon__page-banner .page__title {
  line-height: 1.4;
}

.beauty-salon__page-banner .page__info {
  opacity: 1;
}

.inner__page-banner.beauty-salon__page-banner .page__info {
  line-height: 1.61;
  font-size: 16px;
}

.beauty-salon__page-banner .inner__page-banner-contents {
  width: auto;
  min-width: auto;
  max-width: 520px;
}

#custom_beauty_salon_explore-section .custom_beauty_salon_explore-item:not(:last-child) {
  margin-bottom: 30px;
}

.custom_beauty_salon_explore-item .elementor-icon-box-title {
  margin-bottom: 12px;
  padding-left: 55px;
}

.custom_beauty_salon_explore-item .elementor-icon-box-description {
  opacity: 0.76;
}

.custom_beauty_salon_explore-item .elementor-icon-box-icon {
  position: absolute;
}

#wide-range-box>.elementor-widget-container {
  line-height: 1.67;
}

#modern-features .section-heading>.elementor-widget-container {
  line-height: 1.6;
  width: 1200px;
}

#modern-features .section-info-text>.elementor-widget-container {
  line-height: 1.74;
}

.beautySaloonModernFeature .section-heading>.elementor-widget-container {
  width: auto !important;
}

#custom_beauty_salon_explore-section {
  background: rgb(248, 248, 248);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 49.9%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 49.9%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 49.9%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}

/* #panel-tabs .elementor-tabs-wrapper{ display: table; border-spacing: 3px; border-collapse: separate;} */
#panel-tabs .elementor-tab-title {
  background: #eee;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 6px 12px;
}

#panel-tabs .elementor-tab-title.elementor-active {
  background: #425cfe;
}

#panel-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
  padding-left: 30px;
}

#panel-tabs.elementor-widget-tabs .elementor-tab-content {
  padding: 100px 50px;
}

/* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -66px;} */
#panel-tabs.elementor-widget-tabs .elementor-tab-content {
  border-right: none;
  border-bottom: none;
}

#panel-tabs .elementor-tabs-content-wrapper ul {
  margin: 0;
  padding: 0;
}

#panel-tabs .elementor-tabs-content-wrapper ul li {
  background: #f5f5ff;
  padding: 10px 12px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 11px;
  border: 1px solid #bebeff;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  color: #000;
  line-height: 1;
}

#cat-panel .elementor-container,
#choose-beauty .elementor-icon svg,
#care-application .elementor-icon svg {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

#panel-tabs .elementor-tab-title {
  font-size: 12px;
  font-weight: bold;
}

#wide-range-box {
  font-size: 16px;
}

#choose-beauty .elementor-icon svg,
#care-application .elementor-icon svg {
  border-radius: 15px;
}

.custom_beauty_salon_explore-item .elementor-icon-box-description {
  padding-left: 55px;
}

#wide-range-box h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 1);
  color: #fff;
}

#wide-range-box p,
#wide-range-box {
  color: #FFFFFFC2;
}

#explore-left .elementor-widget-wrap.elementor-element-populated {
  padding-top: 100px;
}

.custom_beauty_salon_explore-section .elementor-icon svg {
  width: 1.2em;
  height: 1.2em;
}

/* ``````````````````--------- Technology pages start --------- ``````````````````*/

/* ---------- Laravel page start --------- */

.laravel__page-banner .inner__page-banner-btn {
  width: auto;
  max-width: max-content;
  padding: 0 25px;
}

.laravel__page-banner .page__title {
  font-weight: 600;
  color: #100e0e;
}

.laravel__page-banner .page__info {
  color: #100e0e;
}

.laravel__page-banner .bnr-blue-txt {
  color: #3f30ff;
  margin: 25px 0 0 0;
}

.fullStack__page-banner .bnr-violet-txt,
.symfony__page-banner .bnr-violet-txt {
  margin: 25px 0 0 0;
}

.violetTxt {
  color: #3f30ff !important;
}

.blackTxt {
  color: #000 !important;
}

.whiteTxt {
  color: #fff !important;
}

.orangeTxt {
  color: #f27544 !important;
}

.bold600 {
  font-weight: 600;
}

/* Hiring model step start */

.modelStepSctnWIthArrowMainWrap .elementor-container {
  justify-content: center;
}

.modelStepSctnWIthArrowMainWrap .modelStepSctnWIthArrowBox {
  width: calc(28% - 60px);
}

.modelStepSctnWIthArrowBox .elementor-image-box-title {
  font-size: 18px;
  line-height: inherit;
  margin: 0;
}

.modelStepSctnWIthArrowMainWrap .modelStepSctnArrowWrap {
  width: 70px !important;
  margin: 0 30px;
}

.modelStepSctnWIthArrowBox .elementor-icon svg {
  font-size: 170px;
}

.modelStepSctnWIthArrowBox .elementor-image-box-img {
  width: 140px !important;
}

.modelStepSctnWIthArrowBox .elementor-image-box-img img {
  width: auto !important;
  height: 100px;
}

.modelStepSctnWIthArrowBox.iconLeftMinus .elementor-image-box-img {
  margin-left: -35px !important;
}

.modelStepSctnArrowWrap .elementor-icon svg {
  width: 40px;
  margin: 0 0 5px 0;
}

.modelStepSctnWIthArrowBox.iconLeftMinus svg {
  margin-left: -25px;
}

/* Hiring model step end */

.numberListIconBoxLftRghtSctnMainWrap .numberListIconBoxLftRght .elementor-icon-box-title,
.imgTxtListBoxSctnMainWrap .imgTxtListBoxWrap .elementor-icon-box-title {
  font-size: 20px;
  line-height: inherit;
  font-weight: bold;
}

.numberListIconBoxLftRghtSctnMainWrap .elementor-widget.numberListIconBoxLftRght {
  width: calc(50% - 40px);
  margin: 20px 20px 25px 20px;
}

.numberListIconBoxLftRghtSctnMainWrap .numberListIconBoxLftRght .elementor-icon-box-icon svg {
  margin: 5px 0 0 0;
}

.btnCenterWrap a {
  margin: 0 auto;
}

.imgTxtListBoxSctnMainWrap .elementor-widget.imgTxtListBoxWrap {
  width: calc(45% - 80px);
  margin: 60px 40px 0 40px;
}

.imgTxtListBoxLftWrap .elementor-widget-wrap {
  justify-content: center;
}

.imgTxtListBoxSctnMainWrap .imgTxtListBoxWrap .elementor-icon-box-icon svg {
  font-size: 190px;
}

.imgTxtListBoxSctnMainWrap .elementor-widget.imgTxtListBoxWrap .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin: 0 0 25px 0;
}

.dedicatedDeveloperModelsSctn .elementor-element.pricingModelsBoxWrap {
  width: 650px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.dedicatedDeveloperModelsSctn .elementor-widget-wrap {
  min-height: 350px;
}

.whiteShadowBxWithBtnCntnt .feelFreeSctnInnerCntnt {
  max-width: 88%;
  margin: 0 auto;
  padding: 50px 0;
}

.autoWidthBtn {
  width: auto;
  max-width: max-content;
  max-height: initial;
  padding: 5px 15px;
}

/* .autoWidthMediumBtn {
   width: auto;
   padding: 5px 20px;
   max-width: max-content;
   min-width: 220px;
} */

.autoWidthBigBtn {
  width: fit-content;
  padding: 5px 20px;
  max-width: fit-content;
  min-width: fit-content;
}

.fullWidthBtn {
  width: 100%;
  max-width: initial;
  max-height: initial;
  padding: 5px 15px;
}

.imgWithShadowListWraper .elementor-container {
  flex-wrap: wrap;
  justify-content: center;
}

.imgWithShadowListWraper .imgWraper {
  border-radius: 8px;
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  padding: 12px 20px;
  margin: 10px;
}

.imgWithShadowListWraper .imgWraper img {
  height: 40px;
  width: auto;
}

.pats-page-section .sectionMediumHeading .elementor-widget-container {
  font-size: 18px;
  line-height: 30px;
}

/* ---------- Laravel page end --------- */

/* ---------- Nodejs page start --------- */

.font30px25pxBlackCntntWrap h3,
.font30px25pxBlackCntntWrap h2,
.font30px25pxBlackCntntWrap h4 {
  font-size: 20px;
  line-height: inherit;
  font-weight: bold;
  margin-bottom: 10px;
}

.font30px25pxBlackCntntWrap .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.font30px25pxBlackCntntWrap p {
  line-height: inherit;
}

.multiColorBorderBox {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
  border: solid 4px #00c891;
  min-height: 270px;
}

.multiColorBorderBox.blueBorder {
  border: solid 4px #3bbee6;
}

.multiColorBorderBox.orangeBorder {
  border: solid 4px #fc915e;
}

.multiColorBorderBoxMainWrap .halfWidthGridBoxWrap.elementor-column {
  width: calc(50% - 30px) !important;
  margin: 15px;
  background: #fff;
}

.pitangentNodeDevDifference .para-info .elementor-widget-container {
  line-height: 28px;
  font-size: 16px;
}

.pats-page-section .tabsWithOnlyBoxShadowWrap.elementor-element {
  margin-top: 50px !important;
}

.tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__content-panel {
  padding: 60px;
  box-shadow: 0 3px 24px 0 rgb(0 0 0 / 9%);
  background-color: #fff;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  border: none !important;
}

.tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__btn-panel__inner {
  margin: 0 0 -2px 60px;
}

.tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__tab-btn.active {
  box-shadow: 0 -15px 12px -15px rgb(0 0 0 / 9%);
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 2;
  border: none;
  font-weight: bold;
}

.tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__tab-btn {
  padding: 12px 20px;
  border: none;
  font-weight: 500;
  font-size: 16px;
}

.tabsWithOnlyBoxShadowWrap .tabs_feature_item_img_wrap {
  border-radius: 8px;
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
  margin: 8px 10px;
  padding: 15px;
}

.tabsWithOnlyBoxShadowWrap.minWidthImgBox .tabs_feature_item_img_wrap {
  min-width: 120px;
  text-align: center;
}

.tabsWithOnlyBoxShadowWrap .tabs_feature_item_img_wrap img {
  height: 40px;
}

.tabsWithNoMinHeightWrap .tabs__tab-content {
  min-height: auto !important;
}

.autoWidthBtnWrap .inner__page-banner-btn {
  width: auto;
  max-width: max-content;
  padding: 5px 20px;
}

.notFixedWidthBtn {
  width: auto;
  max-width: max-content;
  padding: 5px 20px;
}

/* ---------- Nodejs page end --------- */

/* ---------- Full Stack page start --------- */

.whiteShadowBoxWrap {
  border-radius: 10px;
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
  padding: 20px;
}

.reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
  width: calc(25% - 30px);
  padding: 25px 20px;
  margin: 30px 15px 0 15px;
}

.whiteShadowBoxWrap .elementor-image-box-title {
  font-size: 18px;
  margin: 12px 0 0 0;
  line-height: inherit;
}

.zigzagImgCntntMainWrap .para-heading>.elementor-widget-container {
  line-height: inherit;
}

/* ---------- Full Stack page end --------- */

/* ---------- Angular js page start --------- */

.imgWithShadowListWraper.inSingleColumn .elementor-widget-wrap {
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.imgWithShadowListWraper.inSingleColumn .imgWraper:not(:last-child) {
  margin-bottom: 10px;
}

/* ---------- Angular js page end --------- */


/* ---------- React js page start --------- */

.tabsAllBtnsCntntsCenter .pats-horizontal-tabs .tabs__btn-panel__inner {
  margin: 0 0 -2px 0;
  justify-content: center;
}

.tabsAllBtnsCntntsCenter .pats-horizontal-tabs .tabs__feature-list {
  justify-content: center;
}

/* ---------- React js page end --------- */

.whiteShadowBoxForInsideWidget .elementor-widget-wrap {
  border-radius: 10px;
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
  padding: 20px !important;
  width: calc(100% - 20px);
  margin: 10px;
}

.imgBoxCntnt25px22pxTextWrap .elementor-image-box-title {
  font-size: 18px;
  line-height: inherit;
}

.imgBoxCntnt25px22pxTextWrap .elementor-image-box-description {
  font-size: 16px;
}

.whiteShadowBoxForInsideWidget .elementor-widget-wrap .elementor-image-box-wrapper {
  text-align: left;
}

.iconBoxcolCenterWrap .vertical-icon-box-card-row .elementor-widget-wrap {
  justify-content: center;
}

.customGridWrapper .gridWidth33percent {
  width: calc(33% - 30px) !important;
  margin: 30px 15px 0 15px !important;
}

.customGridWrapper .gridWidth50percent {
  width: calc(50% - 40px) !important;
  margin: 40px 20px 0 20px !important;
}

.customGridWrapper .gridWidth25percent {
  width: calc(25% - 20px) !important;
  margin: 20px 10px 0 10px !important;
}

/* .imgBoxLeftContent .elementor-image-box-wrapper {
   text-align: left !important;
} */

.widgetColCenterWrap .elementor-widget-wrap {
  justify-content: center;
}

/* ``````````````````--------- Technology pages end --------- ``````````````````*/

/* ``````````````````--------- Know us pages start --------- ``````````````````*/

/* start about pitangent page */

.onlyTitleMiddleBanner .inner__page-banner-btn {
  display: none;
}

.bannerTextShadow .inner__page-banner-contents .page__title {
  text-shadow: 0 3px 8px rgb(0 0 0 / 61%);
}

/* Our story slider start */

.yearSliderSideBySideMainWrap {
  width: 100%;
  color: #fff;
}

.yearSliderSideBySideMainWrap .storySliderCntntMain {
  display: flex;
}

.yearSliderSideBySideMainWrap .storySliderCntntMain .lftCntntSctn {
  width: 50%;
}

.yearSliderSideBySideMainWrap .storySliderCntntMain .rghtImgSctn {
  width: 50%;
  padding: 0 0 0 40px;
}

.yearSliderSideBySideMainWrap .storySliderCntntMain .rghtImgSctn img {
  border-radius: 6px;
  min-height: 275px;
  object-fit: cover;
  width: 100%;
}

.yearSliderSideBySideMainWrap .storySliderCntntMain h2 {
  font-size: 20px;
  font-weight: bold;
}

.yearSliderSideBySideMainWrap .storySliderCntntMain h3 {
  font-size: 22px;
  margin: 15px 0 20px 0;
}

.yearSliderSideBySideMainWrap .storySliderCntntMain p {
  font-size: 16px;
}

.yearSliderSideBySideMainWrap .yearSliderThumb {
  float: left;
  width: 16%;
  position: relative;
  margin: 10px 0 !important;
  border-left: 2px solid #fff;
}

.yearSliderSideBySideMainWrap .yearSliderPreview {
  float: left;
  width: 84%;
  margin: 0;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-list {
  margin: 0 0 0 -12px;
}

.yearSliderSideBySideMainWrap .yearSliderPreview div,
.yearSliderSideBySideMainWrap .yearSliderThumb div {
  outline: 0;
}

.yearSliderSideBySideMainWrap .yearSliderPreview span {
  display: block;
  height: 250px;
  background: #000;
  color: #3498db;
  font-size: 36px;
  line-height: 250px;
  margin: 0 10px 0 10px;
  padding: 2%;
  text-align: center;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-prev,
.yearSliderSideBySideMainWrap .yearSliderThumb .slick-next {
  z-index: 1;
  height: 1em;
  width: 100%;
  font-size: 16px;
  color: #fff;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-arrow {
  margin: 0 0 0 -6px;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-arrow i {
  font-family: FontAwesome !important;  
  font-size: 35px;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-arrow::before {
  display: none;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-prev {
  left: unset;
  top: -40px;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-next {
  top: unset;
  right: unset;
  bottom: -40px;
}

.yearSliderSideBySideMainWrap .yearSliderThumb span {
  display: block;
  margin-bottom: 5px;
  height: 55px;
  font-size: 16px;
  color: #cfd5f9;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-current span {
  font-size: 26px;
  color: #fff;
  transition: 0.5s;
  font-weight: bold;
}

.yearSliderSideBySideMainWrap .yearSliderThumb .slick-current span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url('images/yearSliderDots.png');
  background-size: contain;
  background-repeat: no-repeat;
}

/* our story slider end */

.commonIconListMainWrap ul li p {
  font-size: 16px !important;
}

/* start our team marque slider */

:root {
  --team-marquee-width: 100vw;
  --team-marquee-height: auto;
  /* --team-marquee-elements: 12; */
  /* defined with JavaScript */
  --team-marque-img-displayed: 4;
  --team-marquee-element-width: calc(var(--team-marquee-width) / var(--team-marque-img-displayed));
  --marquee-animation-duration: calc(var(--team-marquee-elements) * 3s);
}

@media (max-width: 991px) {
  :root {
    --team-marque-img-displayed: 3;
  }
}

@media (max-width: 767px) {
  :root {
    --team-marque-img-displayed: 2;
  }
}

@media (max-width: 380px) {
  :root {
    --team-marque-img-displayed: 1;
  }
}

.marqueImageSliderMainWrap {
  width: 100%;
  height: var(--team-marquee-height);
  overflow: hidden;
  position: relative;
}

.marqueImageSliderCntntWrap {
  list-style: none;
  height: 100%;
  display: flex;
  animation: marqueScrolling var(--marquee-animation-duration) linear infinite;
  margin: 0;
}

.marqueImageSliderCntntWrap:hover {
  animation-play-state: paused;
}

.teamImgListBoxMainWrap .teamImgListBoxes figure img {
  height: 410px;
  --b: 5px;
  --c: #0000 25%, #3f30ff 0;
  background:
    conic-gradient(from 90deg at top var(--b) left var(--b), var(--c)) 0 0,
    conic-gradient(from -90deg at bottom var(--b) right var(--b), var(--c)) 100% 100%;
  background-size: 120px 120px;
  /* adjust border length here */
  background-repeat: no-repeat;
  padding: 10px;
  border-radius: 4px;
}

@keyframes marqueScrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--team-marquee-element-width) * var(--team-marquee-elements)));
  }
}

.marqueImageSliderCntntWrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--team-marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--team-marquee-height) * 3 / 4);
  /* 5rem; */
  white-space: nowrap;
}

.marqueImageSliderCntntWrap li img {
  width: 100%;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 5px;
}

/* end our team marque slider */

/* end about pitangent page */

/* start Life at pitangent page */

/* memories masonary grid start */

.memoriesMasonaryGridWrap {
  background-color: #F5F7FA;
}

.memoriesMasonaryGridWrap .content_grid {
  margin: 0 auto 0;
  width: 100%;
  overflow: hidden;
  height: 1095px;
}

.memoriesMasonaryGridWrap .content_grid .center_content {
  width: 1840px;
  position: relative;
  left: 50%;
  margin-left: -920px;
}

.memoriesMasonaryGridWrap .content_grid .grid-item {
  margin: 10px;
  position: absolute;
}

.memoriesMasonaryGridWrap .content_grid .grid-item img {
  display: block;
}

.memoriesMasonaryGridWrap .content_grid .item_1 {
  width: 390px;
  left: -60px;
  top: 0;
  height: 460px;
  overflow: hidden;
}

.memoriesMasonaryGridWrap .content_grid .item_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.memoriesMasonaryGridWrap .content_grid .item_2 {
  width: 257px;
  left: 340px;
  top: 0;
}

.memoriesMasonaryGridWrap .content_grid .item_3 {
  width: 257px;
  left: 340px;
  top: 181px;
}

.memoriesMasonaryGridWrap .content_grid .item_4 {
  width: 257px;
  left: 610px;
  top: 0;
}

.memoriesMasonaryGridWrap .content_grid .item_5 {
  width: 600px;
  left: 877px;
  top: 0;
}

.memoriesMasonaryGridWrap .content_grid .item_6 {
  width: 430px;
  left: 1487px;
  height: 355px;
  top: 0;
  overflow: hidden;
}

.memoriesMasonaryGridWrap .content_grid .item_6 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: bottom;
}

.memoriesMasonaryGridWrap .content_grid .item_7 {
  width: 390px;
  height: 330px;
  left: -60px;
  top: 450px;
}

.memoriesMasonaryGridWrap .content_grid .item_7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top: 12px solid #F5F7FA;
}

.memoriesMasonaryGridWrap .content_grid .item_cntnt {
  width: 527px;
  height: 352px;
  padding: 30px;
  border-radius: 0;
  left: 340px;
  top: 363px;
  background-color: #3f30ff;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.memoriesMasonaryGridWrap .content_grid .item_cntnt h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.memoriesMasonaryGridWrap .content_grid .item_8 {
  width: 257px;
  left: 877px;
  top: 363px;
}

.memoriesMasonaryGridWrap .content_grid .item_9 {
  width: 331px;
  left: 1146px;
  top: 363px;
}

.memoriesMasonaryGridWrap .content_grid .item_10 {
  width: 430px;
  height: 710px;
  left: 1487px;
  top: 355px;
  overflow: hidden;
}

.memoriesMasonaryGridWrap .content_grid .item_10 img {
  border-top: 10px solid #F5F7FA;
  width: 100%;
}

.memoriesMasonaryGridWrap .content_grid .item_11 {
  width: 257px;
  left: 340px;
  top: 727px;
}

.memoriesMasonaryGridWrap .content_grid .item_12 {
  width: 257px;
  left: 610px;
  top: 727px;
}

.memoriesMasonaryGridWrap .content_grid .item_13 {
  width: 257px;
  left: 877px;
  top: 776px;
}

.memoriesMasonaryGridWrap .content_grid .item_14 {
  width: 331px;
  left: 1146px;
  top: 642px;
}

/* memories masonary grid end */

/* end Life at pitangent page */

/* start Team page */

.teamImgListBoxMainWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.teamImgListBoxMainWrap .teamImgListBoxes.imgListWidth50 {
  margin: 60px 8% 0 8%;
}

.teamImgListBoxMainWrap .teamImgListBoxes {
  max-width: 22%;
  margin: 60px 5% 0 5%;
  margin-bottom: 0 !important;
}

.teamImgListBoxMainWrap .teamImgListBoxes:nth-child(1),
.teamImgListBoxMainWrap .teamImgListBoxes:nth-child(2) {
  margin-top: 0;
}

.teamImgListBoxMainWrap .teamImgListBoxes figure {
  width: 100% !important;
  max-width: 100% !important;
}

.teamImgListBoxMainWrap .teamImgListBoxes figure img {
  width: 100% !important;
  max-width: 100% !important;
  height: 270px;
}

.teamImgListBoxMainWrap .teamImgListBoxes .imgListBoxContent {
  padding: 15px 0 5px 0;
}

.teamImgListBoxMainWrap .teamImgListBoxes h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.teamImgListBoxMainWrap .teamImgListBoxes p {
  font-size: 14px;
  color: #2A2A2A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
  position: relative;
  width: 250px;
  min-height: 345px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

.teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBoxInner {
  -moz-transition: transform 1.2s;
  -webkit-transition: transform 1.2s;
  -o-transition: transform 1.2s;
  -ms-transition: transform 1.2s;
  transition: transform 1.2s;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}

.teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox:hover .imgListFlipBoxInner {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);

}

.teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBoxFront,
.teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBoxBack {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBoxBack {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* end Team page */

/* start Careers page */

.inner__page-banner .innerBannerAwardImages img {
  height: 80px;
  margin: 0 20px 0 0;
}

.inner__page-banner .innerBannerAwardImages img:last-child {
  margin: 0;
}

.inner__page-banner .innerBannerAwardImages {
  padding: 15px 0 0 0;
  display: flex;
}

.leftIconSearchField {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.leftIconSearchField span {
  position: absolute;
  left: 12px;
  color: #9a9a9a;
  display: flex;
  align-items: center;
  top: 2px;
  bottom: 2px;
  font-size: 20px;
}

.leftIconSearchField span i {
  -webkit-text-stroke: 1px #fff;
  margin: -2px 0 0 0;
}

.leftIconSearchField input {
  border-radius: 12px;
  border: solid 1px #707070b3;
  background-color: #fff;
  padding: 15px 15px 15px 45px;
  width: 100%;
  outline: none !important;
}

.leftIconSearchField input:focus {
  border-color: #707070b3;
  box-shadow: 0 0 15px 0 #00000030;
}

.leftIconSearchField input::placeholder {
  color: #888484;
}

.currentOpeningFilterHeading {
  display: flex;
  justify-content: space-between;
  padding: 15px 50px;
  color: #000;
  font-weight: 500;
  width: 80%;
  margin: 60px auto 0 auto;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 3px 55px 0 rgb(0 0 0 / 6%);
}

.currentOpeningListMainWrap {
  padding: 0;
  margin: 0 auto;
  width: 80%;
  list-style: none;
}

.currentOpeningListMainWrap li {
  margin: 0 0 20px 0;
  border-radius: 12px;
  box-shadow: 0 3px 55px 0 rgb(0 0 0 / 6%);
  background-color: #fff;
  padding: 25px 20px;
}

.currentOpeningListMainWrap li:first-child {
  box-shadow: 0 15px 55px 0 rgb(0 0 0 / 6%);
  border-radius: 0 0 12px 12px;
  padding-top: 0;
}

.currentOpeningListMainWrap li:first-child .jobOpeningListMainInsideWraper {
  padding-top: 25px;
  border-top: solid 1px #7070704d;
}

.noResult {
  display: none;
}

.currentOpeningListMainWrap .firstPostTopSctnMain {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #7070704d;
  padding: 0 30px 15px 30px;
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 500;
}

.currentOpeningListMainWrap .lft {
  margin: 0 15px 0 0;
}

.jobOpeningListMainInsideWraper {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.jobOpeningListCntntWraper {
  width: 80%;
  margin: 0 25px 0 0;
}

.jobOpeningListCntntWraper h3 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.jobOpeningListCntntWraper p {
  color: #3c3c3c;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.normalBtn {
  min-width: 100px;
  max-width: max-content;
  border-radius: 6px;
  background-color: #3f30ff;
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s;
  color: #fff;
  padding: 5px 15px;
  display: block;
  text-align: center;
}

.normalBtn:hover {
  background-color: #fc8b54;
  color: #fff;
  transition: 0.5s;
}

.jobListFilterMainWrap .noDataMainWrap {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  font-weight: 500;
  color: #000;
  font-size: 22px;
}

.jobListFilterMainWrap .jobListPaginationNav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0 0;
}

.jobListFilterMainWrap .pagination {
  margin: 0;
  padding: 0;
}

.jobListFilterMainWrap .pagination li a {
  padding: 5px 10px;
  background: transparent;
  color: #000;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 400;
}

.jobListFilterMainWrap .pagination li.active a {
  background: #3f30ff;
  color: #fff;
  font-weight: bold;
  padding: 5px 12px;
}

.jobListFilterMainWrap .pagination li.disabled a {
  background: transparent;
  padding: 0 10px;
  line-height: 0;
}

.jobListFilterMainWrap .paginationNavArrow {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 22px;
  line-height: 0;
  color: #000;
}

.jobListFilterMainWrap .wp-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.jobListFilterMainWrap .wp-pagination a {
  padding: 5px 10px;
  background: transparent;
  color: #000;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 400;
  font-size: 20px;
}

.jobListFilterMainWrap .wp-pagination span.current {
  background: #3f30ff;
  color: #fff;
  font-weight: bold;
  padding: 5px 16px;
  border-radius: 6px;
  font-size: 20px;
}

.jobListFilterMainWrap .wp-pagination .prev,
.jobListFilterMainWrap .wp-pagination .next {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 30px;
  line-height: 0;
  color: #000;
}

.jobApplicationFormMainWrap .commonBottomBorderForm {
  width: 60%;
  margin: 50px auto 0 auto;
}

.commonBottomBorderForm .pi-form-control {
  border-bottom: 2px solid #ffffffb5;
  padding: 15px;
  height: auto;
}

.commonBottomBorderForm .pi-form-control::placeholder {
  color: #fff;
}

.commonBottomBorderForm .fieldColWraper {
  margin: 0 0 35px 0;
}

.commonBottomBorderForm .textareaFieldWrapper textarea {
  height: 110px;
  resize: none;
}

.commonBottomBorderForm .fileUploaderWrapper {
  position: relative;
}

.commonBottomBorderForm .fileUploaderWrapper .resume-file {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.commonBottomBorderForm .fileUploaderWrapper input {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.commonBottomBorderForm .fileUploaderWrapper label {
  cursor: pointer;
  display: block;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 15px;
  background-color: #ffffff1a;
  border: 2px dashed #f5f5f5;
  text-align: center;
}

.commonBottomBorderForm .fileUploaderWrapper img {
  margin: 0 auto 15px auto;
  width: 35px;
  display: block;
}

.commonBottomBorderForm .fileUploaderWrapper span {
  display: block;
  font-size: 14px;
  margin: 5px 0 0 0;
  color: #d3d3d3;
}

.formSubmitBtnWithArrow button {
  padding: 10px 25px;
  border-radius: 5px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 600;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  min-width: 180px;
  transition: 0.4s;
}

.commonBottomBorderForm .formSubmitBtnWithArrow button img {
  display: none;
}

.formSubmitBtnWithArrow button span {
  position: relative;
}

.formSubmitBtnWithArrow button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 15px;
  height: 15px;
  background-image: url(./images/right-arrow.png);
  background-repeat: no-repeat;
  transform: translate(0, -45%);
  background-size: contain;
  transition: 0.4s;
}

.formSubmitBtnWithArrow button:hover {
  background-color: #fff;
  color: #3f30ff;
  transition: 0.4s;
}

.formSubmitBtnWithArrow button:hover span::after {
  background-image: url(./images/right-arrow-blue.png);
  transition: 0.4s;
}

.formSubmitBtnWithArrow {
  width: fit-content;
  position: relative;
}

.formSubmitBtnWithArrow .fa-spin {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  font-size: 25px;
  color: #fff;
  line-height: 50px;
  pointer-events: none;
}

.formSubmitBtnWithArrow:hover .fa-spin {
  color: #3f30ff;
}

.formSubmitBtnBlueBg:hover .fa-spin {
  color: #fff;
}

form.submitting .formSubmitBtnWithArrow .fa-spin {
  display: block !important;
}

form.submitting .formSubmitBtnWithArrow button {
  padding: 10px 65px 10px 25px;
}

.commonBottomBorderForm .fieldColWraper.textareaFieldWrapper {
  margin: 0 0 22px 0;
}

.jobApplicationFormMainWrap form .wpcf7-response-output,
.jobApplicationFormMainWrap form .wpcf7-not-valid-tip {
  border: none;
  text-shadow: none !important;
  background: #ececec;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  color: #c32e2e;
  margin: 15px 0 0 0;
}

.jobApplicationFormMainWrap form .fileUploaderWrapper .wpcf7-not-valid-tip {
  bottom: -22px;
  position: absolute;
  width: calc(100% - 28px);
  left: 15px;
}

.jobApplicationFormMainWrap form .wpcf7-response-output::after,
.jobApplicationFormMainWrap form .wpcf7-not-valid-tip::after {
  content: "";
  position: absolute;
  display: block;
  border: solid;
  top: -13px;
  border-color: #0000 #0000 #ececec #0000;
  border-width: 7px 6px;
  z-index: 0;
}

.jobApplicationFormMainWrap form.sent .wpcf7-response-output {
  color: green;
}

.jobApplicationFormMainWrap input:-webkit-autofill,
.jobApplicationFormMainWrap input:-webkit-autofill:hover,
.jobApplicationFormMainWrap input:-webkit-autofill:focus,
.jobApplicationFormMainWrap input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

/* end Careers page */

/* start Careers page details */

.jobOpeningDetailsPageCntntWrap h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px 0;
}

.jobOpeningDetailsPageCntntWrap h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}

.jobOpeningDetailsPageCntntWrap p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin: 0 0 10px 0;
}

.jobOpeningDetailsPageCntntWrap .topMainHeadingWrap {
  width: 70%;
  margin: 0 0 55px 0;
}

.jobOpeningDetailsPageCntntWrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jobOpeningDetailsPageCntntWrap .workingDetails li {
  width: 50%;
  margin: 0 0 40px 0;
}

.jobOpeningDetailsPageCntntWrap .workingDetails ul {
  display: flex;
  flex-wrap: wrap;
}

.jobOpeningDetailsPageCntntWrap .workingDetails {
  display: flex;
}

.jobOpeningDetailsPageCntntWrap .workingDetails .lftSctn {
  width: calc(100% - 220px);
}

.jobOpeningDetailsPageCntntWrap .workingDetails .rghtSctn {
  width: 220px;
}

.jobOpeningDetailsPageCntntWrap .workingDetails .rghtSctn .pitangent__primary-btn {
  width: 100%;
  max-width: 100%;
}

.jobOpeningDetailsPageCntntWrap .jobRequirementsListWrap {
  margin: 0 0 50px 0;
}

.jobOpeningDetailsPageCntntWrap .jobRequirementsListWrap:last-child {
  margin: 0 0 10px 0;
}

.jobOpeningDetailsPageCntntWrap .jobRequirementsCntntWrap {
  margin: 0 0 55px 0;
}

.jobOpeningDetailsPageMainWrap .pitangent__primary-btn {
  cursor: pointer;
  min-width: 220px;
}

.jobOpeningDetailsPageMainWrap .pitangent__primary-btn .btn__text {
  color: #fff;
}

.jobOpeningDetailsPageMainWrap .lifeAtPitangentSctn {
  text-align: center;
  color: #000;
}

.jobOpeningDetailsPageMainWrap .lifeAtPitangentSctn .pitangent__primary-btn {
  margin: 30px auto 0 auto;
}

/* start job apply modal */

.jobApplyModalMainWrap {
  padding-right: 0 !important;
}

.jobApplyModalMainWrap .modal-header {
  border: none;
  padding: 30px;
}

.jobApplyModalMainWrap .modal-header h3 {
  color: #000;
  font-weight: 600;
  font-size: 25px;
}

.jobApplyModalMainWrap .close {
  font-size: 35px;
  font-weight: 400;
  color: #000;
  opacity: 1;
  outline: none !important;
}

.jobApplyModalMainWrap .modal-dialog {
  max-width: 80%;
  margin: 55px auto;
}

.jobApplyModalMainWrap .modal-content {
  border-radius: 10px;
}

.jobApplyModalMainWrap .modal-body {
  padding: 15px 30px 30px 30px;
}

.greyFieldWithTopLabelFormWrap .fieldColWraper {
  margin: 0 0 30px 0;
}

.greyFieldWithTopLabelFormWrap label {
  font-weight: 500;
  color: #000;
  margin: 0 0 10px 5px;
}

.greyFieldWithTopLabelFormWrap input,
.greyFieldWithTopLabelFormWrap textarea,
.greyFieldWithTopLabelFormWrap select {
  width: 100%;
  border-radius: 6px;
  background-color: #f1f1f1;
  border: none !important;
  padding: 12px 15px;
  outline: none !important;
}

.greyFieldWithTopLabelFormWrap .formCustomUploadCntntBox,
.commonBottomBorderForm .formCustomUploadCntntBox {
  height: 250px;
  position: relative;
}

.greyFieldWithTopLabelFormWrap .formCustomUploadCntntBox .wpcf7-form-control-wrap,
.commonBottomBorderForm .formCustomUploadCntntBox .wpcf7-form-control-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}

.greyFieldWithTopLabelFormWrap .formCustomUploadCntntBox input,
.commonBottomBorderForm .formCustomUploadCntntBox input {
  height: 100%;
}

.greyFieldWithTopLabelFormWrap .formCustomUploadCntntBox .customFileUploadLabel {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.fileUploaderDashedBorderWrapper .cv-resume-file {
  width: calc(100% - 30px);
  height: 100%;
  overflow: hidden;
  position: absolute;
  margin: 0;
}

.fileUploaderDashedBorderWrapper input {
  width: 100%;
  height: calc(100% - 35px);
  opacity: 0;
}

.fileUploaderDashedBorderWrapper .customFileUploadLabel {
  cursor: pointer;
  display: block;
  border-radius: 8px;
  color: #444141;
  font-size: 20px;
  font-weight: 500;
  padding: 35px 15px;
  background-color: #ffffff1a;
  border: 2px dashed #9b9a9a;
  text-align: center;
  margin: 0;
}

.fileUploaderDashedBorderWrapper img {
  margin: 0 auto 12px auto;
  width: 40px;
  display: block;
}

.fileUploaderDashedBorderWrapper span {
  display: block;
  font-size: 14px;
  margin: 5px 0 0 0;
  color: #d3d3d3;
}

.fileUploaderDashedBorderWrapper .wpcf7-not-valid-tip {
  margin: 8px 0 0 0;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  color: #dc3232;
}

.formSubmitBtnBlueBg button {
  background-color: #3f30ff;
}

.formSubmitBtnBlueBg button:hover {
  background-color: #fc8b54;
  color: #fff;
}

.jobApplyModalMainWrap .formSubmitBtnWithArrow button img {
  display: none;
}

.formSubmitBtnBlueBg button:hover span::after {
  background-image: url(./images/right-arrow.png);
}

.greyFieldWithTopLabelFormWrap .wpcf7-not-valid-tip {
  margin: 8px 0 0 0;
  font-size: 14px;
}

.jobApplyModalMainWrap form .wpcf7-response-output {
  border: none;
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 14px;
}

.jobApplyModalMainWrap form.invalid .wpcf7-response-output,
.jobApplyModalMainWrap form.failed .wpcf7-response-output {
  color: #dc3232;
}

.jobApplyModalMainWrap form.sent .wpcf7-response-output {
  color: green;
}

.customSelectBoxMain .btn-group {
  width: 100%;
}

.customSelectBoxMain .btn-group * {
  font-family: "Montserrat", sans-serif !important;
}

.customSelectBoxMain .custom-select {
  height: auto;
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-bottom: 2px solid #ffffff61;
  border-radius: 0;
  background-color: #0000;
  background-image: url('images/dropdownFillIconGrey.png');
  background-size: 16px;
  color: #ffffffc4;
  font-size: 18px;
  color: #fefefe;
}

.greyFieldWithTopLabelFormWrap .customSelectBoxMain .custom-select {
  border-radius: 6px;
  background-color: #f1f1f1;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
}

.customSelectBoxMain .custom-select:focus {
  border-color: #ffffff61;
  box-shadow: none;
}

.customSelectBoxMain .custom-select .multiselect-selected-text {
  white-space: nowrap;
}

.customSelectBoxMain .single-select-container .dropdown-menu {
  top: 8px !important;
  width: 100%;
  padding: 10px 0 10px;
  border: none;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 4px 6px 15px #111f788f;
  transform: translate3d(0px, 45px, 0px) !important;
}

.customSelectBoxMain .single-select-container .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 8px solid #0000;
  border-right: 8px solid #0000;
  border-bottom: 8px solid #fff;
  border-top: 0;
  position: absolute;
  top: -7px;
  left: 15px;
}

.customSelectBoxMain .multiselect-option .form-check {
  position: relative;
  white-space: initial;
}

.customSelectBoxMain .multiselect-option .form-check::after {
  content: '\f00c';
  content: '';
  position: absolute;
  right: 9px;
  top: 15%;
  display: inline-block;
  width: 14px;
  height: 9px;
  border: 2px solid #0fc01a;
  border-top-width: 0;
  border-right-width: 0;
  transform: rotate(335deg);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.1s ease;
}

.customSelectBoxMain .multiselect-option.active .form-check::after {
  opacity: 1;
  transform: rotate(320deg);
}

.customSelectBoxMain .multiselect-container .multiselect-option {
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.customSelectBoxMain .multiselect-container .multiselect-option label {
  margin: 0;
}

.customSelectBoxMain .multiselect-container .multiselect-option .form-check {
  padding-right: 2.25rem;
}

.customSelectBoxMain .multiselect-container .multiselect-option:hover,
.customSelectBoxMain .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: #3f30ff24 !important;
  background-color: #776cff24 !important;
}

.customSelectBoxMain .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback) {
  background-color: #3f30ff24;
  background-color: #776cff24;
}

.customSelectBoxMain .multiselect-container .multiselect-option.active:hover,
.customSelectBoxMain .multiselect-container .multiselect-option:focus {
  background-color: #3f30ff24 !important;
  background-color: #776cff24 !important;
}

.jobApplyModalMainWrap .formHrBorderGap {
  margin: 25px 15px 45px 15px;
  width: calc(100% - 30px);
}

.jobApplyModalMainWrap .formBottomPara {
  margin: 0 0 50px 0;
  font-size: 16px;
}

.jobApplyModalOpen {
  overflow: hidden !important;
}


/* end job apply modal */


/* end Careers page details */

/* start thank you page */

.thankyouPage__page-banner .inner__page-banner-contents-wrapper {
  display: none;
}

.thankYouPageContentWrap {
  text-align: center;
  line-height: 35px;
}

.thankYouPageContentWrap h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000 !important;
  margin: 0 0 15px 0;
}

.thankYouPageContentWrap h3 {
  font-size: 16px;
  line-height: 25px;
  color: #000 !important;
}

/* end thank you page */

/* ``````````````````--------- Know us pages end --------- ``````````````````*/

/* Blog page design issue start */

.pats-single-blog-section .single-post__body .pitangent__primary-btn {
  color: #ffffff;
  text-decoration: none !important;
}

.pats-single-blog-section .single-post__body .pitangent__primary-btn:hover {
  text-decoration: none !important;
}

.pats-single-blog-section .single-post__body .pitangent__primary-btn .btn__text {
  font-weight: 500;
}

.pats-single-blog-section .single-post__header .postAuthorAVatar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  margin: -5px 0 0 10px;
  box-shadow: 0 0 10px #c1c1c1;
}

/* Blog page design issue end */

@media screen and (max-width: 1200px) {
  .get-free-quote-modal .career-modal-dialog {
    margin-top: 140px;
  }

  .get-free-quote-modal .career-title {
    font-size: 20px;
  }

  .get-free-quote-modal .career-email {
    color: #007bff;
    font-weight: 500;
    font-size: 25px;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
    padding-left: 10px;
  }

  #wide-range-box h2 {
    font-size: 32px;
  }

  #cat-pan-lft h2 {
    font-size: 1.8rem;
  }

  #custom_beauty_salon_explore-section .elementor-icon-box-description {
    font-size: 16px;
  }

  #wide-range-box h2 {
    font-size: 28px;
  }

  #range-right .elementor-widget-wrap.elementor-element-populated {
    margin-left: 50px;
  }

  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -48px;} */
  #choose-beauty .elementor-icon svg,
  #care-application .elementor-icon svg {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 1140px) {
  #wide-range-box h2 {
    font-size: 28px;
  }

  #custom_beauty_salon_explore-section .elementor-icon-box-description {
    font-size: 15px;
  }

  #features-hd {
    font-size: 28px;
  }

  #care-solution-tabs .elementor-tab-title {
    font-size: 18px;
  }

  #modern-features .section-info {
    font-size: 22px;
  }

  #wide-range-box h2 {
    font-size: 26px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 1098px) {

  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -62px;} */
  #modern-features .section-info {
    font-size: 20px;
  }
}

@media screen and (max-width: 1089px) {
  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -63px;} */
}

@media screen and (max-width: 1088px) {
  #custom_beauty_salon_explore-section .elementor-column.elementor-col-50 {
    width: 100%;
  }

  #custom_beauty_salon_explore-section {
    background: #f8f8f8;
  }

  #custom_beauty_salon_explore-section .elementor-widget-wrap.elementor-element-populated {
    margin-left: 0;
    margin-right: 0;
  }

  #wide-range-box .elementor-widget-container {
    margin-left: 0;
    margin-top: 40px;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
    padding-left: 0;
  }

  /* #cat-pan-lft .elementor-widget-wrap.elementor-element-populated{ padding: 50px 50px 0 50px;} */
  #choose-beauty .elementor-icon svg,
  #care-application .elementor-icon svg {
    width: 100px;
    height: 100px;
  }

  #modern-features .section-info {
    font-size: 18px;
  }

  #wide-range-box h2 {
    font-size: 24px;
    line-height: 1.2em;
  }

  #modern-features h3.elementor-icon-box-title,
  #choose-beauty h3.elementor-icon-box-title,
  #care-application h3.elementor-icon-box-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #custom_beauty_salon_explore-section .elementor-icon svg {
    width: 32px;
    height: 32px;
  }

  #features-hd,
  #modern-features .section-info {
    text-align: left;
  }

  #modern-features .section-info {
    font-size: 17px;
  }
}

@media screen and (max-width: 1018px) {
  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -65px;} */
  /* #custom_beauty_salon_explore-section .elementor-icon svg{ width: 2em; height: 2em;} */
}

@media screen and (max-width: 992px) {

  #cat-pan-lft h2 {
    font-size: 1.5rem;
  }

  /* #panel-tabs .elementor-tabs-content-wrapper ul li{ font-size: 14px;} */
  #wide-range-box h2 {
    font-size: 26px;
  }

  .life_at_pitangent__page-banner.inner__page-banner .inner__page-banner-btn {
    min-width: 200px;
    font-size: 18px;
  }

  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -60px;} */
}

@media screen and (max-width: 959px) {
  #cat-panel h2.elementor-heading-title {
    font-size: 24px;
  }

  /* #panel-tabs .elementor-tabs-content-wrapper ul li{ font-size: 12px;} */
  #choose-beauty .elementor-icon svg,
  #care-application .elementor-icon svg {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 815px) {
  .get-free-quote-modal .career-title {
    font-size: 17px;
  }

  .get-free-quote-modal .career-email {
    color: #007bff;
    font-weight: 500;
    font-size: 20px;
  }

  #modern-features .elementor-widget-wrap.elementor-element-populated {
    margin-left: 0;
    margin-right: 0;
  }

  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -58px;} */
}

@media screen and (max-width: 768px) {
  .get-free-quote-modal .modal-career-header {
    margin: 30px 0;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    border: none;
    background: #fff;
  }

  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: 0;} */
  #explore-left .elementor-icon-box-wrapper,
  #wide-range-box p,
  #wide-range-box,
  .custom_beauty_salon_explore-item .elementor-widget-container .elementor-icon-box-wrapper,
  #features-hd,
  #modern-features .section-info,
  #modern-features .elementor-widget-container .elementor-icon-box-wrapper,
  #journey-ach .elementor-widget-container .elementor-icon-box-wrapper {
    text-align: center !important;
  }

  .custom_beauty_salon_explore-item .elementor-icon-box-title,
  .custom_beauty_salon_explore-item .elementor-icon-box-description {
    padding-left: 0;
  }

  .custom_beauty_salon_explore-item .elementor-widget-container .elementor-icon-box-icon {
    position: inherit;
  }
}

@media screen and (max-width: 767px) {
  .life_at_pitangent__page-banner.inner__page-banner .inner__page-banner-btn {
    min-width: 220px;
  }

  #cat-pan-lft .elementor-widget-wrap.elementor-element-populated {
    background-image: none;
  }

  #cat-panel #cat-pan-lft .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px 10px 0 0;
  }

  #panel-tabs .elementor-tab-title.elementor-active {
    border-radius: 10px 10px 0 0;
  }

  #panel-tabs .elementor-tab-title {
    border: 1px solid #8294ff;
    position: relative;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    padding: 15px 12px;
    border-radius: 10px;
  }

  #panel-tabs .elementor-tab-title:after {
    content: "+";
    position: absolute;
    right: 3%;
    top: 16%;
    font-size: 22px;
    position: absolute;
  }

  #panel-tabs .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    background: none;
  }

  #panel-tabs .elementor-tab-title.elementor-active:after {
    content: "_";
    position: absolute;
    right: 3%;
    top: 14%;
    font-size: 22px;
    line-height: 1em;
  }

  #panel-tabs .elementor-tab-title {
    background: none;
    border: 1px solid #8294ff;
    border-radius: none;
  }

  #panel-tabs .elementor-tabs-wrapper {
    display: none;
  }

  #cat-panel .elementor-container {
    box-shadow: none;
  }

  #cat-panel #cat-pan-lft .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px 10px 0 0;
    text-align: center;
  }

  #cat-pan-right .elementor-widget-wrap.elementor-element-populated {
    border: none;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 0;
    border-top: none;
    padding: 30px 30px 10px 30px;
    border-radius: 0 0 10px 10px;
  }

  #panel-tabs .elementor-tabs-content-wrapper {
    padding: 50px 30px;
    background: #425cfe;
    border: none;
    border-radius: 0 0 10px 10px;
  }

  /* #custom_beauty_salon_explore-section .elementor-icon svg{ width: 2em; height: 2em;} */
  #explore-left .elementor-widget-wrap.elementor-element-populated {
    padding-top: 30px;
  }

  #choose-beauty .elementor-icon svg,
  #care-application .elementor-icon svg {
    width: 80px;
    height: 80px;
  }

  #cat-panel {
    padding-top: 75px;
  }
}

@media screen and (max-width: 500px) {
  .get-free-quote-modal .career-modal-content-inner {
    padding-bottom: 0;
    justify-content: center;
  }

  #panel-tabs .elementor-tabs-content-wrapper ul li {
    width: 100%;
  }

  .get-free-quote-modal .career-email {
    font-size: 18px;
  }
}

/*================ Beauty salon - END ================*/

/*================ Care application page - START ================*/
.care-application__page-banner {
  background-color: #eaeef7;
  background-position: 97% bottom;
  background-size: 45%;
  background-position: 97%;
}

.care-application__page-banner {
  background-size: 34%;
  background-position: 87% bottom;
}

.care-application__page-banner .inner__page-banner-contents {
  width: auto;
  min-width: initial;
  max-width: none;
  max-width: 430px;
}

.ind-tabs ul {
  padding: 30px 0 15px;
  margin: 0;
  text-align: center;
}

.care-app-tabs div.ind-tabs:last-child ul {
  margin-bottom: 0;
}

.ind-tabs ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 19%;
  color: #000;
  margin-bottom: 40px;
  font-family: "Montserrat";
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0.9s;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
}

.ind-tabs ul li img {
  margin-bottom: 15px;
  width: 100px;
  height: auto;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.care-app-types-heading-section .section-heading>.elementor-widget-container,
.caregiving-bsnss-heading-section .section-heading>.elementor-widget-container {
  line-height: 1.5;
}

.care-app-top-features-section .section-heading>.elementor-widget-container,
#journey-ach .jrn-ach-left .section-heading>.elementor-widget-container {
  line-height: 1.3;
}

.caregiving-bsnss-section .section-info-text>.elementor-widget-container,
.care-app-top-features-tabs-section .cst-features>.elementor-widget-container {
  line-height: 1.8;
}

.care-app-top-features-section .section-info-text>.elementor-widget-container {
  line-height: 1.88;
}

.ind-tabs h4 {
  color: #3f30ff;
  font-weight: bold;
}

#care-solution-tabs .elementor-tab-content {
  border-top: 1px solid #ccc;
  padding: 30px;
  padding-top: 50px;
}

#care-solution-tabs .elementor-tab-title {
  padding: 30px 4%;
}

#care-solution-tabs .elementor-tab-title.elementor-active {
  font-weight: 700;
}

.care-application__page-banner .inner__page-banner-contents {
  max-width: 52%;
}

.care-application__page-banner .inner__page-banner-contents .page__title {
  font-size: 36px;
}

#caregiving-business .hglt-txt .elementor-widget-container p {
  color: #3f30ff;
}

#caregiving-img img {
  width: 70%;
}

.cst-features {
  font-weight: 500;
  line-height: 1.8rem;
}

.cst-features strong {
  color: #3F30FF;
  font-size: 22px;
  font-weight: 600;
}

.care-application__page-banner .inner__page-banner-contents .page__info {
  color: #100e0e;
}

#caregiving-business .hglt-txt .elementor-widget-container p {
  font-weight: 500;
}

#top-features .section-info,
#journey-ach .section-info {
  color: rgba(0, 0, 0, .62);
}

@media screen and (max-width: 1200px) {
  .care-application__page-banner .inner__page-banner-contents-wrapper {
    padding: 8.563rem 0 5.25rem;
  }

  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 26px;
  }

  .ind-tabs ul li img {
    width: 58%;
    max-width: 99px;
  }

  .cst-features strong {
    font-size: 23px;
  }
}

@media screen and (max-width: 1024px) {
  #care-application .elementor-widget-wrap .elementor-widget-container {
    padding: 0 7%;
  }

  #jrn-ach-right .elementor-widget-wrap .elementor-widget-container {
    padding-bottom: 10px;
  }

  #caregiving-img img {
    width: 94%;
  }
}

@media screen and (max-width: 992px) {
  .care-application__page-banner {
    background-image: none !important;
  }

  .care-application__page-banner .inner__page-banner-contents {
    max-width: 100%;
    width: 100%;
  }

  #care-solution-tabs .elementor-tab-title {
    font-size: 18px;
    padding: 20px 2.5%;
  }
}

@media screen and (max-width: 900.99px) {
  .ind-tabs ul li {
    width: 18.5%;
    margin-bottom: 30px;
  }

  #caregiving-business .elementor-widget-container br,
  #types-of-care .elementor-widget-container br {
    display: none;
  }

  #care-solution-tabs .elementor-tab-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.99px) {
  #caregiving-img img {
    width: 100%;
    max-width: 385px;
  }

  .ind-tabs ul li {
    width: 32%;
  }

  #journey-ach .elementor-widget-wrap.elementor-element-populated {
    margin-left: 0;
    margin-right: 0;
  }

  #journey-ach .elementor-widget-image {
    margin-bottom: 40px;
  }

  #caregiving-img .elementor-widget-container {
    text-align: center;
  }

  #care-solution-tabs .elementor-tab-title {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 4%;
    margin-bottom: 0;
    position: relative;
  }

  #care-solution-tabs .elementor-tab-title:after {
    content: "+";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #care-solution-tabs .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    background: none;
  }

  #care-solution-tabs .elementor-tab-title.elementor-active:after {
    content: "-";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #care-solution-tabs .elementor-tab-content {
    border: none;
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .ind-tabs ul li img {
    width: 80px;
  }

  /* #caregiving-business{ padding-bottom: 0; text-align: center;} */
  #caregiving-business a.pitangent__primary-btn {
    margin: 0 auto;
  }

  /* #caregiving-img{ margin-top: 50px;} */
  #top-features p br {
    display: none;
  }

  .cst-features strong {
    font-size: 20px;
  }

  #types-of-care .section-heading br,
  #caregiving-business .section-heading br,
  #top-features .section-heading br,
  #journey-ach .section-heading br {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .ind-tabs ul li {
    width: 32%;
  }

  .ind-tabs ul li img {
    width: 70px;
  }

  .life_at_pitangent__page-banner.inner__page-banner .page__title {
    font-size: 30px;
    line-height: 1.5;
  }


}

@media screen and (max-width: 499.99px) {
  .ind-tabs ul li {
    width: 46%;
  }

  .ind-tabs ul li img {
    width: 50px;
  }
}

/*================ Care application page - END ================*/
/* =======================
By Avi - end
========================== */


/* start healthcare page */

.healthcareCounterSctnWrap .elementor-counter-title {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  margin: 15px 0 0 0;
}

/* end healthcare page */

/* start data analytics page css */

.shadowImgTextBoxWrap {
  border-radius: 10px;
  box-shadow: 0 3px 30px 0 rgb(0 0 0 / 11%);
  padding: 15px;
  height: 100%;
  text-align: center;
  transition: 0.4s;
}

.variousDomainListWrap {
  display: block;
}

.variousDomainListWrap .shadowImgTextBoxWrap img {
  height: 150px;
  margin: 0 0 25px 0;
}

.variousDomainListWrap .shadowImgTextBoxWrap {
  box-shadow: none;
  transition: 0.4s;
  margin: 12px 0;
  position: relative;
}

.variousDomainListWrap .shadowImgTextBoxWrap:hover .overlayHoverTxt {
  transition: 0.4s;
  opacity: 1;
}

.variousDomainListWrap .overlayHoverTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b0;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}

.variousDomainListWrap .overlayHoverTxt i {
  font-size: 25px;
}

.variousDomainListWrap .shadowImgTextBoxWrap h3 {
  font-weight: 600;
  color: #5f5f5f;
}

.variousDomainListWrap .overlayHoverTxt h3 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 500;
}

/* .variousDomainListWrap .shadowImgTextBoxWrap:hover h3 {
   color: #000;
} */

.variousDomainListWrap a,
.variousDomainListWrap a:hover {
  color: inherit;
}

.variousDomainModalMainWrap .modal-dialog {
  max-width: 95%;
}

.variousDomainModalMainWrap .modal-content {
  border-radius: 20px;
  padding: 25px 30px 40px;
  background-color: #f5f7fa;
}

.variousDomainModalMainWrap .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #3f30ff30;
  background-color: #3f30ff24;
}

.variousDomainModalMainWrap .close span {
  text-shadow: none;
  font-weight: 300;
  color: #3f30ffa6;
  font-size: 35px;
}

.variousDomainModalMainWrap .headerWrap h2 {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  margin-bottom: 35px;
}

.variousDomainModalMainWrap .shadowImgTextBoxWrap {
  padding: 20px;
  text-align: left;
  background: #fff;
}

.variousDomainModalMainWrap h3 {
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.pats-page .dataScienceIconBoxMainWrap.vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(4),
.pats-page .dataScienceIconBoxMainWrap.vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(5),
.pats-page .dataScienceIconBoxMainWrap.vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(6) {
  margin-bottom: 4.0625vw !important;
}

.pats-page .dataScienceIconBoxMainWrap.vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(7),
.pats-page .dataScienceIconBoxMainWrap.vertical-icon-box-card-section--common .vertical-icon-box-card.last {
  margin-bottom: 0 !important;
}

.shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap,
.shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap.elementor-element {
  width: calc(50% - 20px);
  margin: 0 10px;
}

.shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap .elementor-icon {
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgb(0 0 0 / 6%);
  background-color: #fff;
}

.dataAnalyticsInfoSctn .img-wdgt img {
  width: 100%;
}

.dataAnalyticsLearnSection .modelStepSctnWIthArrowBox .elementor-image-box-img {
  margin-left: -12px !important;
}

.dataAnalyticsLearnSection .modelStepSctnWIthArrowBox.thirdImgBox .elementor-image-box-img {
  margin-left: -15px !important;
}

.dataAnalyticsLearnSection .modelStepSctnWIthArrowBox.forthImgBox .elementor-image-box-img {
  margin-left: -22px !important;
}

/* end data analytics page css */

/* start stepper form Jan-30 */
.iti__arrow {
  margin-left: 6px !important;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px !important;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

/* .stepperFormMainWrap {
   margin-top: 25px !important;
} */
.stepperFormStepBar {
  padding: 0;
}

.stepperFormStepBar {
  overflow: hidden;
  color: lightgrey;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 95px;
  margin: 17px auto 0 !important;
}

.stepperFormStepBar::after {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #c7c7c740;
}

.stepperFormStepBar li {
  list-style-type: none;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  text-align: center;
  z-index: 1;
}

.stepperFormStepBar li .stepDotBox {
  display: flex;
  align-items: center;
  padding: 0 5px;
  background: #fff;
  color: #000;
  font-weight: 500;
}

.stepperFormMainWrap .stepperFormStepBar li .stepDotBox:after {
  left: 15px;
}

.stepperFormMainWrap .stepperFormStepBar li:first-child .stepDotBox:after {
  left: 5px;
}

.stepperFormStepBar li:first-child .stepDotBox {
  padding-left: 0;
}

.stepperFormStepBar li:last-child .stepDotBox {
  padding-right: 0;
}

.stepperFormStepBar li .stepDotBox:before {
  content: "";
  width: 10px;
  height: 10px;
  line-height: 0;
  display: block;
  /* font-size: 20px; */
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  /* padding: 2px;
   margin-right: 8px; */
}

/* .stepperFormStepBar li .stepDotBox:after {
   content: '';
   width: 10px;
   height: 10px;
   position: absolute;
   top: 5px;
   left: 5px;
   border-radius: 50%;
   background: #fff !important;
   z-index: 1;
} */
.stepperFormStepBar li.active .stepDotBox:before,
.stepperFormStepBar li.active .stepDotBox:after {
  background: #4456ED;
}

.stepperFormStepBar li.finish .stepDotBox:after {
  content: "\f00c";
  font-family: "FontAwesome";
  background: transparent !important;
  position: absolute;
  top: 5px;
  left: 14px !important;
  z-index: 1;
  color: #fff;
  font-size: 12px;
}

.stepperFormStepBar li.finish:first-child .stepDotBox:after {
  left: 4px !important;
}

.stepperFormHeading h2 {
  padding: 30px 0 12px 0;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px !important;
}

.stepperFormHeading p {
  color: #7c7c7c;
}

/* .stepperForm .stepperFormCntntWrapper {
   padding: 25px 0 0 0;
} */
.stepperForm .stepperFormCntntWrapper fieldset {
  padding: 0;
}

.stepperForm fieldset:not(:first-of-type) {
  display: none
}

.stepperForm .stepperFormField {
  padding: 12px 0;
}

.stepperForm .stepperFormField label {
  margin: 0 0 12px 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.stepperForm .stepperFormField label span {
  color: #7c7c7c;
}

.stepperForm .stepperFormField .requiredStar {
  color: red;
}

.stepperForm input,
.stepperForm textarea,
.stepperForm select {
  padding: 10px 15px;
  width: 100%;
  font-size: 15px;
  border-radius: 5px;
  border: solid 1px #e2e2e2;
  background-color: #fff;
  resize: none;
  color: #000;
}

.stepperForm select,
.stepperForm select option[value=""] {
  color: #7c7c7c;
}

.stepperForm select option {
  color: #000;
}

.stepperForm input:focus,
.stepperForm textarea:focus,
.stepperForm select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.stepperForm input:focus,
.stepperForm textarea:focus,
.stepperForm select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #b58cff;
  outline-width: 0
}

.stepperForm input::placeholder,
.stepperForm textarea::placeholder,
.stepperForm select::placeholder {
  color: #7c7c7c;
}

.lastStepMainWrap .stepFormButtonWrapperMain {
  display: flex;
}

.stepperForm .stepFormButtonWrapperMain {
  display: flex;
}

.stepperForm .formPrimaryButton {
  color: white;
  border: 0 none;
  cursor: pointer;
  min-width: 120px;
  padding: 12px 15px;
  margin: 15px 8px 0 0;
  border-radius: 6px;
  border: 2px solid #3f30ff;
  background-color: #3f30ff;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.3s;
}

.stepperForm input.formPrimaryButton {
  color: white;
  border: 0 none;
  cursor: pointer;
  min-width: 120px;
  padding: 12px 15px;
  margin: 15px 8px 0 0;
  border-radius: 6px;
  border: 2px solid #3f30ff;
  background-color: #3f30ff;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.3s;
  width: fit-content;
}

.stepperForm input.formPrimaryButton:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.stepperForm input.formPrimaryButton:disabled:hover {
  background-color: #3f30ff;
  border: 2px solid #3f30ff;
}

.stepperForm .formPrimaryButton:hover,
.stepperForm .formPrimaryButton:focus {
  border: 2px solid #fc8b54;
  background-color: #fc8b54;
  transition: 0.3s;
}

.stepperForm .formPrimaryBorderButton {
  color: #3f30ff;
  border: 2px solid #3f30ff;
  cursor: pointer;
  min-width: 120px;
  padding: 12px 15px;
  margin: 15px 8px 0 0;
  border-radius: 6px;
  background-color: transparent;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.3s;
}

.stepperForm .formPrimaryBorderButton:hover,
.stepperForm .formPrimaryBorderButton:focus {
  background-color: #fc8b54;
  color: #fff;
  border: 2px solid #fc8b54;
  transition: 0.3s;
}

.stepperForm.submitted fieldset:last-child {
  display: block !important;
  opacity: 1 !important;
}

.stepFormButtonWrapperMain button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.stepFormButtonWrapperMain button:disabled:hover {
  border: 2px solid #3f30ff;
  background-color: #3f30ff;
}

.formErrorMessage {
  color: #f44336;
  margin: 8px 0 0 0 !important;
  font-size: 14px;
}

/* end stepper form Jan-30 */

.autoWidthWhiteCntntBoxMain .elementor-widget-wrap {
  flex-wrap: wrap;
  justify-content: center;
}

.autoWidthWhiteCntntBoxMain .autoWidthWhiteCntntBox {
  width: auto !important;
  margin: 15px;
}

.autoWidthWhiteCntntBoxMain .autoWidthWhiteCntntBox .elementor-widget-container {
  box-shadow: 0 0 15px #00000014;
  border-radius: 10px;
}

.autoWidthWhiteCntntBoxMain .autoWidthWhiteCntntBox .elementor-heading-title {
  font-size: 16px;
  line-height: 28px;
}

.projectListingMainWrap .blog-posts-list__item h6 {
  text-transform: inherit !important;
  font-weight: 400 !important;
}

.projectListingMainWrap .blog-posts-list__item .feature-img-container {
  margin-bottom: 10px !important;
}

/* ======================privacy policy page start ========================= */
.privacyPolicy__page .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner,
.cookiesPolicy__page .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
  background-color: #fff !important;
}

.privacyPolicy__common-section-page>.elementor-container,
.cookiesPolicy__common-section-page>.elementor-container {
  flex-wrap: wrap;
}

.privacyPolicy__common-section-page .elementor-column.common-col,
.cookiesPolicy__common-section-page .elementor-column.common-col {
  width: 80%;
  padding-bottom: 30px;
}

.privacyPolicy__common-section-page .elementor-column.common-col.last-child,
.cookiesPolicy__common-section-page .elementor-column.common-col.last-child {
  margin-bottom: 120px;
}

/* ======================privacy policy page end ========================= */

/* ====================== AI/ML page start ========================= */

.aiServicesSectionWrap .dev__scope-heading p {
  display: flex;
  align-items: center;
  line-height: initial;
  text-align: left;
}

.aiServicesSectionWrap .dev__scope-heading img {
  width: 35px;
  margin-right: 15px;
}

.multipleImgListWithBorder .multiImgListBorderCntnt .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-gap: 0;
  border-top: solid 1px #7070705e;
  border-right: solid 1px #7070705e;
  width: 90% !important;
  margin-left: auto !important;
  background-color: #f8f8f8;
  padding-left: 0 !important;
}

.multipleImgListWithBorder .multiImgListBorderCntnt .imgWrap {
  border-left: solid 1px #7070705e;
  border-bottom: solid 1px #7070705e;
  padding: 20px;
  margin: 0;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multipleImgListWithBorder .multiImgListBorderCntnt .imgWrap img {
  width: 80%;
  filter: grayscale(1);
}

.multipleImgListWithBorder .multiImgListBorderCntnt .noImg img {
  visibility: hidden;
}

.pats-page .aiMlCounterSctn .elementor-element.activity-counter-container {
  margin-bottom: 0 !important;
}

.aiML-horizontal-icon-chips-row-section--common .horizontal-icon-chip {
  height: fit-content;
}

/* ====================== AI/ML page end ========================= */

/* start new contact form */

.zohoContactForm .form-field-error {
  display: none;
}

.zohoContactForm .form-field-error.error {
  display: block;
}

.zohoContactForm input:-webkit-autofill,
.zohoContactForm input:-webkit-autofill:hover,
.zohoContactForm input:-webkit-autofill:focus,
.zohoContactForm input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.zohoContactForm input.btn-form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.zohoContactForm input.btn-form-submit:disabled:hover {
  background-color: #fff;
}

.zohoContactForm input.btn-form-submit {
  min-width: 180px;
}

.inputArrowSubmitBtn {
  position: relative;
  width: fit-content;
}

.inputArrowSubmitBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-32px, -50%);
  height: 15px;
  width: 17px;
  background-image: url(images/right-arrow-blue.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  pointer-events: none;
}

.zohoContactForm .iti--separate-dial-code input[type=tel] {
  padding-left: 90px !important;
}

.noRequireFloatingLabel {
  position: relative;
  margin-bottom: 1.5rem;
}

.noRequireFloatingLabel input+.pi-form-label {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 7px;
  margin-bottom: 0;
  font-size: 18px;
  transition: transform 0.3s ease, top 0.2s ease;
  color: #e3e3e3;
  left: 0 !important;
  top: -15px !important;
  transform: translate(0.625rem, 0) !important;
  font-size: 12px !important;
}

.noRequireFloatingLabel input:placeholder-shown+.pi-form-label {
  top: 0 !important;
  transform: translate(0.625rem, 0.4rem) !important;
  font-size: 18px !important;
}

.noRequireFloatingLabel textarea:placeholder-shown+.pi-form-label {
  top: 0 !important;
  transform: translate(0.625rem, 0.4rem) !important;
  font-size: 18px !important;
}

.noRequireFloatingLabel .pi-form-control:focus+.pi-form-label {
  top: -15px !important;
  transform: translate(0.625rem, 0) !important;
  font-size: 12px !important;
}

.datepicker-dropdown td.old.day {
  pointer-events: none;
}

.zohoContactForm .pi-form-row {
  margin-bottom: inherit !important;
}

.zohoContactForm .pi-form-group {
  margin-bottom: 50px;
}

.zohoContactForm .pi-form-row.last-row {
  margin-bottom: 50px !important;
}

.contactCountriesWrapper .elementor-container {
  flex-wrap: wrap;
  justify-content: center;
}

.contactCountriesWrapper .countryBox {
  padding: 0 20px;
}

.contactCountriesWrapper .countryBox .section-info {
  line-height: inherit !important;
}

.contactCountriesWrapper .countryBox .country-flag img {
  width: 110px;
}

/* end new contact form */

/* start new blog */

.blogListingPg .blog-posts-list__item {
  margin-right: 5% !important;
  flex: 0 0 45% !important;
  max-width: 45% !important;
  margin-bottom: 40px !important;
}

.blogListingCategoryWrap {
  border-radius: 7px;
  border: solid 1px rgba(112, 112, 112, 0.28);
  background-color: #fcfcfc;
  position: sticky;
  top: 100px;
}

.blogListingCategoryWrap .catHeader {
  padding: 15px 20px;
  border-bottom: solid 1px rgba(112, 112, 112, 0.28);
  width: 100%;
}

.blogListingCategoryWrap .catHeader h2 {
  font-weight: 600;
  color: #000;
}

.blogListingCategoryWrap .catListWrap {
  padding: 20px;
  padding-left: 25px;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 300px);
  position: relative;
}

.blogListingCategoryWrap .catListWrap::-webkit-scrollbar {
  width: 6px;
}

.blogListingCategoryWrap .catListWrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.blogListingCategoryWrap .catListWrap::-webkit-scrollbar-thumb {
  background: rgb(173, 173, 173);
  border-radius: 5px;
}

.blogListingCategoryWrap .catListWrap li {
  margin: 8px 0;
  position: relative;
}

.blogListingCategoryWrap .catListWrap li:first-child {
  margin-top: 0;
}

.blogListingCategoryWrap .catListWrap .blog-tab {
  display: block;
  transition: 0.4s;
}

.blogListingCategoryWrap .catListWrap .blog-tab:hover {
  color: #3f30ff;
  transition: 0.4s;
}

.blogListingCategoryWrap .catListWrap li::before {
  content: '';
  position: absolute;
  left: -5px;
  width: 8px;
  height: 8px;
  background: #292525;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}

.blogListingCategoryWrap .catListWrap .blog-tab.active {
  background-color: transparent !important;
  color: #3f30ff;
}

.blogListingCategoryWrap .catListWrap li.catShowMoreBtn::before {
  display: none;
}

.showToggleMain {
  padding: 20px 20px 20px 50px;
  width: 100%;
  border-radius: 0 0 7px 7px;
}

.blogListingCategoryWrap .catShowMoreBtn {
  font-weight: 600;
  color: #000;
  cursor: pointer;
  position: relative;
  width: fit-content;
  padding-right: 25px;
}

.blogListingCategoryWrap .catShowMoreBtn:hover {
  color: #3f30ff;
  transition: 0.4s;
}

.blogListingCategoryWrap .catShowMoreBtn.show-less::after {
  transform: rotate(180deg);
}

.blogListingCategoryWrap .catShowMoreBtn::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}

/* end new blog */

/* start gitex banner */

.homeBanner-gitex {
  position: relative;
}

.gitexBannerMain {
  color: #fff;
  position: absolute;
  right: 0;
  top: 72%;
  transform: translate(0, -72%);
}

.gitexBannerMain a {
  color: inherit;
}

.gitexBannerContainer {
  position: relative;
  padding: 15px;
  padding-right: 0;
  padding-left: 80px;
}

.gitexBannerMain .gitexBg {
  position: absolute;
  right: 0;
  top: 0;
  height: 185px;
}

.gitexBannerContent h3 {
  font-size: 15px;
}

.gitexBannerContent h3.lastText {
  letter-spacing: 1px;
}

.gitexBannerContent img {
  height: 60px;
  margin: 5px 0;
}

.gitexBannerContent {
  position: relative;
  display: flex;
  text-transform: uppercase;
  height: 100%;
  margin: 8px 0;
}

.gitexBannerContent .gitexLeft {
  margin-right: 10px;
}

.gitexBannerContent .gitexRight {
  position: relative;
  width: 80px;
  display: flex;
  align-items: center;
}

.gitexBannerContent .gitexRightContent {
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(270deg);
  width: max-content;
  transform-origin: bottom;
}

.gitexBannerContent .gitexRight p {
  font-size: 11px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}

.gitexBannerContent .gitexRight h4 {
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 4px 0;
}

/* end gitex banner */

/* start case studies pages */

.caseStudies_pages-banner .inner__page-banner-contents-wrapper {
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.caseStudies_pages-banner .inner__page-banner-contents {
  padding-right: 90px;
}

.caseStudies_pages-banner.gapLow .inner__page-banner-contents {
  padding-right: 0;
}

.caseStudies_pages-banner .inner__page-banner-contents .page__title {
  font-weight: normal;
  font-size: 40px;
}

.caseStudies_pages-banner .inner__page-banner-contents .page__title .bold-heading {
  font-size: 25px;
  font-weight: 800;
}

.caseStudies_pages-banner .page__title .smallText {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.caseStudies_pages-banner .inner__page-banner-contents .inner__page-banner-btn {
  min-width: 180px;
  background: transparent;
  border: 2px solid #fff;
  transition: 0.4s;
}

.caseStudies_pages-banner .inner__page-banner-contents .inner__page-banner-btn:hover {
  background: #3f30ff;
  border: 2px solid #3f30ff;
  transition: 0.4s;
}

/* end case studies banner */

.cmnTxtCntnt h3,
.cmnTxtCntnt h3.elementor-heading-title {
  font-size: 24px;
  font-weight: bold;
  line-height: inherit;
  word-break: break-word;
  margin: 0 0 10px;
}


.cmnTxtCntnt li,
.cmnTxtCntnt p {
  font-size: 16px;
  line-height: 24px;
  color: #0B0E0DE0;
}

.imgBorderListMain .elementor-widget-wrap {
  justify-content: center;
}

.imgBorderListMain.not-center .elementor-widget-wrap {
  justify-content: flex-start;
}

.imgBorderListTwo .elementor-widget-wrap {
  justify-content: flex-start;
}

.imgBorderListMain .imgTextWrap,
.imgBorderListTwo .imgTextWrap {
  width: 32% !important;
  border: solid 1px #bfbcbc;
  margin-bottom: 0 !important;
  padding: 25px;
  margin-left: -1px;
  margin-top: -1px;
}

.imgBorderListMain .imgTextWrap figure,
.imgBorderListTwo .imgTextWrap figure {
  width: 100% !important;
}

.imgBorderListMain .imgTextWrap figure img,
.imgBorderListTwo .imgTextWrap figure img {
  width: auto;
  max-height: 40px;
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
}

.imgBorderListMain .imgTextWrap .elementor-image-box-title,
.imgBorderListTwo .imgTextWrap .elementor-image-box-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  font-weight: 400;
}

.singlePicRadius .imgTextWrap {
  border-radius: 10px;
}

.threePicRadius .imgTextWrap:first-child,
.fourScreen .imgTextWrap:nth-child(2) {
  border-radius: 10px 0 0 10px;
}

.threePicRadius .imgTextWrap:last-child {
  border-radius: 0 10px 10px 0;
}

.fourPicRadius .imgTextWrap:first-child {
  border-radius: 10px 0 0 10px;
}

.fourPicRadius .imgTextWrap:nth-child(3) {
  border-radius: 0 10px 10px 0;
}

.fourPicRadius .imgTextWrap:last-child {
  border-radius: 0 0 10px 10px;
}

.fivePicRadius .imgTextWrap:first-child {
  border-radius: 10px 0 0 10px;
}

.fivePicRadius .imgTextWrap:nth-child(3) {
  border-radius: 0 10px 10px 0;
}

.fivePicRadius .imgTextWrap:nth-child(4) {
  border-radius: 0 0 0 10px;
}

.fivePicRadius .imgTextWrap:last-child {
  border-radius: 0 0 10px 0;
}

.sixPicRadius .imgTextWrap:first-child {
  border-radius: 10px 0 0 0;
}

.sixPicRadius .imgTextWrap:nth-child(3) {
  border-radius: 0 10px 0 0;
}

.sixPicRadius .imgTextWrap:nth-child(4) {
  border-radius: 0 0 0 10px;
}

.sixPicRadius .imgTextWrap:last-child {
  border-radius: 0 0 10px 0;
}


.sevenPicRadius .imgTextWrap:nth-child(2) {
  border-radius: 10px 0 0 0;
}

.sevenPicRadius .imgTextWrap:nth-child(3) {
  border-radius: 0 0 0 0;
}

.sevenPicRadius .imgTextWrap:nth-child(4) {
  border-radius: 0 10px 0 0;
}

.sevenPicRadius .imgTextWrap:nth-child(5) {
  border-radius: 0 0 0 10px;
}

.sevenPicRadius .imgTextWrap:last-child {
  border-radius: 0 0 10px 0;
}

.rghtCntnt .innerSection>.elementor-container {
  flex-direction: column;
}

.rghtCntnt .innerSection .imgBorderListTwo,
.rghtCntnt .innerSection .titleList {
  width: 100%;
}

.rghtCntnt .innerSection .titleList .top-title .elementor-heading-title {
  font-size: 24px;
  line-height: 34px;
}

.rghtCntnt .innerSection .titleList,
.rghtCntnt .innerSection.secondSec {
  margin-top: 20px;
}

.rghtCntnt .innerSection .titleList .title {
  width: 32%;
  margin: 0;
}

.rghtCntnt .innerSection .titleList .title .elementor-heading-title {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.caseStudiesPagesSlider .owl-stage {
  display: flex;
  align-items: center;
}

.caseStudiesPagesSlider .owl-item .item {
  transform: translate3d(0, 0, 0);
  margin: 30px 0;
}

.caseStudiesPagesSlider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.80);
  -ms-transform: scale(0.80);
  transform: scale(0.80);
}

.caseStudiesPagesSlider .owl-item.center .item {
  padding: 0 50px;
}

.caseStudiesPagesSlider .owl-item.center .item img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* .caseStudiesSliderSameHeight .owl-item.center .item img {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}

.caseStudiesSliderSameHeight  .owl-item .item img {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}

.caseStudiesSliderSameHeight .owl-item.center .item {
   padding: 0;
}

.caseStudiesSliderSameHeight .owl-item .item {
   margin: 0;
} */


.caseStudiesScrollingCntnt .fixedSection {
  flex: 1;
  position: sticky;
  top: 20%;
  align-self: flex-start;
  padding: 20px 0;
}

.caseStudiesScrollingCntnt .scrollingContent {
  flex: 1;
  padding: 20px 0;
}

.numberHeadingWrap {
  position: relative;
}

.numberHeadingWrap .numberHeading {
  position: absolute;
  font-size: 90px;
  font-weight: bold;
  left: 0;
  top: 18px;
  line-height: 0;
  color: #ffffff30;
}

.numberHeadingWrap h3 {
  margin-bottom: 25px;
}

.scrollingContent ol,
.scrollingContent ul {
  padding: 0 0 20px 20px;
  margin: 0;
}

.scrollingContent li {
  margin: 0 0 20px 0;
}

.scrollingContent p,
.scrollingContent li {
  color: #d7d7d7;
  font-weight: 400;
}

.scrollingContent .tymePage li {
  color: #fff;
}

.scrollingCntntListCollapse .elementor-accordion .elementor-accordion-item {
  border: none;
}

.scrollingCntntListCollapse .elementor-tab-title ol,
.scrollingCntntListCollapse .elementor-tab-title ul {
  padding-bottom: 20px;
  padding-right: 25px;
}

.scrollingCntntListCollapse .elementor-tab-title li {
  margin: 0;
}

.scrollingCntntListCollapse .elementor-accordion li {
  font-family: "Montserrat", sans-serif !important;
}

.scrollingCntntListCollapse .elementor-accordion .elementor-tab-content {
  border-top: none;
}

.cmnTxtCntnt .rghtCntnt .customListSec ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}

.cmnTxtCntnt .rghtCntnt .customListSec ul li::marker,
.cmnTxtCntnt .rghtCntnt .tangiblListSec ul li::marker {
  font-size: 18px;
}

.cmnTxtCntnt .rghtCntnt .tangiblListSec ul {
  margin: 0;
  padding: 0;
  padding-left: 60px;
}

.cmnTxtCntnt .rghtCntnt .tangiblListSec h4 {
  font-weight: 600;
}

/* end case studies pages */

/* start salesforce page */

.salesforce_page-banner .inner__page-banner-contents .page__title img {
  margin-bottom: 25px;
  height: 55px;
  width: auto;
}

.salesforce_page-banner .inner__page-banner-contents {
  min-width: 72%;
}

.faqAccordianWrap .card {
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.22);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-bottom: 18px;
}

.faqAccordianWrap .card-body {
  padding-top: 10px;
}

.faqAccordianWrap .accordianBtn {
  position: relative;
  width: 100%;
  text-align: left;
  background: #fff;
  line-height: initial;
  margin: 0;
  padding: 15px;
  padding-right: 35px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}

.faqAccordianWrap .accordianBtn .faq_title {
  display: block;
  line-height: 28px;
  white-space: initial;
  font-weight: 600;
  color: #000;
}

.faqAccordianWrap .accordianBtn::after {
  content: "\f068";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  -webkit-text-stroke: 2px #fff;
  font-size: 22px;
}

.faqAccordianWrap .accordianBtn.collapsed::after {
  content: "\f067";
}



/* end salesforce page */

/* ERP page start */

.erp_page-banner .inner__page-banner-contents {
  min-width: 72% !important;
}

.erp_page-banner .inner__page-banner-contents .page__title img {
  margin-bottom: 25px;
  height: 55px;
  width: auto;
}

.erpTabs ul {
  padding: 30px 0 0;
  margin: 0;
  text-align: center;
}

.erpTabs ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 22%;
  color: #000;
  margin-bottom: 40px;
  font-family: "Montserrat";
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0.9s;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
}

.erpTabs ul li img {
  /*    margin-bottom: 15px; */
  margin: 0 auto 15px;
  width: 150px;
  height: auto;
  border-radius: 15px;
  background-color: white;
  padding: 20px;
}

.erpTabs ul li .slider-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.imgMainWrapper .elementor-image-box-img {
  border-radius: 24px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 7%);
}

.erpNumberHeadingWrap {
  position: relative;
}

.erpNumberHeadingWrap .erpNumberHeading {
  position: absolute;
  font-size: 70px;
  font-weight: bold;
  left: 0;
  top: -3px;
  line-height: 0;
  color: #f2f2f2;
  z-index: -1;
}

.startupNumberHeadingWrap {
  position: relative;
}

.startupNumberHeadingWrap .startupNumberHeading {
  position: absolute;
  font-size: 90px;
  font-weight: bold;
  left: 0;
  top: -3px;
  line-height: 0;
  color: #f2f2f2;
  z-index: -1;
}

/* ERP page end */


/* Event Listing Page Start */
.eventListing {
  margin-top: 50px;
}

.eventListing .list_wrap {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.eventListing .list_wrap .list_item {
  width: 33%;
  padding: 20px;
  margin-bottom: 40px;
}

.eventListing .list_wrap .list_item .event_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 22px;
}

.eventListing .list_wrap .list_item .event_content .event-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
}

.eventListing .list_wrap .list_item .event_content .event-place {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000;
}

.eventListing .list_wrap .list_item .event_content .event-place .location-icon {
  margin-right: 8px;
}

.eventListing .event-img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.eventListing .event-heading {
  color: #3125d5;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 20px 10px;
  margin: 0;
}

/* Event Listing page End */


.eventBanner {
  padding: 120px 0 80px;
}

.eventBanner .top-section {
  text-align: center;
  margin-bottom: 30px;
}

.eventBanner .bnr-lft {
  padding: 0;
  padding-right: 50px;
}

.eventBanner .event-top-img {
  width: auto;
}

.eventBanner .event-details-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: #100f0f;
  margin: 0;
}

.eventBanner .event-details-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  color: #0f0e0e;
  margin-bottom: 30px;
}

.eventBanner .event-details-para {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #0e0e0e;
}

.eventBanner .btn-wrapper {
  position: relative;
}


.eventBanner .customBtn,
.eventBanner .customMobBtn {
  padding: 20px 40px;
  outline: none !important;
  background-color: #3f30ff;
  color: var(--white);
  transition: 0.4s;
  border: none;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: max-content;
  display: block;
  text-decoration: none;
}

.eventBanner .customBtn.fixed {
  position: fixed;
  top: 120px;
  right: 30%;
  z-index: 999;
  box-shadow: 7px 0px 15px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  animation-name: fadeInDown;
  animation-duration: 1s;
}

.eventBanner .eventDateTime {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: #0e0e0e;
}

.eventBanner .eventDateTime span {
  font-weight: normal;
}

.eventBanner .eventDateTime .event-date {
  border-right: 2px solid #0e0e0e;
  padding-right: 15px;

}

.eventBanner .eventDateTime .event-time {
  padding-left: 15px;
}

.eventBanner .event-right-img {
  width: 100%;
}

.eventBanner .leap-page {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  color: #0f0e0e;
  margin: 0 0 20px;
}

.eventBanner .break {
  margin-bottom: 25px;
  display: block;
}

.eventBanner .font-weight-500 {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}

.indiaSoftPage .leapTabsMain {
  display: none;
}

.leapPage .leapTabsMain {
  display: flex;
}


/* start modal */

.fullModal .modal-dialog {
  margin: 20px auto;
  max-width: calc(100% - 30%);
  height: calc(100vh - 100px);
  margin-bottom: 120px;
}

.commonModal .modal-content {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.commonModal .modal-body {
  background-color: #f3f4f6;
}

.commonModal .btn-close {
  background-color: #3F30FF;
  background-image: unset;
  opacity: 1;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  margin: 0;
  border-radius: 0 0 50px 50px;
  padding: 8px 10px 12px 10px;
  cursor: pointer;
  transition: 0.4s;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.commonModal .btn-close i {
  -webkit-text-stroke: 1.5px #3F30FF;
  font-size: 18px;
  line-height: 0;
  transition: 0.4s;
}

.commonModal .btn-close:hover {
  background-color: #3125d5;
}

.commonModal .btn-close:hover i {
  -webkit-text-stroke: 1.5px #3125d5;
}

.commonModal .modal-body {
  padding: 15px;
}

.commonModal .modal-header {
  border-bottom: none;
  padding: 10px;
  min-height: 50px;
}

.commonModal iframe {
  width: 100%;
  height: 100%;
}

.iframeFormModal .modal-body {
  overflow: hidden;
  padding: 0;
  padding-bottom: 30px;
}

/* end modal */

/* Start Digital Brochure */
.digital-listing-page__banner .grap {
  display: block;
  padding-top: 10px;
}

.digital-listing-page__banner .inner__page-banner-btn {
  scroll-behavior: smooth;
  width: 100%;
  animation: fadeInDown 0.3s;
}

.digitalBrochureContainer {
  padding: 70px 0 100px;
}

.digitalBrochureContainer .digitalHeadText {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
}

.digitalBrochureContainer .digitalListing {
  padding-top: 50px;
}

.digitalListing .list_wrap {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.digitalListing .list_wrap .list_item {
  width: 30%;
  padding: 20px;
  margin-right: 2%;
  margin-bottom: 50px;
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.digitalListing .list_wrap .list_item .digital_content {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.digitalListing .list_wrap .list_item .digital_content .brochure-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
}

.digitalListing .list_wrap .list_item .digital_content .brochure-desc {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
}

.digitalListing .list_wrap .list_item .digital_content .pdf-btn {
  padding: 15px 30px;
  outline: none !important;
  background-color: #3f30ff;
  color: var(--white);
  transition: 0.4s;
  border: none;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: max-content;
  display: block;
  text-decoration: none;
  margin-top: auto;
}

.pdf-btn {
  align-self: center;
}

.digitalListing .list_wrap .list_item .digital_content .pdf-btn:hover {
  background-color: #fc8b54;
}

.digitalListing .brochure-img {
  width: 100%;
}

/* End Digital Brochure */


/* start leep img slider */

:root {
  --team-marquee-width: 100vw;
  --team-marquee-height: auto;
  /* --team-marquee-elements: 12; */
  /* defined with JavaScript */
  --team-marque-img-displayed: 4;
  --team-marquee-element-width: calc(var(--team-marquee-width) / var(--team-marque-img-displayed));
  --marquee-animation-duration: calc(var(--team-marquee-elements) * 3s);
}

@media (max-width: 991px) {
  :root {
    --team-marque-img-displayed: 3;
  }
}

@media (max-width: 767px) {
  :root {
    --team-marque-img-displayed: 2;
  }
}

@media (max-width: 380px) {
  :root {
    --team-marque-img-displayed: 1;
  }
}

.leepImgSliderContainer {
  padding: 100px 0;
}

.leapImageSliderMainWrap {
  width: 100%;
  height: var(--team-marquee-height);
  overflow: hidden;
  position: relative;
}

.leapImageSliderMainWrap .marqueImageSliderCntntWrap {
  list-style: none;
  height: 100%;
  display: flex;
  animation: marqueScrolling var(--marquee-animation-duration) linear infinite;
  margin: 0;
}

.leapImageSliderMainWrap .marqueImageSliderCntntWrap:hover {
  animation-play-state: paused;
}



@keyframes marqueScrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--team-marquee-element-width) * var(--team-marquee-elements)));
  }
}

.leapImageSliderMainWrap .marqueImageSliderCntntWrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--team-marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--team-marquee-height) * 3 / 4);
  /* 5rem; */
  white-space: nowrap;
}

.leapImageSliderMainWrap .marqueImageSliderCntntWrap li img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 5px;
}

.leapVideoItem {
  position: relative;
  width: 100%;
}

.leapVideoItem::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #00000087;
  border-radius: 10px;
  z-index: 1;
}

.leapVideoItem img {
  object-fit: cover;
  border-radius: 10px;
}

.leapVideoItem .playBtn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  transform: translate(0, -50%);
  font-size: 60px;
  color: #fff;
}

.leapModalVieoMain iframe {
  min-height: 400px;
  margin-bottom: -6px;
  width: 100%;
}

.leapTabsMain {
  display: flex;
  padding: 40px 0 20px;
  border-radius: 8px;
}

.leapTabsMain .nav {
  padding: 15px 0;
  margin: 0 -2px 0 0;
  display: block;
  width: 170px;
  z-index: 1;
  position: relative;
}

.leapTabsMain .nav .nav-link {
  border-radius: 0;
  padding: 10px 25px;
  min-width: max-content;
  font-weight: 600;
  color: #000;
  margin: 10px 0;
  border: 2px solid transparent;
  border-right: none;
}

.leapTabsMain .nav .nav-link.active {
  background-color: #fff;
  color: #3f30ff;
  border: 2px solid #3f30ff;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 15px #00000012;
  border-right: none;
}

.leapTabsMain .tab-content {
  padding: 20px 15px;
  background: #fff;
  border-radius: 8px;
  width: 550px;
  border: 2px solid #3f30ff;
}

/* end leep img slider */

/* Start Get Quotes Page */

.get-quotes__page-banner .inner__page-banner-contents-wrapper {
  background-color: #425cfe;
  height: 580px;
  padding: 160px 0 135px;
}

.get-quotes__page-banner .inner__page-banner-contents {
  width: auto;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.get-quotes__page-banner .page__info {
  text-align: center;
  opacity: 1;
}

.get-quotes__page-banner .inner__page-banner-contents-wrapper-inner {
  width: 55%;
}

.getQuoteFormMainWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -150px;
}

.getQuoteFormMainWrap .getQuoteFormWrapper {
  background-color: #fff;
  width: 900px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 5px 35px 0 rgb(0 0 0 / 12%);
}

.getQuoteFormMainWrap .firstStep label {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.getQuoteFormMainWrap .getQuoteFormWrapper .getInputField input[type="text"] {
  width: 100%;
  border-radius: 10px;
  background-color: #f3f4f8;
  padding: 6px 15px;
  border: none;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.getQuoteFormMainWrap .getQuoteFormWrapper .getInputField input:focus-visible {
  outline: none;
}

.getQuoteFormMainWrap .getQuoteFormWrapper .getSelectContainer,
.getQuoteFormMainWrap .getQuoteFormWrapper .getInputField {
  margin-bottom: 35px;
}

.up-in-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  width: 100%;
  height: 100px;
  text-align: center;
}

.up-in-toggle input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.up-in-toggle input:checked+label,
.up-in-toggle label:hover {
  background: #3125d5;
  color: white;
  transition: all 0.1s ease-in-out;
}

.up-in-toggle label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  background-color: #e6e8ea;
  color: #000;
  font-size: 0.8rem;
  padding: 20px;
  transition: all 0.1s ease-in-out;
}

.up-in-toggle label:hover {
  cursor: pointer;
}

.getQuoteFormWrapper .stepFormButtonWrapperMain {
  display: flex;
  justify-content: center;
}

.getQuoteFormMainWrap .getQuoteFormWrapper .getBtn {
  color: white;
  border: 0 none;
  cursor: pointer;
  min-width: 150px;
  padding: 12px 15px;
  margin: 15px 8px 0 0;
  border-radius: 6px;
  background-color: #3f30ff;
  border: 2px solid #3f30ff;
  font-weight: normal;
  font-size: 17px;
  text-transform: capitalize;
  transition: 0.3s;
}

.getQuoteFormMainWrap .getQuoteFormWrapper .getBtn:hover,
.getQuoteFormMainWrap .getQuoteFormWrapper .getBtn:focus {
  background-color: #fc8b54;
  border: 2px solid #fc8b54;
}

.getQuoteFormMainWrap .getQuoteFormWrapper .previousBtn {
  color: #3f30ff;
  border: 2px solid #3f30ff;
  cursor: pointer;
  min-width: 150px;
  padding: 12px 15px;
  margin: 15px 8px 0 0;
  border-radius: 6px;
  background-color: transparent;
  font-weight: normal;
  font-size: 17px;
  text-transform: capitalize;
  transition: 0.3s;
}

.getQuoteFormMainWrap .getQuoteFormWrapper .previousBtn:hover,
.getQuoteFormMainWrap .getQuoteFormWrapper .previousBtn:focus {
  background-color: #fc8b54;
  color: #fff;
  border: 2px solid #fc8b54;
  transition: 0.3s;
}

.getQuoteFormWrapper .getSelectContent {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.hiddenInput {
  display: none;
}

.input-fields {
  margin-left: 20px;
  width: 100%;
}

.input-fields input {
  width: 8%;
  padding: 10px 15px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #eeee;
  font-size: 16px;
  line-height: 24px;
}

.getSelectContainer .getSelectContent .dropdown-menu.show {
  overflow-y: scroll;
  width: 100%;
  height: 170px;
  transform: translate3d(0px, 58px, 0px) !important;
}

.getSelectContainer .getSelectContent .dropdown-toggle {
  position: relative;
}

.getSelectContainer .getSelectContent .common-dropdown {
  width: 100%;
}

.getSelectContainer .getSelectContent .dropdown-toggle::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 24px;
  border: none;
}

.getSelectContainer .getSelectContent .custom-dropdown-btn:focus {
  box-shadow: none;
}

.getSelectContainer .getSelectContent .input-field {
  display: flex;
  align-items: center;
  justify-content: center;
}

.getSelectContainer .getSelectContent .input-field input {
  width: 60px;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #c7c3c3;
  text-align: center;
}

.getSelectContainer .getSelectContent .input-field input:focus {
  box-shadow: none;
}

.getSelectContainer .getSelectContent .dropdown-item:active {
  background-color: #3168fa;
}

/* End Get Quotes Page */

/* start multiselect dropdown */

.multiSelectContainer .custom-select .multiselect-selected-text {
  white-space: nowrap;
}

.multiSelectContainer .multiselect-native-select {
  display: block;
  width: 100%;
}

.multiSelectContainer .btn-group {
  width: 100%;
}

.multiSelectContainer .custom-select {
  position: relative;
  padding: 10px 30px 10px 15px;
  width: 100%;
  min-height: 40px;
  height: auto;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  resize: none;
  color: #000;
  background-image: none;
}

.multiSelectContainer .custom-select::before {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
}

.multiSelectContainer .custom-select:focus {
  border: 1px solid #b58cff;
  box-shadow: none;
}

.multiSelectContainer .dropdown-menu .dropdown-item label {
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.multiSelectContainer .dropdown-menu {
  top: 1px !important;
  width: 100%;
  padding: 10px 12px 10px;
  border: none;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 -1px 15px #111f7830;
  transform: translate3d(0px, 45px, 0px) !important;
  max-height: 250px;
  overflow-y: auto;
}

.multiSelectContainer .multiselect-option .form-check {
  position: relative;
  white-space: initial;
}

.multiSelectContainer .multiselect-option .form-check::after {
  content: '\f00c';
  content: '';
  position: absolute;
  right: 9px;
  top: calc(50% - 3px) !important;
  display: inline-block;
  width: 14px;
  height: 9px;
  border: 2px solid #0fc01a;
  border-top-width: 0;
  border-right-width: 0;
  transform: rotate(320deg) translate(0, -50%) !important;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.1s ease;
}

.multiSelectContainer .multiselect-option.active .form-check::after {
  opacity: 1;
}

.multiSelectContainer .dropdown-item .form-check {
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 2.25rem;
}

.multiSelectContainer .dropdown-item:hover,
.multiSelectContainer .dropdown-item:not(.multiselect-active-item-fallback):active {
  background-color: #3f30ff24 !important;
  background-color: #776cff24 !important;
}

.multiSelectContainer .dropdown-item.active:not(.multiselect-active-item-fallback) {
  background-color: #3f30ff24;
  background-color: #776cff24;
}

.multiSelectContainer .dropdown-item.active:hover,
.multiSelectContainer .dropdown-item:focus {
  background-color: #3f30ff24 !important;
  background-color: #776cff24 !important;
}

.multiSelectContainer .multiselect-all:focus,
.multiSelectContainer .multiselect-all:hover,
.multiSelectContainer .multiselect-group:focus,
.multiSelectContainer .multiselect-group:hover,
.multiSelectContainer .dropdown-item:focus,
.multiSelectContainer .dropdown-item:hover {
  background-color: #3f30ff24 !important;
  background-color: #776cff24 !important;
}


.multiSelectContainer .multiselect-all,
.multiSelectContainer .multiselect-group,
.multiSelectContainer .multiselect-option {
  padding: 0 0 0 25px !important;
  margin: 4px 0;
}

.singleDropdownContainer .dropdown-item .form-check-input {
  display: none;
}

.singleDropdownContainer .multiselect-all,
.singleDropdownContainer .multiselect-group,
.singleDropdownContainer .multiselect-option {
  padding: 0 0 0 5px !important;
}

/* end multiselect dropdown */

.getQuoteFormWrapper .control-label {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}

.getQuoteFormWrapper .multiSelectContainer {
  margin: 0 0 25px 0;
}

.getQuoteFormWrapper .allInputWrap {
  display: grid;
  gap: 12px;
  margin: 10px 0;
  grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
}

.getQuoteFormWrapper .allInputWrap input {
  padding: 5px 10px;
  outline: none !important;
  border: 1px solid #e2e2e2;
  font-weight: 400;
  border-radius: 3px;
  text-transform: capitalize;
}

.getQuoteFormWrapper .allInput-label {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 10px 0 0 0;
}

.getQuoteFormWrapper input.form-control {
  box-shadow: none;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 5px;
  color: #000
}

.getQuoteFormWrapper .form-control:focus {
  border: 1px solid #b58cff;
}

/* Start Monthly Payment System Page */

.monthly__payment-page-banner .inner__page-banner-contents {
  width: 100%;
}

.monthly__payment-page-banner .inner__page-banner-btn {
  width: auto;
}

.ready-sec .monthly-body-text {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: normal;
  margin: 30px 0 0;
  color: #0e0e0e;
}

.ready-sec .monthly-bold-text {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  margin: 30px 0 0;
  color: #0e0e0e;
}

.conatct-form-section {
  padding: 100px 0;
}

.conatct-form-section .formBox {
  width: 70% !important;
  border-radius: 20px;
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 50px 120px;
  margin: 80px auto;
}

.conatct-form-section .formBox .form-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  color: #000;
  margin: 0 0 10px;
}

.conatct-form-section .formBox .form-short-text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.27;
  color: rgba(0, 0, 0, 0.5);
}

.custom-pill-wrapper {
  margin-top: 20px;
}

.custom-pill-wrapper .nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}

.custom-pill-wrapper .nav-pills .nav-item {
  width: 50%;
}

.custom-pill-wrapper .nav-pills .nav-link {
  width: 100%;
  border: solid 1px rgba(112, 112, 112, 0.3);
  background-color: #fff;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.custom-pill-wrapper .nav-pills .nav-link.active {
  color: #fff;
  background-color: #3f30ff;
  border: 1px solid #3f30ff;
}

.custom-pill-wrapper .nav-pills #pills-home-tab.active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custom-pill-wrapper .nav-pills #pills-profile-tab.active {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-pill-wrapper .nav-pills #pills-home-tab {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-pill-wrapper .nav-pills #pills-profile-tab {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.custom-pill-wrapper .tab-content .fieldWrapperMain {
  margin: 0;
}

.custom-pill-wrapper .tab-content .stepFormButtonWrapperMain button:disabled {
  width: 100%;
  margin-right: 0;
}

.video-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  margin-left: auto;
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.video-wrapper img {
  width: 80%;
  object-fit: contain;
}

.video-wrapper .play-btn-mn {
  top: 35px;
  right: 190px;
  left: unset;
  align-items: flex-start;
  justify-content: flex-end;
}

.video-wrapper .play-btn {
  background: #fff;
  color: #525252;
  border-radius: 9px;
  width: auto;
  padding: 3px 16px;
  height: auto;
  font-size: 13px;
  transition: 0.5s;
  width: 6.947917vw;
  max-width: 191px;
  min-width: 125px;
  height: 2.239583333vw;
  max-height: 43px;
  min-height: 30px
}

.video-wrapper .play-btn i {
  margin-left: 8px;
  font-size: 12px;
  color: #01051f;
}

.cmn-modal .modal-dialog {
  max-width: 800px;
}

.cmn-modal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  outline: none !important;
  opacity: 0;
  transition: 0.5s;
}

.cmn-modal .modal-content:hover button.close {
  opacity: 1;
  transition: 0.5s;
}

.cmn-modal .modal-content .close:hover {
  opacity: 1;
  transition: 0.5s;
}

/* End Monthly Payment System Page */

/* Start Security & Performance Audit Page */

.security_performance__inner-banner-page .inner__page-banner-contents {
  width: 100%;
}

.security_performance__inner-banner-page .inner__page-banner-btn {
  width: auto;
  max-width: fit-content;
  padding: 20px;
}

.security-page .two-section {
  margin-top: 50px;
}

.security-page .info-img-col .section-heading .elementor-widget-container {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
  color: #000;
}

.security-page .info-list-col .free-heading .elementor-heading-title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #000;
}

.security-page .info-list-col .security-title .elementor-heading-title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #000;
  margin-bottom: 20px;
}

.security-page .info-img-col .section-info-text .elementor-widget-container {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000;
  margin-bottom: 40px !important;
  opacity: 0.62;
}

.security-page .sectionHead .elementor-heading-title,
.security-page .info-list-col .sec-heading .elementor-heading-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #000;
}

.security-page .body-text {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  color: #000;

}

.security-page .info-img-col .right-img img,
.security-page .info-img-col .left-img img {
  width: 600px;
}

.security-page .info-img-col.left-col .left-img img {
  width: 100%
}

.cyber-icon-box,
.audit-icon-box {
  margin-bottom: 20px !important;
}

.cyber-icon-box .elementor-icon-box-title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}

.cyber-icon-box .elementor-icon-box-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000;
  opacity: 0.81;
}

.audit-icon-box .elementor-icon-box-title {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
}

.audit-icon-box .elementor-icon-box-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000;
  opacity: 0.81;
}

.cyber-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
.audit-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-top: 10px !important;
}

.security-page .info-list-col .securityBodyTxt {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000 !important;
}

.security-page .info-img-col .digital-infrastructure-img img {
  width: 80%;
}

.security-page .info-img-col .ai-img img {
  width: 90%;
}

.security-page .info-img-col {
  padding-right: 30px;
}

.security-page .info-img-col.right-col {
  padding-left: 30px;
  padding-right: 0;
  margin-left: 0;
}

.security-page .info-img-col.left-col {
  padding-right: 50px;
  margin-left: 0;
}

.security-page .two-section .info-list-col {
  padding-right: 40px;
}

/* End Security & Performance Audit Page */

.iconBoxcolCenterWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.iconBoxcolCenterWrap .icon-box-card {
  width: 30% !important;
  padding: 40px;
  border-radius: 17px;
  box-shadow: 0 3px 28px 0 rgb(0 0 0 / 6%);
  background-color: #fff;
  margin-right: 3%;
  margin-bottom: 50px !important;
}

.iconBoxcolCenterWrap .icon-box-card .elementor-icon-box-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  color: #000;
}

.iconBoxcolCenterWrap .icon-box-card .elementor-icon-box-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #2f2f2f;
}

.iconBoxcolCenterWrap .vertical-icon-box .elementor-widget-wrap {
  justify-content: center;
}

/* Start StartUp Page */

.startupImgCntWrap .top-heading .elementor-heading-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #000;
}

.startupImgCntWrap .short-info,
.trustedSec .short-info,
.iconSec .short-info {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  color: #000;
}

.startupImgCntWrap .blue-text .elementor-heading-title,
.iconSec .blue-text .elementor-heading-title,
.greyBgWithVideo .blue-text .elementor-heading-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #3f30ff;
  margin: 30px 0;
}

.startupImgCntWrap .alternate-img-info-row {
  margin-bottom: 90px !important;
}

.startupImgCntWrap .alternate-img-info-row.first-child {
  margin: 50px 0 90px !important;
}

.startupImgCntWrap .alternate-img-info-row .para-short-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  color: #000;
}

.greyBgWithVideo .heading .elementor-heading-title,
.trustedSec .heading .elementor-heading-title,
.startUpImgInfoSec .heading .elementor-heading-title,
.caseStudySec .heading,
.iconSec .heading {
  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
  color: #0f0e0e;
  margin-bottom: 30px;
}

.caseStudySec .case-study-link {
  background: transparent;
  border: 1px solid #3f30ff;
  color: #3f30ff;
  font-weight: 500;
  border-radius: 6px;
  max-width: 180px;
  max-height: 60px;
}

.caseStudySec .case-study-link:hover {
  color: #fff;
  background-color: #fc8b54;
  border-color: #fc8b54;
}

.caseStudySec .imgBorderList .imgTextWrap {
  width: 20% !important;
  border: solid 1px #bfbcbc;
  margin-bottom: 0 !important;
  padding: 20px;
  margin-left: -1px;
  margin-top: -1px;
}

.caseStudySec .imgBorderList .imgTextWrap figure img {
  width: 50px;
  max-height: 50px;
  max-width: 100%;
  height: auto;
}

.caseStudySec .imgBorderList .imgTextWrap .elementor-image-box-title {
  margin: 0;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
}

.greyBgWithVideo .pitangent__primary-btn.always-centered,
.appProjectSec .pitangent__primary-btn.always-centered {
  margin: auto;
  width: fit-content;
  max-width: fit-content;
  padding: 0 30px;
}

.elementor-section.startUp-horizontal-image-row-container>.elementor-container {
  width: 100% !important;
  max-width: 1300px !important;
}


.startUp-horizontal-image-row-container .startUp-horizontal-image-row>.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.startUp-horizontal-image-row-container .startUp-horizontal-image {
  width: -moz-max-content;
  width: max-content !important;
  margin-right: 22px;
  margin-bottom: 25px !important;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgb(0 0 0 / 6%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.startUp-horizontal-image-row-container .elementor-image-box-wrapper .elementor-image-box-img {
  margin-right: 20px !important;
}

.startUp-horizontal-image-row-container .elementor-image-box-wrapper .elementor-image-box-img img {
  width: 60px;
  height: 60px;
  max-width: 60px;
}

.startUp-horizontal-image-row-container .devops .elementor-image-box-wrapper .elementor-image-box-img img {
  width: 60px;
  height: 40px;
}

.startUp-horizontal-image-row-container .elementor-widget-image-box .elementor-image-box-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}

.trusted-inner-sec {
  max-width: 1200px;
  margin: 0 auto;
}

.trusted-inner-sec>.elementor-container {
  justify-content: center;
}

.trusted-inner-sec .img-bx {
  width: 18% !important;
}

.trusted-inner-sec .clutch-logo img {
  width: 8.333333333vw;
  min-width: 125px;
}

.trusted-inner-sec .upwork-logo img {
  width: 6.770833333vw;
  min-width: 100px;
}

.startUpImgInfoSec .rightCol .innerSection>.elementor-container {
  flex-direction: column;
  flex-wrap: wrap;
}

.startUpImgInfoSec .rightCol .innerSection .col-100 {
  width: 100% !important;
  margin-bottom: 50px;
}

.startUpImgInfoSec .rightCol .counter-mn {
  display: flex;
  align-items: center;
}

.startUpImgInfoSec .rightCol .counter-mn .elementor-counter-number-suffix {
  font-size: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0 0 0 5px
}

.startUpImgInfoSec .rightCol .counter-mn>.elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  justify-content: space-around;
}

.startUpImgInfoSec .rightCol .counter-mn .elementor-counter .elementor-counter-number-wrapper {
  font-size: 55px;
}

.startUpImgInfoSec .rightCol .counter-mn .elementor-counter-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.technology-tech-tabs-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: #fff;
  margin-top: 50px;
}



.technology-tech-tabs-container .technology-tab-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.375vw;
  max-height: 180px;
  min-height: 65px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  outline: none;
  background-color: #425cfe;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 28px;
  font-weight: 400;
  text-align: start;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.technology-tech-tabs-container .technology-tab-btn:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 75px);
  height: 1px;
  background-color: #ffffff4d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.technology-tech-tabs-container .technology-tab-btn:hover {
  background-color: #576dff;
}

.technology-tech-tabs-container .technology-tab-btn.active {
  font-weight: bold;
}

.technology-tech-tabs-container .technology-tab-btn__icon--mobile {
  width: 16px;
}

.technology-tech-tabs-container .technology-tab-btn__icon--desktop {
  width: 1.82292vw;
  max-width: 35px;
  min-width: 19px;
}

.technology-tech-tabs-container .technology-tab-content--mobile.active {
  display: block;
  animation: megaBackdropFadeIn 300ms linear backwards;
}

.technology-tech-tabs-container .technology-tab-content__inner {
  padding: 35px 50px;
}

.technology-tech-tabs-container .technology-tab-title {
  padding-right: 28px;
}

.technology-tech-tabs-container .technology-tab-title {
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}


.technology-tech-tabs-container .technology-tab-btn__icon--mobile svg,
.technology-tech-tabs-container .technology-tab-btn__icon--desktop svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


.technology_primary_btn {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-calc(100vw * 0.14166);
  width: calc(100vw * 0.14166);
  height: -webkit-calc(100vw * 0.0395815);
  height: calc(100vw * 0.0395815);
  min-width: 145px;
  min-height: 50px;
  max-width: 272px;
  max-height: 76px;
  border-radius: 6px;
  background-color: #3f30ff;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.5s;
  padding: 10px;
}

.technology_btn_icon {
  margin-left: 8px;
}

.technology-tab-content--desktop .technology__tab-list,
.technology-tab-content--mobile .technology__tab-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.technology-tab-content--desktop .technology__tab-list li,
.technology-tab-content--mobile .technology__tab-list li {
  padding: 16px;
  border-radius: 10px;
  border: solid 1px #bebeff;
  background-color: #f5f5ff;
  margin: 10px 0;
  margin-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
}

.technology-tab-content--desktop .technology__tab-list li img,
.technology-tab-content--mobile .technology__tab-list li img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.technology-tech-tabs-container .technology-tech-tabs__content-panel,
.technology-tech-tabs-container .technology-tab-content--mobile,
.technology-tech-tabs-container .technology-tab-content--desktop,
.technology-tech-tabs-container .technology-tab-btn__icon--desktop {
  display: none;
}

.technology-tech-tabs-container .technology-tab-content--mobile.active {
  display: block;
  animation: megaBackdropFadeIn 300ms linear backwards;
}

.greyBgWithVideo .videoSec>.elementor-container {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 70px;
}

.greyBgWithVideo .videoSec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.greyBgWithVideo .videoSec .videoCol {
  width: 44% !important;
  margin-right: 4%;
  border-radius: 20px;
  background-color: #E6EFFF;
  padding: 60px;
}

.greyBgWithVideo .videoSec .videoCol .videoInfo {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
}

.greyBgWithVideo .videoSec .videoCol img {
  width: 100%;
  object-fit: contain;
}

.greyBgWithVideo .videoSec .videoCol .video-thumbnail {
  position: relative;
  margin-bottom: 30px;
}

.greyBgWithVideo .videoSec .videoCol .play-btn-mn {
  top: 20px;
  right: 20px;
  left: unset;
  align-items: flex-start;
  justify-content: flex-end;
}

.greyBgWithVideo .videoSec .videoCol .play-btn {
  background: #fff;
  color: #525252;
  border-radius: 9px;
  width: fit-content;
  padding: 16px;
  height: auto;
  font-size: 20px;
  line-height: 30px;
  transition: 0.5s;
  max-width: 191px;
  min-width: 125px;
  max-height: 43px;
  min-height: 30px;
}

.greyBgWithVideo .videoSec .videoCol .play-btn i {
  margin-left: 8px;
}

.greyBgWithVideo .video-main iframe {
  min-height: 400px;
}

.carousel-container {
  overflow: hidden;
  position: relative;
}

.sliderCol {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.slider__page-banner .slider_heading {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 55px;
  line-height: 65px;
}

.slider__page-banner .slider_para {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: normal;
  line-height: 36px;
}

.slider__page-banner .slider__page-banner-contents {
  width: 70%;
}

.slider-sec .dots-container {
  padding: 0 100px;
  position: relative;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.slider-sec .dots-container .dots {
  cursor: pointer;
  height: 6px;
  width: 150px;
  margin: 0 4px;
  border-radius: 10px;
  transition: all 0.3s ease-in;
  position: relative;
}

.slider-sec .dots-container .dots::after {
  content: attr(data-slide);
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  width: 150px;
  white-space: nowrap;
}


.slider-sec .dots-container .dots.active,
.slider-sec .dots-container .dots:hover {
  background-color: #3125d5;
}

.videoSlider {
  margin-top: 80px;
}

.videoSlider .videoSliderItem {
  margin: 10px;
  border-radius: 20px;
  background-color: #e6efff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.videoSlider .videoSliderItem img {
  max-width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.videoSlider .videoSliderItem .videoItem {
  position: relative;
}



.videoSlider .videoSliderItem .videoItem .play-btn-mn {
  top: 20px;
  right: 20px;
  left: unset;
  align-items: flex-start;
  justify-content: flex-end;
}

.videoSlider .videoSliderItem .videoItem .play-btn {
  background: #fff;
  color: #525252;
  border-radius: 9px;
  width: fit-content;
  padding: 16px;
  height: auto;
  font-size: 20px;
  line-height: 30px;
  transition: 0.5s;
  max-width: 191px;
  min-width: 125px;
  max-height: 43px;
  min-height: 30px;
}

.videoSlider .videoSliderItem .videoItem .play-btn i {
  margin-left: 6px;
}

.greyBgWithVideo .vieoMain iframe {
  min-height: 400px;
}

.videoSlider .owl-arrow-nav {
  position: absolute;
  right: 5%;
  top: -80px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: flex;
}

.videoSlider .owl-arrow-nav .owl-prev {
  margin-right: 15px;
}

/* End StartUp Page */

/* Start new team */

.page-id-9241 header.entry-header {
  display: none;
}

.teamNew-mainWrap .elementor-container {
  gap: 25px;
  flex-wrap: wrap;
}

.teamNew-items {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 15px #0000000d;
  border-radius: 8px;
  width: calc(50% - 15px) !important;
}

.teamNew-items .infobox-icon,
.teamNew-items .infobox-icon img {
  min-width: 225px;
  max-width: 225px;
  border-radius: 8px;
}

.teamNew-items h4.title {
  font-size: 18px;
  font-weight: 600;
  color: #000 !important;
}

.teamNew-items p {
  margin: 0 0 10px 0 !important;
  font-size: 14px;
  line-height: 22px;
}

.teamNew-items p:last-child {
  margin: 18px 0 0 0 !important;
}

.teamNew-items .infobox-content a img {
  height: 18px;
  margin-right: 15px;
  width: 20px;
}

.ln-newadd .infobox-content a img {
  height: 25px !important;
  width: 25px !important;
}

@media (max-width: 767px) {
  .ln-newadd .infobox-content a img {
   margin-right: 0px !important; 
   margin-left: calc(50% - 10px) !important;
  }
}

/* End new team */

/* Acumatica ERP page start */

.acumatica_erp_page-banner .inner__page-banner-contents {
  min-width: 60% !important;
}

.acumaticaerpPlatformSctn .section-info {
  margin-bottom: 20px !important;
}

.acumaticaerpPlatformSctn .section-info p {
  font-size: 16px;
  line-height: 24px;
}

.acumaticaerpPlatformSctn .info-col {
  padding-right: 50px;
}

.acumaticaerpPlatformSctn .img-col img {
  max-width: 100%;
  height: auto;
}

.acumaticaerpPlatformSctn .info-col .info-text {
  font-size: 25px;
  line-height: 40px;
  margin: 0 0 30px;
}

.acumaticaerpPlatformSctn .page-section-stretched {
  margin-top: 30px !important;
}

.acumatica_erp_page-banner .bnr-blue-txt {
  margin: 10px 0;
}

.acumaticerpTab .erpTabs ul {
  padding: 30px 0;
  margin: 0 80px;
  text-align: center;
}

.acumaticerpTab .erpTabs ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 30%;
  color: #000;
  margin-bottom: 40px;
  font-family: "Montserrat";
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0.9s;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
}

.acumaticerpTab .erpTabs ul li img {
  margin-bottom: 15px;
  width: 150px;
  min-height: 150px;
  height: auto;
  border-radius: 35px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 30px;
}

.acumaticerpTab .erpTabs ul li .slider-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin: 0;
}

.acumaticaCloud .inner-sec {
  margin: 30px 0 20px;
}

.cloud-erp-list .eael-feature-list-icon-box .eael-feature-list-icon-inner {
  margin-top: 8px;
}

.acumaticaCloud .inner-sec .cloud-erp-list .-icon-position-left .eael-feature-list-content-box {
  margin: 0 0 20px 20px !important;
}

.cloud-erp-list .eael-feature-list-item {
  min-height: 130px;
}

.cloud-erp-list .eael-feature-list-content-box .eael-feature-list-title {
  font-size: 24px;
  line-height: 34px !important;
  margin-bottom: 10px;
  margin-top: 0;
}

.cloud-erp-list .eael-feature-list-content-box .eael-feature-list-content {
  font-size: 18px !important;
  line-height: 28px !important;
}

.acumaticaCloud .section-info.second {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

.acumaticaCloud .section-bold-info {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px !important;
}

.acumatica-page .vertical-icon-box-card {
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.06);
  border: solid 2px rgba(255, 255, 255, 0.32);
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.acumaticaErpPartner .inner-sec .elementor-container {
  flex-wrap: wrap;
  max-width: 100% !important;
  width: 100% !important;
}

.acumaticaErpPartner .inner-sec .erp-card {
  width: calc(50% - 60px) !important;
  margin: 40px 30px;
}

.acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-wrapper {
  border-radius: 17px;
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 35px;
  min-height: 380px;
}

.acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-icon svg {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}

.acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-title {
  font-size: 24px;
  line-height: 34px;
}

.acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-description {
  font-size: 18px;
  line-height: 28px;
}

.acumaticaErpPartner .elementor-widget-icon-box:not(.icon--not-centered) .elementor-icon {
  margin: 0 !important;
}

/* Acumatica ERP page end */


/* Software Rescue Service page Start*/


.commonSec .img-col img,
.commonSec .inner-section .img-col img {
  width: 300px;
}

.commonSec .blue-text .elementor-heading-title {
  font-size: 25px;
  line-height: 35px;
}

.commonSec .inner-section {
  margin-top: 30px;
}

.commonSec .inner-section .appProjectSec {
  padding-left: 30px;
}

.commonSec .heading .elementor-heading-title,
.sofware-page .section-heading {
  font-size: 30px;
  line-height: 40px;
}

.appProjectSec .section-heading .elementor-heading-title {
  font-size: 26px;
  line-height: 36px;
}

.commonSec .para {
  font-size: 16px;
  line-height: 24px;
}

.appProjectSec .alternate-img-info-row>.elementor-container {
  flex-direction: column;
  flex-wrap: wrap;
}

.appProjectSec .alternate-img-info-row .inner-col {
  width: 100% !important;
  margin-bottom: 50px;
}

.appProjectSec .col-100 {
  width: 100%;
}

.appProjectSec .iconListWrap {
  margin-top: 10px;
}

.appProjectSec .iconListWrap .elementor-icon-list-text {
  font-size: 20px;
  line-height: 30px;
  padding: 0 !important;
  margin: 0;
}

.appProjectSec .iconListWrap .elementor-icon-list-item {
  align-items: flex-start;
}

.appProjectSec .iconListWrap .elementor-icon-list-icon svg {
  width: 14px;
  margin: 7px 0 0 !important;
}

.software-page .vertical-icon-box-card {
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.06);
  border: solid 2px rgba(255, 255, 255, 0.32);
  background-color: rgba(255, 255, 255, 0.1) !important;
}


.commonSec .videoSec .videoCol {
  width: 80%;
  border-radius: 20px;
  background-color: #f3f3f3;
  padding: 30px;
  margin: 50px auto;
}

.commonSec .videoSec .videoCol img {
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.commonSec .videoSec .videoCol .video-thumbnail {
  position: relative;
}

.commonSec .videoSec .videoCol .play-btn-mn {
  top: 20px;
  right: 20px;
  left: unset;
  align-items: flex-start;
  justify-content: flex-end;
}

.commonSec .videoSec .videoCol .play-btn {
  background: #fff;
  color: #525252;
  border-radius: 9px;
  width: fit-content;
  padding: 10px 15px;
  height: auto;
  font-size: 20px;
  line-height: 30px;
  transition: 0.5s;
  max-width: 191px;
  min-width: 125px;
  max-height: 43px;
  min-height: 30px;
}

.commonSec .videoSec .videoCol .play-btn i {
  margin-left: 8px;
}

.commonSec .video-player iframe {
  min-height: 400px;
}


.software-sec .slider__page-banner .inner__page-banner-btn {
  width: fit-content;
  max-width: fit-content;
  padding: 0 20px;
}

.software-sec .slider__page-banner .inner__page-banner-btn .btn__icon {
  width: auto;
}

.software-sec .slider__page-banner .slider_heading {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 35px;
  font-weight: 600;
}

.software-sec .slider__page-banner .slider_para {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.software-sec .owl-nav {
  position: absolute;
  bottom: 40px;
  right: 80px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
}

.software-sec .owl-nav .owl-prev img,
.software-sec .owl-nav .owl-next img {
  width: 50px;
}

/* Software Rescue Service page end */
/* Solution Page Start*/

.solution-page___banner .blackTxt {
  color: #fff !important;
  margin: 6px 0 0 0;
}

.solution-page___banner .inner__page-banner-btn {
  margin-left: 12px;
}

/* Solution Page End*/


/* ====================== start responsive is here ========================= */
@media (min-width: 480px) {
  .pats-page .features-case-mn .img-bx-mn {
    min-height: 415px;
  }

  .pats-page .devops-popularity-section .elementor-element.devops-srvcs-card-col>.elementor-widget-wrap {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pats-page .devops-srvcs-card-col .devops-srvcs-card {
    width: 47%;
  }

  .devops-srvcs-card-col .devops-srvcs-card {
    margin-right: 5.99% !important;
  }

  .devops-srvcs-card-col .devops-srvcs-card:nth-child(2),
  .devops-srvcs-card-col .devops-srvcs-card:nth-child(4),
  .devops-srvcs-card-col .devops-srvcs-card:nth-child(6) {
    margin-right: 0 !important;
  }

  .devops-srvcs-card-col .devops-srvcs-card:nth-last-child(2) {
    margin-bottom: 0 !important;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item,
  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item {
    width: 30.66%;
    margin-right: 4%;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(2n) {
    margin-right: 4%;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 576px) {

  /* --------- pats page default settings -------- */
  /* common sections */
  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card,
  .pats-page .vertical-icon-box-card-section .vertical-icon-box-card {
    width: 48.075%;
    margin-right: 3.85%;
  }

  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(2n),
  .pats-page .vertical-icon-box-card-section .vertical-icon-box-card:nth-child(2n) {
    margin-right: 0;
  }

  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(5) {
    margin-bottom: 0 !important;
  }

  /*
   ---------- Modifying footer row --------
   */
  .pats-page .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-row .ftr-lft-links .ftr-cntnt a {
    margin-bottom: 18px;
  }

  .footer-row .footer-services-menu-wrapper {
    display: flex;
  }

  .footer-row .footer-services-menu-wrapper__one {
    margin-right: 40px;
  }

  /* 
   ------end------
    */

  .webecommerce__page-banner .inner__page-banner-contents br {
    display: block;
  }

  .pats-page .features-case-mn .img-bx-mn {
    min-height: 600px;
  }

  /* .features-case-wrap:nth-child(even) .feature-case-study-link {
      margin-left: auto;
   }
   .pats-page .feature-case-study-link {
      display: block;
      width: 41.3542vw;
      width: 100%;
      min-width: 235px;
      max-width: 794px;
   } */
  .app__dev-success-story-item-inner {
    padding: 75px 25px 25px;
  }

  .pats-page .saas-dev-types-section .elementor-element.saas-dev-types-cards-container>.elementor-widget-wrap {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pats-page .saas-dev-types-cards-container .saas-dev-types-card {
    width: 45%;
  }

  .saas-dev-types-cards-container .saas-dev-types-card {
    margin-right: 9.99% !important;
  }

  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(2),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(4),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(6),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(8) {
    margin-right: 0 !important;
  }

  .saas-dev-types-cards-container .saas-dev-types-card:nth-last-child(2) {
    margin-bottom: 0 !important;
  }

  .sass-industries-slider .slider-body {
    padding-top: 6.510416vw;
    padding-left: 7.03125vw;
    padding-right: 7.03125vw;
  }

  .sass-industries-slider .industry-info {
    width: 33.85416vw;
    min-width: 370px;
  }

  .devops-what-makes-special-section .floating-box {
    margin-bottom: 55px;
  }

  /* -------- Get Free Quote Modal ------- */
  .get-free-quote-modal .pi-form-row {
    justify-content: space-between;
  }

  .get-free-quote-modal .pi-form-row .pi-form-group {
    flex: 0 0 48%;
    max-width: 306px;
  }

  .pats-single-blog-section .single-post__title br {
    display: block;
  }

  .pats-page .better-saas-app-dev-section .elementor-column.better-saas-srvce-card-col {
    width: 45%;
    max-width: 509px;
  }

  .pats-page .better-saas-app-dev-section .elementor-column.better-saas-srvce-card-col.first {
    margin-right: 26px;
  }

  .fstack-dev-company-srvcs-section .fstack-dev-companys-srvcs-container .fstack-dev-companys-srvcs-item {
    width: 44%;
    margin-right: 12%;
  }

  .fstack-dev-company-srvcs-section .fstack-dev-companys-srvcs-container .fstack-dev-companys-srvcs-item:nth-child(2n) {
    margin-right: 0;
  }

  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item:nth-last-child(2)>.elementor-widget-container {
    margin-bottom: 0;
  }

  .ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element {
    width: 30.933%;
  }

  .ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element:nth-child(2n) {
    margin-right: 3.6%;
  }

  .ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element:nth-child(3n) {
    margin-right: 0;
  }

  .pats-page .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card {
    width: 48.85%;
    margin-right: 2.3%;
  }

  .pats-page .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card:nth-child(2n) {
    margin-right: 0;
  }

  .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card:nth-last-child(2) {
    margin-bottom: 0 !important;
  }

  .car-rental-dev-servic-tabs__feature-list {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 667px) {

  #app__development-service-section .section-heading,
  #app__development-service-section .section-info {
    width: -webkit-calc(100vw * 0.5765625);
    width: calc(100vw * 0.5765625);
    min-width: 500px;
  }

  .pats-page .devops-what-makes-special-section .elementor-element.floating-box>.elementor-widget-wrap {
    padding: 3.75vw 3.385416vw 3.385416vw 2.60416vw;
  }
}

@media (min-width: 768px) {
  /* --------- pats page default settings -------- */
  /* widgets start*/

  .pats-horizontal-tabs .tabs__tab-content--mobile.active {
    display: none;
  }

  .pats-horizontal-tabs .tabs__tab-content--desktop.active {
    display: block;
  }

  .pats-horizontal-tabs .tabs__btn-group {
    margin: 0 2px;
    margin-bottom: 0;
  }

  .pats-horizontal-tabs .tabs__btn-group:last-child {
    margin-bottom: 0;
  }

  .pats-horizontal-tabs .tabs__btn-panel__inner {
    display: flex;
    justify-content: flex-start;
    margin-left: 6px;
  }

  .pats-horizontal-tabs .tabs__tab-btn {
    padding: 10px 8px;
    font-size: 12px;
    border: solid 1px #ececec;
    background-color: #f8f8f8;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
  }

  .pats-horizontal-tabs {
    margin: -40px 0 0 0;
  }

  .pats-horizontal-tabs .tabs__tab-btn i {
    display: none;
  }

  /* widgets end*/

  /* common sections */
  .info-img-para-list-section--common>.elementor-container,
  .dual-info-column-section--common .info-row>.elementor-container,
  .basic-info-left-img-section--common>.elementor-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .pats-page .info-img-para-list-section--common .elementor-column.info-img-col,
  .pats-page .info-img-para-list-section--common .elementor-column.info-list-col {
    width: 46.5%;
  }

  .pats-page .dual-info-column-section--common .info-row .elementor-column.info-col {
    width: 47.2%;
  }

  .pats-page .vertical-icon-box-row-section--common .vertical-icon-box-row__item {
    width: 44.75%;
    margin-right: 10.5%;
  }

  .pats-page .vertical-icon-box-row-section--common .vertical-icon-box-row__item:nth-child(2n),
  .pats-page .vertical-icon-box-row-section--common .vertical-icon-box-row__item.last {
    margin-right: 0;
  }

  .pats-page .basic-info-left-img-section--common .elementor-column.info-col {
    width: 52.4%;
  }

  .pats-page .basic-info-left-img-section--common .elementor-column.img-col {
    width: 44%;
  }

  .alternate-img-info-rows-section--common .alternate-img-info-rows>.elementor-container {
    justify-content: space-between;
  }

  .pats-page .alternate-img-info-rows-section--common .elementor-column.img-col {
    width: 34.5%;
  }

  .pats-page .alternate-img-info-rows-section--common .info-img .elementor-column.info-col {
    width: 49.4%;
  }

  .pats-page .alternate-img-info-rows-section--common .img-info .elementor-column.info-col {
    width: 50.8%;
  }

  .alternate-img-info-rows-section--common .img-wdgt img {
    max-width: none;
  }


  .webecommerce__page-banner .inner__page-banner-contents-wrapper {
    padding: 15.5729166vw 0 10.4166666vw;
  }

  .home-how-we-do-section .lottie-animation-container {
    width: 24.8vw;
    width: 30vw;
    min-width: 275px;
    margin: auto;
  }

  .client-feedback-n-testimonial-section .client-feedback-section-inner .elementor-container {
    justify-content: space-between;
  }

  .pats-page .client-feedback-n-testimonial-section .elementor-column.info-col {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .pats-page .client-feedback-n-testimonial-section .elementor-column.testimonial-slider-col {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .client-feedback-n-testimonial-section .client-feedback-shortcode-wrapper {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
  }

  /*** About page bottom carousel styles ***/
  .about-page-client-review-section .client-review-slider {
    overflow: initial;
  }

  .about-page-client-review-section .client-review-slider .owl-stage-outer {
    margin-left: 0;
  }

  .about-page-client-review-section .client-review-slider .owl-stage {
    padding-left: 10px !important;
  }

  .about-page-client-review-section .client-review-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
  }

  .about-page-client-review-section .client-review-slider .item {
    padding-bottom: 20px;
  }

  .client-review-cards-shortcode-container,
  .client-review-cards-shortcode-container .elementor-widget-container,
  .about-page-client-review-section .client-review-slider,
  .about-page-client-review-section .client-review-slider .owl-stage-outer,
  .about-page-client-review-section .client-review-slider .owl-stage,
  .about-page-client-review-section .client-review-slider .owl-item,
  .about-page-client-review-section .client-review-slider .item,
  .about-page-client-review-section .client-review-slider .cntnt-mn,
  .about-page-client-review-section .client-reviews-slider-container,
  .about-page-client-review-section .client-reviews-slider-container .elementor-widget-container {
    height: 100%;
  }

  /*** End ***/
  /*----Mega menu ----
   ------------------*/
  .megamenu-container #mega-menu-wrap-menu-1 {
    width: 100%;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /*----Mega menu end----
   ---------------------*/

  .what-do-list.list-cntr {
    width: 35% !important;
  }

  .what-do-list.list-rght {
    width: 20.807% !important;
  }

  .review-sctn-mn::before {
    width: 33%;
  }

  /** @768 Inner page banner - start **/
  .inner__page-banner-contents-wrapper,
  .slider__page-banner-contents-wrapper {
    padding-top: 120px;
  }

  .inner__page-banner-contents {
    width: -webkit-calc(100vw * 0.448958);
    width: calc(100vw * 0.448958);
    min-width: 530px;
  }

  .inner__page-banner .page__info {
    margin-bottom: 35px;
    /* font-size: 24px; */
  }

  .contact__page-banner .page__info {
    font-size: 28px;
  }

  /** end **/
  /** @768 App development - start **/
  .app__dev-service-card-inner .service-title {
    font-size: 24px;
  }

  .app__dev-mob-app-pltfm-card {
    min-height: 465px;
  }

  .cstm-mob-apps-sols-info .info-body,
  .app__dev-success-story-item-inner .client-name,
  #we-can-help .submit-btn,
  /* .ar_vr_app_dev-service-card .service-title, */
  .iot-dev-services-card .service-title,
  /* .ar_vr_served_industries-item-inner .slider-header-badge, */
  .ar_vr_served_industries-item-inner .industry-info {
    font-size: 18px;
  }

  .cstm-mob-apps-sols-info .info-heading,
  .app__dev-success-story-item-inner .stroy-text,
  #we-can-help .wpcf7-form-control {
    font-size: 22px;
  }

  .pats-page .feature-case-studies-wrapper--outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pats-page .features-case-wrap {
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }

  .pats-page .features-case-mn .img-bx-mn {
    min-height: initial;
  }

  .f-stack-advantages-section .f-stack-advtgs-img-wdgt .elementor-widget-container {
    width: 34.8vw;
    max-width: 667px;
  }

  .saas-about-section .img-col {
    padding-right: 30px;
  }

  .saas-about-section .info-col {
    padding-left: 30px;
  }

  .saas-about-section .about-saas-img-wdgt>.elementor-widget-container {
    width: 33.802083vw;
    max-width: 649px;
    margin-left: auto;
  }

  .pats-page .saas-dev-types-cards-container .saas-dev-types-card {
    width: 30%;
  }

  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(2),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(4),
  .saas-dev-types-cards-container .saas-dev-types-card {
    margin-right: 4.99% !important;
  }

  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(3),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(6),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(9) {
    margin-right: 0 !important;
  }

  /* .saas-dev-types-cards-container .saas-dev-types-card:nth-last-child(3) {
      margin-bottom: 0 !important;
   } */
  .pats-page .mvp-advntgs-bullet-list.list-one .eael-feature-list-items {
    align-items: flex-end;
  }

  .pats-page .mvp-advntgs-bullet-list.list-two .eael-feature-list-items {
    align-items: flex-start;
  }

  .pats-page .bullet-list-section-col .bullet-list-col.two {
    padding-left: 10px;
  }

  .pats-page .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
    min-height: 69px;
  }

  .mvp-about-section .mvp-advntgs-bullet-list .eael-feature-list-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mvp-features-section-two .feature-list-col {
    padding-right: 25px;
    padding-left: 25px;
  }

  .pats-icon-box .elementor-icon-box-icon {
    position: absolute;
    left: 0;
    top: 0;
  }

  .pats-icon-box .elementor-icon-box-title {
    padding-left: calc(1.71875vw + 23px);
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
    margin-bottom: 15px;
  }

  /* MVP page accordion */
  .mvp-dev-process-collapse-card:not(:last-child) {
    margin-bottom: 2.1875vw;
  }

  .mvp-dev-process-collapse-card .accordion-wrapper-inner {
    padding: 1.302083vw 3.489583vw 2.447916vw;
  }

  .mvp-dev-process-collapse-card .btn-collapse {
    padding: 1.66vw 3.90625vw 1.66vw 3.5416vw;
  }

  .mvp-accordion-bullet-list .list-item:not(:last-child) {
    margin-bottom: 2.864583vw;
  }

  .mvp-accordion-bullet-list .list-item .list-item__icon {
    margin-right: 1.875vw;
  }

  .mvp-dev-process-collapse-card .collapse-state-indicator {
    right: 2.3958vw;
  }

  .devops-role-section .info-col {
    padding-right: 15px;
  }

  .devops-role-section .list-col {
    padding-left: 20px;
  }

  .devops-popularity-section .section-info {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pats-page .devops-srvcs-card-col .devops-srvcs-card {
    width: 28%;
  }

  .devops-srvcs-card-col .devops-srvcs-card {
    margin-bottom: 7.083vw !important;
    padding: 3.385416vw 0 1.822916vw;
  }

  .devops-srvcs-card-col .devops-srvcs-card,
  .devops-srvcs-card-col .devops-srvcs-card:nth-child(2),
  .devops-srvcs-card-col .devops-srvcs-card:nth-child(4) {
    margin-right: 7.99% !important;
  }

  .devops-srvcs-card-col .devops-srvcs-card:nth-child(3) {
    margin-right: 0 !important;
  }

  .devops-srvcs-card-col .devops-srvcs-card:nth-last-child(3) {
    margin-bottom: 0 !important;
  }

  .pats-page .elementor .elementor-element.devops-srvcs-card.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 3.85416vw;
  }

  /* -------- Get Free Quote Modal ------- */
  .get-free-quote-modal .modal-content {
    padding: 14px;
    padding-left: 31px;
  }

  .get-free-quote-modal .modal-content-inner {
    position: static;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }

  .get-free-quote-modal .modal-contact-info-section {
    padding-top: 7.2916vw;
    padding-right: 6.77083vw;
  }

  .get-free-quote-modal .modal-contact-header {
    text-align: left;
  }

  .get-free-quote-modal .social-media-links-wrapper {
    margin-top: 30px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .get-free-quote-modal .modal-contact-info-list {
    display: block;
  }

  .pats-blog-lists-section .blog-posts-list {
    align-items: stretch;
    justify-content: flex-start;
  }

  .blog-section-tab-content .blog-post,
  .pats-blog-lists-section .blog-posts-list__item {
    flex: 0 0 47%;
    max-width: 47%;
  }

  .pats-blog-lists-section .blog-posts-list__item {
    margin-bottom: 6vw;
  }

  .pats-blog-lists-section .blog-posts-list__item:nth-child(1),
  .pats-blog-lists-section .blog-posts-list__item:nth-child(2n+1) {
    margin-right: 6%;
  }

  .client-feedback-section__inner {
    padding-top: 60px;
  }

  .pats-single-blog-section .single-post {
    /* width: 72vw; */
    margin: auto;
  }

  /* .pats-single-blog-section .single-post__body {
      max-width: 1070px;
      width: 67vw;
      margin: auto;
   } */

  .post-share-btns--floating.active {
    display: block;
    /* -webkit-animation: 300ms linear cubic-bezier(.31,.33,.44,.91) backwards fadeInSlideUp; */
    animation: 300ms cubic-bezier(.31, .33, .44, .91) backwards fadeInSlideUp;
  }


  .saas-app-dev-page__banner .inner__page-banner-contents {
    width: 43.90625vw;
    min-width: auto;
    max-width: 843px;
  }

  .pats-page .saas-srvce-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 2.60416vw 2.60416vw 0 0;
  }

  .saas-app-dev-features-section .inner-container>.elementor-container {
    justify-content: space-between;
  }

  .pats-page .saas-app-dev-features-section .elementor-column.img-col {
    width: 35%;
  }

  .pats-page .saas-app-dev-features-section .elementor-column.info-col {
    width: 60%;
  }

  .saas-app-dev-srvces-pack-section .saas-app-dev-pack-row>.elementor-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-column.saas-app-dev-pack-col {
    width: 45%;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-last-child(2)>.elementor-widget-wrap {
    margin-bottom: 0;
  }

  .pats-page .fstack-dev-srvce-section .elementor-element.heading-col>.elementor-widget-wrap {
    padding-right: 15px;
  }

  .webdevelopment__page-banner .inner__page-banner-contents {
    width: 61.25vw;
    min-width: 610px;
  }

  .inner__page-banner.webdevelopment__page-banner .page__info br {
    display: block;
  }

  .web-dev-path-to-resp-section .img-wdgt .elementor-widget-container {
    width: 77.8125vw;
    max-width: 1494px;
  }

  .pats-page .web-dev-path-to-resp-section .elementor-element.img-wdgt>.elementor-widget-container {
    margin-right: auto;
    margin-left: auto;
  }

  .pats-page .web-dev-custom-app-section>.elementor-container {
    justify-content: space-between;
  }

  .pats-page .web-dev-custom-app-section .elementor-column.info-col {
    width: 55%;
  }

  .pats-page .web-dev-custom-app-section .elementor-column.img-col {
    width: 43%;
  }

  .web-dev-custom-app-section .img-wdgt .elementor-widget-container {
    width: 35.677083vw;
    max-width: 685px;
    margin-right: 0;
  }

  .web-dev-security-section .img-wdgt .elementor-widget-container {
    width: 65vw;
    max-width: 1041px;
    margin: auto;
  }

  .dedicated-developer-hiring-page__banner .inner__page-banner-contents-wrapper,
  .dedicated-developer-hiring-page-redesign__banner .inner__page-banner-contents-wrapper {
    padding: 11.71875vw 0 10.416vw;
  }

  .dedicated-hiring-why-us-section>.elementor-container {
    justify-content: space-between;
  }

  .pats-page .dedicated-hiring-why-us-section .elementor-column.info-col {
    width: 53%;
  }

  .pats-page .dedicated-hiring-why-us-section .elementor-column.img-col {
    width: 42.5%;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item,
  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item {
    width: 22.75%;
    margin-right: 3%;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(3n),
  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(2n),
  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(3n),
  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item :nth-child(2n) {
    margin-right: 3%;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(4n),
  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item :nth-child(4n) {
    margin-right: 0;
  }

  .pats-page .dedicated-hiring-dev-srvcs-section .elementor-column.img-col {
    width: 40%;
  }

  .pats-page .info-img-section.hire-developers-section .elementor-column.img-col,
  .pats-page .info-img-section.mobile-app-dev-section .elementor-column.img-col {
    width: 35%;
  }

  .fitness-app-dev-exclsv-features-section .fitness-app-dev-exclsv-features-col .elementor-widget-wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  .fitness-app-dev-exclsv-features-section .fitness-app-dev-exclsv-features-col .fitness-app-dev-exclsv-features-item {
    width: 47.625%;
  }

  .pats-page .fitness-app-dev-why-choose-us-inner-section>.elementor-container {
    justify-content: space-between;
  }

  .pats-page .fitness-app-dev-why-choose-us-section .elementor-column.img-col {
    width: 44%;
  }

  .pats-page .fitness-app-dev-why-choose-us-section .elementor-column.info-col {
    width: 52%;
  }

  .pats-page .elementor-section.elementor-element.fstack-hiring-section {
    padding-left: 0;
    padding-right: 0;
  }

  .pats-page .fstack-hiring-section>.elementor-container {
    padding-left: 50px;
  }

  .pats-page .fstack-hiring-section>.elementor-container {
    justify-content: space-between;
  }

  .pats-page .fstack-hiring-section .elementor-column.info-col {
    width: 48%;
  }

  .pats-page .fstack-hiring-section .elementor-column.img-col {
    width: 47.7%;
  }

  .fstack-hiring-section .img-wdgt img {
    width: 100%;
  }

  .pats-page .fstack-what-distinguishes-section>.elementor-container {
    justify-content: space-between;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-column.info-col {
    width: 39%;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-column.list-col {
    width: 56%;
  }

  .fstack-dev-companys-srvcs-col>.elementor-widget-wrap {
    max-width: 590px;
  }

  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-col>.elementor-widget-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .inner__page-banner .counter-wdgt__item:not(:first-child):not(:last-child) {
    padding: 0 38px;
  }

  .inner__page-banner .counter-wdgt__item:first-child {
    padding-right: 38px;
  }

  .inner__page-banner .counter-wdgt__item:last-child {
    padding-left: 38px;
  }

  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-col>.elementor-widget-wrap {
    justify-content: center;
    flex-direction: row;
  }

  .ecomm-drive-sales-section .ecomm-drive-sales-sols-col .ecomm-drive-sales-sols-item {
    width: 45.75%;
    margin-right: 8.5%;
  }

  .ecomm-drive-sales-section .ecomm-drive-sales-sols-col .ecomm-drive-sales-sols-item:not(:last-child)>.elementor-widget-container {
    margin-bottom: 4.53125vw !important;
  }

  .ecomm-drive-sales-section .ecomm-drive-sales-sols-col .ecomm-drive-sales-sols-item:nth-child(2n),
  .ecomm-drive-sales-section .ecomm-drive-sales-sols-col .ecomm-drive-sales-sols-item:last-child {
    margin-right: 0;
  }

  .ecomm-exclusive-feature-section .img-wdgt img {
    max-width: none;
  }

  .pats-page .ecomm-exclusive-feature-section .elementor-column.img-col {
    width: 42%;
  }

  .pats-page .ecomm-exclusive-feature-section .elementor-column.info-col {
    width: 43%;
  }

  .car-rental-app-dev-diff-section>.elementor-container,
  .car-rental-app-empower-section>.elementor-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .pats-page .car-rental-app-dev-diff-section .elementor-column.heading-col {
    width: 40%;
  }

  .pats-page .car-rental-app-dev-diff-section .elementor-column.info-col {
    width: 56.6%;
  }

  .car-rental-app-development__banner .inner__page-banner-contents {
    width: 49.0625vw;
    max-width: 942px;
  }

  .pats-page .car-rental-app-empower-section .elementor-column.info-img-col {
    width: 40%;
  }

  .car-rental-dev-servic-tabs__feature-list .feature-list-item {
    width: 15.625%;
    margin-right: 12.5%;
  }

  .car-rental-dev-servic-tabs__feature-list .feature-list-item:nth-child(3n) {
    margin-right: 12.5%;
  }

  .car-rental-dev-servic-tabs__feature-list .feature-list-item:nth-child(4n) {
    margin-right: 0;
  }

  .pats-page .food-app-business-growth-section>.elementor-container {
    display: flex;
    justify-content: center;
  }

  .pats-page .food-app-business-growth-section .elementor-column.img-col {
    width: 45.6%;
    margin-right: 5.9%;
  }

  .pats-page .food-app-business-growth-section .elementor-element.img-col>.elementor-widget-wrap {
    margin-right: 0;
  }

  .pats-page .food-app-business-growth-section .elementor-column.info-col {
    width: 48.5%;
  }

  .education-app-dev__banner .inner__page-banner-contents-wrapper {
    padding: 12.8125vw 0 6.40625vw;
  }

  .farming-app-importance-section .info-img-cols-container>.elementor-container {
    justify-content: space-between;
  }

  .pats-page .farming-app-importance-section .elementor-column.info-col {
    width: 53%;
  }

  .pats-page .farming-app-importance-section .elementor-column.img-col {
    width: 42%;
  }

  .farming-app-solutions-section .img-wdgt img {
    width: 64vw;
    max-width: 1221px;
  }

  .pats-page .farming-app-top-features-section .section-info-text {
    width: 72.1875vw;
    max-width: 1386px;
    margin: auto;
  }

  /* =======================
   By Avi - start
   ========================== */
  #cat-panel #panel-tabs .elementor-tabs {
    position: relative;
  }

  #cat-panel .elementor-container {
    border-radius: 0 8px 8px 0;
  }

  #cat-panel .elementor-widget-wrap,
  #cat-panel #panel-tabs .elementor-tabs-content-wrapper {
    border: none;
  }

  #cat-panel #panel-tabs .elementor-tabs-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  #cat-panel #panel-tabs .elementor-tab-title {
    border-width: 0 !important;
  }

  #cat-panel #panel-tabs .elementor-tab-title:not(:last-child) {
    margin-right: 4px !important;
  }

  #cat-panel #panel-tabs .elementor-tab-title::before,
  #cat-panel #panel-tabs .elementor-tab-title::after {
    border-width: 0;
  }

  #journey-ach .jrn-ach-left .section-heading,
  #journey-ach .jrn-ach-left .section-info {
    text-align: left;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    padding: 30px;
    min-height: 410px;
  }

  /* =======================
   By Avi - end
   ========================== */
}

@media (min-width: 767.1px) and (max-width: 769px) {

  /* widgets start*/
  .pats-horizontal-tabs .tabs__tab-content--mobile.active {
    display: block;
  }

  .pats-horizontal-tabs .tabs__tab-content--desktop.active {
    display: none;
  }

  .grocery-store-app-features-section .elementor-column.leftCol {
    text-align: center;
  }

  .grocery-store-app-features-section .elementor-column.leftCol.info-col .elementor-widget-wrap {
    padding: 40px 30px 45px 30px !important;
  }

  .grocery-store-app-features-section .elementor-column.rightCol {
    background: #425cfe;
  }

  .pats-horizontal-tabs .tabs__btn-group {
    margin: 0;
    margin-bottom: 0;
  }

  .pats-horizontal-tabs .tabs__btn-group:last-child {
    margin-bottom: 0;
  }

  .pats-horizontal-tabs .tabs__btn-panel__inner {
    display: block;
    margin-left: 0;
  }

  .pats-horizontal-tabs .tabs__tab-btn {
    padding: 10px 8px;
    font-size: 16px;
    border: solid 1px #ececec;
    color: #fff;
    background: #425cfe;
    border-radius: 8px !important;
  }

  .pats-horizontal-tabs .tabs__tab-btn.active {
    border-radius: 8px 8px 0 0 !important;
  }

  .grocery-store-app-features-section .elementor-column.leftCol {
    width: 100%;
  }

  .grocery-store-app-features-section .elementor-column.rightCol {
    width: 100%;
    margin: -2px 0 0 0;
  }

  .grocery-store-app-features-section .elementor-column.leftCol .elementor-widget-wrap {
    border-radius: 8px 8px 0 0 !important;
    padding: 40px 30px 15px 30px !important;
  }

  .grocery-store-app-features-section .elementor-column.rightCol .elementor-widget-wrap {
    border-radius: 0 0 8px 8px !important;
    padding: 0 30px 40px 30px !important;
  }

  .pats-horizontal-tabs .tabs__tab-content--mobile {
    background: #fff !important;
    border: 1px solid #fff;
    ;
  }

  .pats-horizontal-tabs .tabs__tab-btn {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pats-horizontal-tabs .tabs__btn-group {
    margin: 0 0 25px 0;
  }

  .tabs__content-panel_desktop {
    display: none;
  }

  .pats-horizontal-tabs .tabs__tab-btn i {
    display: block;
  }

  .pats-horizontal-tabs .tabs__tab-btn .minusIcon {
    display: none;
  }

  .pats-horizontal-tabs .tabs__tab-btn.active .minusIcon {
    display: block;
  }

  .pats-horizontal-tabs .tabs__tab-btn.active .plusIcon {
    display: none;
  }

  .pats-page .elementor-section.elementor-element.grocery-store-app-features-section.pats-section-gap {
    padding: 50px 0 0;
  }

  /* widgets end*/
}

@media (min-height: 699.98px) {
  .post-share-btns--floating {
    --initial-offset-top: 330px;
  }
}

/* @media (min-width: 768px) and (max-width: 1199.98px) and (min-height: 600px),
(min-width: 1200px) and (max-width: 1399.98px) and (min-height: 640px),
(min-width: 1400px) and (max-width: 1599.98px) and (min-height: 720px),
(min-width: 1600px) and (max-width: 1799.98px) and (min-height: 790px),
(min-width: 1800px) and (min-height: 800px) {
   .get-free-quote-modal .modal-dialog {
      margin-top: 0;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
   }
} */

/* @media (min-width: 769px) {   
   .site-header .site-navigation-mobile--primary {
      display: none;
   }
   .site-header .site-navigation-desktop--primary {
      display: block;
   }
} */
@media (min-width: 992px) {

  /* Widget start */

  .pats-horizontal-tabs .tabs__tab-btn {
    padding: 10px;
  }

  /* Widget end */

  .site-header .site-navigation-mobile--primary {
    display: none;
  }

  .site-header .site-navigation-desktop--primary {
    display: block;
  }

  /* --------- pats page default settings -------- */
  .pats-page-section .section-heading>.elementor-widget-container,
  .saas-srvce-section .info-text--highlighted,
  .web-dev-tech-stack-tabs-container .tab-title,
  #custom_beauty_salon_explore-section .custom_beauty_salon_explore-item .elementor-icon-box-title {
    font-size: 22px;
  }

  .pats-page .elementor-section.elementor-element.pats-section-gap {
    padding: 5.25vw 0 5.25vw;
  }

  .pats-page .elementor-section.elementor-element.pats-section-top-gap.pats-section-gap {
    padding: 6.25vw 0 0;
  }

  .pats-page .elementor-section.elementor-element.pats-section-bottom-gap.pats-section-gap {
    padding: 0 0 6.25vw 0;
  }

  .pats-page .elementor-section.elementor-element.grocery-store-app-features-section.pats-section-gap {
    padding: 10vw 0 0;
  }

  .pats-page .elementor-section.elementor-element.carRentalFeatureListSctnWrap {
    padding: 6.25vw 0 4vw;
  }

  .pats-page .elementor-section.elementor-element.pats-composit-products-carousel-section {
    padding-top: 6.25vw;
  }

  .pats-accordion__card:not(:last-child) {
    margin-bottom: 24px;
  }

  .pats-accordion__collapse-btn {
    padding: 29px 25px;
  }

  .pats-accordion__collapse-state-indicator {
    right: 25px;
    width: 19px;
    height: 19px;
  }

  .pats-accordion__collapse-inner {
    padding: 0 25px 25px;
  }

  /* widgets */
  .pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-items .eael-feature-list-item:not(:last-child) {
    padding-bottom: 0.9375vw;
  }

  .pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-items .eael-feature-list-item:not(:first-child) {
    padding-top: 0.9375vw;
  }

  .pats-page .elementor .elementor-element.pats-feature-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 3.59375vw;
  }

  /* common sections */
  .pats-page .info-img-para-list-section--common .elementor-element.para-heading>.elementor-widget-container {
    margin-bottom: 0.625vw;
  }

  .pats-page .info-img-para-list-section--common .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 2.65625vw;
  }

  .pats-page .info-img-para-list-section--common .elementor-column.info-img-col {
    width: 42.5%;
  }

  .pats-page .info-img-para-list-section--common .elementor-column.info-list-col {
    width: 45.6%;
  }

  .horizontal-icon-box-list-section--common .elementor-section.horizontal-icon-box-list-inner-section>.elementor-container {
    width: 72.65625vw;
    max-width: 1395px !important;
    margin: auto;
  }

  .pats-page .dual-info-column-section--common .elementor-element.section-heading>.elementor-widget-container,
  .pats-page .dual-info-column-section--common .elementor-element.section-info-text--highlighted>.elementor-widget-container,
  .pats-page .dual-info-column-section--common .elementor-element.info-row {
    margin-bottom: 2.96875vw;
  }

  .vertical-icon-box-row-section--common .vertical-icon-box-row__item .elementor-icon {
    border-radius: 1.25vw;
  }

  .vertical-icon-box-row-section--common .vertical-icon-box-row__item .elementor-icon-box-icon {
    margin-bottom: 1.5625vw;
  }

  .pats-page .basic-info-left-img-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.65625vw;
  }

  .pats-page .vertical-icon-box-card-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.0625vw;
  }

  .pats-page .vertical-icon-box-card-section--common .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 5.625vw;
  }

  .pats-page .vertical-icon-box-card-section--common .section-info-text {
    width: 55.46875vw;
    max-width: 1065px;
    margin: auto;
  }

  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card {
    width: 30.766%;
    margin-bottom: 4.0625vw !important;
    padding: 3.125vw 2.65625vw 2.5vw;
  }

  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(2n) {
    margin-right: 3.85%;
  }

  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(3n) {
    margin-right: 0;
  }

  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(4) {
    margin-bottom: 0 !important;
  }

  .pats-page .elementor .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-icon {
    margin-bottom: 2.03125vw;
  }

  .pats-page .horizontal-icon-chips-row-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.375vw;
  }

  .pats-page .horizontal-icon-chips-row-section--common .horizontal-icon-chip {
    padding: 1.71875vw 2.65625vw 1.71875vw 1.71875vw;
    margin-right: 2.8125vw;
    margin-bottom: 3.28125vw !important;
  }

  .pats-page .alternate-img-info-rows-section--common .elementor-element.alternate-img-info-rows,
  .pats-page .farming-app-importance-section .elementor-element.info-img-cols-container,
  .pats-page .farming-app-solutions-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 6.25vw;
  }

  .pats-page .alternate-img-info-rows-section--common .elementor-element.para-heading>.elementor-widget-container {
    margin-bottom: 1.25vw;
  }


  .pats-page .elementor-element.elementor-section.case-study-section:not(.last) {
    margin-bottom: 7.8125vw;
  }

  /*
   ---------- Modifying footer row --------
   */
  .pats-page .footer-row .footer-col:not(:last-of-type) {
    margin-bottom: 0;
  }


  .webecommerce__page-banner.inner__page-banner .page__title {
    margin-bottom: 0.78125vw;
  }

  .webecommerce__page-banner.inner__page-banner .page__info {
    margin-bottom: 1.5625vw;
  }

  .webecommerce__page-banner .inner__page-banner-contents {
    /* width: 31.66666667vw;
      max-width: 608px; */
    max-width: 510px;
  }

  .webecom-features-section .info-col h3 {
    font-size: 28px;
  }

  .webecommerce__page-banner .inner__page-banner-contents .page__title {
    font-size: 32px;
    line-height: 1.5;
  }

  .webecom-features-section .info-col p {
    font-size: 18px;
  }

  /* ------ Homepage modifications --------
   --------------------------- */
  .home-how-we-do-section .lottie-animation-container {
    transform: translateX(-22%);
  }

  .pats-page-section .homepage-section-heading {
    font-size: 32px;
    line-height: 1.45;
  }

  .elementor-our-service-section-title .our-services-link,
  .case-study-section .info-col.right .section-heading,
  .pats-page-section.case-study-section .section-heading>.elementor-widget-container {
    font-size: 22px;
  }

  .our-services-section .heading,
  .pats-page .activity-counter-wgt.elementor-element .elementor-counter .elementor-counter-title,
  .our-expertise-section-info-wrapper .eael-call-to-action a {
    font-size: 20px;
  }

  .pats-page .read-more-reviews-sctn .elementor-element.reviews-hdng-txt .elementor-heading-title {
    font-size: 22px;
  }

  /* ------ Homepage modifications - end --------
   --------------------------- */

  /*----Mega menu ----
   ------------------*/
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    justify-content: flex-end;
  }

  /*----Mega menu end----
   ---------------------*/


  .inner__page-banner .page__title {
    margin-bottom: 25px;
    font-size: 40px;
  }

  .inner__page-banner .page__info {
    font-size: 20px;
    line-height: 1.65;
  }

  .iot__page-banner .inner__page-banner-contents .page__info,
  .big-data__page-banner .inner__page-banner-contents .page__info,
  .blockchain__page-banner .inner__page-banner-contents .page__info,
  .it-staff-augmentation__page-banner .inner__page-banner-contents .page__info {
    font-size: 1.125rem;
    line-height: 1.58;
  }

  .inner__page-banner .counter-wdgt {
    margin-bottom: 2.96875vw;
  }

  /* homepage */
  .elementor-our-services-wrapper::before {
    height: 635px;
    width: 350px;
  }

  .our-services-section {
    padding-bottom: 190px;
  }

  .our-services-wrapper-inner-one {
    flex: 0 0 42.1%;
    max-width: 445px;
    margin-right: 35px;
  }

  .our-service-wrapper-two .our-service-img {
    max-width: 44%;
  }

  .pats-page .inner-page-testimonial-section .section-heading,
  .pats-page .app__dev-success-stories-section .section-heading {
    padding-left: 13%;
  }

  #app__dev-success-stories-section .section-heading,
  .pats-page .inner-page-testimonial-section .elementor-element.section-heading {
    text-align: left;
  }

  #app__dev-success-stories-section .section-heading .elementor-widget-container,
  .pats-page .inner-page-testimonial-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.2105vw;
  }

  .app__dev-success-stories-slider-wrapper {
    top: -40px;
    width: 75%;
    max-width: 1220px;
    margin: auto;
  }

  .app__dev-success-story-item-inner {
    flex-wrap: nowrap;
    /* design modification */
    padding: calc(100vw * 0.036459);
    padding-right: 50px;
  }

  .app__dev-success-story-item-inner .stroy-text {
    padding-right: 0;
  }

  .app__dev-success-stories-slider .app__dev-success-story-item-inner .client-image {
    flex: 0 0 26%;
    margin: 0;
  }

  .app__dev-success-stories-slider .fc-client-feedback .client-image {
    margin-right: 40px;
  }

  .app__dev-success-story-item-inner .client-story-wrapper {
    flex: 0 0 66%;
    text-align: left;
    flex: initial;
  }

  .app__dev-success-stories-slider .owl-nav {
    right: 0;
    top: -8vw;
    transform: none;
  }

  .app__dev-success-story-item-inner .client-story-wrapper::before {
    top: -25px;
    left: -18px;
  }

  /*  */
  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item:not(:last-child) {
    margin-bottom: 45px;
  }

  /*  */

  /* How We Do accordion - start */
  .how-we-do-collapse-card .collapse-title__text {
    font-size: 18px;
  }

  .how-we-do-collapse-card .list-item__title {
    font-size: 17px;
  }

  .how-we-do-collapse-card .list-item__info {
    font-size: 15px;
  }

  /* How We Do accordion - end */
  .pats-page-section .f-stack-section-heading>.elementor-widget-container {
    font-size: 28px;
  }

  .pats-page .f-stack-dev-charac-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 4.94vw;
  }

  .pats-page .f-stack-advtgs-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 4.16vw;
  }

  .saas-dev-services-slider .service-img-wrapper {
    margin-bottom: 2.03125vw;
  }

  .saas-dev-services-slider__item .service-title {
    margin-bottom: 0.833vw;
    font-size: 17px;
  }

  .saas-dev-services-slider__item .service-description {
    font-size: 16px;
  }

  .saas-dev-types-cards-container .saas-dev-types-card {
    padding: 3.33vw 0 4.322916vw;
  }

  .saas-dev-types-cards-container .saas-dev-types-card {
    margin-bottom: 4.0625vw !important;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 2.2916vw;
  }

  .sass-industries-slider .slider-heading {
    margin-bottom: 1.927083vw;
  }

  .sass-industries-slider .industry-info {
    margin-bottom: 1.822916vw;
  }

  .sass-industries-slider .slider-body {
    padding-bottom: 70px;
  }

  .sass-industries-slider__item-inner::before {
    display: none;
  }

  .mvp-development__page-banner .inner__page-banner-contents-wrapper {
    padding: 15.625vw 0 6.770833333vw;
  }

  .pats-page .mvp-about-section .elementor-column.heading-col {
    width: 43%;
  }

  .pats-page .mvp-about-section .elementor-column.info-col {
    width: 57%;
  }

  .pats-page .bullet-list-section-col .bullet-list-col.one {
    padding-right: 1.3542vw;
  }

  .pats-page .bullet-list-section-col .bullet-list-col.two {
    padding-left: 1.3542vw;
  }

  .pats-page .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
    width: 33.177083vw;
    max-width: 637px;
  }

  .mvp-features-section-two .feature-list-col {
    padding-right: 72px;
    padding-left: 72px;
  }

  .mvp-features-section-two .mvp-feature-img-wdgt {
    position: absolute;
    left: -1%;
  }

  .devops-cloud-engineering__page-banner .inner__page-banner-contents-wrapper {
    padding: 15.625vw 0 12.239583vw;
  }

  .devops-cloud-engineering__page-banner.inner__page-banner .page__title {
    margin-bottom: 1.302083vw;
  }

  .devops-cloud-engineering__page-banner.inner__page-banner .page__info {
    margin-bottom: 1.822916vw;
  }

  .pats-page .devops-role-section .devops-bullet-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 3.489583vw;
  }

  .devops-role-section .info-col {
    padding-right: 55px;
  }

  .devops-role-section .list-col {
    padding-left: 0;
  }

  .devops-popularity-section .section-info {
    padding-right: 0;
    padding-left: 0;
  }

  .pats-page .devops-popularity-section .elementor-element.devops-srvcs-card-col>.elementor-widget-wrap {
    width: 66vw;
    min-width: 660px;
    max-width: 1262px;
    margin: auto;
  }

  .pats-page .devops-what-makes-special-section .devops-bullet-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 3.85416vw;
  }

  .pats-page .case-studies__page-banner .page__info {
    margin-bottom: 2.083vw;
  }

  .pats-page .our-locations-section .country-col .office-addr-field {
    margin-top: 0.625vw;
  }

  .inner-section-countries-wrapper .elementor-column.country-col.other-country {
    width: 230px;
  }

  .inner-section-countries-wrapper .elementor-column.country-col.other-country.col-three {
    width: 250px;
  }

  .pats-page .our-locations-section .country-col .elementor-widget-wrap {
    align-content: center;
  }

  .get-free-quote-modal .modal-form-title,
  .get-free-quote-modal .modal-form-wrapper .form-label {
    margin-bottom: 0.3645833333vw;
  }

  .get-free-quote-modal .pi-form-group,
  .get-free-quote-modal .modal-content .g-recaptcha-response .wpcf7-not-valid-tip,
  .get-free-quote-modal .modal-content .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
    /* margin-bottom: 1.197916vw; */
    margin-bottom: 12px;
  }

  .get-free-quote-modal .last-form-group {
    margin-bottom: 0;
  }

  .get-free-quote-modal .modal-form-sub-title {
    margin-bottom: 18px;
  }

  .get-free-quote-modal .modal-contact-sub-title {
    margin-bottom: 26px;
  }

  .get-free-quote-modal .contact-list-item:not(:last-child) {
    margin-bottom: 22px;
  }

  .get-free-quote-modal .modal-content {
    padding: 17px;
    padding-left: 39px;
  }

  .get-free-quote-modal .modal-dialog {
    min-width: 830px;
  }

  /* ------ Blog UIs ------ */
  .pats-page .elementor-section.elementor-element.homepage-blog-section--elementor {
    padding: 6.77083vw 0 8.3vw;
  }

  .blog-section-tabs-container {
    margin-bottom: 4.16vw;
  }

  .blog-section-tab-content .blog-post {
    flex: 0 0 29.53%;
    max-width: 29.53%;
    margin: 0;
  }

  .blog-section-tab-content__header {
    margin-bottom: 1.14583vw;
  }

  .blog-section-tab-content__header__divider {
    margin-bottom: 2.34375vw;
  }

  .blog-section-tab-content .feature-img-container {
    margin-bottom: 2.5vw;
  }

  .blog-section-tab-content .feature-img-container {
    height: 19.79166667vw;
  }

  .blog-section-tab-content .blog-post__label {
    margin-bottom: 0.625vw;
  }

  .blog-section-tab-content .blog-post__contents {
    padding: 0 1.5625vw 2.5vw;
  }

  .pats-blogs-page-body .pats-blog-lists-section {
    padding: 4.16vw 0 7.03125vw;
  }

  .pats-blog-lists-section .blog-posts-list__item .blog-post__label {
    margin-bottom: 0.78125vw;
  }

  .pats-blog-lists-section .blog-posts-list__item .feature-img-container {
    margin-bottom: 2.135416vw;
  }

  .client-feedback-section__inner .section-info {
    padding-left: 13%;
  }

  .client-feedback-section__inner .section-info .title {
    text-align: left;
  }

  .client-feedback-section__inner .section-info {
    margin-bottom: 4.2105vw;
  }

  .pats-blogs-page-body .we-can-help-section {
    padding: 7.8125vw 0 8.64583vw;
  }

  .we-can-help-section .section-info {
    margin-bottom: 3.90625vw;
  }

  .pats-single-post-page-body .pats-single-blog-section {
    padding: 0 0 7.8125vw;
  }

  .pats-single-blog-section .single-post__title {
    margin-bottom: 1.5625vw;
  }

  .pats-single-blog-section .single-post__information {
    margin-bottom: 0.78125vw;
  }

  .blog-section-tabs-container .blog-tab {
    margin-right: 14px;
  }

  /* .pats-blogs-page-body .blog-section-tabs-container .blog-tab {
      margin-right: 0.83vw;
   } */
  .pats-single-blog-section .single-post__feature-img-container {
    margin-bottom: 3.510416vw;
  }

  .pats-single-blog-section .single-post__body .para {
    margin-bottom: 1.5625vw;
  }

  .pats-single-blog-section .single-post__body .post-introduction {
    margin-bottom: 3.385416vw;
  }

  .pats-single-blog-section .single-post__body .para-heading {
    margin-bottom: 1.197916vw;
  }

  .pats-single-blog-section .single-post__body .section-heading {
    margin: 2.5vw 0 3.64583vw;
  }

  .pats-single-blog-section .single-post__body .blog-img {
    margin-bottom: 2.864583vw;
  }

  .pats-single-blog-section .single-post {
    width: 100%;
  }

  .pats-single-blog-section .single-post__header {
    width: 100%;
    margin: auto;
  }

  /* .pats-single-blog-section .single-post__body {
      width: 60vw;
   } */

  .post-share-btns--floating .heateor_sss_sharing_ul>a {
    margin-bottom: 1.25vw !important;
  }

  .post-share-btns .share-label {
    margin-bottom: 1.822916vw;
  }

  .post-share-btns--floating {
    left: 5vw;
  }

  .saas-app-dev-page__banner {
    background-position: right 5vw top 10vw;
  }

  .saas-app-dev-page__banner .inner__page-banner-contents-wrapper {
    padding: 12.7083vw 0 10.416vw;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__title,
  .inner__page-banner.education-app-dev__banner .page__title {
    font-size: 29px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__title {
    margin-bottom: 1.14583vw;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__info {
    margin-bottom: 1.5625vw;
  }

  .saas-srvce-section .info-text--highlighted {
    margin-top: 3.385416vw;
  }

  .pats-page .saas-srvce-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-right: 0;
  }

  .pats-page .why-saas-app-dev-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 6.40625vw;
  }

  .saas-app-dev-features-section .info-text.first {
    margin-bottom: 2.34375vw;
  }

  .better-saas-app-dev-section .better-saas-srvce-card {
    padding: 2.60416vw 2.864583vw 4.6875vw;
  }

  .pats-page .better-saas-app-dev-section .elementor-column.better-saas-srvce-card-col {
    width: 27vw;
  }

  .pats-page .better-saas-app-dev-section .elementor-column.better-saas-srvce-card-col:not(.last) {
    margin-right: 2.60416vw;
  }

  .pats-page .better-saas-app-dev-section .elementor-element.better-saas-srvce-card-col:not(.last)>.elementor-widget-wrap {
    margin-bottom: 0;
  }

  .better-saas-app-dev-section .better-saas-srvce-card__title {
    margin-bottom: 0.78125vw;
  }

  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-title {
    margin-bottom: 0.52083vw;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-child(1)>.elementor-widget-wrap,
  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-child(2)>.elementor-widget-wrap,
  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-child(3)>.elementor-widget-wrap {
    margin-bottom: 6.25vw;
  }

  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-icon {
    margin-bottom: 2.8125vw;
  }

  .saas-app-dev-pack-card .elementor-icon {
    font-size: 11.25vw;
  }

  .pats-page .fstack-dev-srvce-section .elementor-element.heading-col>.elementor-widget-wrap {
    padding-right: 1.71875vw;
  }

  .pats-page .fstack-dev-srvce-section .elementor-column.heading-col {
    width: 46%;
  }

  .pats-page .fstack-dev-srvce-section .elementor-column.info-col {
    width: 54%;
  }

  .webdevelopment__page-banner .inner__page-banner-contents-wrapper {
    padding: 14.21875vw 0 10.52083vw;
  }

  .inner__page-banner.webdevelopment__page-banner .page__title,

  .inner__page-banner.dedicated-developer-hiring-page__banner .page__title,
  .inner__page-banner.dedicated-developer-hiring-page-redesign__banner .page__title,
  .inner__page-banner.fitness-app-development__banner .page__title,
  .inner__page-banner.fullstack-app-development__banner .page__title,
  .inner__page-banner.car-rental-app-development__banner .page__title,
  .inner__page-banner.food-delivery-application__banner .page__title,
  .inner__page-banner.farming-app-dev__banner .page__title,
  .inner__page-banner.grocery-store-app-dev__banner .page__title,
  .inner__page-banner .counter-wdgt__item__count,
  .inner__page-banner.beauty-salon__page-banner .page__title {
    font-size: 31px;
  }

  .inner__page-banner.webdevelopment__page-banner .page__title {
    margin-bottom: 0.625vw;
  }

  .inner__page-banner.webdevelopment__page-banner .page__info {
    margin-bottom: 2.083vw;
  }

  .webdevelopment__page-banner .inner__page-banner-contents .rank_text,
  .dedicated-developer-hiring-page__banner .inner__page-banner-contents .rank_text,
  .solution-page___banner .inner__page-banner-contents .rank_text {
    margin-top: 1.5625vw;
  }

  .web-dev-security-section .img-wdgt .elementor-widget-container {
    width: 54.21875vw;
  }

  /** tech stack tabs **/
  .web-dev-tech-stack-tabs-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .web-dev-tech-stack-tabs-container .tab-content--mobile,
  .web-dev-tech-stack-tabs-container .tab-btn__icon--mobile,
  .web-dev-tech-stack-tabs-container .tab-content--mobile.active {
    display: none;
  }

  .web-dev-tech-stack-tabs-container .web-dev-tech-stack-tabs__content-panel,
  .web-dev-tech-stack-tabs-container .tab-btn__icon--desktop,
  .web-dev-tech-stack-tabs-container .tab-content--desktop.active {
    display: block;
  }

  .web-dev-tech-stack-tabs-container .tab-content--desktop.active {
    animation: megaBackdropFadeIn 300ms linear backwards;
  }

  .web-dev-tech-stack-tabs-container .web-dev-tech-stack-tabs__btn-panel {
    flex: 0 0 42%;
    max-width: 42%;
    background-color: #425cfe;
  }

  .web-dev-tech-stack-tabs-container .web-dev-tech-stack-tabs__content-panel {
    flex: 0 0 58%;
    max-width: 58%;
  }

  .web-dev-tech-stack-tabs-container .tab-btn {
    padding-left: 4.89583vw;
    padding-right: 3.177083vw;
  }

  .web-dev-tech-stack-tabs-container .tab-content__inner {
    padding: 3.125vw 0 3.125vw 2.8125vw;
  }

  .web-dev-tech-stack-tabs-container .tab-title,
  .web-dev-tech-stack-tabs-container .tab-info {
    padding-right: 3.64583vw;
  }

  .web-dev-tech-stack-tabs-container .tab-title {
    margin-bottom: 1.927083vw;
  }

  .web-dev-tech-stack-tabs-container .tab-info {
    margin-bottom: 2.60416vw;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container {
    height: 65px;
    margin-bottom: 1.0416vw;
    margin-right: 1.25vw;
    padding: 0.83vw 1.35416vw;
    border-radius: 10px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--lg {
    width: 175px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--md {
    width: 122px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--sm {
    width: 75px;
  }

  .mobileAppServiceBoxes {
    width: 33% !important;
  }

  .inner__page-banner.dedicated-developer-hiring-page__banner .page__info,
  .inner__page-banner.dedicated-developer-hiring-page-redesign__banner .page__info {
    margin-bottom: 2.1875vw;
  }

  .pats-page .dedicated-hiring-why-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.21875vw;
  }

  .pats-page .redesign-dedicated-hiring-why-us-list .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 3vw;
  }

  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 3.59375vw;
  }

  .pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 1vw;
  }

  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-items .eael-feature-list-item:not(:last-child) {
    padding-bottom: 0;
  }

  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-items .eael-feature-list-item:not(:first-child) {
    padding-bottom: 0;
    padding-top: 0;
  }

  .pats-page .dedicated-hiring-why-us-section .dedicated-hiring-why-us-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 3.125vw;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item,
  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item {
    margin-bottom: 1.6vw !important;
  }

  .dedicated-hiring-dev-platforms-item .elementor-icon svg {
    border-radius: 0.78125vw;
  }

  .pats-page .dedicated-hiring-dev-srvcs-section .info-img-section,
  .pats-page .dedicated-hiring-call-us-section .elementor-column.dedicated-hiring-call-us-col {
    width: 71.5625vw;
    margin: auto;
    min-width: 800px;
    max-width: 1374px;
  }

  .dedicated-hiring-dev-srvcs-section .info-img-section>.elementor-container {
    max-width: 100% !important;
  }

  .pats-page .dedicated-hiring-dev-srvcs-section .elementor-column.info-col {
    width: 37vw;
    min-width: 370px;
    max-width: 710px;
  }

  .pats-page .info-img-section:not(.reverse) .elementor-column.info-col {
    justify-content: flex-end;
  }

  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info {
    width: max-content;
    max-width: 37vw;
  }

  .dedicated-hiring-dev-srvcs-section .info-img-section .info-col>.elementor-widget-wrap {
    width: min-content;
  }

  .pats-page .info-img-section.hire-developers-section .elementor-column.img-col {
    width: 24.42708333vw;
    min-width: 275px;
    max-width: 469px;
  }

  .pats-page .info-img-section.software-development-section .elementor-column.img-col {
    width: 31.71875vw;
    min-width: 345px;
    max-width: 609px;
  }

  .pats-page .info-img-section.web-development-section .elementor-column.img-col {
    width: 27.65625vw;
    min-width: 300px;
    max-width: 531px;
  }

  .pats-page .info-img-section.mobile-app-dev-section .elementor-column.img-col {
    width: 24.11458333vw;
    min-width: 270px;
    max-width: 463px;
  }

  .pats-page .info-img-section.front-end-section .elementor-column.img-col {
    width: 30.57291667vw;
    min-width: 330px;
    max-width: 587px;
  }

  .pats-page .info-img-section.back-end-section .elementor-column.img-col {
    width: 32.29166667vw;
    min-width: 355px;
    max-width: 620px;
  }

  .fitness-app-development__banner .inner__page-banner-contents-wrapper {
    padding: 12.2916vw 0 11.302083vw;
  }

  .inner__page-banner.fitness-app-development__banner .page__title {
    margin-bottom: 1.822916vw;
  }

  .inner__page-banner.fitness-app-development__banner .page__info {
    margin-bottom: 2.083vw;
  }

  .fitness-app-development__banner .page__info .banner-question-text {
    margin-bottom: 1.0416vw;
  }

  .pats-page .fitness-app-dev-industry-types-inner-section>.elementor-container {
    justify-content: space-between;
  }

  .pats-page .fitness-app-dev-industry-types-section .elementor-column.img-col {
    width: 43.5%;
  }

  .pats-page .fitness-app-dev-industry-types-section .elementor-column.info-col {
    width: 49.5%;
  }

  .pats-page .fitness-app-dev-solutions-section .elementor-column.fitness-app-dev-solutions-col {
    width: 72.24vw;
    max-width: 1387px;
    margin: auto;
  }

  .pats-page .fitness-app-dev-why-choose-us-section .elementor-column.img-col {
    width: 40%;
  }

  .fullstack-app-development__banner .inner__page-banner-contents-wrapper {
    padding: 11.25vw 0 6.09375vw;
  }

  .fstack-dev-services-card-slider .fstack-dev-services-card {
    padding: 3.802083vw 1.0416vw 1.822916vw;
  }

  .fstack-dev-services-card-slider .service-icon {
    margin-bottom: 3.4375vw;
  }

  .pats-page .fstack-hiring-section>.elementor-container {
    padding-left: 7.5vw;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 1.875vw;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 2.8125vw;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-element.fstack-dev-features-list .eael-feature-list-items .eael-feature-list-item:not(:last-child) {
    padding-bottom: calc(4.84375vw / 2);
  }

  .pats-page .fstack-what-distinguishes-section .elementor-element.fstack-dev-features-list .eael-feature-list-items .eael-feature-list-item:not(:first-child) {
    padding-top: calc(4.84375vw / 2);
  }

  .pats-page .elementor .elementor-element.fstack-dev-features-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 1.25vw;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-column.info-col {
    width: 32.5%;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-column.list-col {
    width: 59%;
  }

  .fstack-dev-company-srvcs-section .fstack-dev-companys-srvcs-container .fstack-dev-companys-srvcs-item {
    width: 30%;
    margin-right: 5%;
  }

  .fstack-dev-company-srvcs-section .fstack-dev-companys-srvcs-container .fstack-dev-companys-srvcs-item:nth-child(2n) {
    margin-right: 5%;
  }

  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item>.elementor-widget-container {
    margin-bottom: 4.375vw;
  }

  .fstack-dev-company-srvcs-section .fstack-dev-companys-srvcs-container .fstack-dev-companys-srvcs-item:nth-child(3n) {
    margin-right: 0;
  }

  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item:nth-last-child(3)>.elementor-widget-container,
  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item:last-child>.elementor-widget-container {
    margin-bottom: 0;
  }

  .fstack-dev-companys-srvcs-col>.elementor-widget-wrap {
    max-width: 810px;
  }

  .inner__page-banner .counter-wdgt__item:not(:first-child):not(:last-child) {
    padding: 0 3.75vw;
  }

  .inner__page-banner .counter-wdgt__item:first-child {
    padding-right: 3.75vw;
  }

  .inner__page-banner .counter-wdgt__item:last-child {
    padding-left: 3.75vw;
  }

  .online-ecommerce__banner {
    background-position: top 8vw right -1vw;
    background-size: 56vw;
  }

  .online-ecommerce__banner .inner__page-banner-contents {
    min-width: auto;
    width: 455px;
    max-width: 666px;
  }

  .inner__page-banner.online-ecommerce__banner .page__title {
    margin-bottom: 1.09375vw;
  }

  .inner__page-banner.online-ecommerce__banner .page__info {
    margin-bottom: 2.1875vw;
  }

  .ecomm-dev-process-section>.elementor-container {
    width: 77.8125vw;
    max-width: 1, 494px !important;
  }

  .ecomm-features-section>.elementor-container {
    width: 70.78125vw;
    max-width: 1, 1359px !important;
  }

  .pats-page .ecomm-dev-platforms-section .section-info-text,
  .pats-page .ecomm-drive-sales-section .section-info-text {
    width: 63.90625vw;
    max-width: 1227px;
    margin: auto;
  }

  .ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element {
    width: 21.4%;
  }

  .ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element:nth-child(3n) {
    margin-right: 3.6%;
  }

  .ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element:nth-child(4n) {
    margin-right: 0;
  }

  .ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element:not(:last-child) {
    margin-bottom: 2.96875vw !important;
  }

  .ecomm-dev-platforms-section .ecomm-dev-platforms-inner-section>.elementor-container {
    width: 79.21875vw;
    max-width: 1521px !important;
  }

  .inner__page-banner.car-rental-app-development__banner .page__title {
    margin-bottom: 1.25vw;
  }

  .inner__page-banner.car-rental-app-development__banner .page__info {
    margin-bottom: 3.75vw;
  }

  .pats-page .car-rental-dev-srvcs-business-section .section-info-text {
    width: 61.25vw;
    max-width: 1176px;
    margin: auto;
  }

  .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card {
    padding: 4.84375vw 2.03125vw 2.8125vw;
  }

  .pats-page .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card {
    width: 31.8%;
  }

  .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card {
    margin-bottom: 2.1875vw !important;
  }

  .pats-page .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card:nth-child(2n) {
    margin-right: 2.3%;
  }

  .pats-page .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card:nth-child(3n) {
    margin-right: 0;
  }

  .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card:nth-last-child(3) {
    margin-bottom: 0 !important;
  }

  .pats-page .car-rental-app-dev-features-section .section-info-text {
    width: 63.59375vw;
    max-width: 1221px;
    margin: auto;
  }

  .car-rental-dev-servic-tabs__tab-content--mobile.active {
    display: none;
  }

  .car-rental-dev-servic-tabs__tab-content--desktop.active {
    display: block;
    animation: megaBackdropFadeIn 300ms linear backwards;
  }

  .car-rental-dev-servic-tabs__btn-panel__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .car-rental-dev-servic-tabs__tab-btn {
    width: auto;
    padding: 0;
    padding-bottom: 2.65625vw;
    border: none;
  }

  .car-rental-dev-servic-tabs__feature-list {
    padding-top: 4.6875vw;
    max-width: 80vw;
    margin: auto;
  }

  .car-rental-dev-servic-tabs__feature-list .feature-list-item {
    width: 12.625%;
    margin-right: 16.5%;
    margin-bottom: 3.59375vw;
  }

  .car-rental-dev-servic-tabs__feature-list .feature-list-item:nth-child(3n) {
    margin-right: 16.5%;
  }

  .car-rental-dev-servic-tabs__feature-list .feature-img {
    margin-bottom: 2.03125vw;
    border-radius: 1.25vw;
  }

  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 2.96875vw;
  }

  .inner__page-banner.food-delivery-application__banner .page__title {
    margin-bottom: 1.25vw;
  }

  .inner__page-banner.food-delivery-application__banner .page__info {
    margin-bottom: 3.125vw;
  }

  .food-delivery-application__banner .inner__page-banner-contents-wrapper {
    padding: 14.21875vw 0 10.46875vw;
  }

  .pats-page .food-app-serving-clients-section .elementor-column.info-img-col {
    width: 46%;
  }

  .pats-page .food-app-serving-clients-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 2.34375vw;
  }

  .food-app-best-solution-section .elementor-section.horizontal-icon-box-list-inner-section>.elementor-container {
    width: 71.40625vw;
    max-width: 1371px !important;
  }

  .pats-page .food-app-business-growth-section>.elementor-container {
    width: 74.6875vw;
    max-width: 1434px !important;
  }

  .pats-page .food-app-business-growth-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 3.125vw;
  }

  .inner__page-banner.education-app-dev__banner .page__title {
    margin-bottom: 0.78125vw;
  }

  .inner__page-banner.education-app-dev__banner .page__info {
    margin-bottom: 1.875vw;
  }

  .pats-page .education-app-learning-app-section .elementor-column.info-list-col {
    width: 46.7%;
  }

  .pats-page .education-app-learning-app-section .elementor-column.info-img-col {
    width: 45.25%;
  }

  .pats-page .education-app-learning-app-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 2.03125vw;
  }

  .farming-app-dev__banner .inner__page-banner-contents-wrapper {
    padding: 12.5vw 0 15.3125vw;
  }

  .inner__page-banner.farming-app-dev__banner .page__title {
    margin-bottom: 1.25vw;
  }

  .inner__page-banner.farming-app-dev__banner .page__info {
    margin-bottom: 1.71875vw;
  }

  .pats-page .farming-app-smart-farming-info-section .section-info-text {
    width: 61.5625vw;
    max-width: 1182px;
    margin: auto;
  }

  .pats-page .farming-app-importance-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 3.75vw;
  }

  .pats-page .farming-app-top-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.1875vw;
  }

  .pats-page .farming-app-top-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 5.15625vw;
  }

  .pats-page .farming-app-top-features-section .horizontal-icon-chip {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    margin-right: 2.03125vw;
    margin-bottom: 2.8125vw !important;
  }

  .grocery-store-app-dev__banner .inner__page-banner-contents-wrapper {
    padding: 13.28125vw 0 13.28125vw;
  }

  .inner__page-banner.grocery-store-app-dev__banner .page__title {
    margin-bottom: 1.5625vw;
  }

  .inner__page-banner.grocery-store-app-dev__banner .page__info {
    margin-bottom: 3.125vw;
  }

  .pats-page .elementor-section.elementor-element.grocery-store-app-diff-types-section {
    padding: 6.25vw 0 3.125vw;
  }

  .pats-page .grocery-store-app-diff-types-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.1875vw;
  }

  .pats-page .grocery-store-app-diff-types-section .section-info-text {
    width: 62.96875vw;
    max-width: 1209px;
    margin: auto;
  }

  .pats-page .grocery-store-app-diff-types-img-info-section .elementor-column.info-img-col {
    width: 47.9%;
  }

  .pats-page .grocery-store-app-diff-types-img-info-section .elementor-column.info-list-col {
    width: 44.2%;
  }

  .pats-page .grocery-store-app-diff-types-img-info-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 1.71875vw;
  }

  .pats-page .grocery-store-app-workflow-section .elementor-element.section-heading>.elementor-widget-container,
  .pats-page .grocery-store-app-workflow-section .elementor-element.img-wdgt>.elementor-widget-container {
    margin-bottom: 5.625vw;
  }

  .pats-page .grocery-store-app-workflow-section .elementor-element.section-info-text--highlighted>.elementor-widget-container {
    margin-bottom: 1.5625vw;
  }

  .pats-page .grocery-store-app-features-section .elementor-column.info-img-col {
    width: 41.2%;
  }

  .pats-page .grocery-store-app-features-section .elementor-column.info-list-col {
    width: 47.9%;
  }

  .pats-page .grocery-store-app-features-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 0.9375vw;
  }

  .pats-page .grocery-store-app-why-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.5vw;
  }

  .pats-page .grocery-store-app-why-us-section .section-info-text {
    width: 62.34375vw;
    max-width: 1197px;
  }

  .pats-page .grocery-store-app-why-us-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 7.1875vw;
  }

  .pats-page .grocery-store-app-why-us-section .elementor-column.vertical-icon-box-card-row {
    width: 73.59375vw;
    max-width: 1413px;
    margin: auto;
  }

  .pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card:nth-child(4),
  .pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card {
    margin-bottom: 8.75vw !important;
  }

  .pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card {
    width: 42.8875%;
  }

  .pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card:nth-child(5) {
    margin-bottom: 0 !important;
  }

  /* =======================
   By Avi - start
   ========================== */
  .beauty-salon__page-banner .inner__page-banner-contents-wrapper {
    padding: 12.5vw 0 10vw;
  }

  .beauty-salon__page-banner .inner__page-banner-contents {
    width: 42.8125vw;
    max-width: 822px;
  }

  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 32px;
  }

  .care-application__page-banner .inner__page-banner-contents .page__info {
    font-size: 16px;
  }

  #custom_beauty_salon_explore-section .custom_beauty_salon_explore-item:not(:last-child) {
    margin-bottom: 45px;
  }

  /* =======================
   By Avi - end
   ========================== */

  .halfWidthGridBoxesMainWrap .elementor-container {
    display: flex;
    flex-wrap: wrap;
  }

  .halfWidthGridBoxesMainWrap .halfWidthGridBoxWrap.elementor-column {
    width: 50%;
  }

  .pats-page .info-img-para-list-section--common .infoListSmallTextCol .para-heading>.elementor-widget-container {
    margin-bottom: 5px;
  }

  .pats-page-section .infoListSmallTextCol .pats-text--35>.elementor-widget-container {
    font-size: 18px;
  }

  .pats-page-section .infoListSmallTextCol .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 15px;
  }

  /* start event-listing page */
  .eventBanner .customBtn.desktop-btn {
    display: block;
  }

  .eventBanner .customMobBtn.mob-btn {
    display: none;
  }

  /* end event-listing page */

  .technology-tech-tabs-container .technology-tab-content--mobile,
  .technology-tech-tabs-container .technology-tab-btn__icon--mobile,
  .technology-tech-tabs-container .technology-tab-content--mobile.active {
    display: none;
  }

  .technology-tech-tabs-container .technology-tech-tabs__content-panel,
  .technology-tech-tabs-container .technology-tab-btn__icon--desktop,
  .technology-tech-tabs-container .technology-tab-content--desktop.active {
    display: block;
  }

  .technology-tech-tabs-container .technology-tech-tabs__content-panel {
    flex: 0 0 58%;
    max-width: 58%;
  }

  .technology-tech-tabs-container .technology-tech-tabs__btn-panel {
    flex: 0 0 42%;
    max-width: 42%;
    background-color: #425cfe;
  }

  .technology-tech-tabs-container .technology-tab-btn {
    font-size: 22px;
  }

  .technology-tech-tabs-container .technology-tab-content__inner {
    padding: 30px;
  }

  .slider-sec .dots-container .dots::after {
    font-size: 15px;
    line-height: 24px;
  }

  .slider-sec .dots-container {
    padding: 0 40px;
    bottom: 20px;
  }

  .pats-page-section.acumaticaerpPlatformSctn {
    padding-top: 50px !important;
  }

  .acumaticaerpPlatformSctn .section-info p {
    font-size: 18px;
    line-height: 28px;
  }

  .acumaticaerpPlatformSctn .info-col {
    height: 100vh;
  }

  .acumaticaerpPlatformSctn .info-col .elementor-widget-wrap {
    height: 700px;
    /* Take full height of the column */
    overflow-y: auto;
    padding-right: 20px !important;
  }


  .acumaticaerpPlatformSctn .info-col .elementor-widget-wrap::-webkit-scrollbar {
    width: 8px;
    /* For Chrome, Safari, and Edge */
  }

  .acumaticaerpPlatformSctn .info-col .elementor-widget-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Scrollbar track */
    border-radius: 10px;
  }

  .acumaticaerpPlatformSctn .info-col .elementor-widget-wrap::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Scrollbar thumb */
    border-radius: 10px;
  }

  .acumaticaerpPlatformSctn .info-col .elementor-widget-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Hover effect */
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-slide,
  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-track,
  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-list,
  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-prev,
  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-next {
    width: 100% !important;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb {
    width: 115px;
    border-left: none;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-list,
  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-arrow {
    margin: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {

  /* mega menu start */
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item--primary {
    margin-right: 11.9px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item--primary>a.mega-menu-link {
    padding: 30px 2px;
    font-size: 13px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    margin: 0 0 0 2px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item.mega-nav-menu-contact-btn .mega-menu-link {
    font-size: 14px;
    width: auto;
    min-width: auto;
    padding: 5px 10px;
  }

  /* mega menu end */

}

@media (min-width: 1025px) {

  /* --------- pats page default settings -------- */
  /* common sections */
  .pats-page .info-img-para-list-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.5625vw;
  }

  .pats-page .info-img-para-list-section--common .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 4.0625vw;
  }

  .pats-page .vertical-icon-box-row-section--common .vertical-icon-box-row__item {
    width: 29.33%;
    margin-right: 6%;
  }

  .pats-page .vertical-icon-box-row-section--common .vertical-icon-box-row__item:nth-child(2n) {
    margin-right: 6%;
  }

  .pats-page .vertical-icon-box-row-section--common .vertical-icon-box-row__item:nth-child(3n) {
    margin-right: 0;
  }

  .vertical-icon-box-row-section--common .vertical-icon-box-row__item:not(.last) {
    margin-bottom: 0 !important;
  }

  .pats-page .basic-info-left-img-section--common .elementor-column.img-col {
    width: 41.5%;
  }

  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card.icon-floating-top-left {
    padding: 5vw 2.65625vw 2.8125vw;
  }

  .vertical-icon-box-card-section--common .vertical-icon-box-card.icon-floating-top-left .elementor-icon-box-icon {
    top: -3.046875vw;
    left: 2.65625vw;
  }

  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-title {
    margin-bottom: 1.5625vw;
  }

  .case-study-section .info-col br {
    display: none;
  }

  .case-study-section .info-col.right .section-info-wrapper {
    width: max-content;
    margin-left: auto;
  }

  .pats-page .f-stack-dev-charac-section .elementor-element.section-info-col>.elementor-widget-wrap {
    padding-right: 2.60416vw;
  }

  .pats-page .f-stack-dev-charac-section .elementor-element.list-col>.elementor-widget-wrap {
    padding-left: 4.322916vw;
  }

  .pats-page .f-stack-dev-charac-section .elementor-column.section-info-col {
    padding-bottom: 8.802083vw;
  }

  .saas-about-section .info-col {
    padding-top: 1.0416vw;
  }

  .sass-industries-slider .industry-type {
    font-size: 25px;
  }

  .sass-industries-slider .slider-heading {
    font-size: 34px;
  }

  .sass-industries-slider .industry-info {
    font-size: 16px;
  }

  .pats-page .elementor-section.elementor-element.devops-what-makes-special-section {
    padding: 0;
  }

  .devops-what-makes-special-section {
    background: none !important;
  }

  .pats-page .devops-what-makes-special-section .elementor-column.floating-box {
    width: 42.96875vw;
    max-width: 825px;
  }

  .devops-what-makes-special-section .floating-box {
    position: absolute;
    right: 6.77083vw;
    top: 5.73vw;
    z-index: 1;
    margin-bottom: 0;
  }

  .devops-what-makes-special-section>.elementor-container {
    max-width: 1920px !important;
  }

  .pats-page .devops-what-makes-special-section .elementor-column.list-col {
    width: 58.4375vw;
    max-width: 1122px;
    background-color: #F8F8F8;
  }

  .devops-what-makes-special-section .list-col {
    padding: 9.375vw 9.635416vw 5.2083vw 7.03125vw;
  }

  /*----Mega menu ----
   ------------------*/
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>.mega-nav--primary__dropdown-row>ul.mega-sub-menu>.mega-ebook-download-col {
    width: 37.3vw;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-nav--primary__dropdown-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    margin-bottom: 1.5vw;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-one {
    padding-left: 3.4vw;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-three.mega-has-menu-list {
    padding-right: 7.1875vw;
  }

  /*----Mega menu end----
   ---------------------*/

  /*----Country col in contact us page----
   ----------------------------------------*/
  .inner-section-countries-wrapper .elementor-column.country-col.other-country,
  .inner-section-countries-wrapper .elementor-column.country-col.other-country.col-three {
    width: 300px;
  }

  /* ------ Blog UIs ------ */
  .client-feedback-section__inner {
    padding: 7.8125vw 0 7.8125vw;
  }

  .pats-page .elementor .elementor-element.info-img-section:not(.last) {
    margin-bottom: 7.083vw;
  }

  .inner__page-banner.fullstack-app-development__banner .page__title {
    margin-bottom: 1.40625vw;
  }

  .inner__page-banner.fullstack-app-development__banner .page__info {
    margin-bottom: 2.1875vw;
  }

  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item:not(:last-of-type)>.elementor-widget-container {
    margin-bottom: 2.65625vw;
  }

  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item.elementor-position-left .elementor-icon-box-icon {
    margin-right: 2.96875vw;
  }

  .fstack-hiring-section .fstack-hiring-exp-diff-item .elementor-icon svg {
    width: 2.65625vw;
    max-width: 50px;
    height: 2.65625vw;
    max-height: 50px;
  }

  .fullstack-industries-slider .owl-arrow-nav {
    top: 320px;
  }

  .ecomm-drive-sales-section .ecomm-drive-sales-sols-col .ecomm-drive-sales-sols-item {
    width: 27.66%;
  }

  .ecomm-drive-sales-section .ecomm-drive-sales-sols-col .ecomm-drive-sales-sols-item:nth-child(2n) {
    margin-right: 8.5%;
  }

  .ecomm-drive-sales-section .ecomm-drive-sales-sols-col .ecomm-drive-sales-sols-item:nth-child(3n) {
    margin-right: 0;
  }

  .ecomm-drive-sales-section .ecomm-drive-sales-sols-col .ecomm-drive-sales-sols-item:nth-last-child(2)>.elementor-widget-container {
    margin-bottom: 0 !important;
  }

  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon {
    font-size: 11.25vw;
  }

  .pats-page .car-rental-app-dev-diff-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 3.59375vw;
  }

  .pats-page .food-app-serving-clients-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 6.5625vw;
  }

  .pats-page .education-app-learning-app-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.65625vw;
  }

  .pats-page .education-app-benefits-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 10vw;
  }

  .pats-page .farming-app-smart-farming-info-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.96875vw;
  }

  .pats-page .grocery-store-app-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.03125vw;
  }

  .pats-page .grocery-store-app-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 6.09375vw;
  }

  .pats-page .grocery-store-app-features-section .leftCol .elementor-element.section-info-text:last-child .elementor-widget-container {
    margin-bottom: 0;
  }

  .pats-page .grocery-store-app-why-us-section .elementor-element.vertical-icon-box-card .elementor-icon-box-title {
    margin-bottom: 0.625vw;
  }

  .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card .elementor-icon svg {
    width: 6.09375vw;
    max-width: 117px;
    height: 6.09375vw;
    max-height: 117px;
  }

  /* =======================
   By Avi - start
   ========================== */
  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 2em;
  }

  #panel-tabs .elementor-tabs-content-wrapper ul li {
    margin-bottom: 1.40625vw;
    margin-right: 0.9375vw;
    padding: 1.09375vw 1.5625vw;
    border-radius: 0.9375vw;
  }

  #panel-tabs .elementor-tab-title {
    padding: 0.78125vw 1.5625vw;
  }

  /* #cat-pan-lft .elementor-widget-wrap.elementor-element-populated{ padding: 50px 50px 0 50px;} */
  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    padding: 6.40625vw 2.8125vw 3.59375vw;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    min-height: 390px;
  }

  /* =======================
   By Avi - start
   ========================== */

  .modernFeaturesListingCntntWrap .elementor-element.modernFeaturesListingCntntBox {
    width: 50%;
  }

  .modernFeaturesListingCntntWrap .modernFeaturesListingCntntBox.lftBox {
    padding-right: 40px;
  }

  .modernFeaturesListingCntntWrap .modernFeaturesListingCntntBox.rghtBox {
    padding-left: 40px;
  }

  .slider__page-banner .slider_heading {
    margin-bottom: 35px;
    font-size: 50px;
    line-height: 60px;
  }

  .slider__page-banner .slider_para {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

}

@media (min-width: 1025px) and (max-width: 1059.99px) {
  .blockchain_served_industries-slider .owl-arrow-nav {
    top: calc(324px - 1vw);
  }
}

@media (min-width: 1025px) and (max-width: 1199.99px) {
  #app__development-platforms-mobile-app .section__information-wrapper {
    width: 40%;
  }

  #app__development-platforms-mobile-app .section__pltfm-mob-app-cards {
    width: 60%;
  }

  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvcs-wrapper {
    margin-bottom: 45px;
  }

  /* =======================
   By Avi - start
   ========================== */
  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 2.2em;
  }

  /* =======================
   By Avi - start
   ========================== */
}

@media (min-width: 1200px) {

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item--primary {
    margin-right: 12px;
  }

  /* Widget start */
  .pats-horizontal-tabs .tabs__tab-btn {
    padding: 10px 12px;
    font-size: 14px;
  }

  .pats-horizontal-tabs {
    margin: -44px 0 0 0;
  }

  /* Widget end */

  .homepage-case-study-slider__content-wrapper {
    padding-top: 3%;
  }

  .case-study-section .info-col br {
    display: block;
  }

  /* --------- pats page default settings -------- */
  .pats-page-section .pats-text--45>.elementor-widget-container {
    font-size: 40px;
  }

  .pats-page-section .section-heading>.elementor-widget-container,
  .saas-srvce-section .info-text--highlighted,
  .web-dev-tech-stack-tabs-container .tab-title,
  #custom_beauty_salon_explore-section .custom_beauty_salon_explore-item .elementor-icon-box-title {
    font-size: 25px;
  }

  .pats-page-section .pats-text--35>.elementor-widget-container,
  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-title {
    font-size: 22px;
  }

  .pats-page-section .pats-text--30>.elementor-widget-container,
  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-title,
  .pats-page .horizontal-icon-chips-row-section--common .elementor-element.horizontal-icon-chip .elementor-icon-box-title,
  .ind-tabs h4 {
    font-size: 19px;
  }

  .pats-accordion__card:not(:last-child) {
    margin-bottom: 2.34375vw;
  }

  .pats-accordion__collapse-btn {
    padding: 2.5vw;
    font-size: 19px;
  }

  .pats-accordion__collapse-state-indicator {
    right: 2.5vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }

  .pats-accordion__collapse-inner {
    padding: 0 2.5vw 2.5vw;
  }

  /** common sections **/
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.5625vw;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.section-info--sd>.elementor-widget-container {
    margin-bottom: 6.25vw;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item>.elementor-widget-container {
    margin-bottom: 7.1875vw;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item.last>.elementor-widget-container {
    margin-bottom: 0;
  }

  .pats-page .elementor .horizontal-icon-box-list-section--common .horizontal-icon-box-list-item.elementor-position-left .elementor-icon-box-icon {
    margin-right: 4.583vw;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon {
    font-size: 7.1875vw;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-title {
    margin-bottom: 1.14583vw;
  }

  .pats-page .vertical-icon-box-row-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 3.90625vw;
  }

  .pats-page .vertical-icon-box-row-section--common .vertical-icon-box-row__item {
    width: 26.33%;
    margin-right: 10.5%;
  }

  .pats-page .vertical-icon-box-row-section--common .vertical-icon-box-row__item:nth-child(2n) {
    margin-right: 10.5%;
  }

  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon {
    font-size: 9.6875vw;
  }

  .vertical-icon-box-card-section--common .vertical-icon-box-card .elementor-icon svg {
    width: 5.3125vw;
    max-width: 102px;
    height: 5.3125vw;
    max-height: 102px;
  }

  .pats-page .horizontal-icon-chips-row-section--common .elementor-column.horizontal-icon-chips-row {
    width: 76vw;
    max-width: 1450px;
    margin: auto;
  }

  .pats-page .horizontal-icon-chips-row-section--common .horizontal-icon-chip:nth-child(3),
  .pats-page .farming-app-top-features-section .horizontal-icon-chip:nth-child(6) {
    margin-right: 0;
  }

  .pats-page .education-app-top-features-section .horizontal-icon-chip:nth-child(4),
  .pats-page .education-app-top-features-section .horizontal-icon-chip:nth-child(5),
  .pats-page .farming-app-top-features-section .horizontal-icon-chip:nth-child(7),
  .pats-page .horizontal-icon-chips-row-section--common .horizontal-icon-chip:last-child {
    margin-bottom: 0 !important;
  }

  .horizontal-icon-chips-row-section--common .horizontal-icon-chip .elementor-icon svg {
    width: 3.125vw;
    max-width: 60px;
    height: 3.125vw;
    max-height: 60px;
  }

  .pats-page .horizontal-icon-chips-row-section--common .elementor-widget-icon-box.horizontal-icon-chip .elementor-icon-box-icon {
    margin-right: 1.71875vw;
  }

  .pats-page .elementor-section.elementor-element.case-study-section.last {
    padding-bottom: 8.854166667vw;
  }

  .pats-page .elementor-section.elementor-element.case-study-section.first {
    padding-top: 6vw;
  }

  .case-study-section .info-col.right .section-heading {
    margin-bottom: 1.3021vw;
  }

  /* .case-study-section .info-col.right .section-info {
      font-size: 18px;
   } */
  .pats-page .case-study-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.3021vw;
  }

  .pats-page .case-study-section .elementor-element.section-info.margin-bottom>.elementor-widget-container {
    margin-bottom: 2.6042vw;
  }

  .pats-page .case-study-section .section-info>.elementor-widget-container {
    line-height: 1.65;
  }

  .webecommerce__page-banner .inner__page-banner-contents {
    max-width: 570px;
  }

  .webecommerce__page-banner .inner__page-banner-contents .page__title {
    font-size: 36px;
  }

  .pats-page .wecomm-technologies-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.166666667vw;
  }

  .pats-page .elementor-section.elementor-element.wecomm-technologies-section {
    padding: 6.510416667vw 0 7.552083333vw;
  }

  .pats-page .webecom-features-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 2.604166667vw;
  }

  .pats-page .elementor-section.elementor-element.webecom-features-section:not(.last) {
    margin-bottom: 2.604166667vw;
  }

  .pats-page .elementor-section.elementor-element.webecom-features-section.last {
    margin-bottom: 9.375vw;
  }

  .pats-page .webecom-features-heading-section .elementor-element.heading-col>.elementor-widget-wrap {
    margin-bottom: 8.28125vw;
  }

  /* ------ Homepage modifications --------
   --------------------------- */
  .pats-page .client-feedback-n-testimonial-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 6.119vw;
  }

  .pats-page .client-feedback-n-testimonial-section .elementor-element.testimonial-slider-col>.elementor-widget-wrap {
    padding-top: 10.33vw;
  }

  .elementor-our-services-wrapper::before {
    height: 735px;
    width: 29vw;
  }

  .our-services-wrapper-inner-one {
    max-width: 42.1%;
  }

  .our-services-wrapper-inner-one {
    margin-right: 3.90625vw;
  }

  .our-service-wrapper-two .our-service-img {
    max-width: 45.5%;
  }

  .pats-page .elementor-section.elementor-element.elementor-our-services-wrapper {
    padding: 7.552083333vw 0 3vw;
  }

  .pats-page .elementor-our-services-wrapper .elementor-element.elementor-our-service-section-title-wrapper {
    margin-bottom: 3.38541666vw;
  }

  .pats-page .elementor-section.elementor-element.countdown-sctn {
    padding: 5.208333333vw 0 6.25vw;
  }

  .pats-page .countdown-sctn .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 2.34375vw;
  }

  .pats-page .countdown-sctn .elementor-element.activity-counter-container {
    margin-bottom: 5.989583333vw;
  }

  .pats-page .elementor-section.elementor-element.elementor-our-expertise-wrapper {
    padding: 15.88541667vw 0 11.19791667vw;
  }

  .pats-page .elementor-section.elementor-element.client-feedback-n-testimonial-section {
    padding-bottom: 12.5vw;
  }

  .pats-page .client-feedback-n-testimonial-section .elementor-element.section-heading-container>.elementor-widget-container {
    margin-bottom: 0.625vw;
  }

  /* ------ Homepage modifications - end --------
   --------------------------- */

  /*----Mega menu ----
   ------------------*/
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>.mega-nav--primary__dropdown-row>ul.mega-sub-menu>.mega-ebook-download-col {
    width: 45.5vw;
    /* max-width: 875px; */
  }

  .ebook-wdgt .ebook-wdgt__title br,
  .ebook-wdgt .ebook-wdgt__info br {
    display: block;
  }

  .ebook-wdgt .ebook-wdgt__inner {
    padding: 0;
  }

  /* .ebook-wdgt .ebook-wdgt__contents {
      min-width: 490px;
      max-width: 585px;
      width: 30.46875vw;
   } */
  .ebook-wdgt .ebook-wdgt__title {
    font-size: 22px;
  }

  .ebook-wdgt .ebook-wdgt__title::after {
    width: 90px;
  }

  /*----Mega menu end----
   ---------------------*/

  /** @1200 Inner page banner - start **/
  .inner__page-banner-contents-wrapper,
  .slider__page-banner-contents-wrapper {
    padding: 180px 0 115px;
  }

  .laravel__page-banner .inner__page-banner-contents-wrapper,
  .fullStack__page-banner .inner__page-banner-contents-wrapper,
  .lowBannerPadding .inner__page-banner-contents-wrapper {
    padding: 150px 0 115px;
  }

  .contact__page-banner .inner__page-banner-contents-wrapper {
    padding-bottom: 160px;
  }

  .contact__page-banner .inner__page-banner-contents .page__title {
    font-size: 52px;
  }

  .contact__page-banner .inner__page-banner-contents .page__info {
    font-size: 28px;
  }

  .big-data__page-banner .inner__page-banner-contents-wrapper {
    padding: 180px 0 155px;
  }

  .inner__page-banner-contents {
    min-width: 650px;
  }

  .javaAndroid__page-banner .inner__page-banner-contents {
    min-width: 680px;
  }

  .mobileAppDevelopment-banner .inner__page-banner-contents-wrapper {
    padding: 150px 0 115px;
  }

  .mobileAppDevelopment-banner .inner__page-banner-contents {
    min-width: 760px;
  }

  .iot__page-banner .inner__page-banner-contents {
    min-width: 670px;
  }

  .inner__page-banner .page__title {
    font-size: 50px;
    line-height: 1.3;
  }

  .onlyTitleMiddleBanner .page__title {
    font-size: 40px;
  }

  .ui-ux__page-banner .page__title,
  .freightchanger-case-study__page-banner .page__title {
    font-size: 46px;
  }

  .inner__page-banner .page__info {
    margin-bottom: 45px;
    line-height: 1.45;
  }

  .mobileAppDevelopment-banner .page__info {
    margin-bottom: 25px;
  }

  .inner__page-banner .inner__page-banner-btn,
  .slider__page-banner .inner__page-banner-btn,
  #app__development-platforms-mobile-app .inner__page-btn-primary .eael-creative-button,
  /* .app__dev-mob-app-pltfm-card .platform-title, */
  .app__dev-service-card-inner .service-info,
  .pitangent__primary-btn,
  .pats-page .select-plan-button .elementor-button,
  .iot-dev-services-card .service-info {
    font-size: 18px;
  }

  /** end **/
  /** @1200 App development - start **/
  #app__development-service-section .section-heading,
  #app__development-service-section .section-info {
    min-width: 920px;
  }

  .app__development-service-section .line-break {
    display: block;
  }

  .app__dev-service-card-inner .service-title {
    font-size: 26px;
  }

  /* .app__dev-services-slider .owl-nav .owl-next {
		right: -15px;
	} */
  /** end **/
  .app__dev-mob-app-pltfm-card .platform-info,
  .blockchain_served_industries-card .info-text,
  .app__dev-success-story-item-inner .client-designation {
    font-size: 16px;
  }

  .cstm-mob-apps-sols-info .info-body,
  .app__dev-success-story-item-inner .client-name,
  .ar_vr_app_dev-service-card .service-title,
  .iot-dev-services-card .service-title

  /* ,
	#we-can-help .submit-btn */
    {
    font-size: 20px;
  }

  .cstm-mob-apps-sols-info .info-heading,
  .app__dev-success-story-item-inner .stroy-text,
  #we-can-help .wpcf7-form-control {
    font-size: 24px;
  }

  /*  */
  #custom_ar_vr_app_dev-srvcs-section {
    background-position: center 0;
    background-size: 1345px;
  }

  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvcs-wrapper {
    max-width: 50%;
  }

  .custom_ar_vr_app_dev-srvc-item .elementor-icon-box-icon {
    top: 3px;
  }

  .face-n-gesture-recognition-service .elementor-icon-box-icon {
    top: 0;
  }

  .custom_ar_vr_app_dev-srvcs-wrapper.positioned {
    position: relative;
  }

  .custom_ar_vr_app_dev-srvcs-wrapper.positioned>.elementor-container {
    position: absolute;
    bottom: 0;
  }

  .custom_ar_vr_app_dev-srvcs-wrapper.positioned .custom_ar_vr_app_dev-srvc-item {
    margin-left: auto;
    margin-right: auto;
  }

  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item {
    width: calc(100vw * 0.3489583);
    max-width: 665px;
  }

  #ar_vr_technologies-section .info-section>.elementor-widget-wrap {
    padding-right: 70px;
  }

  /*  */
  .ar_vr_served_industries-item-inner .slider-heading {
    font-size: 28px;
    font-size: 26px;
    line-height: 1.4;
  }

  /*  */
  .iot-dev-services-card {
    min-height: 340px;
  }

  .iot_served_idustries-slider .slider-heading {
    font-size: 25px;
    line-height: 1.47;
  }

  .our-locations-section .section-heading {
    font-size: 28px;
    line-height: 1.48;
  }

  /*----------Big data technologies-------
   ---------------------------------------*/
  .pats-page .big-data-technologies-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 4.1666vw;
  }

  .big-data-technologies-gallery__item:nth-child(1) {
    border-top-left-radius: 13px;
  }

  .big-data-technologies-gallery__item:nth-child(3) {
    border-top-right-radius: 13px;
  }

  .big-data-technologies-gallery__item:nth-child(4) {
    border-bottom-left-radius: 13px;
  }

  .big-data-technologies-gallery__item:nth-last-child(1),
  .big-data-technologies-gallery.last .big-data-technologies-gallery__item:nth-last-child(2) {
    border-bottom-right-radius: 13px;
  }

  .pats-page .features-case-wrap {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .homepage-case-study-slider__content-wrapper .sub-heading-text {
    font-size: 16px;
  }

  .homepage-case-study-slider__content-wrapper .heading-text {
    font-size: 45px;
  }

  .homepage-case-study-slider__content-wrapper .information-text,
  .homepage-case-study-slider__content-wrapper .case-study-link,
  .case-study-section .case-study-link,
  .pats-blog-lists-section .load-more-posts-btn {
    font-size: 18px;
  }

  /* How We Do accordion - start */
  .pats-page .home-how-we-do-section .elementor-element.how-we-do-lft>.elementor-widget-wrap {
    padding-right: 7.8125vw;
  }

  .how-we-do-collapse-card .btn-collapse {
    padding: 0.9375vw 54px 0.9375vw 1.822916667vw;
  }

  .how-we-do-collapse-card .collapse-title__icon {
    margin-right: 1.5625vw;
  }

  .how-we-do-accordion-collapse .accordion-wrapper-inner {
    padding: 28px 3.333333333vw 2.291666667vw 3.333333333vw;
  }

  .how-we-do-collapse-card .how-we-do-bullet-list .list-item:not(:last-child) {
    margin-bottom: 2.083333333vw;
  }

  .how-we-do-collapse-card .list-item__icon {
    margin-right: 1.770833333vw;
  }

  .how-we-do-collapse-card .list-item__title {
    margin-bottom: 0.7813vw;
  }

  /* How We Do accordion - end */
  /* .inner-section-countries-wrapper .elementor-column.country-col:not(:last-of-type) {
      margin-right: 10.41666667vw;
   } */
  .fullstack__page-banner .inner__page-banner-contents-wrapper {
    padding: 15.625vw 0 14.583vw;
  }

  .saas__page-banner .inner__page-banner-contents-wrapper,
  .life_at_pitangent__page-banner .inner__page-banner-contents-wrapper {
    padding: 15.625vw 0 10.416vw;
  }

  .f-stack-page-section .section-heading>.elementor-widget-container {
    font-size: 34px;
    line-height: 1.25;
  }

  .pats-page .elementor-section.elementor-element.f-stack-srvc-pvdrs-section {
    padding: 8.85416vw 0 6.77083vw;
  }

  .pats-page .f-stack-srvc-pvdrs-section .elementor-element.section-info>.elementor-widget-container {
    padding-top: 2.083vw;
  }

  .pats-page .f-stack-srvc-pvdrs-section .elementor-element.section-sub-heading>.elementor-widget-container {
    margin-bottom: 0.83vw;
  }

  .pats-page .f-stack-srvc-pvdrs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.34375vw;
  }

  .pats-page .elementor-section.elementor-element.f-stack-srvc-pvdrs-slider-section {
    padding-bottom: 8.85416vw;
  }

  .fullstack-services-slider .ar_vr_app_dev-service-card {
    padding: 3.802083vw 1.302083vw 1.822916vw;
  }

  .fullstack-services-slider .f-stack-icon-container {
    margin-bottom: 3.4375vw;
  }

  .pats-page .elementor-section.elementor-element.f-stack-dev-charac-section {
    padding: 8.85416vw 0 11.4583vw;
  }

  .pats-page .f-stack-dev-charac-section .elementor-element.homepage-section-heading>.elementor-widget-container {
    margin-bottom: 1.822916vw;
  }

  .pats-page .f-stack-dev-charac-section .elementor-element.section-info-sm>.elementor-widget-container {
    margin-bottom: 2.60416vw;
  }

  .pats-page .elementor-section.elementor-element.f-stack-advantages-section {
    padding: 8.125vw 0 10.416vw;
  }

  .pats-page .f-stack-advantages-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.760416vw;
  }

  .pats-page .f-stack-advantages-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 4.947916vw;
  }

  .f-stack-advantages-section .section-heading>.elementor-widget-container {
    line-height: 1.6;
  }

  .pats-page .elementor .elementor-element.f-stack-dev-charac-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 3.4375vw;
  }

  .pats-page .elementor .elementor-element.f-stack-advtgs-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 2.03125vw;
  }

  .pats-page .elementor-section.elementor-element.saas-about-section {
    padding: 6.77083vw 0 10.416vw;
  }

  .pats-page .saas-about-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.60416vw;
  }

  .saas-about-section .img-col {
    padding-right: 2.4739583vw;
  }

  .saas-about-section .info-col {
    padding-left: 2.4739583vw;
  }

  .pats-page .elementor-section.elementor-element.saas-dev-scope-section {
    padding: 7.8125vw 0 6.25vw;
  }

  .pats-page .saas-dev-scope-section .elementor-column.heading-col {
    width: 34%;
  }

  .pats-page .saas-dev-scope-section .elementor-column.info-col {
    width: 66%;
  }

  .pats-page .elementor-section.elementor-element.saas-dev-types-section {
    padding: 8.177083vw 0 7.2916vw;
  }

  .pats-page .saas-dev-types-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 5.625vw;
  }

  .pats-page .saas-dev-types-cards-container .saas-dev-types-card {
    width: 22%;
  }

  .saas-dev-types-cards-container .saas-dev-types-card,
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(2),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(3),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(6) {
    margin-right: 3.99% !important;
  }

  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(4),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-child(8) {
    margin-right: 0 !important;
  }

  .saas-dev-types-cards-container .saas-dev-types-card:nth-last-child(4),
  .saas-dev-types-cards-container .saas-dev-types-card:nth-last-child(3) {
    margin-bottom: 0 !important;
  }

  .pats-page .saas-served-indstrs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.95vw;
  }

  .pats-page .elementor-section.elementor-element.saas-served-indstrs-section {
    padding-bottom: 5.72916vw;
  }

  .mvp-development__page-banner.inner__page-banner .page__title {
    margin-bottom: 1.5625vw;
  }

  .mvp-development__page-banner.inner__page-banner .page__info {
    margin-bottom: 1.3021vw;
  }

  .pats-page .elementor-section.elementor-element.mvp-about-section {
    padding: 7.2916vw 0 8.802083vw;
  }

  .pats-page .mvp-about-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.083vw;
  }

  .mvp-about-section .section-info>.elementor-widget-container {
    line-height: 1.68;
  }

  .mvp-about-section .section-heading>.elementor-widget-container {
    line-height: 1.4;
  }

  .pats-page .mvp-about-section .elementor-element.bullet-list-section-col>.elementor-widget-wrap {
    margin-top: 6.4583vw;
  }

  .pats-page .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
    padding: 1.875vw;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item:not(:last-child),
  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item:not(:first-child) {
    padding-bottom: 1.35416vw;
    padding-top: 1.35416vw;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 2.60416vw;
  }

  .pats-page .mvp-advntgs-bullet-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 2.6042vw;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 16px;
  }

  .pats-page .elementor-section.elementor-element.mvp-features-section {
    padding: 9.010416vw 0 3.90625vw;
  }

  .pats-page .elementor-section.elementor-element.mvp-features-section-two {
    padding-bottom: 9.010416vw;
  }

  .pats-page .mvp-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.97916vw;
  }

  .mvp-features-section .section-heading>.elementor-widget-container {
    line-height: 1.35;
  }

  .mvp-features-section .section-info>.elementor-widget-container {
    line-height: 1.64;
  }

  .pats-page .mvp-features-section-two .elementor-element.mvp-feature-icon-box>.elementor-widget-container {
    margin-bottom: 2.03125vw;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
    margin-bottom: 20px;
    padding-top: 2px;
    font-size: 19px;
    line-height: 1.17;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon {
    font-size: 25px;
  }

  .pats-icon-box .elementor-icon-box-title {
    padding-left: 46px;
  }

  .mvp-features-section-two .feature-list-col {
    padding-left: 7.2916vw;
    padding-right: 11.4583vw;
  }

  .pats-page .elementor-section.elementor-element.mvp-dev-process-section {
    padding: 9.010416vw 0;
  }

  .pats-page .mvp-dev-process-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.53125vw;
  }

  .mvp-dev-process-collapse-card .collapse-state-indicator {
    width: 14px;
    height: 14px;
  }

  .mvp-dev-process-collapse-card .btn-collapse {
    font-size: 18px;
  }

  .mvp-accordion-bullet-list .list-item__content {
    font-size: 16px;
  }

  .pats-page .elementor-section.elementor-element.devops-role-section {
    padding: 10.9375vw 0 11.197916vw;
  }

  .pats-page .devops-role-section .elementor-element.section-heading-lg>.elementor-widget-container {
    margin-bottom: 2.083vw;
  }

  .pats-page .devops-role-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 3.385416vw;
  }

  .devops-role-section .section-heading-lg>.elementor-widget-container {
    font-size: 34px;
  }

  .devops-role-section .info-col {
    padding-right: 7.8125vw;
  }

  .pats-page .elementor-section.elementor-element.devops-popularity-section {
    padding: 8.85416vw 0 9.635416vw;
  }

  .pats-page .devops-popularity-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 3.489583vw;
  }

  .pats-page .devops-popularity-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 8.28125vw;
  }

  .pats-page .elementor .elementor-element.devops-srvcs-card .elementor-icon {
    font-size: 2.9vw;
  }

  .pats-page .elementor .elementor-element.devops-srvcs-card .elementor-icon-box-description {
    font-size: 17px;
  }

  .pats-page .elementor .devops-what-makes-special-section .elementor-element.devops-bullet-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 2.03125vw;
  }

  .devops-what-makes-special-section .floating-box-title>.elementor-widget-container {
    font-size: 34px;
  }

  .devops-what-makes-special-section .floating-box-info>.elementor-widget-container {
    font-size: 18px;
  }

  /* -------- Get Free Quote Modal ------- */
  .get-free-quote-modal .modal-contact-title,
  .inner__page-banner.online-ecommerce__banner .page__title {
    font-size: 31px;
  }

  .get-free-quote-modal .contact-list-icon-wrapper {
    border-width: 2px;
  }

  .get-free-quote-modal .modal-contact-sub-title {
    margin-bottom: 31px;
  }

  .get-free-quote-modal .contact-list-item:not(:last-child) {
    margin-bottom: 26px;
  }

  .get-free-quote-modal .modal-form-sub-title {
    margin-bottom: 20px;
  }

  .get-free-quote-modal .pi-form-group {
    margin-bottom: 13px;
  }

  .get-free-quote-modal .modal-content .anr_captcha_field,
  .get-free-quote-modal .modal-content .wpcf7-form-control.g-recaptcha {
    -webkit-transform: none;
    transform: none;
  }

  .get-free-quote-modal .modal-content .g-recaptcha-response .wpcf7-not-valid-tip,
  .get-free-quote-modal .modal-content .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
    margin-top: 5px;
    margin-bottom: 0;
  }

  /* ------ Blog UIs ------ */
  .blog-section-tabs-container .blog-tab {
    margin-right: 17px;
    padding: 0.364584vw 1.25vw;
    border-radius: 6px;
  }

  /* .pats-blogs-page-body .blog-section-tabs-container .blog-tab {
      padding: 0.364584vw 1.5625vw;
   } */
  .blog-section-tab-content__header .blog-section-heading,
  .pats-single-blog-section .single-post__body .section-heading {
    font-size: 25px;
  }

  .pats-blog-lists-section .blog-posts-list__item .blog-post__title,
  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card .elementor-icon-box-title,
  .pats-single-blog-section .single-post__body .para-heading,
  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item .elementor-icon-box-title,
  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-title,
  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item .elementor-icon-box-title,
  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-title,
  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-title,
  .saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-heading,
  .fstack-dev-srvce-section .info-text--highlighted,
  .inner__page-banner .rank_text,
  .pats-page .web-dev-features-card-section .web-dev-features-card .elementor-element.web-dev-feature-icon-box .elementor-icon-box-title,
  .car-rental-dev-servic-tabs__tab-btn {
    font-size: 19px;
  }

  .pats-blog-lists-section .blog-posts-list__item {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .pats-blog-lists-section .blog-posts-list__item:nth-child(2n+1) {
    margin-right: 0;
  }

  .pats-blog-lists-section .blog-posts-list__item,
  .pats-blog-lists-section .blog-posts-list__item:nth-child(2n+1) {
    margin-right: 5%;
  }

  .pats-blog-lists-section .blog-posts-list__item:nth-child(3n) {
    margin-right: 0;
  }

  .pats-blog-lists-section .blog-posts-list__item:nth-child(7),
  .pats-blog-lists-section .blog-posts-list__item:nth-child(8) {
    margin-bottom: 0;
  }

  .pats-blog-lists-section .blog-posts-list__item .feature-img-container {
    height: 14.73958333vw;
  }

  .client-feedback-section__inner .section-info .title {
    font-size: 25px;
  }

  .we-can-help-section .section-info .title {
    font-size: 32px;
  }

  .pats-single-blog-section .single-post__title,
  .pats-page .fstack-dev-srvce-section .elementor-element.section-heading>.elementor-widget-container,
  .web-dev-call-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-call-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-why-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-dev-srvcs-section .section-heading>.elementor-widget-container {
    font-size: 28px;
  }

  /* .pats-single-blog-section .single-post__body {
      width: 55vw;
   } */

  .post-share-btns--floating {
    left: 7.1875vw;
  }

  .saas-app-dev-page__banner {
    background-size: 39.84375vw;
    background-position: right 7.96875vw top 10vw;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__title,
  .inner__page-banner.education-app-dev__banner .page__title {
    font-size: 35px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__info,
  .inner__page-banner.education-app-dev__banner .page__info,
  .inner__page-banner.food-delivery-application__banner .page__info,
  .inner__page-banner.grocery-store-app-dev__banner .page__info,
  .inner__page-banner.webdevelopment__page-banner .page__info,
  .dedicated-developer-hiring-page__banner .page__info,
  .dedicated-developer-hiring-page-redesign__banner .page__info,
  .inner__page-banner.car-rental-app-development__banner .page__info,
  .inner__page-banner.beauty-salon__page-banner .page__info,
  .pats-page .fstack-what-distinguishes-section .elementor-element.fstack-dev-features-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 18px;
  }

  .pats-page .elementor-section.elementor-element.saas-srvce-section {
    padding: 8.85416vw 0 8.59375vw;
  }

  .pats-page .saas-srvce-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.53125vw;
  }

  .saas-srvce-section .info-text,
  .pats-page .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container,
  .pats-page .better-saas-app-dev-section .elementor-element.section-info--lg>.elementor-widget-container,
  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-info--lg>.elementor-widget-container,
  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-heading>.elementor-widget-container,
  .better-saas-app-dev-section .better-saas-srvce-card__title,
  .pats-page .web-dev-custom-app-section .elementor-element.section-info>.elementor-widget-container,
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-title {
    font-size: 22px;
  }

  .pats-page .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container {
    margin-bottom: 1.0416vw;
  }

  .pats-page .elementor-section.elementor-element.saas-app-dev-features-section {
    margin-bottom: 8.3vw;
  }

  .saas-app-dev-features-section.min-risk .info-col {
    padding-top: 0.85vw;
  }

  .saas-app-dev-features-section.business-model .info-col,
  .saas-app-dev-features-section.achieve-monopoly .info-col {
    padding-top: 2.34375vw;
  }

  .saas-app-dev-features-section.limitless-possibility .info-col {
    padding-top: 4.0625vw;
  }

  .saas-app-dev-features-section.scalability .info-col {
    padding-top: 4.427083vw;
  }

  .pats-page .elementor-section.elementor-element.better-saas-app-dev-section {
    padding: 7.8125vw 0 8.3vw;
  }

  .pats-page .better-saas-app-dev-section .elementor-element.section-info--lg>.elementor-widget-container {
    margin-bottom: 4.16vw;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.40625vw;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-info--lg>.elementor-widget-container {
    margin-bottom: 6.0416vw;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-column.saas-app-dev-pack-col {
    width: 26%;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-last-child(3)>.elementor-widget-wrap {
    margin-bottom: 0;
  }

  .pats-page .elementor-section.elementor-element.saas-app-dev-srvces-pack-section {
    padding: 7.39583vw 0 11.4583vw;
  }

  .pats-composit-products-carousel-section .saas-app-dev-info-carousel-wrapper {
    padding-bottom: 35px;
  }

  .pats-page .elementor-section.elementor-element.fstack-dev-srvce-section__inner-info {
    margin-bottom: 2.864583vw;
  }

  .pats-page .elementor-section.elementor-element.web-dev-srvce-speaks-section {
    padding: 9.21875vw 0 9.010416vw;
  }

  .pats-page .web-dev-srvce-speaks-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 3.125vw;
  }

  .pats-page .web-dev-srvce-speaks-section .elementor-element.heading-column>.elementor-widget-wrap {
    padding-right: 5.572916vw;
  }

  .pats-page .web-dev-srvce-speaks-section .elementor-element.section-info>.elementor-widget-container {
    font-size: 17px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-path-to-resp-section {
    padding: 8.072916vw 0 5.72916vw;
  }

  .pats-page .elementor-section.elementor-element.web-dev-custom-app-section {
    padding-bottom: 5.10416vw;
  }

  .pats-page .web-dev-custom-app-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.8125vw;
  }

  .pats-page .web-dev-custom-app-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 1.71875vw;
  }

  .pats-page .elementor-section.elementor-element.web-dev-features-card-section {
    padding-bottom: 10.416vw;
  }

  .web-dev-features-card-section .web-dev-features-card .elementor-icon-box-wrapper {
    padding: 4.427083vw 2.083vw 2.34375vw;
  }

  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box {
    --icon-box-icon-margin: 3.02083vw;
  }

  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon {
    font-size: 50px;
  }

  .pats-page .web-dev-features-card-section .elementor-element.web-dev-features-card-section__col>.elementor-widget-wrap {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }

  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card {
    margin-bottom: 3.28125vw;
  }

  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card:nth-child(4),
  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card:nth-child(5),
  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card:last-child {
    margin-bottom: 0;
  }

  .pats-page .elementor-section.elementor-element.web-dev-tech-stack-section {
    padding: 10.260416vw 0 10.885416vw;
  }

  .pats-page .web-dev-tech-stack-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.60416vw;
  }

  .pats-page .web-dev-tech-stack-section .elementor-element.section-info--sd>.elementor-widget-container {
    margin-bottom: 4.427083vw;
  }

  .pats-page .elementor-section.elementor-element.web-dev-call-us-section {
    margin-bottom: 10.625vw;
  }

  .pats-page .web-dev-call-us-section .elementor-element.web-dev-call-us-section__col>.elementor-widget-wrap {
    padding: 5.989583vw 0 4.739583vw;
  }

  .pats-page .web-dev-call-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 3.02083vw;
  }

  .pats-page .elementor-section.elementor-element.web-dev-relevant-apps-section {
    padding: 9.0625vw 0 9.0625vw;
  }

  .pats-page .elementor-section.elementor-element.web-dev-security-section {
    padding: 7.083vw 0 10.15625vw;
  }

  .pats-page .web-dev-security-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.760416vw;
  }

  .pats-page .web-dev-security-section .elementor-element.section-info--sd>.elementor-widget-container {
    margin-bottom: 5.15625vw;
  }

  .pats-page .elementor-section.elementor-element.web-dev-served-industries-section {
    padding-bottom: 3.125vw;
  }

  .inner__page-banner.webdevelopment__page-banner .page__title,
  .inner__page-banner.dedicated-developer-hiring-page__banner .page__title,
  .inner__page-banner.dedicated-developer-hiring-page-redesign__banner .page__title,
  .inner__page-banner.fitness-app-development__banner .page__title,
  .inner__page-banner.fullstack-app-development__banner .page__title,
  .inner__page-banner.car-rental-app-development__banner .page__title,
  .inner__page-banner.food-delivery-application__banner .page__title,
  .inner__page-banner.farming-app-dev__banner .page__title,
  .inner__page-banner.grocery-store-app-dev__banner .page__title,
  .inner__page-banner .counter-wdgt__item__count,
  .inner__page-banner.beauty-salon__page-banner .page__title {
    font-size: 40px;
  }

  .web-dev-tech-stack-tabs-container .tab-btn {
    font-size: 17px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container {
    height: 78px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--lg {
    width: 215px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--md {
    width: 150px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--sm {
    width: 90px;
  }

  .pats-page .elementor-section.elementor-element.dedicated-hiring-why-us-section {
    padding: 10.416vw 0 10.416vw;
  }

  .pats-page .elementor-section.elementor-element.dedicated-hiring-dev-platform-section {
    padding: 10vw 0 8.28125vw;
  }

  .pats-page .dedicated-hiring-dev-platform-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.53125vw;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item {
    width: 17.6%;
  }

  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item {
    width: 15%;
    height: 150px;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(4n),
  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(4n) {
    margin-right: 3%;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(5n),
  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(5n) {
    margin-right: 0;
  }

  .moderTechnologyImgsMainWrap {
    max-width: 70%;
  }

  .pats-page .dedicated-hiring-call-us-section .elementor-element.dedicated-hiring-call-us-col>.elementor-widget-wrap {
    padding: 5.2083vw 0 5.15625vw;
  }

  .pats-page .dedicated-hiring-call-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 3.385416vw;
  }

  .pats-page .elementor-section.elementor-element.dedicated-hiring-dev-srvcs-section {
    padding: 10.416vw 0 10.416vw;
  }

  .pats-page .dedicated-hiring-dev-srvcs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 5.72916vw;
  }

  .fitness-app-development__banner {
    background-size: 54vw;
    background-position: right -8.3vw top 60%;
  }

  .fitness-app-development__banner .page__info .banner-question-text {
    font-size: 27px;
  }

  .fitness-app-development__banner .inner__page-banner-contents {
    width: 40.46875vw;
    min-width: auto;
    max-width: 777px;
  }

  .pats-page .elementor-section.elementor-element.fitness-app-dev-industry-types-section {
    padding: 10.10416vw 0 10.416vw;
  }

  .pats-page .fitness-app-dev-industry-types-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 5.260416vw;
  }

  .pats-page .fitness-app-dev-industry-types-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 2.083vw;
  }

  /* .pats-page .fitness-app-dev-industry-types-section .elementor-element.img-col > .elementor-widget-wrap {
      padding-top: 4.739583vw;
   } */
  .pats-page .elementor-section.elementor-element.fitness-app-dev-solutions-section {
    padding: 10.15625vw 0 9.739583vw;
  }

  .pats-page .fitness-app-dev-solutions-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 3.072916vw;
  }

  .pats-page .elementor-section.elementor-element.fitness-app-dev-exclsv-features-section {
    padding: 10.10416vw 0 10.364583vw;
  }

  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 4.27083vw;
  }

  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item>.elementor-widget-container {
    margin-bottom: 3.072916vw;
  }

  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item:nth-child(5)>.elementor-widget-container,
  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item:nth-child(6)>.elementor-widget-container {
    margin-bottom: 0;
  }

  .fitness-app-dev-exclsv-features-section .fitness-app-dev-exclsv-features-item .elementor-icon svg {
    width: 5.15625vw;
    max-width: 99px;
    height: 5.15625vw;
    max-height: 99px;
  }

  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item.elementor-position-left .elementor-icon-box-icon {
    margin-right: 3.125vw;
  }

  .pats-page .elementor-section.elementor-element.fitness-app-dev-why-choose-us-section {
    padding: 10.416vw 0 10.416vw;
  }

  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 7.135416vw;
  }

  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item:not(:last-of-type)>.elementor-widget-container {
    margin-bottom: 1.875vw;
  }

  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item.elementor-position-left .elementor-icon-box-icon {
    margin-right: 2.760416vw;
    padding-top: 3px;
  }

  .travelHospitalization-banner .inner__page-banner-btn {
    padding: 0 30px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .pats-page .fstack-work-module-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.0416vw;
  }

  .pats-page .fstack-hiring-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 4.375vw;
  }

  .pats-page .elementor-section.elementor-element.fstack-what-distinguishes-section {
    padding-right: 10.3125vw;
    padding-left: 10.3125vw;
  }

  .pats-page .fstack-dev-company-srvcs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 6.40625vw;
  }

  .fstack-dev-companys-srvcs-col>.elementor-widget-wrap {
    width: 67.34375vw;
    max-width: 1293px;
  }

  /* .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-col > .elementor-widget-wrap {
      margin-left: auto;
      margin-right: auto;   
   } */
  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item .elementor-icon-box-icon {
    margin-bottom: 2.1875vw;
  }

  .fstack-dev-companys-srvcs-item .elementor-icon svg {
    width: 8.59375vw;
    max-width: 165px;
    height: 7.34375vw;
    max-height: 141px;
  }

  .fstack-dev-company-srvcs-section .fstack-dev-companys-srvcs-container .fstack-dev-companys-srvcs-item {
    width: 27%;
    margin-right: 9.5%;
  }

  .fstack-dev-company-srvcs-section .fstack-dev-companys-srvcs-container .fstack-dev-companys-srvcs-item:nth-child(2n) {
    margin-right: 9.5%;
  }

  .fstack-dev-company-srvcs-section .fstack-dev-companys-srvcs-container .fstack-dev-companys-srvcs-item:nth-child(3n) {
    margin-right: 0;
  }

  .pats-page .fstack-served-indstrs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.5625vw;
  }

  .pats-page .fstack-served-indstrs-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 2.65625vw;
  }

  .realEstate-banner .inner__page-banner-contents {
    min-width: 975px;
  }

  .threeColWhiteBxCntntWithIconSctn {
    max-width: 95%;
  }

  .threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx figure {
    margin-right: 25px !important;
  }

  .realEstateSpecialSctn .section-heading .elementor-widget-container {
    font-size: 30px;
  }

  .realEstateAbtUs .realEstateAbtUsBlueBx .elementor-widget-container {
    font-size: 35px;
  }

  .pats-page .ecomm-dev-process-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.03125vw;
  }

  .pats-page .ecomm-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.65625vw;
  }

  .pats-page .ecomm-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 1.71875vw;
  }

  .pats-page .ecomm-dev-platforms-section .elementor-element.section-heading>.elementor-widget-container,
  .pats-page .ecomm-drive-sales-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.40625vw;
  }

  .pats-page .ecomm-dev-platforms-section .elementor-element.section-info-text>.elementor-widget-container,
  .pats-page .ecomm-drive-sales-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 6.5625vw;
  }

  .ecomm-drive-sales-section .ecomm-drive-sales-inner-section>.elementor-container {
    width: 81.25vw;
    max-width: 1560px !important;
  }

  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-icon {
    margin-bottom: 2.8125vw;
  }

  .ecomm-drive-sales-sols-item .elementor-icon svg {
    border-radius: 1.875vw;
  }

  .pats-page .ecomm-exclusive-feature-section .elementor-column.info-col {
    width: 30.78125vw;
    max-width: 591px;
  }

  .pats-page .ecomm-exclusive-feature-section.click-to-call .elementor-column.img-col {
    width: 32.1875vw;
    max-width: 618px;
  }

  .pats-page .ecomm-exclusive-feature-section.store-locator .elementor-column.img-col {
    width: 35.78125vw;
    max-width: 687px;
  }

  .pats-page .ecomm-exclusive-feature-section.item-placements .elementor-column.img-col {
    width: 39.53125vw;
    max-width: 759px;
  }

  .pats-page .ecomm-exclusive-feature-section.promo-notifications .elementor-column.img-col {
    width: 35.46875vw;
    max-width: 681px;
  }

  .pats-page .ecomm-exclusive-feature-section.payment-gateways .elementor-column.img-col {
    width: 45.15625vw;
    max-width: 867px;
  }

  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.click-to-call {
    padding-bottom: 4.6875vw;
  }

  .pats-page .ecomm-exclusive-feature-section.click-to-call .elementor-element.info-col>.elementor-widget-wrap,
  .pats-page .ecomm-exclusive-feature-section.payment-gateways .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 2.65625vw;
  }

  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.store-locator {
    padding-bottom: 4.21875vw;
  }

  .pats-page .ecomm-exclusive-feature-section.store-locator .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 4.6875vw;
  }

  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.item-placements,
  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.promo-notifications,
  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.payment-gateways,
  .pats-page .elementor-section.elementor-element.grocery-store-app-diff-types-img-info-section {
    padding-bottom: 6.25vw;
  }

  .pats-page .ecomm-exclusive-feature-section.item-placements .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 4.6875vw;
  }

  .pats-page .ecomm-exclusive-feature-section.promo-notifications .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 3.28125vw;
  }

  .pats-page .car-rental-app-empower-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.5vw;
  }

  .pats-page .car-rental-app-empower-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 9.21875vw;
  }

  .pats-page .car-rental-app-empower-section .elementor-column.info-img-col {
    width: 38%;
  }

  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.5625vw;
  }

  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 5.3125vw;
  }

  .pats-page .car-rental-app-dev-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 1.5625vw;
  }

  .pats-page .car-rental-app-dev-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 5.15625vw;
  }

  .car-rent-business-dev-srvcs-card .elementor-icon svg {
    width: 4.21875vw;
    max-width: 81px;
    height: 4.21875vw;
    max-height: 81px;
  }

  .pats-page .food-app-best-solution-section .elementor-element.horizontal-icon-box-list-item>.elementor-widget-container,
  .pats-page .education-app-business-demand-section .elementor-element.horizontal-icon-box-list-item>.elementor-widget-container {
    margin-bottom: 5vw;
  }

  .pats-page .food-app-business-growth-section .elementor-column.img-col {
    width: 44%;
    margin-right: 7.5%;
  }

  .pats-page .food-app-latest-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.1875vw;
  }

  .pats-page .food-app-latest-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 4.84375vw;
  }

  .pats-page .education-app-business-demand-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 5.3125vw;
  }

  .farming-app-dev__banner .inner__page-banner-contents {
    width: 48.28125vw;
    max-width: 927px;
  }

  .pats-page .farming-app-importance-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 2.65625vw;
  }

  .pats-page .farming-app-top-features-section .elementor-widget-icon-box.horizontal-icon-chip .elementor-icon-box-icon {
    margin-right: 0.9375vw;
  }

  .farming-app-top-features-section .horizontal-icon-chip .elementor-icon svg {
    width: 3.75vw;
    max-width: 72px;
    height: 3.75vw;
    max-height: 72px;
  }

  .grocery-store-app-dev__banner .inner__page-banner-contents {
    width: 47.65625vw;
    max-width: 915px;
  }

  .grocery-store-app-workflow-section .img-wdgt img {
    width: 79.53125vw;
    max-width: 1527px;
  }

  /* =======================
   By Avi - start
   ========================== */
  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 3em;
  }

  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 38px;
  }

  .pats-page .cat-panel-section .elementor-column.info-col {
    width: 41.3%;
  }

  .pats-page .cat-panel-section .elementor-column.tab-col {
    width: 58.7%;
  }

  .pats-page .cat-panel-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 0 5.9375vw;
  }

  .pats-page .elementor-section.elementor-element.cat-panel-section {
    padding-bottom: 6.25vw;
  }

  .care-application__page-banner .inner__page-banner-contents {
    max-width: 57%;
  }

  #journey-ach .jrn-ach-left .section-heading {
    font-size: 32px;
  }

  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -65px;} */
  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    min-height: 470px;
  }

  /* #cat-pan-lft .elementor-widget-wrap.elementor-element-populated{ padding: 50px 70px 0 50px;} */
  #choose-beauty .section-heading {
    font-size: 32px;
  }

  #custom_beauty_salon_explore-section #range-right .custom_beauty_salon_explore-item:not(:last-child) {
    margin-top: 20px;
  }

  #mf-img .elementor-widget-image img {
    width: 90%;
  }

  #caregiving-business .hglt-txt .elementor-widget-container p {
    font-size: 20px;
  }

  #wide-range-box h2 {
    font-size: 36px;
  }

  #custom_beauty_salon_explore-section .elementor-icon-box-description {
    font-size: 17px;
  }

  /* #cat-pan-lft .elementor-widget-wrap.elementor-element-populated{ background-size: 30%;} */
  #cat-panel h2.elementor-heading-title {
    font-size: 32px;
    line-height: 48px;
  }

  .cst-features strong {
    font-size: 23px;
  }

  .care-application__page-banner .inner__page-banner-contents .page__info {
    font-size: 19px;
  }

  /* =======================
   By Avi - end
   ========================== */

  .modelStepSctnWIthArrowMainWrap .elementor-container {
    width: 85%;
  }

  .pats-page-section .tabsWithOnlyBoxShadowWrap.elementor-element {
    width: 85%;
    margin: 0 auto;
  }

  .width80container.elementor-section .elementor-container {
    max-width: 80% !important;
    margin: 0 auto !important;
  }

  .width66container.elementor-section .elementor-container {
    max-width: 66% !important;
    margin: 0 auto !important;
  }

  .width50container.elementor-section .elementor-container {
    max-width: 50% !important;
    margin: 0 auto !important;
  }

  .pats-page .info-img-para-list-section--common.reactJsDevelopmentPartnerSctn .elementor-column.info-list-col {
    width: 50%;
  }

  .bigPaddingBtns .pats-horizontal-tabs .tabs__tab-btn {
    padding: 12px 35px;
  }

  .onlyTitleMiddleBanner .inner__page-banner-contents {
    min-width: 100%;
  }

  .onlyTitleMiddleBanner .inner__page-banner-contents-wrapper {
    min-height: 100vh;
  }

  .smallSubHeadingText .elementor-widget-container .elementor-heading-title,
  .smallSubHeadingText .elementor-widget-container {
    font-size: 18px;
    line-height: 35px !important;
  }

  .whiteShadowBoxWrap30pxPadding {
    padding: 30px;
  }

  .onlyTitleMiddleBanner .inner__page-banner-contents-wrapper {
    display: flex;
    align-items: center;
  }

  .pats-page-section .normal35pxText .elementor-widget-container,
  .pats-page-section .font_20_35px {
    font-size: 20px;
    line-height: 38px;
  }

  .pats-page-section .normal30pxText .elementor-widget-container,
  .pats-page-section .font_18_30px {
    font-size: 18px;
    line-height: 28px;
  }

  /* memories masonary grid start */

  .memoriesMasonaryGridWrap .content_grid .item_4 {
    width: 263px;
    left: 606px;
    height: 354px;
    overflow: hidden;
  }

  /* memories masonary grid end */
  .pats-page-section .infoListSmallTextCol .elementor-element.para-info .elementor-widget-container {
    margin-bottom: 30px;
  }

  .privacyPolicy__page .elementor-column.info-col,
  .cookiesPolicy__page .elementor-column.info-col {
    width: 65%;
  }

  .privacyPolicy__page .elementor-column.list-col,
  .cookiesPolicy__page .elementor-column.list-col {
    width: 30%;
  }

  .privacy-bullet-list .eael-feature-list-item:first-child {
    margin-bottom: 52px;
  }

  .cookies-bullet-list .eael-feature-list-item {
    margin-bottom: 60px;
  }

  .cookies-bullet-listTwo .eael-feature-list-item {
    margin-bottom: 96px;
  }

  .privacyPolicy__common-section .common-heading>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section .common-heading>.elemnetor-widget-container .elementor-heading-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .privacyPolicy__common-section .common-text>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section .common-text>.elementor-widget-container .elementor-heading-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.8em;
  }

  .privacyPolicy__page .privacy-bullet-list .eael-feature-list-title,
  .cookiesPolicy__page .cookies-bullet-list .eael-feature-list-title,
  .cookiesPolicy__page .cookies-bullet-listTwo .eael-feature-list-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .cookiesPolicy__page .cookies-bullet-list-two .eael-feature-list-title {
    font-size: 22px;
    font-weight: 500 !important;
    line-height: 1.5em;
  }

  .privacyPolicy__page .info-col .common-section-text>.elementor-widget-container,
  .privacyPolicy__common-section .common-col .common-section-text>.elementor-widget-container,
  .cookiesPolicy__page .info-col .common-section-text>.elementor-widget-container,
  .cookiesPolicy__common-section .common-col .common-section-text>.elementor-widget-container {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .privacyPolicy__common-section-page .common-col .common-section-heading>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section-page .common-col .common-section-heading>.elementor-widget-container .elementor-heading-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.8em;
  }

  .privacyPolicy__common-section-page .common-col .common-section-heading-two>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section-page .common-col .common-section-heading-two>.elementor-widget-container .elementor-heading-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .cookiesPolicy__common-section.last-child {
    margin-bottom: 90px;
  }

  .cookiesPolicy__common-section-page .common-col .common-section-heading-two>.elementor-widget-container {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3em;
  }

  .manufacturing_page-banner .inner__page-banner-contents {
    min-width: 70%;
  }

  /* start erp page */
  .imgMainWrapper .elementor-image-box-img {
    width: 120px !important;
    height: 120px;
    margin: 0 40px 0 0 !important;
  }

  .imgMainWrapper .elementor-image-box-img img {
    width: 60px;
    height: 60px;
  }

  /* end erp page */
  .monthly__payment-page-banner .page__title {
    font-size: 50px;
  }

  .security-page .sectionHead .elementor-heading-title,
  .security-page .info-list-col .sec-heading .elementor-heading-title,
  .security-page .info-img-col .section-heading .elementor-widget-container {
    font-size: 32px;
    line-height: 42px;
  }

  .cyber-icon-box .elementor-icon-box-title {
    font-size: 28px;
    line-height: 38px;
  }

  .security-page .info-list-col .free-heading .elementor-heading-title {
    font-size: 28px;
    line-height: 38px;
  }

  .security-page .info-img-col .right-img img,
  .security-page .info-img-col .left-img img {
    width: 450px;
  }

  .slider__page-banner .slider__page-banner-contents {
    width: 70%;
  }

  .technology-tech-tabs-container .technology-tab-btn {
    font-size: 24px;
  }

  .technology-tech-tabs-container .technology-tab-content__inner {
    padding: 35px;
  }

  .slider-sec .dots-container .dots::after {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-sec .dots-container {
    padding: 0 40px;
    bottom: 20px;
  }

  .startUpImgInfoSec .pats-text--22>.elementor-widget-container {
    font-size: 18px;
  }

  .pats-page-section.acumaticaerpPlatformSctn {
    padding-top: 80px !important;
  }

  .acumaticaerpPlatformSctn .section-info p {
    font-size: 20px;
    line-height: 30px;
  }

  .acumaticaerpPlatformSctn .info-col .info-text {
    font-size: 20px;
    line-height: 35px;
  }

  .cloud-erp-list .eael-feature-list-item {
    min-height: 140px;
  }


  /* Software Rescue Service page Start*/
  .software-sec .slider__page-banner .slider__page-banner-contents {
    width: 80%;
  }

  .software-sec .slider__page-banner .slider_heading {
    font-size: 40px;
    line-height: 50px;
  }

  .software-sec .slider__page-banner .slider_para {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  /* Software Rescue Service page End*/

  /* start case studies pages */

  .caseStudies_pages-banner {
    background-size: 100% 100%;
  }

  /* End case studies pages */
}

@media (min-width: 1300px) {

  /* Widget start */
  .pats-horizontal-tabs .tabs__tab-btn {
    padding: 10px 12px;
  }

  .pats-horizontal-tabs .tabs__btn-panel__inner {
    margin-left: 20px;
  }

  /* Widget end */

  .container,
  .inner__page-banner-contents-wrapper-inner,
  .slider__page-banner-contents-wrapper-inner {
    max-width: 1200px;
  }

  .privacyPolicy__page-banner .inner__page-banner-contents-wrapper-inner {
    max-width: 1140px;
  }

  .app__dev-mob-app-pltfm-card {
    min-height: 470px;
  }

  .ui-ux__page-banner .inner__page-banner-contents {
    width: auto;
    min-width: initial;
    max-width: initial;
  }

  .ui-ux__page-banner .inner__page-banner-contents br {
    display: initial;
  }

  .big-data-technologies-gallery-slider .owl-dots {
    margin-top: 2.1875vw;
  }

  .big-data-technologies-gallery-slider .owl-dot:not(:last-child) {
    margin-right: 0.9375vw;
  }

  /* =======================
   By Avi - start
   ========================== */
  #cat-panel h2.elementor-heading-title {
    font-size: 35px;
    line-height: 55px;
  }

  .info-col .hireNumberHeadingWrap .elementor-image-box-wrapper .elementor-image-box-img {
    width: 18% !important;
  }

  /* #panel-tabs .elementor-tabs-content-wrapper ul li{ font-size: 16px;} */
  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -63px;} */
  /* =======================
   By Avi - start
   ========================== */
  .monthly__payment-page-banner .inner__page-banner-contents {
    width: 70%;
  }

  .monthly__payment-page-banner .page__title {
    font-size: 56px;
  }

  .security_performance__inner-banner-page .inner__page-banner-contents {
    width: 70%;
  }

  .slider__page-banner .slider_heading {
    margin-bottom: 40px;
    font-size: 55px;
    line-height: 65px;
  }

  .slider__page-banner .slider_para {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 1400px) {

  /* --------- pats page default settings -------- */
  .pats-page-section .pats-text--45>.elementor-widget-container {
    font-size: 33px;
  }

  .pats-page-section .section-heading>.elementor-widget-container,
  .saas-srvce-section .info-text--highlighted,
  .web-dev-tech-stack-tabs-container .tab-title,
  #custom_beauty_salon_explore-section .custom_beauty_salon_explore-item .elementor-icon-box-title {
    font-size: 30px;
  }

  .pats-page-section .pats-text--35>.elementor-widget-container,
  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-title {
    font-size: 26px;
  }

  .pats-page-section .pats-text--30>.elementor-widget-container,
  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-title,
  .pats-page .horizontal-icon-chips-row-section--common .elementor-element.horizontal-icon-chip .elementor-icon-box-title,
  .ind-tabs h4 {
    font-size: 22px;
  }

  .pats-accordion__collapse-btn {
    font-size: 22px;
  }

  .pats-page .vertical-icon-box-row-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 75px;
  }

  .pats-page .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 20px;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 18px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon {
    font-size: 27px;
  }

  .pats-icon-box .elementor-icon-box-title {
    padding-left: 51px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-description {
    font-size: 15px;
    line-height: 1.72;
  }

  .pats-page .elementor .elementor-element.devops-srvcs-card .elementor-icon-box-description {
    font-size: 20px;
  }

  .devops-what-makes-special-section .floating-box-title>.elementor-widget-container {
    font-size: 40px;
  }

  .devops-what-makes-special-section .floating-box-info>.elementor-widget-container {
    font-size: 20px;
  }

  /*----Mega menu ----
   ------------------*/
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-one {
    padding-left: 7.1875vw;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-three.mega-has-menu-list {
    padding-right: 7.1875vw;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-megamenu-submenu-items-col .mega-menu-link {
    --icon-height: 44px;
    --padding-left: calc(var(--icon-height) + 22px);
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ui-ux .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-ui-ux-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ar-vr .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-ar-vr-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-blockchain .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-blockchain-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-iot .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-iot-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ecomm .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-ecommerce-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mob-app-dev .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-mobile-app-development-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-it-staff .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-it-staff-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-big-data .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-big-data-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-saas .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-saas-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fullstack-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-devops .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-dev-ops-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mvp-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-prototyping-mvp-46.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fitness-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fitness-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-travel-hospitality .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-travel-hospitality-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-education-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-edu-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-estate-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-real-estate-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-farming-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-farming-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-car-rental-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-car-rental-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-beauty-salon-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-beauty-salon-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-care-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-care-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-grocery-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-grocery-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-food-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-food-delivery-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-angular .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-angular-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-cakephp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-cakephp-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-codeigniter .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-codeigniter-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-flutter .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-flutter-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack-tech .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fullstack-tech-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-laravel .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-laravel-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-nodejs .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-nodejs-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-react-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-symfony .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-symfony-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-vue .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-vue-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react-native .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-react-native-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-java-android .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-java-android-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-kothlin-android .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-kothlin-android-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-swift-ios .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-swift-ios-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-web-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-web-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-healthcare-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-healthcare-application-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fintech-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fintech-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-retail-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-retail-ecommerce-application-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-agriculture-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-agriculture-application-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-legal-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-legal-application-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-sports-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-sports-application-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-data-analytics .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-data-analytics.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-life .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/life-at-pitangent.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-about-pitangent .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/about-pitangent.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-team .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/team.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-our-process .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/our-process.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-career .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/career.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ai-ml .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/aiMl-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-python .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/python-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-hyperledger .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/hyperledger-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-dot-net .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/dot-net-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-r-developer .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/r-developer-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-manufacturing-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/manufacture-icon.webp');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-construction-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/contruction-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-erp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/ERP.svg');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-event .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/event.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-webinar .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/webinar_icon.webp');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-resource .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/resource-icon.webp');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-acumatic-erp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/acumatic-erp-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-software-service .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/software-icon.png');
  }

  .ebook-wdgt .ebook-wdgt__title {
    font-size: 25px;
  }

  .ebook-wdgt .ebook-wdgt__title::after {
    width: 110px;
    height: 6px;
  }

  .ebook-wdgt .ebook-wdgt__info {
    font-size: 18px;
  }

  .megamenu-container .ebook-wdgt .ebook-wdgt__button,
  .blog-section-tab-content__header .show-blog-listing-btn,
  .blog-section-tab-content .blog-post__label,
  .blog-section-tab-content .blog-post__title,
  .pats-blog-lists-section .blog-posts-list__item .blog-post__label,
  .pats-single-blog-section .single-post__information {
    font-size: 17px;
  }

  .ebook-wdgt .ebook-wdgt__button .btn-text {
    margin-right: 10px;
  }

  .ebook-wdgt .ebook-wdgt__button .btn-icon svg {
    width: 18px;
  }

  /*----Mega menu end----
   ---------------------*/

  /* -------- Get Free Quote Modal ------- */
  .get-free-quote-modal .social-media-btn:not(:last-child) {
    margin-right: 2.084vw;
  }

  .get-free-quote-modal .modal-contact-title,
  .inner__page-banner.online-ecommerce__banner .page__title {
    font-size: 37px;
  }

  .get-free-quote-modal .contact-info .info-title,
  .inner__page-banner.online-ecommerce__banner .page__info,
  .inner__page-banner.farming-app-dev__banner .page__info,
  .fullstack-services-slider .ar_vr_app_dev-service-card .service-title,
  .inner__page-banner.fitness-app-development__banner .page__info,
  .inner__page-banner.fullstack-app-development__banner .page__info,
  .get-free-quote-modal .modal-form-title,
  .saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-body,
  .pats-page-section .section-info--sd>.elementor-widget-container,
  .pats-page-section .pats-text--25>.elementor-widget-container,
  .pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-content-box .eael-feature-list-content,
  .web-dev-tech-stack-tabs-container .tab-info,
  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content,
  .pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content,
  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info>.elementor-widget-container {
    font-size: 18px;
  }

  .get-free-quote-modal .modal-contact-sub-title {
    margin-bottom: 38px;
  }

  .get-free-quote-modal .contact-list-item:not(:last-child) {
    margin-bottom: 31px;
  }

  .get-free-quote-modal .modal-form-sub-title {
    margin-bottom: 24px;
  }

  .get-free-quote-modal .pi-form-group {
    margin-bottom: 17px;
  }

  .get-free-quote-modal .modal-content {
    padding: 24px;
    padding-left: 56px;
  }

  /* ------ Blog UIs ------ */
  .blog-section-tabs-container .blog-tab {
    margin-right: 20px;
  }

  .blog-section-tab-content__header .blog-section-heading,
  .pats-single-blog-section .single-post__body .section-heading {
    font-size: 30px;
  }

  .blog-section-tab-content__header .show-blog-listing-btn svg {
    width: 10px;
    height: 12px;
  }

  .pats-blog-lists-section .blog-posts-list__item .blog-post__title,
  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card .elementor-icon-box-title,
  .pats-single-blog-section .single-post__body .para-heading,
  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item .elementor-icon-box-title,
  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-title,
  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item .elementor-icon-box-title,
  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-title,
  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-title,
  .saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-heading,
  .fstack-dev-srvce-section .info-text--highlighted,
  .inner__page-banner .rank_text,
  .pats-page .web-dev-features-card-section .web-dev-features-card .elementor-element.web-dev-feature-icon-box .elementor-icon-box-title,
  .car-rental-dev-servic-tabs__tab-btn,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap h3,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap .elementor-icon-box-content h3.elementor-icon-box-title {
    font-size: 22px;
  }

  .client-feedback-section__inner .section-info .title {
    font-size: 30px;
  }

  .we-can-help-section .section-info .title {
    font-size: 38px;
  }

  .pats-single-blog-section .single-post__title,
  .pats-page .fstack-dev-srvce-section .elementor-element.section-heading>.elementor-widget-container,
  .web-dev-call-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-call-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-why-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-dev-srvcs-section .section-heading>.elementor-widget-container {
    font-size: 33px;
  }

  .pats-single-blog-section .single-post__body .post-introduction::first-letter {
    font-size: 55px;
    height: 55px;
    line-height: 31px;
    padding-top: 8px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__title,
  .inner__page-banner.education-app-dev__banner .page__title {
    font-size: 42px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__info,
  .inner__page-banner.education-app-dev__banner .page__info,
  .inner__page-banner.food-delivery-application__banner .page__info,
  .inner__page-banner.grocery-store-app-dev__banner .page__info,
  .inner__page-banner.webdevelopment__page-banner .page__info,
  .dedicated-developer-hiring-page__banner .page__info,
  .dedicated-developer-hiring-page-redesign__banner .page__info,
  .inner__page-banner.car-rental-app-development__banner .page__info,
  .inner__page-banner.beauty-salon__page-banner .page__info,
  .pats-page .fstack-what-distinguishes-section .elementor-element.fstack-dev-features-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 21px;
  }

  .inner__page-banner.saas-app-dev-page__banner .inner__page-banner-btn {
    font-size: 17px;
  }

  .saas-srvce-section .info-text,
  .pats-page .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container,
  .pats-page .better-saas-app-dev-section .elementor-element.section-info--lg>.elementor-widget-container,
  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-info--lg>.elementor-widget-container,
  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-heading>.elementor-widget-container,
  .better-saas-app-dev-section .better-saas-srvce-card__title,
  .pats-page .web-dev-custom-app-section .elementor-element.section-info>.elementor-widget-container,
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-title {
    font-size: 26px;
  }

  .pats-page .saas-app-dev-features-section .elementor-column.info-col {
    width: 52.3%;
  }

  .pats-page .saas-app-dev-features-section.achieve-monopoly .elementor-column.info-col {
    width: 61.5%;
  }

  .fstack-dev-services-card-slider .service-title {
    font-size: 19px;
  }

  .pats-page .web-dev-srvce-speaks-section .elementor-element.section-info>.elementor-widget-container {
    font-size: 18px;
  }

  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon {
    font-size: 60px;
  }

  .inner__page-banner.webdevelopment__page-banner .page__title,
  .inner__page-banner.dedicated-developer-hiring-page__banner .page__title,
  .inner__page-banner.dedicated-developer-hiring-page-redesign__banner .page__title,
  .inner__page-banner.fitness-app-development__banner .page__title,
  .inner__page-banner.fullstack-app-development__banner .page__title,
  .inner__page-banner.car-rental-app-development__banner .page__title,
  .inner__page-banner.food-delivery-application__banner .page__title,
  .inner__page-banner.farming-app-dev__banner .page__title,
  .inner__page-banner.grocery-store-app-dev__banner .page__title,
  .inner__page-banner .counter-wdgt__item__count,
  .inner__page-banner.beauty-salon__page-banner .page__title {
    font-size: 45px;
  }

  .web-dev-tech-stack-tabs-container .tab-btn {
    font-size: 21px;
  }

  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-icon-box .eael-feature-list-icon,
  .pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .eael-feature-list-icon-box .eael-feature-list-icon {
    height: auto;
    width: auto;
    font-size: 15px;
  }

  .fitness-app-development__banner .page__info .banner-question-text {
    font-size: 32px;
  }

  .fitness-app-dev-why-choose-us-section .fitness-app-dev-why-choose-us-list-item .elementor-icon svg {
    width: 1.82292vw;
    max-width: 35px;
    height: 1.82292vw;
    max-height: 35px;
  }

  .fullstack-industries-slider .owl-arrow-nav {
    top: 370px;
  }

  .inner__page-banner .counter-wdgt__item__label {
    font-size: 14px;
  }

  .online-ecommerce__banner .inner__page-banner-contents {
    width: 34.6875vw;
  }

  .realEstateAbtUs .realEstateAbtUsBlueBx .elementor-widget-container {
    font-size: 35px;
  }

  /* =======================
   By Avi - start
   ========================== */
  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 43px;
  }

  #care-solution-tabs .elementor-tab-content {
    padding: 2.8125vw;
    padding-top: 4.21875vw;
  }

  .ind-tabs h4 {
    margin-bottom: 25px;
  }

  .ind-tabs ul li {
    margin-bottom: 2.96875vw;
  }

  .ind-tabs ul li img {
    width: 118px;
    margin-bottom: 20px;
    border-radius: 1.25vw;
  }

  #wide-range-box {
    font-size: 19px;
  }

  #wide-range-box h2 {
    font-size: 38px;
  }

  #cat-panel h2.elementor-heading-title {
    line-height: 48px;
    line-height: 60px;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    min-height: 540px;
  }

  #top-features .section-heading,
  #journey-ach .section-heading {
    font-size: 32px;
  }

  #modern-features h3.elementor-icon-box-title,
  #choose-beauty h3.elementor-icon-box-title,
  #care-application h3.elementor-icon-box-title {
    font-size: 21px;
    line-height: 30px;
    width: 1000px;
  }

  #care-application h3.elementor-icon-box-title {
    width: auto;
  }

  #top-features .section-info,
  #journey-ach .section-info {
    font-size: 18px;
  }

  /* =======================
   By Avi - start
   ========================== */


  .commonIconListMainWrap ul li p {
    font-size: 18px !important;
  }

  .pats-page-section .normal35pxText .elementor-widget-container,
  .pats-page-section .font_20_35px {
    font-size: 25px;
    line-height: 42px;
  }

  .pats-page-section .normal30pxText .elementor-widget-container,
  .pats-page-section .font_18_30px {
    font-size: 22px;
    line-height: 32px;
  }

  /* team page start */

  .teamImgListBoxMainWrap .teamImgListBoxes.imgListWidth50 {
    margin: 60px 9% 0 6%;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(1),
  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(2) {
    margin-top: 0;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes {
    max-width: 26%;
    margin: 60px 3.5% 0 3.5%;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 280px;
    min-height: 392px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 295px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes h3 {
    font-size: 20px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes p {
    font-size: 16px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes {
    max-width: 26%;
    margin: 60px 3.5% 0 3.5%;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .elementor-image-box-title {
    font-size: 20px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .elementor-image-box-description {
    font-size: 18px;
  }

  /* team page end */

  /* career page start */

  .inner__page-banner .innerBannerAwardImages img {
    height: 105px;
    margin: 0 30px 0 0;
  }

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

  .jobOpeningListCntntWraper h3 {
    font-size: 22px;
  }

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

  .normalBtn {
    padding: 10px 15px;
  }

  .commonBottomBorderForm .pi-form-control {
    font-size: 20px;
  }

  .jobApplicationFormMainWrap form .wpcf7-response-output,
  .jobApplicationFormMainWrap form .wpcf7-not-valid-tip {
    font-size: 15px;
  }

  .jobApplicationFormMainWrap .commonBottomBorderForm {
    width: 65%;
  }

  .greyFieldWithTopLabelFormWrap .wpcf7-not-valid-tip,
  .jobApplyModalMainWrap form .wpcf7-response-output {
    font-size: 17px;
  }

  /* career page end */

  .pats-page-section .infoListSmallTextCol .pats-text--35>.elementor-widget-container {
    font-size: 22px;
  }

  .pats-page-section .infoListSmallTextCol .elementor-element.para-info .elementor-widget-container {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
  }

  .autoWidthWhiteCntntBoxMain .autoWidthWhiteCntntBox .elementor-heading-title {
    font-size: 18px;
    line-height: 30px;
  }

  /* start case studies pages */

  .cmnTxtCntnt h3,
  .cmnTxtCntnt h3.elementor-heading-title {
    font-size: 28px;
  }

  .cmnTxtCntnt p,
  .cmnTxtCntnt li {
    font-size: 18px;
    line-height: 26px;
  }

  .cmnTxtCntnt .rghtCntnt .customListSec ul li::marker,
  .cmnTxtCntnt .rghtCntnt .tangiblListSec ul li::marker {
    font-size: 20px;
  }

  /* end case studies pages */

  .security-page .sectionHead .elementor-heading-title,
  .security-page .info-list-col .sec-heading .elementor-heading-title,
  .security-page .info-img-col .section-heading .elementor-widget-container {
    font-size: 35px;
    line-height: 45px;
  }

  .slider-sec .dots-container {
    padding: 0 60px;
    bottom: 25px;
  }

  .teamNew-items {
    padding: 15px;
  }

  .teamNew-items h4.title {
    font-size: 20px;
  }

  .teamNew-items p {
    font-size: 15px;
  }

  .acumaticaErpPartner .inner-sec .elementor-container {
    max-width: 90% !important;
    width: 90% !important;
  }

  .acumaticaErpPartner .inner-sec {
    margin-top: 30px;
  }

  .cloud-erp-list .eael-feature-list-item {
    min-height: 160px;
  }

  .acumaticaCloud .section-bold-info {
    font-size: 30px;
    line-height: 40px;
  }

  .acumaticaCloud .section-info.second {
    font-size: 20px;
    line-height: 30px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-nav--primary__dropdown-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    margin-bottom: 1.8vw;
  }

  /* Software Rescue Service page Start*/
  .appProjectSec .section-heading .elementor-heading-title,
  .commonSec .heading .elementor-heading-title,
  .sofware-page .section-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .commonSec .para {
    font-size: 18px;
    line-height: 28px;
  }

  .appProjectSec .iconListWrap .elementor-icon-list-text {
    font-size: 25px;
    line-height: 40px;
  }

  .commonSec .img-col img,
  .commonSec .inner-section .img-col img {
    width: 400px;
  }

  .commonSec .blue-text .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }


  .software-sec .slider__page-banner {
    height: 100%;
  }

  .technology-tab-content--desktop .technology__tab-list li img,
  .technology-tab-content--mobile .technology__tab-list li img {
    width: 70px;
    height: 70px;
  }

  .appProjectSec .iconListWrap .elementor-icon-list-icon svg {
    margin: 12px 0 0 !important;
  }

  /* Software Rescue Service page end */

  .erpNumberHeadingWrap .erpNumberHeading {
    font-size: 90px;
  }

  .rghtCntnt .innerSection .titleList .title .elementor-heading-title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1499px) {
  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -48px;} */
}

@media screen and (min-width: 1500px) {
  .review-video-sctn .play-btn {
    width: 9.94791666vw;
    max-width: 191px;
    min-width: 125px;
    height: 2.239583333vw;
    max-height: 43px;
    min-height: 30px;
  }

  .container,
  .elementor-container {
    max-width: 1300px !important;
  }

  .banner-mn {
    height: 97vh;
    display: flex;
    align-items: center;
  }

  .ban_overlay_new {
    padding: 130px 0 100px 0;
  }

  .homepage-banner {
    max-height: 990px;
  }

  .banner-mn h1 {
    font-size: 45px;
  }

  .banner-mn .technology-text {
    font-size: 50px;
  }

  .banner-mn .input-cursor {
    height: 40px;
  }

  .client-review-slider .cntnt-mn {
    min-height: 442px;
  }

  .client-review-slider .cntnt-mn p {
    min-height: 275px;
  }

  /** @1500 Inner Page Banner **/
  .inner__page-banner-contents-wrapper,
  .slider__page-banner-contents-wrapper {
    padding: 220px 0 125px;
  }

  .laravel__page-banner .inner__page-banner-contents-wrapper,
  .fullStack__page-banner .inner__page-banner-contents-wrapper,
  .lowBannerPadding .inner__page-banner-contents-wrapper {
    padding: 200px 0 125px;
  }

  .inner__page-banner-contents-wrapper-inner,
  .slider__page-banner-contents-wrapper-inner {
    max-width: 1300px;
  }

  .contact__page-banner .inner__page-banner-contents-wrapper {
    padding: 245px 0 200px;
  }

  .big-data__page-banner .inner__page-banner-contents-wrapper {
    padding: 220px 0 195px;
  }

  /** end **/
  /*  */
  .ar_vr_served_industries-item-inner .slider-header {
    margin-bottom: 32px;
  }

  .ar_vr_served_industries-item-inner .slider-header-badge,
  .iot_served_idustries-slider .slider-header-badge,
  .ar_vr_served_industries-item-inner .industry-info {
    font-size: 20px;
  }

  .ar_vr_served_industries-item-inner .slider-heading {
    font-size: 28px;
  }

  .ar_vr_served_industries-item-inner .industry-type {
    margin-bottom: 12px;
    font-size: 48px;
  }

  .iot_served_idustries-slider .service-title {
    font-size: 45px;
  }

  .ar_vr_served_industries-item-inner .industry-info {
    margin-bottom: 25px;
  }

  /*  */
  .iot_served_idustries-slider-item-inner {
    padding: 25px 40px 25px 50px;
  }

  .iot_served_idustries-slider .slider-contents-wrapper {
    padding-top: 30px;
    padding-right: 95px;
  }

  .iot_served_idustries-slider .slider-heading {
    margin-bottom: 18px;
  }

  .pats-page .elementor-section.elementor-element.iot-platforms-techs-section {
    margin-bottom: 275px;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.info-col {
    width: 43%;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.blockchain-mobile-app-platform-logos-col {
    width: 56.99%;
  }

  .blockchain_served_industries-slider .owl-arrow-nav {
    top: 295px;
  }

  .pats-page .about-page-banner .about-page-banner-cover-img {
    width: 1600px;
  }

  .pats-page .about-page-banner .elementor-element.banner-text-secondary {
    font-size: 32px;
  }

  .pats-page .about-page-banner .elementor-element.banner-text-primary {
    font-size: 55px;
  }

  .pats-page .about-page-banner .elementor-element.banner-text-primary>.elementor-widget-container {
    margin-bottom: 55px;
  }

  .pats-page .about-page-banner .elementor-element.banner-text-secondary>.elementor-widget-container {
    margin-bottom: 12px;
  }

  .pats-page .our-focus-section .elementor-element.info-col-left>.elementor-widget-wrap {
    padding-right: 30px;
  }

  .pats-page .project-management-psychology-section .elementor-element.section-heading {
    font-size: 36px;
  }

  .pats-page .project-management-psychology-section .elementor-element.scheme-type {
    font-size: 29px;
  }

  .pats-page .project-management-psychology-section .elementor-element.scheme-info {
    font-size: 18px;
  }

  .pats-page .project-management-psychology-section .elementor-element.inner-section-project-management-schemes>.elementor-container {
    height: 440px;
  }

  .pats-page .project-management-psychology-section .elementor-element.project-management-scheme-col>.elementor-element-populated {
    padding: 35px 20px 0px 30px;
  }

  .pats-page .project-management-psychology-section .elementor-element.scheme-type>.elementor-widget-container {
    margin-bottom: 10px;
  }

  .pats-page .elementor-section.elementor-element.project-management-psychology-section {
    padding: 110px 0110px;
  }

  .pats-page .elementor-section.elementor-element.about-page-banner {
    padding-bottom: 385px;
  }

  .pats-page .elementor-section.elementor-element.banner-bottom-image-section {
    top: -405px;
  }

  .our-locations-section .section-heading,
  .pats-page .our-locations-section .elementor-element.country-name {
    font-size: 34px;
    line-height: 1.5;
  }

  .pats-page .our-locations-section .elementor-element.section-heading-container .elementor-widget-container {
    margin-bottom: 95px;
  }

  .inner-section-countries-wrapper .country-flag img {
    width: 118px;
  }

  .pats-page .our-locations-section .elementor-element.country-flag>.elementor-widget-container {
    margin-bottom: 22px;
  }

  .contact-form .pi-form-row {
    margin-bottom: 55px;
  }

  .contact-form .pi-form-control,
  .contact-form .custom-select {
    height: 50px;
    font-size: 20px;
  }

  .contact-form .pi-form-label {
    font-size: 22px;
  }

  .contact-form .pi-form-control:focus+.pi-form-label,
  .contact-form .pi-form-control:valid+.pi-form-label,
  .contact-form .pi-form-group.isValid .pi-form-label,
  .contact-form .pi-form-group.hasFocus .pi-form-label {
    /* transform: translateY(-35px); */
    top: -20px;
    font-size: 16px;
  }

  .contact-form .btn-form-submit {
    font-size: 18px;
  }

  .pats-page .elementor-section.elementor-element.reach-us-form-section {
    padding: 120px 0 120px;
  }

  .contact-form .form-field-icon.clock-icon,
  .contact-form .form-field-icon.dropdown-icon {
    width: 19px;
  }

  .contact-form .custom-select {
    background-size: 18px;
  }

  .contact-form .multiselect-container .multiselect-option {
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 18px;
  }

  .contact-form .single-select-container .dropdown-menu {
    max-width: 350px;
  }

  .contact-form .form-field-error {
    font-size: 14px;
  }

  .contact-form .single-select-container .dropdown-menu {
    top: 12px !important;
  }

  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(1),
  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(2),
  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(3) {
    margin-bottom: 35px;
  }

  .big-data-management-result-card .elementor-icon-box-wrapper {
    padding: 100px 69px 38px 28px;
    min-height: 370px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: 27px;
  }

  .big-data-management-result-card .elementor-icon-box-title {
    margin-bottom: 14px;
  }

  .big-data-management-result-card .elementor-icon {
    font-size: 55px;
  }

  .pats-page .big-data-management-results-section .elementor-element.inner-section-top {
    margin-bottom: 40px;
  }

  .it-staff-augmentation__page-banner .inner__page-banner-contents-wrapper {
    padding: 250px 0 270px;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.it-staff-services-benefit-card>.elementor-widget-wrap {
    padding: 28px 24px 40px 32px;
  }

  .it-staff-service-cards-container .it-staff-services-benefit-card:not(.no-margin-bottom) {
    margin-bottom: 25px;
  }

  .it-staff-services-benefit-card .elementor-icon-box-title {
    margin-bottom: 10px;
  }

  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 16px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 30px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-info {
    font-size: 16px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary {
    padding: 70px 0 80px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    padding: 48px 0 62px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-info>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .pats-page .it-staff-augmentation-services-plan-card.primary .elementor-element.plan-info>.elementor-widget-container {
    margin-bottom: 58px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-title .elementor-icon {
    font-size: 32.5px;
  }

  .pats-page .it-staff-augmentation-service-plans-section .elementor-element.info-col>.elementor-widget-wrap {
    margin-bottom: 60px;
  }

  .pats-page .it-staff-augmentation-service-plans-section .elementor-element.section-heading {
    font-size: 30px;
  }

  /* UI/UX page */
  .pats-page .elementor-section.elementor-element.ui-ux-methodology-section {
    padding: 76px 0 140px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.image-container img {
    width: 520px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.right-col>.elementor-widget-wrap {
    padding-top: 15px;
  }

  .pats-page .ui-ux-page-section .elementor-element.section-heading {
    font-size: 30px;
  }

  .pats-page .ui-ux-page-section .elementor-element.section-info {
    font-size: 18px;
    line-height: 1.66;
  }

  .ui-ux-methodology-cards-container .ui-ux-methodology-card:not(.no-mb) {
    margin-bottom: 17px;
  }

  .pats-page .ui-ux-methodology-card .elementor-element.ui-ux-methodology-card-contents .elementor-icon {
    font-size: 24px;
  }

  .pats-page .ui-ux-methodology-card .elementor-element.ui-ux-methodology-card-contents .elementor-icon-box-title {
    font-size: 16px;
  }

  /* bullet list section */
  .pats-page .ui-ux-dedication-section .elementor-element.ui-ux-dedication-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 20px;
    line-height: 2.5;
  }

  .ui-ux-dedication-bullet-list .eael-feature-list-icon-box {
    padding-top: 13px;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.ui-ux-dedication-bullet-list .eael-feature-list-icon-box .eael-feature-list-icon {
    width: 14px;
    height: 14px;
  }

  /* workspace strategies section */
  .ui-ux-workshops-section .ui-ux-workshops-image-container img {
    max-width: 545px;
  }

  .pats-page .ui-ux-workshops-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-right: 45px;
  }

  .pats-page .ui-ux-workshops-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-right: 0;
  }

  /* ui guidelines section */
  .pats-page .ui-ux-guideline-section .elementor-element.section-heading {
    font-size: 50px;
  }

  /* Freightchanger case study page */
  .freightchanger-case-study__page-banner {
    background-position: right 1%;
  }

  /* problem analysis section */
  .pats-page .case-study-page-section .elementor-element.section-heading {
    font-size: 42px;
  }

  .pats-page .case-study-page-section .elementor-element.section-info {
    font-size: 18px;
    line-height: 1.48;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 25px;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 46px;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.top-col>.elementor-widget-wrap {
    margin-bottom: 99px;
  }

  .pats-page .fccs-development-procedure-section .elementor-element.tech-stacks-info {
    font-size: 25px;
  }

  /* case study project breakdown tabs */
  .case-study-project-breakdown-tab .tab-title {
    font-size: 2.68125rem;
  }

  .case-study-project-breakdown-tab .tab-description,
  .case-study-project-breakdown-tab .project-detail-label,
  .case-study-project-breakdown-tabs__menu .menu-link {
    font-size: 1.075rem;
  }

  .case-study-project-breakdown-tab .tab-description {
    line-height: 1.68;
  }

  .case-study-project-breakdown-tab .project-detail {
    font-size: 1.3671875rem;
  }

  .other-case-studies-slider .project-img-wrapper {
    margin-bottom: 3.0729166vw;
  }

  .other-case-studies-slider .project-title,
  .features-case-mn .cntnt-mn .project-title {
    margin-bottom: 1.25vw;
    font-size: 1.5625vw;
  }

  .other-case-studies-slider .project-description,
  .features-case-mn .cntnt-mn .project-description {
    font-size: 1.302vw;
  }

  .pats-page .big-data-technologies-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 2.60416vw;
  }

  .f-stack-page-section .section-heading>.elementor-widget-container {
    font-size: 43px;
  }

  .pats-page .saas-page-section .elementor-element.section-heading {
    font-size: 32px;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card .elementor-icon {
    font-size: 80px;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card .elementor-icon-box-title {
    font-size: 30px;
  }

  .sass-industries-slider .industry-type {
    font-size: 32px;
  }

  .sass-industries-slider .slider-heading {
    font-size: 43px;
  }

  .sass-industries-slider .industry-info {
    font-size: 20px;
  }

  .mvp-about-section .section-info>.elementor-widget-container {
    line-height: 1.78;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 20px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
    font-size: 23px;
  }

  .mvp-dev-process-collapse-card .btn-collapse {
    font-size: 20px;
  }

  .mvp-accordion-bullet-list .list-item__content {
    font-size: 18px;
  }

  .devops-role-section .section-heading-lg>.elementor-widget-container {
    font-size: 42px;
  }

  .pats-page .our-locations-section .country-col .office-addr-field .addr-first-word {
    padding-left: 25px;
  }

  .get-free-quote-modal .modal-contact-sub-title,
  .pats-page-section .pats-text--20>.elementor-widget-container,
  .fullstack-industries-slider__item__card .info-text {
    font-size: 16px;
  }

  .get-free-quote-modal .form-action-btn-wrapper .submit-btn,
  .blog-section-tabs-container .blog-tab,
  .pats-single-blog-section .single-post__body .para,
  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item .elementor-icon-box-description,
  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-description,
  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item .elementor-icon-box-description,
  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item .elementor-icon-box-description,
  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-description,
  .fullstack-industries-slider__item__card .industry-type,
  .saas-app-dev-features-section .info-text,
  .better-saas-app-dev-section .better-saas-srvce-card__info,
  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-description,
  .pats-page .fstack-dev-srvce-section .elementor-element.section-info>.elementor-widget-container,
  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon-box-description,
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-description,
  .pats-page-section .pats-text--22>.elementor-widget-container,
  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-description,
  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-description,
  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card .elementor-icon-box-description,
  .car-rental-dev-servic-tabs__feature-list .feature-label,
  .pats-accordion__collapse__info,
  #panel-tabs .elementor-tabs-content-wrapper ul li,
  .ind-tabs ul li {
    font-size: 17px;
  }

  .post-share-btns .share-label {
    font-size: 18px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container {
    height: 95px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--lg {
    width: 245px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--md {
    width: 170px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--sm {
    width: 105px;
  }

  .fstack-dev-features-list .eael-feature-list-icon-box {
    padding-top: 2px;
  }

  .threeColWhiteBxSctn .whiteShadowRadiusBx .elementor-image-box-title {
    font-size: 25px !important;
  }

  /* =======================
   By Avi - start
   ========================== */
  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 48px;
  }

  .care-application__page-banner .inner__page-banner-contents .page__info {
    font-size: 20px;
  }

  #wide-range-box h2 {
    font-size: 44px;
  }

  #custom_beauty_salon_explore-section .elementor-icon-box-description {
    font-size: 18px;
  }

  #wide-range-box,
  #modern-features h3.elementor-icon-box-title,
  #choose-beauty h3.elementor-icon-box-title,
  #care-application h3.elementor-icon-box-title {
    font-size: 22px;
    line-height: 50px;
  }

  #modern-features .section-info {
    font-size: 25px;
  }

  #mf-img .elementor-widget-image img {
    width: 80%;
  }

  #modern-features p.elementor-icon-box-description {
    font-size: 18px;
    line-height: 1.6;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    min-height: 490px;
  }

  #choose-beauty .section-heading {
    font-size: 35px;
  }

  #choose-beauty .section-info {
    font-size: 18px;
  }

  #choose-beauty .section-heading .elementor-widget-container {
    margin-bottom: 10px;
  }

  #choose-beauty .elementor-icon svg,
  #care-application .elementor-icon svg {
    width: 150px;
    height: 150px;
  }

  #choose-beauty .elementor-icon-box-description,
  #care-application .elementor-icon-box-description {
    font-size: 18px;
    line-height: 32px;
  }

  #caregiving-business .hglt-txt .elementor-widget-container p {
    font-size: 22px;
  }

  /* =======================
   By Avi - end
   ========================== */

  /* Laravel php developer page start */

  .modelStepSctnWIthArrowMainWrap .modelStepSctnWIthArrowBox {
    width: calc(28% - 60px) !important;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-title {
    font-size: 25px;
  }

  .blueBoldSubHeading {
    font-size: 20px;
  }

  .modelStepSctnWIthArrowBox .elementor-icon svg {
    font-size: 215px;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-img {
    width: 170px !important;
    margin: 0 0 35px 0 !important;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-img img {
    height: 120px;
  }

  .modelStepSctnArrowWrap .elementor-icon svg {
    width: 50px;
    margin: 0 0 10px 0;
  }

  /* Laravel php developer page end */

  /* Our story slider start */

  .yearSliderSideBySideMainWrap .yearSliderThumb span {
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-current span {
    font-size: 25px;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain h2 {
    font-size: 25px;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain h3 {
    font-size: 28px;
    margin: 20px 0 25px 0;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain p {
    font-size: 18px;
  }

  /* Our story slider end */

  .iconList35PxPaddingWidgetWrap .elementor-widget-wrap {
    padding: 35px 35px 42px 35px !important;
  }

  .privacyPolicy__page-banner .inner__page-banner-contents-wrapper-inner {
    max-width: 1300px;
  }

  /* start new zoho form design css */

  .noRequireFloatingLabel input:placeholder-shown+.pi-form-label {
    font-size: 22px !important;
  }

  .noRequireFloatingLabel textarea:placeholder-shown+.pi-form-label {
    font-size: 22px !important;
  }

  .noRequireFloatingLabel input+.pi-form-label,
  .noRequireFloatingLabel .pi-form-control:focus+.pi-form-label {
    top: -20px !important;
    font-size: 16px !important;
  }

  /* end new zoho form design css */

  .cyber-icon-box .elementor-icon-box-title {
    font-size: 30px;
    line-height: 40px;
  }

  .security-page .info-img-col .right-img img,
  .security-page .info-img-col .left-img img {
    width: 600px;
  }

  .security-page .info-img-col {
    padding-right: 70px;
  }

  .security-page .info-list-col .free-heading .elementor-heading-title {
    font-size: 35px;
    line-height: 45px;
  }

  .security-page .info-list-col .free-heading .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  .technology-tech-tabs-container .technology-tab-btn {
    font-size: 26px;
  }

  .startUpImgInfoSec .pats-text--22>.elementor-widget-container {
    font-size: 22px;
  }

  .pats-page-section.acumaticaerpPlatformSctn {
    padding-top: 100px !important;
  }


  .acumaticaerpPlatformSctn .page-section-stretched {
    margin-top: 40px !important;
  }

  .acumaticaerpPlatformSctn .info-col .info-text {
    font-size: 25px;
    line-height: 40px;
  }

  .acumaticaCloud .inner-sec {
    margin: 30px 50px 20px;
  }

  .digitalListing .list_wrap .list_item .digital_content .brochure-title {
    font-size: 26px;
    line-height: 36px;
  }

  .digitalListing .list_wrap .list_item .digital_content .brochure-desc {
    font-size: 20px;
    line-height: 30px;
  }

  .digitalListing .list_wrap .list_item .digital_content .pdf-btn {
    padding: 20px 40px;
  }
}

@media screen and (min-width: 1600px) {

  /* --------- pats page default settings -------- */
  .pats-page-section .pats-text--45>.elementor-widget-container {
    font-size: 38px;
  }

  .pats-page-section .section-heading>.elementor-widget-container,
  .saas-srvce-section .info-text--highlighted,
  .web-dev-tech-stack-tabs-container .tab-title,
  #custom_beauty_salon_explore-section .custom_beauty_salon_explore-item .elementor-icon-box-title {
    font-size: 34px;
  }

  .pats-page-section .pats-text--35>.elementor-widget-container,
  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-title {
    font-size: 30px;
  }

  .pats-page-section .pats-text--30>.elementor-widget-container,
  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-title,
  .pats-page .horizontal-icon-chips-row-section--common .elementor-element.horizontal-icon-chip .elementor-icon-box-title,
  .ind-tabs h4 {
    font-size: 25px;
  }

  .pats-accordion__collapse-btn {
    font-size: 25px;
  }

  .pats-accordion__collapse-state-indicator::before {
    height: 3px;
  }

  .pats-accordion__collapse-state-indicator::after {
    width: 3px;
  }

  /** common sections **/
  .horizontal-icon-box-list-section--common .horizontal-icon-box-list-item .elementor-icon {
    border-radius: 24px;
  }

  .pats-page .basic-info-left-img-section--common .elementor-column.info-col {
    width: 53.8%;
  }

  .our-expertise-cards-wrapper .expertise-card img {
    max-width: initial;
    max-height: initial;
  }

  .case-studies__page-banner .inner__page-banner-contents {
    max-width: 650px;
  }

  .case-study-section .info-col.right .section-info,
  .case-studies-heading-section .section-info>.elementor-widget-container {
    line-height: 1.65;
  }

  .technologies_ecommerce_development-card .mob-app-pltfm-card-body .platform-title {
    font-size: 18px;
  }

  .technologies_ecommerce_development-card .mob-app-pltfm-card-body .platform-info {
    font-size: 17px;
  }

  .webecommerce__page-banner .inner__page-banner-contents .page__title {
    font-size: 42px;
    line-height: 1.5;
  }

  .webecommerce__page-banner .inner__page-banner-contents {
    max-width: 660px;
  }

  .webecommerce__page-banner {
    background-position: 97% bottom;
    background-size: 52%;
  }

  /* ------ Homepage modifications --------
   --------------------------- */
  .pats-page-section .homepage-section-heading {
    font-size: 38px;
    line-height: 1.5;
  }

  .our-expertise-section-info-wrapper .eael-call-to-action a {
    font-size: 22px;
  }

  .home-how-we-do-section .sub-heading>.elementor-widget-container p,
  .home-how-we-do-section .section-info-content>.elementor-widget-container,
  .client-review-slider .cntnt-mn h4 {
    font-size: 18px;
    line-height: 1.65;
  }

  .our-expertise-section-info-wrapper .sub-title,
  .our-expertise-section-info-wrapper p {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }

  .our-expertise-section-info-wrapper h2.title {
    font-size: 38px !important;
    line-height: 1.5 !important;
  }

  .elementor-our-service-section-title .our-services-link,
  .case-study-section .info-col.right .section-heading,
  .pats-page-section.case-study-section .section-heading>.elementor-widget-container {
    font-size: 26px;
  }

  .pats-page .countdown-sctn .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 12px;
  }

  .activity-counter-wgt .elementor-counter .elementor-counter-number-wrapper {
    font-size: 76px;
  }

  .elementor-our-expertise-wrapper .our-expertise-section-info-wrapper {
    max-width: 450px;
  }

  .review-video-sctn .play-btn {
    font-size: 18px;
  }

  .expertise-card .expertise-card-action-text .fa {
    font-size: 17px;
  }

  .pats-page .elementor-section.elementor-element.read-more-reviews-sctn {
    padding-bottom: 6.25vw;
  }

  .pats-page .read-more-reviews-sctn .elementor-element.reviews-hdng-txt .elementor-heading-title {
    font-size: 25px;
  }

  /* ------ Homepage modifications - end --------
   --------------------------- */
  /*----Mega menu ----
   ------------------*/
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item--primary>a.mega-menu-link {
    padding: 35px 8px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item.mega-nav-menu-contact-btn .mega-menu-link {
    font-size: 17px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-megamenu-submenu-items-col .mega-menu-link {
    --icon-height: 50px;
    --padding-left: calc(var(--icon-height) + 25px);
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ui-ux .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-ui-ux-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ar-vr .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-ar-vr-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-blockchain .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-blockchain-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-iot .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-iot-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ecomm .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-ecommerce-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mob-app-dev .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-mobile-app-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-it-staff .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-it-staff-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-big-data .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-big-data-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-saas .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-saas-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fullstack-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-devops .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-dev-ops-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mvp-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-prototyping-mvp-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fitness-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fitness-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-travel-hospitality .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-travel-hospitality-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-education-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-edu-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-estate-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-real-estate-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-farming-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-farming-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-car-rental-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-car-rental-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-beauty-salon-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-beauty-salon-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-care-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-care-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-grocery-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-grocery-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-food-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-food-delivery-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-angular .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-angular-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-cakephp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-cakephp-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-codeigniter .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-codeigniter-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-flutter .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-flutter-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack-tech .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fullstack-tech-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-laravel .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-laravel-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-nodejs .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-nodejs-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-react-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-symfony .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-symfony-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-vue .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-vue-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react-native .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-react-native-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-java-android .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-java-android-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-kothlin-android .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-kothlin-android-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-swift-ios .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-swift-ios-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-web-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-web-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-healthcare-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-healthcare-application-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fintech-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fintech-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-retail-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-retail-ecommerce-application-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-agriculture-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-agriculture-application-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-legal-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-legal-application-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-sports-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-sports-application-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-data-analytics .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-data-analytics.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-life .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/life-at-pitangent.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-about-pitangent .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/about-pitangent.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-team .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/team.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-our-process .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/our-process.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-career .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/career.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ai-ml .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/aiMl-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-python .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/python-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-hyperledger .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/hyperledger-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-dot-net .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/dot-net-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-r-developer .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/r-developer-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-manufacturing-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/manufacture-icon.webp');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-construction-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/contruction-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-erp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/ERP.svg');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-event .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/event.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-webinar .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/webinar_icon.webp');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-resource .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/resource-icon.webp');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-acumatic-erp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/acumatic-erp-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-software-service .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/software-icon.png');
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    font-size: 15px;
  }

  .ebook-wdgt .ebook-wdgt__title {
    font-size: 28px;
  }

  .ebook-wdgt .ebook-wdgt__title::after {
    width: 123px;
  }

  .ebook-wdgt .ebook-wdgt__info {
    font-size: 21px;
  }

  .megamenu-container .ebook-wdgt .ebook-wdgt__button,
  .blog-section-tab-content__header .show-blog-listing-btn,
  .blog-section-tab-content .blog-post__label,
  .blog-section-tab-content .blog-post__title,
  .pats-blog-lists-section .blog-posts-list__item .blog-post__label,
  .pats-single-blog-section .single-post__information,
  .pats-page .web-dev-srvce-speaks-section .elementor-element.section-info>.elementor-widget-container {
    font-size: 19px;
  }

  .ebook-wdgt .ebook-wdgt__button .btn-text {
    margin-right: 11px;
  }

  .ebook-wdgt .ebook-wdgt__button .btn-icon svg {
    width: 20px;
  }

  /*----Mega menu end----
   ---------------------*/
  .container,
  .elementor-container {
    max-width: 1400px !important;
  }

  .sidebar-content .lft .we-are {
    font-size: 18px;
  }

  .sidebar-content .lft .hdng {
    font-size: 40px;
    line-height: 48px;
  }

  .sidebar-content .lft .menu-mail a,
  .sidebar-content .lft .menu-number p {
    font-size: 22px;
  }

  .sidebar-content .lft .address {
    font-size: 25px;
  }

  .sidebar-content ul li a {
    font-size: 25px;
  }

  .sidebar-content ul li {
    height: 90px;
  }

  .sidebar-menu .sidebar-content ul li a:hover::after {
    top: 8px;
  }

  .sidebar-close-btn .cross {
    font-size: 40px;
    line-height: 2;
    font-weight: 400;
  }

  .nav-mn-row img.custom-logo {
    max-width: 200px;
  }

  .banner-mn h1 {
    font-size: 55px;
  }

  .banner-mn .technology-text {
    font-size: 60px;
  }

  .banner-mn .input-cursor {
    height: 50px;
  }

  .banner-mn p {
    font-size: 16px;
  }

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

  .view-all-btn-mn a {
    font-size: 18px;
  }

  .get-quote-frm .submit-btn {
    max-width: 212px;
    font-size: 18px;
  }


  .client-review-slider .cntnt-mn {
    min-height: 460px;
  }

  .client-review-slider .cntnt-mn p {
    min-height: 352px;
  }

  .our-services-section .sub-heading {
    font-size: 16px;
    line-height: 28px;
  }

  .our-services-section .heading,
  .pats-page .activity-counter-wgt.elementor-element .elementor-counter .elementor-counter-title {
    font-size: 24px;
  }

  .our-services-section .heading {
    line-height: 32px;
  }

  .our-services-section .our-service-wrapper-two .sub-heading {
    font-size: 15px;
  }

  .our-services-section .service-link {
    font-size: 18px;
  }

  .our-expertise-section-info-wrapper .sub-title,
  .how-we-do-lft .sub-title {
    font-size: 16px;
    line-height: 22px;
  }

  .our-expertise-section-info-wrapper p,
  .how-we-do-lft p {
    font-size: 16px;
    line-height: 22px;
  }

  .our-services-wrapper-inner-one {
    max-width: 660px;
  }

  .our-service-wrapper-two .our-service-img {
    max-width: 47%;
  }

  .counter-mn .elementor-counter-title {
    font-size: 20px;
  }

  .expertise-linked-card {
    max-width: 48%;
  }

  .expertise-card {
    height: 310px;
  }

  .expertise-card .expertise-card-title,
  .expertise-card .expertise-card-action-text {
    font-size: 22px;
    line-height: 35px;
  }

  .expertise-card .expertise-card-title {
    margin-bottom: 20px;
  }

  /** @1600 Inner page banner - start **/
  .inner__page-banner-contents-wrapper,
  .slider__page-banner-contents-wrapper {
    padding: 250px 0 135px;
  }

  .laravel__page-banner .inner__page-banner-contents-wrapper,
  .fullStack__page-banner .inner__page-banner-contents-wrapper,
  .lowBannerPadding .inner__page-banner-contents-wrapper {
    padding: 200px 0 125px;
  }

  .inner__page-banner-contents {
    min-width: 790px;
  }

  .app-development__page-banner .inner__page-banner-contents {
    max-width: 805px;
  }

  .inner__page-banner-contents-wrapper-inner,
  .slider__page-banner-contents-wrapper-inner {
    max-width: 1400px;
  }

  .inner__page-banner .page__title {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 1.4;
  }

  .onlyTitleMiddleBanner .page__title {
    font-size: 55px;
  }

  .ui-ux__page-banner .page__title,
  .freightchanger-case-study__page-banner .page__title {
    font-size: 55px;
  }

  .ui-ux__page-banner .inner__page-banner-contents .page__info

  /* ,
   .freightchanger-case-study__page-banner .inner__page-banner-contents .page__info */
    {
    font-size: 22px;
    line-height: 1.7;
  }

  .inner__page-banner .page__info {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 1.7;
  }

  .contact__page-banner .inner__page-banner-contents .page__title {
    font-size: 60px;
  }

  .contact__page-banner .inner__page-banner-contents .page__info {
    font-size: 36px;
  }

  .inner__page-banner .inner__page-banner-btn,
  .slider__page-banner .inner__page-banner-btn,
  #app__development-platforms-mobile-app .inner__page-btn-primary .eael-creative-button,
  .app__dev-mob-app-pltfm-card .platform-title,
  .blockchain_served_industries-card .industry-type,
  .pitangent__primary-btn,
  .contact-form .btn-form-submit {
    font-size: 22px;
    line-height: 2.27;
  }

  /** end **/
  /** @1600 App development page - start **/
  #we-can-help .section-heading .elementor-heading-title {
    font-size: 50px !important;
  }

  #app__development-service-section .section-heading,
  #app__development-platforms-mobile-app .section-heading,
  #app__dev-developers-skills-section .section-heading,
  #app__dev-custom-mob-apps-solutions .section-heading,
  #app__dev-success-stories-section .section-heading,
  .pats-page .inner-page-testimonial-section .elementor-element.section-heading,
  .inner__page-section .section-heading .elementor-widget-container,
  .pats-page .inner-page-section .elementor-element.section-heading,
  .pats-page .pats-page-section .elementor-element.section-heading,
  .pats-page .big-data-management-results-section .elementor-element.section-heading,
  .webecom-features-section .info-col h3 {
    font-size: 40px;
    font-size: 36px;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-heading,
  .big-data-mngmnt-sols-section .section-heading .elementor-widget-container {
    font-size: 36px;
  }

  #app__development-service-section .section-info,
  #app__development-platforms-mobile-app .section-info,
  #app__dev-developers-skills-section .section-info,
  #app__dev-developers-skills-section .dev__scope-heading,
  .cstm-mob-apps-sols-info .info-body,
  .app__dev-success-story-item-inner .client-name,
  #we-can-help .submit-btn,
  .inner__page-section .section-info .elementor-widget-container,
  .pats-page-section .section-info>.elementor-widget-container,
  .pats-page .blockchain-served-industries-section .elementor-element.section-info,
  .pats-page .big-data-management-results-section .elementor-element.section-info,
  .webecom-features-section .info-col p,
  .case-study-section .info-col.right .section-info {
    font-size: 24px;
    font-size: 22px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 24px;
  }

  .mobileAppAboutSctn .aboutLftSctn .section-info p {
    font-size: 30px;
  }

  .mobileAppAboutSctn .aboutLftSctn .section-info p {
    font-size: 30px;
  }

  .mobileAppServiceBoxes .dev__scope-heading .elementor-widget-container {
    font-size: 25px;
  }

  .mobileAppServiceBoxes .section-info p {
    font-size: 18px;
  }

  .sectionSmallHeading .elementor-widget-container {
    font-size: 28px !important;
    line-height: 40px;
  }

  .iot-dev-services-card .service-title {
    font-size: 25px;
  }

  .iot-dev-services-card .service-info,
  .big-data-mngmnt-sols-section .section-info .elementor-widget-container {
    font-size: 22px;
  }

  .it-staff-augmentation-services-plan-card .elementor-button-content-wrapper {
    font-size: 18px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 18px;
    line-height: 1.45;
  }

  #app__dev-custom-mob-apps-solutions .section-heading {
    line-height: 1.78;
  }

  #app__dev-success-stories-section .section-heading,
  .pats-page .inner-page-testimonial-section .elementor-element.section-heading {
    line-height: 1.63;
  }

  #app__dev-developers-skills-section .section-info {
    line-height: 1.8;
  }

  #app__dev-developers-skills-section .dev__scope-skill,
  .cstm-mob-apps-sols-info .info-heading,
  .app__dev-success-story-item-inner .stroy-text,
  #we-can-help .wpcf7-form-control {
    font-size: 30px;
  }

  #app__dev-developers-skills-section .section-heading .elementor-widget-container {
    margin-bottom: 25px;
  }

  #app__development-service-section .section-heading,
  #app__development-service-section .section-info {
    width: -webkit-calc(100vw * 0.65);
    width: calc(100vw * 0.65);
  }

  .app__dev-service-card-inner {
    min-height: 420px;
  }

  .app__dev-service-card-inner .service-title {
    font-size: 30px;
    line-height: 1.17;
  }

  .app__dev-service-card-inner .service-info {
    font-size: 22px;
    line-height: 1.41;
  }

  .blockchain_served_industries-card .info-text,
  .app__dev-mob-app-pltfm-card .platform-info,
  .app__dev-success-story-item-inner .client-designation {
    font-size: 20px;
  }

  .app__dev-mob-app-pltfm-card {
    min-height: 620px;
  }

  .blockchain_served_industries-slider .owl-arrow-nav,
  .app__dev-mob-app-platform-slider .owl-arrow-nav,
  .fullstack-industries-slider .owl-arrow-nav {
    right: -webkit-calc((50px * -2) - 45px - 15px);
    right: calc((50px * -2) - 45px - 15px);
  }

  .custom-owl-carousel-nav .custom-owl-nav-prev,
  .custom-owl-carousel-nav .custom-owl-nav-next,
  .owl__nav-arrow-primary-light .owl-prev,
  .owl__nav-arrow-primary-light .owl-next,
  .owl-arrow-nav .owl-prev,
  .owl-arrow-nav .owl-next {
    width: 50px;
    height: 50px;
  }

  #app__development-platforms-mobile-app .section__information-wrapper .elementor-widget-wrap {
    padding-left: 45px;
  }

  /** end **/
  .cstm-mob-apps-sols-info .info-body {
    line-height: 1.72;
  }

  .custom-owl-carousel-nav .custom-owl-nav-icon {
    width: 23px;
  }

  .app__dev-success-stories-slider .owl-nav {
    top: -150px;
  }

  #app__dev-cstm-mob-apps-sols-info-section>.elementor-widget-wrap {
    padding-left: 110px;
  }

  #app__dev-custom-mob-apps-solutions,
  .pats-page .elementor-section.elementor-element.pats-composit-products-carousel-section {
    padding-top: 110px;
  }

  #app__dev-custom-mob-apps-solutions .section-heading .elementor-widget-container,
  .pats-page .pats-composit-products-carousel-section .elementor-element.section-heading>.elementor-widget-container {
    padding-top: 75px;
  }

  .app__dev-success-story-item-inner .stroy-text {
    margin-bottom: 18px;
  }

  .cstm-mob-apps-sols-img-slider-item-inner {
    padding: 42px 0 0 42px;
  }

  #we-can-help .submit-btn {
    margin-top: 25px;
  }

  .inner__page-btn-primary .eael-creative-button::after {
    width: 24px;
    height: 21px;
  }

  .inner__page-banner-btn .btn__icon,
  .slider__page-banner .btn__icon,
  .pitangent__primary-btn .btn__icon {
    height: 21px;
  }

  .app__dev-success-story-item-inner .client-story-wrapper::before {
    top: -40px;
    width: 140px;
    height: 129.5px;
  }

  #app__development-platforms-mobile-app .section__information-wrapper {
    width: 38%;
  }

  #app__development-platforms-mobile-app .section__pltfm-mob-app-cards {
    width: 62%;
  }

  #we-can-help .submit-btn .right-arrow-icon {
    height: 18px;
    margin-left: 12px;
  }

  /*  */
  .ar-vr__page-banner .inner__page-banner-contents {
    max-width: 775px;
  }

  .ar_vr_app_dev-service-card .service-title {
    font-size: 22px;
  }

  .pats-page .elementor-section.elementor-element.ar_vr_app_dev-services-section {
    padding: 130px 0;
  }

  /* .inner__page-section .section-info .elementor-widget-container {
		line-height: 1.7;
	} */
  .ar_vr_app_dev-services-slider .ar_vr_app_dev-service-card .service-icon {
    width: 41px;
  }

  .webecommerce-services-slider .ar_vr_app_dev-service-card .service-icon {
    width: auto;
    max-width: 50px;
    max-height: 52px;
  }

  #custom_ar_vr_app_dev-srvcs-section {
    padding-top: 125px;
    background-size: 1680px;
  }

  #custom_ar_vr_app_dev-srvcs-section .section-heading {
    font-size: 45px;
    line-height: 1.47;
  }

  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item .elementor-icon-box-title {
    font-size: 25px;
    line-height: 1.4;
  }

  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item .elementor-icon-box-description {
    font-size: 18px;
    line-height: 1.72;
  }

  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item .elementor-icon {
    font-size: 28px;
  }

  .custom_ar_vr_app_dev-srvc-item .elementor-icon-box-title {
    padding-left: 45px;
  }

  #custom_ar_vr_app_dev-srvcs-section .section-heading .elementor-widget-container {
    margin-bottom: 75px;
  }

  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item:not(:last-child) {
    margin-bottom: 55px;
  }

  #ar_vr_technologies-section .section-heading {
    line-height: 1.75;
    max-width: 675px;
  }

  #ar_vr_technologies-section .section-info {
    line-height: 1.8;
  }

  #ar_vr_technologies-section .section-info .elementor-widget-container {
    margin-bottom: 35px;
  }

  #ar_vr_app_dev-technologies-tabs .eael-advance-tabs .eael-tab-inline-icon>li {
    font-size: 35px;
  }

  #ar_vr_app_dev-technologies-tabs .eael-advance-tabs .eael-tabs-nav>ul li img {
    width: auto;
  }

  #ar_vr_app_dev-technologies-tabs .eael-tab-inline-icon li .title-after-icon {
    padding-left: 65px;
  }

  .ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper {
    min-height: 190px;
    padding: 50px 0;
  }

  /* #ar_vr_technologies-section .info-section .elementor-widget-wrap {
      padding-right: 25px;
   } */
  .tech-logo-item-wrapper .tech-logo-sm {
    display: none;
  }

  .tech-logo-item-wrapper .tech-logo-lg {
    display: initial;
  }

  /* .ar_vr_technologies-section .ar-vr-srvcs-line-brk {
		display: block !important;
	} */
  .ar_vr_app_dev-technologies-tabs .eael-tabs-nav {
    margin-bottom: 60px;
  }

  .ar_vr_app_dev-technologies-tabs .eael-tab-inline-icon::before,
  #ar_vr_app_dev-technologies-tabs .eael-tabs-nav>ul li::before {
    height: 9px;
  }

  .ar_vr_served_industries-item-inner .slider-body {
    padding-top: 80px;
    padding-left: 75px;
  }

  .ar_vr_served_industries-item-inner .slider-header-badge,
  .iot_served_idustries-slider .slider-header-badge {
    padding: 7px 9px;
  }

  .ar_vr_served_industries-item-inner .slider-header-badge,
  .iot_served_idustries-slider .slider-header-badge,
  .ar_vr_served_industries-item-inner .industry-info {
    font-size: 22px;
  }

  .ar_vr_served_industries-item-inner .slider-heading {
    font-size: 32px;
  }

  .ar_vr_served_industries-item-inner .industry-type {
    font-size: 55px;
  }

  .ar_vr_served_industries-item-inner .industry-info {
    margin-bottom: 30px;
  }

  .ar_vr_served_industries-slider .ar_vr_served_industries-item-inner .pitangent__primary-btn .btn__icon,
  .sass-industries-slider .pitangent__primary-btn .btn__icon {
    height: 21px;
  }

  .ar_vr_served_industries-slider .owl-dots,
  .sass-industries-slider .owl-dots {
    bottom: 45px;
  }

  .ar_vr_served_industries-slider .owl-dot,
  .sass-industries-slider .owl-dot {
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }

  /*  */
  .iot-dev-services-card {
    flex: 0 0 48%;
    min-height: 410px;
    padding: 45px 25px 25px;
  }

  .iot-dev-services-card .service-title {
    margin-bottom: 22px;
    line-height: 1.4;
  }

  .iot-dev-services-card .service-icon {
    margin-bottom: 27px;
  }

  .pats-page .iot-dev-services-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 30px;
  }

  .pats-page .elementor-section.elementor-element.iot-platforms-techs-section {
    padding: 120px 0 0;
  }

  .iot-platforms-techs-section .section-heading>.elementor-widget-container {
    min-width: 470px;
  }

  .platforms-techs-gallery-col .elementor-element.elementor-widget-image-gallery .gallery .gallery-item {
    min-height: 220px;
  }

  .pats-page .iot-platforms-techs-section .elementor-element.section-heading {
    line-height: 1.55;
  }

  .pats-page .iot-platforms-techs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 55px;
  }

  .iot_served_idustries-slider .owl-item .btn__icon {
    height: 21px;
  }

  .iot_served_idustries-slider .slider-heading {
    font-size: 27px;
    line-height: 1.48;
  }

  .iot_served_idustries-slider .service-info {
    font-size: 18px;
  }

  /*  */

  /*  */
  .pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-dev-services-col .elementor-widget-wrap {
    padding-left: 60px;
    padding-right: 90px;
    padding-bottom: 105px;
  }

  .blockchain-dev-services-col .elementor-icon {
    font-size: 38px;
  }

  #blockchain-dev-services-col .blockchain-dev-service-item.elementor-position-left .elementor-icon-box-icon {
    margin-right: 22px;
  }

  #blockchain-dev-services-col .blockchain-dev-service-item:not(:last-child) {
    margin-bottom: 50px;
  }

  #blockchain-dev-services-col .blockchain-dev-service-item .elementor-icon-box-title {
    margin-bottom: 18px;
    font-size: 30px;
  }

  #blockchain-dev-services-col .blockchain-dev-service-item .elementor-icon-box-description {
    font-size: 18px;
    line-height: 1.83;
  }

  .blockchain-app-dev-services-section .blockchain-intro-col .elementor-element.blockchain-intro-box-title {
    font-size: 48px;
    line-height: 1.25;
  }

  .blockchain-app-dev-services-section .blockchain-intro-col .elementor-element.blockchain-intro-box-info-text {
    font-size: 24px;
    line-height: 1.6;
  }

  .pats-page .blockchain-app-dev-services-section .elementor-element.info-col>.elementor-widget-wrap {
    margin-top: 50px;
  }

  .pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-intro-col>.elementor-widget-wrap {
    padding: 50px 42px 55px;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.info-col {
    width: 47%;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.blockchain-mobile-app-platform-logos-col {
    width: 52.99%;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 20px;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 35px;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-info {
    font-size: 18px;
    line-height: 1.5;
  }

  .pats-page .blockchain-served-industries-section .elementor-element.section__information-wrapper>.elementor-widget-wrap {
    padding-left: 45px;
  }

  .pats-page .blockchain-served-industries-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 35px;
  }

  .blockchain_served_industries-slider .owl-arrow-nav {
    top: 370px;
  }

  /*  */
  .pats-page .about-page-banner .about-page-banner-cover-img {
    width: 1800px;
  }

  .pats-page .our-focus-section .elementor-element.section-heading {
    font-size: 40px;
    line-height: 1.5;
  }

  .pats-page .our-focus-section .elementor-element.section-info {
    font-size: 24px;
    line-height: 1.45;
  }

  .pats-page .our-focus-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 35px;
  }

  .pats-page .our-focus-section .elementor-element.info-col-left>.elementor-widget-wrap {
    padding-right: 45px;
  }

  .pats-page .our-focus-section .elementor-element.inner-section-heading-container {
    margin-bottom: 65px;
  }

  .pats-page .our-focus-section .elementor-element.our-activity-counter-item .elementor-counter-number-wrapper {
    font-size: 70px;
  }

  .pats-page .our-focus-section .elementor-element.our-activity-counter-item .elementor-counter-title {
    font-size: 24px;
  }

  .our-focus-section .our-activity-counter-item .elementor-counter-title {
    margin-left: 20px;
  }

  .pats-page .our-focus-section .elementor-element.our-activity-counter-item>.elementor-widget-container {
    padding: 45px 0;
  }

  .our-focus-section .our-activity-counter-item .elementor-counter-number-suffix {
    font-size: 60px;
    line-height: 67px;
  }

  .pats-page .project-management-psychology-section .elementor-element.section-heading {
    font-size: 38px;
  }

  .pats-page .project-management-psychology-section .elementor-element.section-info {
    font-size: 24px;
    line-height: 1.5;
  }

  .pats-page .project-management-psychology-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 20px;
  }

  .pats-page .project-management-psychology-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 0px 90px 0px 0px;
  }

  .pats-page .project-management-psychology-section .elementor-element.scheme-type {
    font-size: 31px;
  }

  .pats-page .project-management-psychology-section .elementor-element.scheme-info {
    font-size: 20px;
    line-height: 1.4;
  }

  .pats-page .project-management-psychology-section .elementor-element.inner-section-project-management-schemes>.elementor-container {
    height: 470px;
  }

  .pats-page .elementor-section.elementor-element.project-management-psychology-section {
    padding: 125px 0 125px;
  }

  .about-page-client-review-section .section-heading {
    font-size: 40px;
    line-height: 1.2;
  }

  .about-page-client-review-section .testimonial-hdng-para p {
    font-size: 24px;
    line-height: 1.6;
  }

  .about-page-client-review-section .client-review-slider .cntnt-mn img,
  .app__dev-success-stories-slider .app__dev-success-story-item-inner .client-logo {
    max-height: none;
    width: 70px;
    max-height: 40px;
    width: auto;
    max-width: 155px;
  }

  .about-page-client-review-section .client-review-slider .cntnt-mn {
    padding: 40px 28px;
  }

  .about-page-client-review-section .client-review-slider .cntnt-mn p {
    font-size: 18px;
    line-height: 1.6;
  }

  .pats-page .about-page-client-review-section .elementor-element.feature-see-all-btn .elementor-button {
    font-size: 20px;
  }

  .about-page-client-review-section .view-all-btn-mn .elementor-button {
    width: 270px;
    height: 65px;
  }

  .pats-page .about-page-client-review-section .elementor-element.testimonial-hdng-para>.elementor-widget-container {
    margin-bottom: 25px;
  }

  .pats-page .elementor-section.elementor-element.our-focus-section {
    padding: 120px 0 120px;
    padding: 0 0 120px;
  }

  .contact__page-banner .page__info {
    font-size: 36px;
  }

  .contact__page-banner .inner__page-banner-contents-wrapper {
    padding: 275px 0 230px;
  }

  .pats-page .elementor-section.elementor-element.our-locations-section {
    padding: 130px 0 130px;
  }

  .contact-form .pi-form-control,
  .contact-form .custom-select {
    height: 55px;
    font-size: 22px;
  }

  .contact-form .pi-form-label {
    font-size: 24px;
  }

  .contact-form .btn-form-submit::after {
    height: 21px;
    width: 22px;
  }

  .pats-page .elementor-section.elementor-element.reach-us-form-section {
    padding: 130px 0 130px;
  }

  .pi-datepicker-container .datepicker * {
    font-size: 16px;
  }

  .pi-datepicker-container .datepicker {
    max-width: 350px;
  }

  .pi-datepicker-container .datepicker .dow {
    padding: 22px 0 9px;
  }

  .pats-page .reach-us-form-section .elementor-element.section-heading {
    font-size: 39px;
    line-height: 1.4;
  }

  .pats-page .big-data-mngmnt-sols-section .elementor-element.section-heading {
    line-height: 1.3;
  }

  .pats-page .big-data-mngmnt-sols-section .elementor-element.section-info {
    line-height: 1.6;
  }

  .pats-page .big-data-technologies-section .elementor-element.section-heading {
    line-height: 1.5;
  }

  .pats-page .elementor-section.elementor-element.big-data-management-results-section {
    padding: 65px 0 135px;
  }

  .pats-page .big-data-management-results-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 75px;
  }

  .pats-page .big-data-management-results-section .elementor-element.section-info {
    line-height: 1.75;
  }

  .pats-page .elementor-section.elementor-element.big-data-technologies-section {
    padding: 130px 0 130px;
  }

  .big-data-management-result-card .elementor-icon-box-wrapper {
    padding: 125px 80px 38px 32px;
    min-height: 450px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: 32px;
  }

  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(1),
  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(2),
  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(3) {
    margin-bottom: 38px;
  }

  .big-data-management-result-card .elementor-icon {
    font-size: 65px;
  }

  .pats-page .big-data-management-results-section .elementor-element.inner-section-top {
    margin-bottom: 45px;
  }

  .pats-page .big-data-management-results-section .elementor-element.image-col>.elementor-widget-wrap {
    padding-right: 50px;
  }

  .big-data-mngmnt-sols-slider .ar_vr_app_dev-service-card .service-icon {
    width: 60px;
  }

  .big-data-mngmnt-sols-section .elementor-container .elementor-element.information-section {
    margin-bottom: 85px;
  }

  .big-data-mngmnt-sols-section .section-heading .elementor-widget-container {
    line-height: 1.3;
  }

  .iot__page-banner .inner__page-banner-contents .page__info,
  .big-data__page-banner .inner__page-banner-contents .page__info,
  .blockchain__page-banner .inner__page-banner-contents .page__info,
  .it-staff-augmentation__page-banner .inner__page-banner-contents .page__info {
    font-size: 1.375rem;
    line-height: 1.7;
  }

  .it-staff-augmentation__page-banner .inner__page-banner-contents-wrapper {
    padding: 266px 0 288px;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 40px;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.it-staff-services-benefit-card>.elementor-widget-wrap {
    padding: 32px 24px 45px 38px;
  }

  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-description,
  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 18px;
    line-height: 1.41;
  }

  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 22px;
  }

  .it-staff-service-cards-container .it-staff-services-benefit-card:not(.no-margin-bottom) {
    margin-bottom: 28px;
  }

  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box .elementor-icon {
    font-size: 39px;
  }

  .pats-page .elementor-section.elementor-element.perks-of-it-staff-services-section {
    padding: 130px 0 140px;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.info-col>.elementor-element-populated {
    padding-top: 25px;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.section-heading {
    line-height: 1.5;
  }

  .pats-page .elementor-section.elementor-element.it-staff-augmentation-service-plans-section {
    padding: 135px 0 160px;
  }

  .pats-page .it-staff-augmentation-service-plans-section .elementor-element.info-col>.elementor-widget-wrap {
    margin-bottom: 70px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary {
    padding: 78px 0 90px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    padding: 56px 0 72px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 36px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-info {
    font-size: 17px;
    line-height: 1.7;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-title .elementor-icon {
    font-size: 38.5px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-info>.elementor-widget-container {
    margin-bottom: 55px;
  }

  .pats-page .it-staff-augmentation-services-plan-card.primary .elementor-element.plan-info>.elementor-widget-container {
    margin-bottom: 65px;
  }

  /* UI/UX */
  .pats-page .elementor-section.elementor-element.ui-ux-methodology-section {
    padding: 95px 0 165px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.image-container img {
    width: 620px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.info-col {
    min-width: 600px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.right-col>.elementor-widget-wrap {
    padding-top: 0;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 20px;
  }

  .pats-page .ui-ux-page-section .elementor-element.section-heading {
    font-size: 36px;
  }

  .pats-page .ui-ux-page-section .elementor-element.section-info {
    font-size: 22px;
    line-height: 1.77;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.contents-divider .elementor-divider {
    padding: 25px 0 35px;
  }

  .ui-ux-methodology-cards-container .ui-ux-methodology-card:not(.no-mb) {
    margin-bottom: 20px;
  }

  .pats-page .ui-ux-methodology-card .elementor-element.ui-ux-methodology-card-contents .elementor-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 54px;
    font-size: 30px;
  }

  .pats-page .ui-ux-methodology-card .elementor-element.ui-ux-methodology-card-contents .elementor-icon-box-title {
    font-size: 18px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.ui-ux-methodology-card>.elementor-widget-wrap {
    padding: 12px;
  }

  /* bullet list section */
  .pats-page .ui-ux-dedication-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 100px 0 90px 80px;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.ui-ux-dedication-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 24px;
    line-height: 2.8;
  }

  .ui-ux-dedication-bullet-list .eael-feature-list-icon-box {
    padding-top: 22px;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.ui-ux-dedication-bullet-list .eael-feature-list-icon-box .eael-feature-list-icon {
    width: 16px;
    height: 16px;
  }

  /* work steps section */
  .pats-page .elementor-section.elementor-element.ui-ux-work-steps-section {
    padding: 105px 0 145px;
  }

  .pats-page .ui-ux-work-steps-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 35px;
  }

  .pats-page .ui-ux-work-steps-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 100px;
  }

  /* workshops strategies section */
  .pats-page .elementor-section.elementor-element.ui-ux-workshops-section {
    padding-bottom: 220px;
  }

  .ui-ux-workshops-section .ui-ux-workshops-image-container img {
    max-width: 655px;
  }

  .pats-page .ui-ux-workshops-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-right: 0;
  }

  /* knowing your users section */
  .pats-page .elementor-section.elementor-element.knowing-your-users-section {
    padding: 135px 0 155px;
  }

  /* wireframing section */
  .ui-ux-wireframing-section .info-col {
    top: 6%;
  }

  /* mind mapping section */
  .pats-page .elementor-section.elementor-element.ui-ux-mapping-section {
    padding: 155px 0 110px;
  }

  /* tools section */
  .pats-page .elementor-section.elementor-element.ui-ux-tools-section {
    padding: 110px 0 155px;
  }

  .pats-page .ui-ux-tools-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 100px;
  }

  /* ui guidelines section */
  .pats-page .elementor-section.elementor-element.ui-ux-guideline-section {
    padding: 155px 0 140px;
  }

  .pats-page .ui-ux-guideline-section .elementor-element.section-heading {
    font-size: 55px;
  }

  .pats-page .ui-ux-guideline-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 38px;
  }

  .pats-page .ui-ux-guideline-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 95px;
  }

  /* Freightchanger Case Study */
  .freightchanger-case-study__page-banner .inner__page-banner-contents-wrapper {
    padding: 235px 0 176px;
  }

  /* .freightchanger-case-study__page-banner .inner__page-banner-contents .page__info {
      line-height: 1.55;
   } */
  /* problem analysis section */
  .pats-page .case-study-page-section .elementor-element.section-heading {
    font-size: 45px;
  }

  .pats-page .case-study-page-section .elementor-element.section-info {
    font-size: 22px;
    line-height: 1.5;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 27px;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 52px;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.top-col>.elementor-widget-wrap {
    margin-bottom: 108px;
  }

  .pats-page .fccs-development-procedure-section .elementor-element.tech-stacks-info {
    font-size: 28px;
  }

  /* case study project breakdown tabs */
  .case-study-project-breakdown-tab .tab-title {
    font-size: 2.875rem;
  }

  .case-study-project-breakdown-tab .tab-description,
  .case-study-project-breakdown-tab .project-detail-label,
  .case-study-project-breakdown-tabs__menu .menu-link {
    font-size: 1.145833rem;
  }

  .case-study-project-breakdown-tab .tab-description {
    line-height: 1.7;
  }

  .case-study-project-breakdown-tab .project-detail {
    font-size: 1.45833rem;
  }


  .big-data-technologies-gallery__item {
    padding: 0 7%;
  }

  .big-data-technologies-gallery-slider .owl-item .slider-img.sm {
    display: none;
  }

  .big-data-technologies-gallery-slider .owl-item .slider-img.lg {
    display: initial;
  }

  .contact-form .single-select-container .dropdown-menu {
    top: 17px !important;
  }

  .feature-case-studies-section .section-heading--secondary .elementor-widget-container {
    font-size: 20px;
  }

  .feature-case-studies-section .section-heading--primary .elementor-widget-container,
  .pats-page .feature-case-studies-section .elementor-element.section-heading--primary .elementor-heading-title {
    font-size: 39px;
  }

  .pats-page .feature-case-studies-section .elementor-element.section-heading--secondary>.elementor-widget-container {
    margin-bottom: 15px;
  }


  .pats-page .elementor-section.elementor-element.home-page-case-study-slider-section {
    padding: 140px 200px 78px 155px;
  }

  .homepage-case-study-slider__content-wrapper .sub-heading-text {
    font-size: 18px;
  }

  .homepage-case-study-slider__content-wrapper .heading-text {
    font-size: 55px;
  }

  .homepage-case-study-slider__content-wrapper .information-text,
  .homepage-case-study-slider__content-wrapper .case-study-link,
  .case-study-section .case-study-link,
  .pats-blog-lists-section .load-more-posts-btn {
    font-size: 20px;
  }

  /* How We Do accordion - start */
  .how-we-do-collapse-card .collapse-title__text {
    font-size: 22px;
  }

  .how-we-do-collapse-card .list-item__title {
    font-size: 19px;
  }

  .how-we-do-collapse-card .list-item__info {
    font-size: 16px;
    line-height: 1.6;
  }

  /* How We Do accordion - end */
  .app__dev-success-stories-slider .fc-client-feedback .client-image {
    margin-right: 70px;
  }

  .logo-with-lottie-animation .new-year-animation-container {
    width: 120px;
    width: 140px;
  }

  .f-stack-page-section .section-heading>.elementor-widget-container {
    font-size: 46px;
  }

  .f-stack-page-section .section-info>.elementor-widget-container {
    line-height: 1.55;
  }

  .f-stack-dev-charac-section .section-info-sm>.elementor-widget-container,
  .f-stack-srvc-pvdrs-section .section-sub-heading>.elementor-widget-container {
    font-size: 18px;
  }

  .pats-page-section .f-stack-section-heading>.elementor-widget-container {
    font-size: 38px;
    line-height: 1.56;
  }

  .pats-page .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 23px;
  }

  .f-stack-dev-charac-list .eael-feature-list-icon-box {
    padding-top: 5px;
  }

  .f-stack-advantages-section .section-heading>.elementor-widget-container {
    line-height: 1.75;
  }

  .f-stack-advantages-section .section-info>.elementor-widget-container {
    line-height: 1.8;
  }

  .saas-dev-services-slider__item .service-title {
    font-size: 19px;
  }

  .saas-dev-services-slider__item .service-description {
    font-size: 18px;
  }

  .saas-page-section .section-info>.elementor-widget-container {
    font-size: 24px;
    line-height: 1.6;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card .elementor-icon {
    font-size: 90px;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card .elementor-icon-box-title {
    font-size: 34px;
  }

  .sass-industries-slider .slider-body {
    padding-bottom: 80px;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 22px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
    margin-bottom: 28px;
    font-size: 25px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon {
    font-size: 31px;
  }

  .pats-icon-box .elementor-icon-box-title {
    padding-left: 58px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-description {
    font-size: 16px;
  }

  .mvp-dev-process-collapse-card .collapse-state-indicator {
    width: 16px;
    height: 16px;
  }

  .devops-role-section .section-heading-lg>.elementor-widget-container {
    font-size: 45px;
  }

  .devops-role-section .section-info>.elementor-widget-container {
    font-size: 24px;
  }

  .devops-bullet-list .eael-feature-list-icon-box {
    padding-top: 6px;
  }

  .pats-page .elementor .elementor-element.devops-srvcs-card .elementor-icon-box-description {
    font-size: 22px;
  }

  .devops-what-makes-special-section .floating-box-title>.elementor-widget-container {
    font-size: 46px;
  }

  .devops-what-makes-special-section .floating-box-info>.elementor-widget-container {
    font-size: 22px;
  }

  .pats-page .our-locations-section .country-col .office-addr-field .addr-first-word {
    padding-left: 30px;
  }

  .pats-page .our-locations-section .country-col .office-addr-field .addr-first-word::before {
    width: 24px;
    height: 24px;
    top: 49%;
  }

  .inner-section-countries-wrapper .elementor-column.country-col.other-country,
  .inner-section-countries-wrapper .elementor-column.country-col.other-country.col-three {
    width: 427px;
  }

  .get-free-quote-modal .modal-contact-title,
  .inner__page-banner.online-ecommerce__banner .page__title {
    font-size: 42px;
  }

  .get-free-quote-modal .contact-info .info-title,
  .inner__page-banner.online-ecommerce__banner .page__info,
  .inner__page-banner.farming-app-dev__banner .page__info,
  .fullstack-services-slider .ar_vr_app_dev-service-card .service-title,
  .inner__page-banner.fitness-app-development__banner .page__info,
  .inner__page-banner.fullstack-app-development__banner .page__info,
  .get-free-quote-modal .modal-form-title,
  .saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-body,
  .pats-page-section .section-info--sd>.elementor-widget-container,
  .pats-page-section .pats-text--25>.elementor-widget-container,
  .pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-content-box .eael-feature-list-content,
  .web-dev-tech-stack-tabs-container .tab-info,
  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content,
  .pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content,
  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info>.elementor-widget-container {
    font-size: 21px;
  }

  .get-free-quote-modal .contact-info .info-text {
    font-size: 15px;
  }

  .get-free-quote-modal .form-action-btn-wrapper .submit-btn,
  .blog-section-tabs-container .blog-tab,
  .pats-single-blog-section .single-post__body .para,
  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item .elementor-icon-box-description,
  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-description,
  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item .elementor-icon-box-description,
  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item .elementor-icon-box-description,
  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-description,
  .fullstack-industries-slider__item__card .industry-type,
  .saas-app-dev-features-section .info-text,
  .better-saas-app-dev-section .better-saas-srvce-card__info,
  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-description,
  .pats-page .fstack-dev-srvce-section .elementor-element.section-info>.elementor-widget-container,
  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon-box-description,
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-description,
  .pats-page-section .pats-text--22>.elementor-widget-container,
  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-description,
  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-description,
  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card .elementor-icon-box-description,
  .car-rental-dev-servic-tabs__feature-list .feature-label,
  .pats-accordion__collapse__info,
  #panel-tabs .elementor-tabs-content-wrapper ul li,
  .ind-tabs ul li,
  .pats-page-section .common_16_22_Para,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap p,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap .elementor-icon-box-content p.elementor-icon-box-description {
    font-size: 18px;
  }

  .pats-single-blog-section .single-post__body ul li,
  .pats-single-blog-section .single-post__body ol li {
    font-size: 18px;
  }

  .autoWidthWhiteCntntBoxMain .autoWidthWhiteCntntBox .elementor-heading-title {
    font-size: 20px;
    line-height: 32px;
  }

  .get-free-quote-modal .modal-contact-sub-title {
    margin-bottom: 42px;
  }

  .get-free-quote-modal .contact-list-item:not(:last-child) {
    margin-bottom: 35px;
  }

  .get-free-quote-modal .modal-form-sub-title {
    margin-bottom: 28px;
  }

  .get-free-quote-modal .pi-form-group {
    margin-bottom: 19px;
  }

  .get-free-quote-modal .modal-content {
    padding: 27px;
    padding-left: 64px;
  }

  .get-free-quote-modal .modal-form-wrapper .field-required::after {
    font-size: 21px;
    right: -9px;
  }

  /* ------ Blog UIs ------ */
  .blog-section-tabs-container .blog-tab {
    margin-right: 22px;
  }

  .blog-section-tab-content__header .blog-section-heading,
  .pats-single-blog-section .single-post__body .section-heading {
    font-size: 34px;
  }

  .pats-blog-lists-section .blog-posts-list__item .blog-post__title,
  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card .elementor-icon-box-title,
  .pats-single-blog-section .single-post__body .para-heading,
  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item .elementor-icon-box-title,
  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-title,
  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item .elementor-icon-box-title,
  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-title,
  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-title,
  .saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-heading,
  .fstack-dev-srvce-section .info-text--highlighted,
  .inner__page-banner .rank_text,
  .pats-page .web-dev-features-card-section .web-dev-features-card .elementor-element.web-dev-feature-icon-box .elementor-icon-box-title,
  .car-rental-dev-servic-tabs__tab-btn,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap h3,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap .elementor-icon-box-content h3.elementor-icon-box-title {
    font-size: 25px;
  }

  .client-feedback-section__inner .section-info .title {
    font-size: 34px;
  }

  .we-can-help-section .section-info .title {
    font-size: 42px;
  }

  .pats-single-blog-section .single-post__title,
  .pats-page .fstack-dev-srvce-section .elementor-element.section-heading>.elementor-widget-container,
  .web-dev-call-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-call-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-why-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-dev-srvcs-section .section-heading>.elementor-widget-container {
    font-size: 38px;
  }

  .post-share-btns--floating .heateor_sss_sharing_ul .heateor_sss_svg {
    border-width: 3px !important;
  }

  .post-share-btns .share-label {
    font-size: 19px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__title,
  .inner__page-banner.education-app-dev__banner .page__title {
    font-size: 48px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__info,
  .inner__page-banner.education-app-dev__banner .page__info,
  .inner__page-banner.food-delivery-application__banner .page__info,
  .inner__page-banner.grocery-store-app-dev__banner .page__info,
  .inner__page-banner.webdevelopment__page-banner .page__info,
  .dedicated-developer-hiring-page__banner .page__info,
  .dedicated-developer-hiring-page-redesign__banner .page__info,
  .inner__page-banner.car-rental-app-development__banner .page__info,
  .inner__page-banner.beauty-salon__page-banner .page__info,
  .pats-page .fstack-what-distinguishes-section .elementor-element.fstack-dev-features-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 24px;
  }

  .inner__page-banner.saas-app-dev-page__banner .inner__page-banner-btn {
    font-size: 19px;
  }

  .saas-srvce-section .info-text,
  .pats-page .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container,
  .pats-page .better-saas-app-dev-section .elementor-element.section-info--lg>.elementor-widget-container,
  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-info--lg>.elementor-widget-container,
  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-heading>.elementor-widget-container,
  .better-saas-app-dev-section .better-saas-srvce-card__title,
  .pats-page .web-dev-custom-app-section .elementor-element.section-info>.elementor-widget-container,
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-title {
    font-size: 30px;
  }

  .saas-app-dev-pack-card .elementor-icon {
    border-radius: 35px;
  }

  .fstack-dev-services-card-slider .service-title {
    font-size: 22px;
  }

  .inner__page-banner.webdevelopment__page-banner .page__title,
  .inner__page-banner.dedicated-developer-hiring-page__banner .page__title,
  .inner__page-banner.dedicated-developer-hiring-page-redesign__banner .page__title,
  .inner__page-banner.fitness-app-development__banner .page__title,
  .inner__page-banner.fullstack-app-development__banner .page__title,
  .inner__page-banner.car-rental-app-development__banner .page__title,
  .inner__page-banner.food-delivery-application__banner .page__title,
  .inner__page-banner.farming-app-dev__banner .page__title,
  .inner__page-banner.grocery-store-app-dev__banner .page__title,
  .inner__page-banner .counter-wdgt__item__count,
  .inner__page-banner.beauty-salon__page-banner .page__title {
    font-size: 50px;
  }

  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon {
    font-size: 67px;
  }

  .web-dev-srvd-industries-slider .web-dev-srvd-industries-item-inner .slider-body {
    padding-bottom: 70px;
  }

  .web-dev-tech-stack-tabs-container .tab-btn {
    font-size: 23px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container {
    height: 100px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--lg {
    width: 275px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--md {
    width: 190px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--sm {
    width: 115px;
  }

  /* .mobileAppDevelopment-banner .inner__page-banner-btn {
      width: auto !important;
      max-width: 450px !important;
   } */

  .imgListMainWrapper .elementor-image-box-img {
    width: 160px !important;
    margin: 0 40px 0 0 !important;
  }

  .imgListMainWrapper .elementor-image-box-img img {
    width: 160px;
  }

  .imgListMainWrapper .elementor-image-box-title {
    font-size: 30px !important;
  }

  .imgListMainWrapper .elementor-image-box-description {
    font-size: 22px;
  }

  .compatiblePlatformSctn .imgListMainWrapper {
    margin: 0 auto 100px auto !important;
    max-width: 88%;
  }

  .compatiblePlatformSctn .imgListMainWrapper:last-child {
    margin: 0 auto !important;
  }

  .compatiblePlatformSctn .sctnSmallSubHeading .elementor-widget-container {
    margin: 0px 0px 60px 0px;
  }

  .travelHospitalizeServiceSlider .ar_vr_app_dev-services-slider .service-title {
    font-size: 20px;
  }

  .travelHospitalizeServiceSlider .ar_vr_app_dev-services-slider .service-icon {
    width: 65px;
  }

  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-icon-box .eael-feature-list-icon,
  .pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .eael-feature-list-icon-box .eael-feature-list-icon {
    font-size: 17px;
    padding-top: 2px;
  }

  .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-img img {
    width: 62px;
  }

  .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-title {
    font-size: 22px;
  }

  .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-description {
    font-size: 20px;
  }

  .travelTopFeaturesListMain .eael-feature-list-item .eael-feature-list-content {
    font-size: 20px !important;
  }

  .sctnBigBoldSubHeading .elementor-widget-container {
    font-size: 25px;
  }

  .fitness-app-development__banner .page__info .banner-question-text {
    font-size: 36px;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-img {
    width: 100px !important;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-title {
    font-size: 25px !important;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-description {
    font-size: 18px;
  }

  .fstack-dev-features-list .eael-feature-list-icon-box {
    padding-top: 5px;
  }

  .pats-page .fstack-served-indstrs-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-left: 45px;
  }

  .fullstack-industries-slider .owl-arrow-nav {
    top: 400px;
  }

  .realEstate-banner .inner__page-banner-contents {
    min-width: 975px;
  }

  .sellPropertiesRealTimeSctn .insideCntntSctn .elementor-widget-container {
    font-size: 30px !important;
  }

  .exclusiveFeaturesSctn .imgListMainWrapper .elementor-image-box-img img {
    width: 115px;
  }

  .exclusiveFeaturesSctn .imgListMainWrapper .elementor-image-box-title {
    font-size: 22px !important;
  }

  .realEstateSpecialSctn .section-heading .elementor-widget-container {
    font-size: 40px;
  }

  .realEstateSpecialSctn .imgListMainWrapper .elementor-image-box-title {
    font-size: 25px !important;
  }

  .realEstateAbtUs .realEstateAbtUsBlueBx .elementor-widget-container {
    font-size: 45px;
    padding: 50px !important;
  }

  .inner__page-banner .counter-wdgt__item__label {
    font-size: 15px;
  }

  .car-rental-dev-servic-tabs__feature-list {
    max-width: 66.25vw;
  }

  /* =======================
   By Avi - start
   ========================== */
  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 50px;
    line-height: 1.5;
  }

  .care-application__page-banner {
    background-size: 32%;
    background-position: 87% bottom;
  }

  .cst-features p {
    font-size: 21px;
    line-height: 2.5rem;
  }

  .cst-features strong {
    font-size: 30px;
  }

  #journey-ach .jrn-ach-left .section-heading {
    font-size: 36px;
  }

  #wide-range-box h2 {
    font-size: 48px;
  }

  #wide-range-box {
    font-size: 24px;
    background-color: white;
  }

  #custom_beauty_salon_explore-section .elementor-icon-box-description {
    font-size: 20px;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    min-height: 595px;
  }

  .care-application__page-banner .inner__page-banner-contents .page__info {
    font-size: 24px;
  }

  .care-application__page-banner .inner__page-banner-contents {
    max-width: 775px;
  }

  #custom_beauty_salon_explore-section .custom_beauty_salon_explore-item:not(:last-child) {
    margin-bottom: 55px;
  }

  #custom_beauty_salon_explore-section .elementor-icon svg {
    width: 41px;
    height: 41px;
    margin-top: 11px;
  }

  #custom_beauty_salon_explore-section .elementor-icon-box-description {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.81);
  }

  .custom_beauty_salon_explore-item .elementor-icon-box-title {
    padding-top: 8px;
  }

  .custom_beauty_salon_explore-item .elementor-icon-box-title,
  .custom_beauty_salon_explore-item .elementor-icon-box-description {
    padding-left: 65px;
  }

  #panel-tabs .elementor-tab-title {
    font-size: 13px;
  }

  .ind-tabs h4 {
    margin-bottom: 30px;
  }

  .ind-tabs ul li img {
    width: 130px;
    margin-bottom: 25px;
  }

  #modern-features .section-info {
    color: rgba(0, 0, 0, .67);
    font-size: 28px;
    line-height: 1.74;
  }

  #modern-features h3.elementor-icon-box-title {
    font-size: 25px;
    line-height: 2.1;
    color: #262626;
  }

  #modern-features p.elementor-icon-box-description {
    color: rgba(0, 0, 0, 0.97);
    font-size: 20px;
    line-height: 1.8;
  }

  #cat-panel h2.elementor-heading-title {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
  }

  #top-features .section-heading,
  #journey-ach .section-heading {
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
  }

  #panel-tabs .elementor-tabs-content-wrapper ul li {
    color: #000;
    line-height: 1.8;
  }

  #choose-beauty .section-heading {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.67;
  }

  #choose-beauty .section-info {
    color: #0e0e0e;
    font-size: 22px;
    line-height: 1.8;
  }

  #choose-beauty .elementor-icon svg,
  #care-application .elementor-icon svg {
    width: 175px;
    height: 175px;
    border-radius: 40px;
  }

  #choose-beauty h3.elementor-icon-box-title,
  #care-application h3.elementor-icon-box-title {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
  }

  #choose-beauty .elementor-icon-box-description,
  #care-application .elementor-icon-box-description,
  #top-features .section-info,
  #journey-ach .section-info {
    color: rgba(0, 0, 0, 0.62);
    font-size: 22px;
  }

  #caregiving-business .hglt-txt .elementor-widget-container p {
    font-size: 26px;
  }

  #explore-left .elementor-widget-wrap.elementor-element-populated {
    margin-right: 145px;
  }

  #wide-range-box .elementor-widget-container {
    margin-left: -106px;
  }

  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -49px;} */


  #journey-ach h3.elementor-icon-box-title {
    font-size: 26px;
    line-height: 1.8em;
  }

  #journey-ach .elementor-icon-box-description {
    font-size: 18px;
  }

  #care-solution-tabs .elementor-tab-title {
    font-size: 24px;
  }

  /* =======================
   By Avi - end
   ========================== */

  /* Widget start */
  .pats-horizontal-tabs {
    margin: -47px 0 0 0;
  }

  .pats-horizontal-tabs .tabs__tab-btn {
    padding: 10px 15px;
    font-size: 16px;
  }

  .pats-horizontal-tabs .tabs__feature-list li {
    padding: 15px 20px;
    margin: 12px 8px;
    font-size: 18px;
  }

  /* Widget end */

  .numberListIconBoxLftRghtSctnMainWrap .numberListIconBoxLftRght .elementor-icon-box-title,
  .imgTxtListBoxSctnMainWrap .imgTxtListBoxWrap .elementor-icon-box-title {
    font-size: 25px;
  }

  .numberListIconBoxLftRghtSctnMainWrap .numberListIconBoxLftRght .elementor-icon-box-description,
  .imgTxtListBoxSctnMainWrap .imgTxtListBoxWrap .elementor-icon-box-description {
    font-size: 22px;
  }

  .numberListIconBoxLftRghtSctnMainWrap .numberListIconBoxLftRght .elementor-icon-box-icon svg {
    margin: 5px 12px 0 0;
    font-size: 60px;
  }

  .numberListIconBoxLftRghtSctnMainWrap .elementor-widget.numberListIconBoxLftRght {
    margin: 20px 20px 45px 20px;
  }

  .numberListIconBoxLftRghtSctnMainWrap {
    margin: 40px 0 0 0;
  }

  .imgTxtListBoxSctnMainWrap .elementor-widget.imgTxtListBoxWrap {
    width: calc(45% - 120px);
    margin: 70px 60px 0 60px;
  }

  .imgTxtListBoxSctnMainWrap .imgTxtListBoxWrap .elementor-icon-box-icon svg {
    font-size: 250px;
  }

  .dedicatedDeveloperModelsSctn .elementor-element.pricingModelsBoxWrap {
    width: 850px;
  }

  .dedicatedDeveloperModelsSctn .elementor-widget-wrap {
    min-height: 500px;
  }

  .pricingModelsBoxWrap .scheme-type .elementor-widget-container {
    font-size: 30px;
  }

  .pricingModelsBoxWrap .scheme-info .elementor-widget-container {
    font-size: 20px;
    line-height: 30px;
  }

  .whiteShadowBxWithBtnCntnt .feelFreeSctnInnerCntnt {
    max-width: 75%;
  }

  .pats-page-section .sectionMediumHeading .elementor-widget-container {
    font-size: 20px;
    line-height: 35px;
  }

  .font30px25pxBlackCntntWrap h3,
  .font30px25pxBlackCntntWrap h2,
  .font30px25pxBlackCntntWrap h4 {
    font-size: 25px;
  }

  .font30px25pxBlackCntntWrap p {
    font-size: 22px;
  }

  .multiColorBorderBox {
    padding: 50px;
  }

  .pitangentNodeDevDifference .para-info .elementor-widget-container {
    line-height: 35px;
    font-size: 20px;
  }

  .tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__content-panel {
    padding: 80px 60px;
  }

  .tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__tab-btn {
    padding: 15px 25px;
    font-size: 22px;
  }

  .tabsWithOnlyBoxShadowWrap .tabs_feature_item_img_wrap {
    margin: 10px 12px;
    padding: 20px;
  }

  .tabsWithOnlyBoxShadowWrap .tabs_feature_item_img_wrap img {
    height: 60px;
  }

  .tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__tab-btn {
    padding: 20px 30px;
    font-size: 20px;
  }

  .bigPaddingBtns .pats-horizontal-tabs .tabs__tab-btn {
    padding: 12px 50px;
  }

  .pats-page-section .tabsWithOnlyBoxShadowWrap.elementor-element {
    width: 90%;
    margin-top: 65px !important;
  }

  .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
    padding: 35px 20px;
    width: calc(25% - 40px);
    margin: 40px 20px 0 20px;
  }

  .whiteShadowBoxWrap .elementor-image-box-title {
    font-size: 22px;
  }

  .imgBoxCntnt25px22pxTextWrap .elementor-image-box-title {
    font-size: 22px;
  }

  .imgBoxCntnt25px22pxTextWrap .elementor-image-box-description {
    font-size: 20px;
  }

  .smallSubHeadingText .elementor-widget-container .elementor-heading-title,
  .smallSubHeadingText .elementor-widget-container {
    font-size: 20px;
    line-height: 40px !important;
  }

  .commonIconListMainWrap ul li p {
    font-size: 20px !important;
  }

  .pats-page-section .normal35pxText .elementor-widget-container,
  .pats-page-section .font_20_35px {
    font-size: 32px !important;
    line-height: 42px;
  }

  .pats-page-section .normal30pxText .elementor-widget-container,
  .pats-page-section .font_18_30px {
    font-size: 25px;
    line-height: 38px;
  }

  .marqueImageSliderCntntWrap {
    margin: 0 0 15px 0;
  }

  .marqueImageSliderCntntWrap li img {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }

  .leapImageSliderMainWrap .marqueImageSliderCntntWrap {
    margin: 0 0 15px 0;
  }

  .leapImageSliderMainWrap .marqueImageSliderCntntWrap li img {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }

  .font24pxLineHeight45px .elementor-widget-container {
    font-size: 22px;
    line-height: 38px;
  }

  /* memories masonary grid start */

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    font-size: 18px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt h2 {
    font-size: 30px;
  }

  /* memories masonary grid end */

  .autoWidthBigBtn {
    min-width: fit-content;
  }

  /* team page start */

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 340px;
    min-height: 465px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 365px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes h3 {
    font-size: 25px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes p {
    font-size: 18px;
  }

  /* team page end */

  /* memories masonary grid start */

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    font-size: 18px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt h2 {
    font-size: 30px;
  }

  /* memories masonary grid end */

  .autoWidthBigBtn {
    min-width: fit-content;
  }

  /* team page start */

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 340px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .elementor-image-box-title {
    font-size: 25px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .elementor-image-box-description {
    font-size: 20px;
  }

  /* team page end */

  /* careers page start */

  .leftIconSearchField input {
    padding: 20px 20px 20px 55px;
    font-size: 18px;
  }

  .leftIconSearchField span {
    left: 16px;
    font-size: 27px;
  }

  .leftIconSearchField span i {
    -webkit-text-stroke: 2px #fff;
  }

  .currentOpeningFilterHeading {
    padding: 20px 55px;
    font-size: 20px;
  }

  .currentOpeningListMainWrap li {
    margin: 0 0 25px 0;
    padding: 30px 20px;
  }

  .jobOpeningListCntntWraper h3 {
    font-size: 25px;
    margin: 0 0 15px 0;
  }

  .normalBtn {
    padding: 8px 15px;
    font-size: 20px;
  }

  .jobListFilterMainWrap .pagination li a,
  .jobListFilterMainWrap .pagination li.active a {
    padding: 8px 15px;
    font-size: 22px;
  }

  .jobListFilterMainWrap .paginationNavArrow {
    padding: 8px 15px;
    font-size: 28px;
  }

  .formSubmitBtnWithArrow button {
    min-width: 215px;
    font-size: 22px;
  }

  .formSubmitBtnWithArrow button span::after {
    right: -30px;
    width: 22px;
    height: 18px;
  }

  .commonBottomBorderForm .fileUploaderWrapper img {
    margin: 0 auto 20px auto;
    width: 45px;
    filter: brightness(4);
  }

  .commonBottomBorderForm .fileUploaderWrapper label {
    font-size: 25px;
    padding: 30px 20px;
    border: 3px dashed #f5f5f5;
  }

  .commonBottomBorderForm .fileUploaderWrapper span {
    font-size: 16px;
  }

  .commonBottomBorderForm .fieldColWraper {
    margin: 0 0 60px 0;
  }

  .commonBottomBorderForm .fieldColWraper.textareaFieldWrapper {
    margin: 0 0 40px 0;
  }

  .jobApplicationFormMainWrap form .fileUploaderWrapper .wpcf7-not-valid-tip {
    bottom: -30px;
  }

  /* careers page end */

  /* start Careers page details */

  .jobOpeningDetailsPageCntntWrap .topMainHeadingWrap {
    margin: 0 0 90px 0;
  }

  .jobOpeningDetailsPageCntntWrap h1 {
    font-size: 45px;
  }

  .jobOpeningDetailsPageCntntWrap h3 {
    font-size: 30px;
  }

  .jobOpeningDetailsPageCntntWrap p {
    font-size: 22px;
    line-height: 38px;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .lftSctn {
    width: calc(100% - 260px);
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .rghtSctn {
    width: 260px;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails li {
    margin: 0 0 50px 0;
  }

  .jobRequirementsCntntWrap {
    margin: 20px 0 0 0;
  }

  .jobOpeningDetailsPageCntntWrap .jobRequirementsListWrap {
    margin: 0 0 75px 0;
  }

  .jobOpeningDetailsPageMainWrap .pitangent__primary-btn {
    min-width: 260px;
  }

  .jobApplyModalMainWrap .modal-header h3 {
    font-size: 32px;
  }

  .greyFieldWithTopLabelFormWrap label {
    font-size: 20px;
  }

  .fileUploaderDashedBorderWrapper .customFileUploadLabel {
    font-size: 25px;
  }

  .fileUploaderDashedBorderWrapper input {
    height: calc(100% - 40px);
  }

  .greyFieldWithTopLabelFormWrap input,
  .greyFieldWithTopLabelFormWrap textarea,
  .greyFieldWithTopLabelFormWrap select {
    padding: 15px 15px;
    font-size: 20px;
  }

  .greyFieldWithTopLabelFormWrap .customSelectBoxMain .custom-select {
    font-size: 20px;
    padding: 15px;
  }

  .customSelectBoxMain .single-select-container .dropdown-menu {
    top: 20px !important;
  }

  .jobApplyModalMainWrap .close {
    font-size: 55px;
    line-height: 40px;
  }

  .pats-single-blog-section .single-post__header .postAuthorAVatar img {
    width: 40px;
    height: 40px;
  }

  form.submitting .formSubmitBtnWithArrow button {
    padding: 10px 75px 10px 25px;
  }

  .formSubmitBtnWithArrow .fa-spin {
    line-height: 58px;
  }

  /* end Careers page details */

  .healthcareCounterSctnWrap .elementor-counter-title {
    font-size: 22px !important;
    line-height: 35px !important;
  }

  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap i,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap svg {
    width: 1.5em;
    height: 1.5em;
    position: relative;
    display: block;
  }

  .pats-page-section .infoListSmallTextCol .pats-text--35>.elementor-widget-container {
    font-size: 25px;
  }

  .pats-page-section .infoListSmallTextCol .elementor-element.para-info .elementor-widget-container {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
  }

  .dataAnalyticsLearnSection .modelStepSctnWIthArrowBox.forthImgBox .elementor-image-box-img {
    margin-left: -10px !important;
  }

  .dataAnalyticsLearnSection .modelStepSctnWIthArrowBox.thirdImgBox .elementor-image-box-img {
    margin-left: -5px !important;
  }

  .stepperFormStepBar li,
  .stepFormButtonWrapperMain button,
  .stepperFormHeading p {
    font-size: 18px;
  }

  .stepperFormHeading h2 {
    padding: 35px 0 15px 0;
    font-size: 25px;
  }

  .stepperForm .stepperFormField label {
    font-size: 15px;
  }

  .stepperForm input,
  .stepperForm textarea,
  .stepperForm select,
  .customCommonSelectContainer .custom-select,
  .customCommonSelectContainer .nice-select {
    padding: 12px 15px;
    font-size: 18px;
  }

  .customCommonSelectContainer .custom-select {
    min-height: 47px;
  }

  .pats-single-blog-section .single-post__body__inner h2,
  .pats-single-blog-section .single-post__body__inner h3,
  .pats-single-blog-section .single-post__body__inner h4 {
    font-size: 25px;
    line-height: 40px;
  }

  .pats-single-blog-section .single-post__body__inner p,
  .pats-single-blog-section .single-post__body__inner p.first-child,
  .pats-single-blog-section .single-post__body__inner ul li,
  .pats-single-blog-section .single-post__body__inner ol li,
  .pats-single-blog-section .single-post__body__inner li strong {
    font-size: 18px;
    line-height: 28px;
  }

  .thankYouPageContentWrap h2 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .thankYouPageContentWrap h3 {
    font-size: 22px !important;
    line-height: 32px;
  }

  .privacyPolicy__page .elementor-column.list-col,
  .cookiesPolicy__page .elementor-column.list-col {
    width: 28%;
  }

  .privacyPolicy__page .elementor-column.info-col,
  .cookiesPolicy__page .elementor-column.info-col {
    width: 58%;
  }

  .privacyPolicy__page-banner .inner__page-banner-contents-wrapper-inner {
    max-width: 1400px;
  }

  /* start ai/ml page */

  .aiServicesSectionWrap .dev__scope-heading img {
    width: 45px;
  }

  .autoWidthMediumBtn {
    /*       min-width: 270px; */
  }

  .tabsWithOnlyBoxShadowWrap.minWidthImgBox .tabs_feature_item_img_wrap img {
    height: 60px;
  }

  .tabsWithOnlyBoxShadowWrap.minWidthImgBox .tabs_feature_item_img_wrap {
    min-width: 160px;
  }

  /* end ai/ml page */

  /* start new zoho form design css */

  .noRequireFloatingLabel input:placeholder-shown+.pi-form-label {
    font-size: 24px !important;
  }

  .noRequireFloatingLabel textarea:placeholder-shown+.pi-form-label {
    font-size: 24px !important;
  }

  /* end new zoho form design css */

  .contactCountriesWrapper .countryBox .section-info .elementor-widget-container {
    font-size: 20px;
  }

  .contactCountriesWrapper .countryBox .country-flag img {
    width: 130px;
  }


  /* start gitex banner */

  .gitexBannerMain .gitexBg {
    height: 235px;
  }

  .gitexBannerContent {
    margin: 18px 0;
  }

  .gitexBannerContainer {
    padding-right: 10px;
    padding-left: 120px;
  }

  .gitexBannerContent .gitexRightContent {
    top: 14px;
  }

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

  .gitexBannerContent h3.lastText {
    letter-spacing: 2px;
  }

  .gitexBannerContent img {
    height: 80px;
  }

  .gitexBannerContent .gitexRight {
    width: 80px;
  }

  .gitexBannerContent .gitexRight p {
    font-size: 14px;
  }

  .gitexBannerContent .gitexRight h4 {
    font-size: 17px;
  }

  /* end gitex banner */

  /* start case studies pages */

  .caseStudies_pages-banner .inner__page-banner-contents {
    padding-right: 110px;
  }

  .caseStudies_pages-banner .inner__page-banner-contents .page__title {
    font-size: 48px;
  }

  .caseStudies_pages-banner .page__title .smallText {
    font-size: 25px;
  }

  .cmnTxtCntnt h3,
  .cmnTxtCntnt h3.elementor-heading-title {
    font-size: 32px;
  }

  .cmnTxtCntnt p,
  .cmnTxtCntnt li {
    font-size: 20px;
    line-height: 30px;
  }

  .imgBorderListMain .imgTextWrap {
    padding: 35px 25px;
  }

  .imgBorderListMain .imgTextWrap figure img {
    max-height: 50px;
  }

  .imgBorderListMain .imgTextWrap .elementor-image-box-title {
    margin: 10px 0 0 0;
    font-size: 20px;
  }

  .cmnTxtCntnt .rghtCntnt .customListSec ul li::marker,
  .cmnTxtCntnt .rghtCntnt .tangiblListSec ul li::marker {
    font-size: 22px;
  }

  /* end case studies pages */

  /* start salesforce page */

  .salesforce_page-banner .inner__page-banner-contents .page__title img {
    height: 75px;
  }

  .faqAccordianWrap .accordianBtn {
    padding: 25px;
    padding-right: 40px;
  }

  .faqAccordianWrap .accordianBtn .faq_title {
    font-size: 20px;
    line-height: 32px;
  }

  /* end salesforce page */

  /* start erp page */
  .imgMainWrapper .elementor-image-box-img {
    width: 140px !important;
    height: 130px;
    margin: 0 40px 0 0 !important;
  }

  .imgMainWrapper .elementor-image-box-img img {
    width: 70px;
    height: 70px;
  }

  .imgMainWrapper .elementor-image-box-title {
    font-size: 30px !important;
  }

  .imgMainWrapper .elementor-image-box-description {
    font-size: 22px;
  }

  .erpPlatformSctn .imgMainWrapper {
    margin: 0 auto 100px auto !important;
    max-width: 85%;
  }

  .erpPlatformSctn .imgMainWrapper:last-child {
    margin: 0 auto !important;
  }

  /* end erp page */

  .single-post__body table th,
  .single-post__body table td {
    font-size: 18px;
    line-height: 28px;
  }

  .info-col .hireNumberHeadingWrap .elementor-image-box-wrapper .elementor-image-box-img {
    width: 14% !important;
  }

  .page-template-gitex-page-template .commonModal .btn-close {
    padding: 12px;
  }

  .page-template-gitex-page-template .commonModal .btn-close i {
    font-size: 24px;
  }

  .security-page .info-img-col .section-heading .elementor-widget-container {
    font-size: 40px;
    line-height: 50px;
  }

  .security-page .sectionHead .elementor-heading-title,
  .security-page .info-list-col .sec-heading .elementor-heading-title {
    font-size: 40px;
    line-height: 50px;
  }

  .technology-tech-tabs-container .technology-tab-btn {
    font-size: 28px;
  }

  .technology-tech-tabs-container .technology-tab-content__inner {
    padding: 35px 50px;
  }

  .slider-sec .dots-container {
    padding: 0 100px;
    bottom: 30px;
  }

  .slider-sec .dots-container .dots::after {
    font-size: 20px;
    line-height: 30px;
  }

  .teamNew-items h4.title {
    font-size: 24px;
    margin-bottom: 15px !important;
  }

  .teamNew-items p {
    font-size: 16px;
    line-height: 26px;
  }

  .acumaticaerpPlatformSctn .section-info p {
    font-size: 30px;
    line-height: 40px;
  }

  .cloud-erp-list .eael-feature-list-item {
    min-height: 170px;
  }

  .cloud-erp-list .eael-feature-list-content-box .eael-feature-list-title {
    font-size: 28px;
    line-height: 40px !important;
  }

  .cloud-erp-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-nav--primary__dropdown-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    margin-bottom: 2vw;
  }

  /* Software Rescue Service page Start*/
  .commonSec .heading .elementor-heading-title {
    font-size: 35px;
    line-height: 50px;
  }

  .commonSec .para {
    font-size: 20px;
    line-height: 30px;
  }

  .commonSec .videoSec .videoCol {
    width: 90% !important;
  }

  .commonSec .video-player iframe {
    min-height: 600px;
  }

  .software-sec .slider__page-banner .slider_heading {
    font-size: 50px;
    line-height: 60px;
  }

  .software-sec .slider__page-banner .slider_para {
    font-size: 22px;
    line-height: 32px;
  }

  /* Software Rescue Service page End*/
}

@media screen and (min-width: 1700px) {

  .blueBoldSubHeading {
    font-size: 25px;
  }

  /* Our story slider start */
  .yearSliderSideBySideMainWrap .yearSliderThumb {
    border-left: 4px solid #fff;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb span {
    height: 80px;
    font-size: 20px;
    line-height: 80px;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-current span {
    font-size: 25px;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain h2 {
    font-size: 25px;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain h3 {
    font-size: 32px;
    margin: 20px 0 25px 0;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain p {
    font-size: 22px;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-current span::after {
    height: 29px;
    width: 29px;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-list {
    margin: 0 0 0 -19px;
  }

  /* Our story slider end */

  .commonIconListMainWrap ul li img {
    width: 18px !important;
    height: 18px !important;
    margin: 15px 0 0 0;
  }

  /* career page start */
  .inner__page-banner .careersPage__page-banner {
    background-position: center;
  }

  .careersPage__page-banner .page__title {
    font-size: 65px;
  }

  .inner__page-banner .innerBannerAwardImages img {
    height: 130px;
    margin: 0 30px 0 0;
  }

  .currentOpeningListMainWrap .firstPostTopSctnMain {
    padding: 0 30px 25px 30px;
    margin: 0 0 25px 0;
    font-size: 20px;
  }

  .jobOpeningListCntntWraper h3 {
    font-size: 28px;
  }

  .jobOpeningListCntntWraper p {
    font-size: 20px;
  }

  .currentOpeningListMainWrap li {
    padding: 35px 30px;
  }

  .jobListFilterMainWrap .noDataMainWrap {
    min-height: 150px;
    font-size: 30px;
  }

  .jobApplicationFormMainWrap form .wpcf7-response-output,
  .jobApplicationFormMainWrap form .wpcf7-not-valid-tip {
    font-size: 18px;
  }

  .greyFieldWithTopLabelFormWrap .wpcf7-not-valid-tip,
  .jobApplyModalMainWrap form .wpcf7-response-output {
    font-size: 20px;
  }

  .jobApplyModalMainWrap .modal-body {
    padding: 25px 60px 50px 60px;
  }

  .jobApplyModalMainWrap .modal-header {
    border: none;
    padding: 60px 60px;
  }

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

  /* career page end */

  /* start ai/ml page */

  .multipleImgListWithBorder .multiImgListBorderCntnt .imgWrap {
    min-height: 200px;
  }

  .multipleImgListWithBorder .multiImgListBorderCntnt .imgWrap img {
    width: 90%;
  }

  /* end ai/ml page */

}

@media screen and (min-width: 1800px) {
  .footer-row .footer-services-menu-wrapper__one {
    margin-right: 50px;
  }

  .what-do-extra-bg-img.top-shape .elementor-widget-container {
    margin: 0 0 -250px 0 !important;
  }

  .what-do-extra-bg-img.bottom-shape .elementor-widget-container {
    margin: -250px 0 0 0 !important;
  }

  .container,
  .elementor-container {
    max-width: 1600px !important;
  }

  .banner-mn p {
    font-size: 25px;
  }

  .banner-mn h1 {
    font-size: 55px;
  }

  .banner-mn .technology-text {
    font-size: 60px;
  }

  .banner-mn .input-cursor {
    height: 50px;
  }

  .nav-list-mn li a {
    font-weight: 600;
    font-size: 22px;
  }

  .sidebar-open-btn,
  .sidebar-close-btn {
    font-weight: 600;
    font-size: 22px;
  }

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

  .what-we-do-para p {
    max-width: 52%;
    font-size: 20px;
  }

  .countdown-sctn-hdng-para {
    /* max-width: 75%; */
    font-size: 20px;
    margin: 0 auto;
  }

  .counter-mn .elementor-container {
    justify-content: center;
  }

  .counter-mn .counter-bx {
    width: 25% !important;
  }

  .our-expertise-hdng-para p {
    font-size: 20px;
  }

  .our-expertise-slider .cntnt-mn h3 {
    font-size: 25px;
  }

  .our-expertise-slider .cntnt-mn p {
    font-size: 20px;
  }

  .our-expertise-slider .cntnt-mn img {
    height: 325px;
  }

  .what-do-list .elementor-icon-list-text {
    font-size: 20px;
  }

  .what-do-list .elementor-heading-title {
    font-size: 28px !important;
  }

  .what-we-do .no-bg-arrow-btn a {
    font-size: 20px;
  }

  .we-served-optn .elementor-image-box-title {
    font-size: 22px !important;
    margin: 10px 0 10px 0;
  }

  .we-served-optn .elementor-image-box-description {
    font-size: 20px !important;
  }

  .features-case-mn .cntnt-mn h3 {
    font-size: 25px;
  }

  .features-case-mn .cntnt-mn p {
    font-size: 20px;
    font-weight: 500;
  }

  .view-all-btn-mn a {
    font-size: 20px;
  }

  .view-all-btn-mn .elementor-align-icon-right {
    margin-left: 10px;
  }

  .testimonial-hdng-para p {
    font-size: 20px;
  }

  .client-review-slider .cntnt-mn h3 {
    font-size: 25px;
  }

  .client-review-slider .cntnt-mn p {
    font-size: 20px;
    line-height: 32px;
    min-height: 388px;
  }

  .client-review-slider .cntnt-mn h4 {
    font-size: 20px;
  }

  .reviews-hdng-txt .elementor-heading-title {
    font-size: 28px !important;
  }

  .we-searved-hdng-txt .elementor-heading-title {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .we-searved-hdng-para p {
    font-size: 20px;
    line-height: 32px;
  }

  .client-review-slider .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
    margin: 8px;
  }

  .review-img-sctn-mn .elementor-container {
    justify-content: center;
  }

  .review-img-sctn-mn .img-bx {
    width: 18% !important;
  }

  .we-can-help-sctn h2.elementor-heading-title {
    font-size: 40px;
    margin: 0 0 10px 0;
    line-height: 52px;
  }

  .we-help-bold-hdng .elementor-heading-title {
    font-size: 40px !important;
  }

  .cmn-input,
  .cmn-textarea {
    padding: 18px 20px;
    font-size: 20px;
  }

  .get-quote-frm .submit-btn {
    max-width: 275px;
    padding: 15px 20px 15px 20px;
    font-size: 22px;
    width: 275px;
    justify-content: center;
  }

  .get-quote-frm .submit-btn i {
    margin: 0 0 0 18px;
  }

  .ftr-contact p {
    font-size: 20px;
  }

  .top-footer .ftr-cntct-btn {
    padding: 25px 25px;
    font-size: 18px;
  }

  .ftr-cntnt .social-icon a {
    margin: 0 10px;
  }

  .ftr-cntnt a {
    font-size: 20px;
    margin: 0 0 18px 0;
  }

  .footer-mn .widget-title {
    font-size: 20px !important;
  }

  .new-bx {
    font-size: 13px;
    padding: 3px 5px;
  }

  .we-hiring-bx {
    font-size: 13px;
    padding: 3px 7px;
  }

  .review-bx {
    margin-bottom: 60px;
  }

  .review-bx img {
    width: 40px;
    margin-right: 15px;
  }

  .review-bx p {
    margin: 0 0 1px 0;
    font-size: 20px;
    font-weight: 500;
  }

  .social-icon img {
    width: 60px;
  }

  .social-icon {
    margin: 70px 0 0 0;
  }

  .ftr-copyrght-txt p,
  .ftr-logo p {
    font-size: 18px;
  }

  .ftr-copyrght-txt span {
    font-size: 18px;
  }

  .our-expertise-slider .explore-btn {
    font-size: 20px;
  }

  .our-expertise-slider .owl-next {
    right: -4%;
  }

  .our-expertise-slider .owl-prev {
    left: -4%;
  }

  .client-review-slider .cntnt-mn {
    min-height: 530px;
  }

  /* --------- pats page default settings -------- */
  .pats-page-section .section-heading>.elementor-widget-container,
  .saas-srvce-section .info-text--highlighted,
  .web-dev-tech-stack-tabs-container .tab-title,
  #custom_beauty_salon_explore-section .custom_beauty_salon_explore-item .elementor-icon-box-title {
    font-size: 38px;
  }

  .pats-page-section .pats-text--35>.elementor-widget-container,
  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-title {
    font-size: 33px;
  }

  .inner__page-banner-contents-wrapper-inner,
  .slider__page-banner-contents-wrapper-inner {
    max-width: 1600px;
  }

  .big-data__page-banner .inner__page-banner-contents-wrapper {
    padding: 260px 0 235px;
  }

  .our-service-wrapper-two .our-service-img {
    max-width: 54%;
  }

  /** @1200 App development - start **/
  .app__dev-service-card-inner {
    min-height: 465px;
  }

  #app__development-platforms-mobile-app .section__information-wrapper .elementor-widget-wrap {
    padding-left: 75px;
  }

  .blockchain_served_industries-slider .owl-arrow-nav,
  .app__dev-mob-app-platform-slider .owl-arrow-nav,
  .fullstack-industries-slider .owl-arrow-nav {
    right: -webkit-calc((60px * -2) - 75px - 30px);
    right: calc((60px * -2) - 75px - 30px);
  }

  .custom-owl-carousel-nav .custom-owl-nav-next,
  .custom-owl-carousel-nav .custom-owl-nav-prev,
  .owl__nav-arrow-primary-light .owl-prev,
  .owl__nav-arrow-primary-light .owl-next,
  .owl-arrow-nav .owl-prev,
  .owl-arrow-nav .owl-next {
    width: 60px;
    height: 60px;
  }

  .blockchain_served_industries-slider .owl-prev,
  .fullstack-industries-slider .owl-prev,
  .app__dev-mob-app-platform-slider .owl-prev,
  .app__dev-success-stories-slider .owl-prev,
  .custom-owl-carousel-nav .custom-owl-nav-prev {
    margin-right: 30px;
  }

  /** end **/
  .cstm-mob-apps-sols-info-slider .cstm-mob-apps-sols-info {
    margin-bottom: 25px;
    padding-right: 30px;
  }

  #app__dev-custom-mob-apps-solutions .section-heading .elementor-widget-container,
  .pats-page .pats-composit-products-carousel-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 55px;
  }

  /*  */
  .ar_vr_app_dev-services-slider .ar_vr_app_dev-service-card {
    padding: 75px 23px 60px 23px;
  }

  .ar_vr_app_dev-service-card .service-icon {
    margin-bottom: 65px;
  }

  .ar_vr_app_dev-services-section .elementor-container .elementor-element.information-section {
    margin-bottom: 75px;
  }

  #custom_ar_vr_app_dev-srvcs-section {
    padding: 140px 0 135px;
    background-size: 1750px;
  }

  /* #ar_vr_technologies-section .info-section .elementor-widget-wrap {
      padding-right: 40px;
   } */
  /*  */
  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.info-col {
    width: 42%;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.blockchain-mobile-app-platform-logos-col {
    width: 57.99%;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-heading {
    font-size: 40px;
    line-height: 1.55;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-info {
    font-size: 22px;
    line-height: 1.65;
  }

  .pats-page .blockchain-served-industries-section .elementor-element.section__information-wrapper>.elementor-widget-wrap {
    padding-left: 80px;
  }

  .blockchain_served_industries-slider .owl-arrow-nav {
    top: 395px;
  }

  .pats-page .about-page-banner .elementor-element.banner-text-secondary {
    font-size: 38px;
  }

  .pats-page .about-page-banner .elementor-element.banner-text-primary {
    font-size: 70px;
  }

  .pats-page .about-page-banner .elementor-element.banner-text-primary>.elementor-widget-container {
    margin-bottom: 70px;
  }

  .pats-page .about-page-banner .elementor-element.banner-text-secondary>.elementor-widget-container {
    margin-bottom: 18px;
  }

  .pats-page .our-focus-section .elementor-element.section-heading {
    font-size: 50px;
    line-height: 1.54;
  }

  .pats-page .our-focus-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 45px;
  }

  .pats-page .our-focus-section .elementor-element.section-info {
    font-size: 28px;
  }

  .pats-page .our-focus-section .elementor-element.inner-section-heading-container {
    margin-bottom: 80px;
  }

  .pats-page .our-focus-section .elementor-element.inner-section-info-container {
    margin-bottom: 115px;
  }

  .pats-page .our-focus-section .elementor-element.our-activity-counter-item .elementor-counter-number-wrapper {
    font-size: 80px;
  }

  .pats-page .our-focus-section .elementor-element.our-activity-counter-item .elementor-counter-title {
    font-size: 25px;
  }

  .pats-page .our-focus-section .elementor-element.our-activity-counter-item>.elementor-widget-container {
    padding: 55px 0;
  }

  .our-focus-section .our-activity-counter-item .elementor-counter-number-suffix {
    font-size: 70px;
    line-height: 76px;
  }

  .pats-page .project-management-psychology-section .elementor-element.info-col {
    width: 35%;
  }

  .pats-page .project-management-psychology-section .elementor-element.inner-section-project-management-schemes>.elementor-container {
    height: 510px;
  }

  .about-page-client-review-section .client-review-slider .cntnt-mn h3 {
    margin-bottom: 8px;
  }

  .pats-page .elementor-section.elementor-element.about-page-banner {
    padding-bottom: 440px;
  }

  .pats-page .elementor-section.elementor-element.banner-bottom-image-section {
    top: -470px;
  }

  .contact-form .pi-form-control,
  .contact-form .custom-select {
    height: 60px;
    font-size: 24px;
  }

  .contact-form .pi-form-row {
    margin-bottom: 60px;
  }

  .contact-form .pi-form-control:focus+.pi-form-label,
  .contact-form .pi-form-control:valid+.pi-form-label,
  .contact-form .pi-form-group.isValid .pi-form-label,
  .contact-form .pi-form-group.hasFocus .pi-form-label {
    /* transform: translateY(-45px); */
    font-size: 18px;
  }

  .contact-form .form-field-icon.clock-icon,
  .contact-form .form-field-icon.dropdown-icon {
    top: 8px;
    width: 23px;
  }

  .contact-form .custom-select {
    background-size: 21px;
  }

  .contact-form .single-select-container .dropdown-menu {
    max-width: 380px;
    padding-bottom: 20px;
  }

  .contact-form .multiselect-container .multiselect-option {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
  }

  .pi-datepicker-container .datepicker * {
    font-size: 18px;
  }

  .pi-datepicker-container .datepicker {
    max-width: 375px;
    padding: 28px 30px 26px;
  }

  .contact-form .form-field-error {
    padding: 6px 20px;
    font-size: 16px;
  }

  .contact-form .form-field-error::after {
    top: -15px;
    border-width: 8px 7px;
  }

  .pats-page .reach-us-form-section .elementor-element.section-heading {
    font-size: 43px;
  }

  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(1),
  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(2),
  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(3) {
    margin-bottom: 42px;
  }

  .big-data-management-result-card .elementor-icon-box-wrapper {
    padding: 135px 97px 45px 36px;
    min-height: 475px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: 35px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 26px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 20px;
  }

  .big-data-management-result-card .elementor-icon {
    font-size: 75px;
  }

  .big-data-mngmnt-sols-section .elementor-container .elementor-element.information-section {
    margin-bottom: 100px;
  }

  .it-staff-augmentation__page-banner .inner__page-banner-contents-wrapper {
    padding: 300px 0 324px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary {
    padding: 85px 0 105px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    padding: 60px 0 85px;
  }

  /* ui/ux page */
  .pats-page .ui-ux-dedication-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 120px 0 105px 85px;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-methodology-section {
    padding: 105px 0 175px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.image-container img {
    width: 660px;
  }

  /* bullet list section */
  .pats-page .ui-ux-dedication-section .elementor-element.ui-ux-dedication-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 26px;
  }

  .ui-ux-dedication-bullet-list .eael-feature-list-icon-box {
    padding-top: 24px;
  }

  /* work steps section */
  .pats-page .elementor-section.elementor-element.ui-ux-work-steps-section {
    padding: 115px 0 165px;
  }

  .pats-page .ui-ux-work-steps-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 42px;
  }

  .pats-page .ui-ux-work-steps-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 120px;
  }

  /* workshops strategies section */
  .pats-page .elementor-section.elementor-element.ui-ux-workshops-section {
    padding-bottom: 250px;
  }

  .ui-ux-workshops-section .ui-ux-workshops-image-container img {
    max-width: 710px;
  }

  .pats-page .ui-ux-workshops-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 50px 50px 0 0;
  }

  /* knowing your users section */
  .pats-page .elementor-section.elementor-element.knowing-your-users-section {
    padding-bottom: 170px;
  }

  /* mind mapping section */
  .pats-page .elementor-section.elementor-element.ui-ux-mapping-section {
    padding: 180px 0 125px;
  }

  /* tools section */
  .pats-page .elementor-section.elementor-element.ui-ux-tools-section {
    padding: 125px 0 180px;
  }

  .pats-page .ui-ux-tools-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 115px;
  }

  /* ui guidelines section */
  .pats-page .elementor-section.elementor-element.ui-ux-guideline-section {
    padding: 180px 0 155px;
  }

  /* Freightchanger Case Study */
  .freightchanger-case-study__page-banner .inner__page-banner-contents-wrapper {
    padding: 265px 0 198px;
  }

  /* case study project breakdown tabs */
  .case-study-project-breakdown-tab .tab-title {
    font-size: 3.225rem;
  }

  .case-study-project-breakdown-tab .tab-description,
  .case-study-project-breakdown-tab .project-detail-label,
  .case-study-project-breakdown-tabs__menu .menu-link {
    font-size: 1.2890625rem;
  }

  .case-study-project-breakdown-tab .tab-description {
    line-height: 1.7;
  }

  .case-study-project-breakdown-tab .project-detail {
    font-size: 1.640625rem;
  }

  .big-data-technologies-gallery__item {
    padding: 0;
  }

  .contact-form .single-select-container .dropdown-menu {
    top: 22px !important;
  }

  .f-stack-page-section .section-heading>.elementor-widget-container {
    font-size: 51px;
  }

  .f-stack-page-section .section-info>.elementor-widget-container {
    font-size: 25px;
    line-height: 1.6;
  }

  .pats-page .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 26px;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card .elementor-icon {
    font-size: 100px;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card .elementor-icon-box-title {
    font-size: 38px;
  }

  .sass-industries-slider .industry-type {
    font-size: 38px;
  }

  .sass-industries-slider .slider-heading {
    font-size: 51px;
  }

  .sass-industries-slider .industry-info {
    font-size: 23px;
  }

  .mvp-about-section .section-info>.elementor-widget-container {
    line-height: 1.88;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 24px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
    margin-bottom: 31px;
    font-size: 28px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon {
    font-size: 35px;
  }

  .pats-icon-box .elementor-icon-box-title {
    padding-left: 66px;
  }

  .mvp-dev-process-collapse-card .collapse-state-indicator {
    width: 20px;
    height: 20px;
  }

  .mvp-dev-process-collapse-card .collapse-state-indicator::before {
    height: 3px;
  }

  .mvp-dev-process-collapse-card .collapse-state-indicator::after {
    width: 3px;
  }

  .mvp-dev-process-collapse-card .btn-collapse {
    font-size: 23px;
  }

  .mvp-accordion-bullet-list .list-item__content {
    font-size: 20px;
  }

  .pats-page .elementor .elementor-element.devops-srvcs-card .elementor-icon-box-description {
    font-size: 24px;
  }

  .devops-what-makes-special-section .floating-box-title>.elementor-widget-container {
    font-size: 51px;
  }

  .devops-what-makes-special-section .floating-box-info>.elementor-widget-container {
    font-size: 24px;
  }

  /*----Mega menu ----
   ------------------*/
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    font-size: 16px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-megamenu-submenu-items-col .mega-menu-link {
    --icon-height: 55px;
    --padding-left: calc(var(--icon-height) + 28px);
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ui-ux .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-ui-ux-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ar-vr .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-ar-vr-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-blockchain .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-blockchain-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-iot .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-iot-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ecomm .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-ecommerce-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mob-app-dev .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-mobile-app-development-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-it-staff .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-it-staff-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-big-data .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-big-data-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-saas .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-saas-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fullstack-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-devops .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-dev-ops-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mvp-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-prototyping-mvp-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fitness-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fitness-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-travel-hospitality .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-travel-hospitality-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-education-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-edu-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-estate-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-real-estate-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-farming-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-farming-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-car-rental-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-car-rental-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-beauty-salon-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-beauty-salon-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-care-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-care-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-grocery-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-grocery-app-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-food-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-food-delivery-62.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-angular .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-angular-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-cakephp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-cakephp-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-codeigniter .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-codeigniter-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-flutter .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-flutter-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack-tech .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fullstack-tech-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-laravel .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-laravel-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-nodejs .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-nodejs-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-react-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-symfony .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-symfony-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-vue .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-vue-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react-native .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-react-native-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-java-android .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-java-android-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-kothlin-android .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-kothlin-android-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-swift-ios .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-swift-ios-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-web-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-web-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-healthcare-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-healthcare-application-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fintech-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-fintech-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-retail-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-retail-ecommerce-application-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-agriculture-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-agriculture-application-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-legal-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-legal-application-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-sports-app-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-sports-application-development-52.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-data-analytics .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/menu-item-data-analytics.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-life .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/life-at-pitangent.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-about-pitangent .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/about-pitangent.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-team .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/team.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-our-process .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/our-process.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-career .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/career.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ai-ml .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/aiMl-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-python .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/python-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-hyperledger .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/hyperledger-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-dot-net .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/dot-net-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-r-developer .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/r-developer-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-manufacturing-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/manufacture-icon.webp');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-construction-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/contruction-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-erp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/ERP.svg');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-event .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/event.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-webinar .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/webinar_icon.webp');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-resource .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/resource-icon.webp');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-acumatic-erp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/acumatic-erp-icon.png');
  }

  .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-software-service .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/software-icon.png');
  }

  .ebook-wdgt .ebook-wdgt__title {
    font-size: 31px;
  }

  .ebook-wdgt .ebook-wdgt__title::after {
    width: 137px;
    height: 8px;
  }

  .ebook-wdgt .ebook-wdgt__info {
    font-size: 23px;
  }

  .megamenu-container .ebook-wdgt .ebook-wdgt__button,
  .blog-section-tab-content__header .show-blog-listing-btn,
  .blog-section-tab-content .blog-post__label,
  .blog-section-tab-content .blog-post__title,
  .pats-blog-lists-section .blog-posts-list__item .blog-post__label,
  .pats-single-blog-section .single-post__information,
  .pats-page .web-dev-srvce-speaks-section .elementor-element.section-info>.elementor-widget-container {
    font-size: 22px;
  }

  .ebook-wdgt .ebook-wdgt__button .btn-icon svg {
    width: 23px;
  }

  /*----Mega menu end----
   ---------------------*/

  .get-free-quote-modal .modal-contact-title,
  .inner__page-banner.online-ecommerce__banner .page__title {
    font-size: 47px;
  }

  .get-free-quote-modal .modal-contact-sub-title,
  .pats-page-section .pats-text--20>.elementor-widget-container,
  .fullstack-industries-slider__item__card .info-text {
    font-size: 18px;
  }

  .get-free-quote-modal .contact-info .info-title,
  .inner__page-banner.online-ecommerce__banner .page__info,
  .inner__page-banner.farming-app-dev__banner .page__info,
  .fullstack-services-slider .ar_vr_app_dev-service-card .service-title,
  .inner__page-banner.fitness-app-development__banner .page__info,
  .inner__page-banner.fullstack-app-development__banner .page__info,
  .get-free-quote-modal .modal-form-title,
  .saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-body,
  .pats-page-section .section-info--sd>.elementor-widget-container,
  .pats-page-section .pats-text--25>.elementor-widget-container,
  .pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-content-box .eael-feature-list-content,
  .web-dev-tech-stack-tabs-container .tab-info,
  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content,
  .pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content,
  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info>.elementor-widget-container {
    font-size: 23px;
  }

  .get-free-quote-modal .contact-info .info-text {
    font-size: 17px;
  }

  .get-free-quote-modal .modal-form-sub-title,
  .get-free-quote-modal .modal-form-wrapper .pi-form-control,
  .get-free-quote-modal .modal-form-wrapper .pi-textarea,
  .get-free-quote-modal .modal-content .g-recaptcha-response .wpcf7-not-valid-tip,
  .get-free-quote-modal .modal-content .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip,
  .get-free-quote-modal .modal-content .wpcf7-response-output,
  .recaptcha-validation-error {
    font-size: 14px;
  }

  .get-free-quote-modal .modal-form-wrapper .form-label {
    font-size: 16px;
  }

  .get-free-quote-modal .form-action-btn-wrapper .submit-btn,
  .blog-section-tabs-container .blog-tab,
  .pats-single-blog-section .single-post__body .para,
  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item .elementor-icon-box-description,
  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-description,
  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item .elementor-icon-box-description,
  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item .elementor-icon-box-description,
  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-description,
  .fullstack-industries-slider__item__card .industry-type,
  .saas-app-dev-features-section .info-text,
  .better-saas-app-dev-section .better-saas-srvce-card__info,
  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-description,
  .pats-page .fstack-dev-srvce-section .elementor-element.section-info>.elementor-widget-container,
  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon-box-description,
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-description,
  .pats-page-section .pats-text--22>.elementor-widget-container,
  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-description,
  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-description,
  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card .elementor-icon-box-description,
  .car-rental-dev-servic-tabs__feature-list .feature-label,
  .pats-accordion__collapse__info,
  #panel-tabs .elementor-tabs-content-wrapper ul li,
  .ind-tabs ul li {
    font-size: 21px;
  }

  .blog-section-tab-content__header .show-blog-listing-btn svg {
    width: auto;
    height: auto;
  }

  .client-feedback-section__inner .section-info .title {
    font-size: 38px;
  }

  .we-can-help-section .section-info .title {
    font-size: 47px;
  }

  .pats-single-blog-section .single-post__body .post-introduction::first-letter {
    font-size: 65px;
    height: 65px;
    line-height: 40px;
    padding-top: 12px;
  }

  .post-share-btns .share-label {
    font-size: 22px;
  }

  .saas-srvce-section .info-text,
  .pats-page .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container,
  .pats-page .better-saas-app-dev-section .elementor-element.section-info--lg>.elementor-widget-container,
  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-info--lg>.elementor-widget-container,
  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-heading>.elementor-widget-container,
  .better-saas-app-dev-section .better-saas-srvce-card__title,
  .pats-page .web-dev-custom-app-section .elementor-element.section-info>.elementor-widget-container,
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-title {
    font-size: 33px;
  }

  .fstack-dev-services-card-slider .service-title {
    font-size: 24px;
  }

  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon {
    font-size: 75px;
  }

  .web-dev-tech-stack-tabs-container .tab-btn {
    font-size: 26px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--lg {
    width: 325px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--md {
    width: 220px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container--sm {
    width: 130px;
  }

  .mobileAppServiceBoxes .dev__scope-heading .elementor-widget-container {
    font-size: 30px;
  }

  .mobileAppServiceBoxes .section-info p {
    font-size: 22px;
  }

  .travelHospitalizeServiceSlider .ar_vr_app_dev-services-slider .service-icon {
    width: 70px;
  }

  .travelHospitalizeServiceSlider .ar_vr_app_dev-services-slider .service-title {
    font-size: 23px;
  }

  .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-img img {
    width: 70px;
  }

  .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-title {
    font-size: 26px;
  }

  .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-description {
    font-size: 22px;
  }

  .travelTopFeaturesListMain .eael-feature-list-item {
    margin-bottom: 30px !important;
  }

  .travelTopFeaturesListMain .eael-feature-list-item .eael-feature-list-content {
    font-size: 25px !important;
  }

  .sctnBigBoldSubHeading .elementor-widget-container {
    font-size: 30px;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-title {
    font-size: 30px !important;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-description {
    font-size: 22px;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-wrapper {
    min-height: 305px;
  }

  .pats-page .fstack-served-indstrs-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-left: 80px;
  }

  .fullstack-industries-slider .owl-arrow-nav {
    top: 430px;
  }

  .threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx img {
    height: 65px;
  }

  .threeColWhiteBxSctn .whiteShadowRadiusBx .elementor-image-box-title {
    font-size: 28px !important;
  }

  .threeColWhiteBxSctn .whiteShadowRadiusBx {
    margin: 25px;
  }

  .exclusiveFeaturesSctn .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-img {
    margin: 0 35px 0 0 !important;
  }

  .exclusiveFeaturesSctn .imgListMainWrapper .elementor-image-box-img img {
    width: 125px;
  }

  .exclusiveFeaturesSctn .imgListMainWrapper .elementor-image-box-title {
    font-size: 28px !important;
    margin: 0 0 15px 0 !important;
  }

  .exclusiveFeaturesSctn .imgListMainWrapper .elementor-image-box-description {
    font-size: 24px;
  }

  .inner__page-banner .counter-wdgt__item__label {
    font-size: 17px;
  }

  #panel-tabs .elementor-tab-title {
    font-size: 15px;
  }

  .pats-horizontal-tabs {
    margin: -59px 0 0 0;
  }

  .pats-horizontal-tabs .tabs__tab-btn {
    padding: 13px 18px;
    font-size: 20px;
  }

  .pats-horizontal-tabs .tabs__feature-list li {
    font-size: 22px;
  }

  /* Technology pages start */

  .modelStepSctnWIthArrowBox .elementor-image-box-title {
    font-size: 30px;
  }

  .modelStepSctnWIthArrowBox .elementor-icon svg {
    font-size: 260px;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-img {
    width: 210px !important;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-img img {
    height: 150px;
  }

  .modelStepSctnArrowWrap .elementor-icon svg {
    margin: 0 0 25px 0;
  }

  .numberListIconBoxLftRghtSctnMainWrap .numberListIconBoxLftRght .elementor-icon-box-title,
  .imgTxtListBoxSctnMainWrap .imgTxtListBoxWrap .elementor-icon-box-title {
    font-size: 30px;
  }

  .numberListIconBoxLftRghtSctnMainWrap .numberListIconBoxLftRght .elementor-icon-box-description,
  .imgTxtListBoxSctnMainWrap .imgTxtListBoxWrap .elementor-icon-box-description {
    font-size: 24px;
  }

  .numberListIconBoxLftRghtSctnMainWrap .numberListIconBoxLftRght .elementor-icon-box-icon svg {
    font-size: 75px;
  }

  .dedicatedDeveloperModelsSctn .elementor-element.pricingModelsBoxWrap {
    width: 900px;
  }

  .pricingModelsBoxWrap .scheme-type .elementor-widget-container {
    font-size: 32px;
  }

  .pricingModelsBoxWrap .scheme-info .elementor-widget-container {
    font-size: 22px;
    line-height: 32px;
  }

  .pats-page-section .sectionMediumHeading .elementor-widget-container {
    font-size: 22px;
  }

  .imgWithShadowListWraper .imgWraper img {
    height: 55px;
  }

  .font30px25pxBlackCntntWrap h3,
  .font30px25pxBlackCntntWrap h2,
  .font30px25pxBlackCntntWrap h4 {
    font-size: 30px;
  }

  .font30px25pxBlackCntntWrap p {
    font-size: 24px;
  }

  .tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__tab-btn {
    font-size: 25px;
  }

  .pats-page-section .tabsWithOnlyBoxShadowWrap.elementor-element {
    margin-top: 75px !important;
  }

  .whiteShadowBoxWrap .elementor-image-box-title {
    font-size: 25px;
    margin: 18px 0 0 0;
  }

  .bigPaddingBtns .pats-horizontal-tabs .tabs__tab-btn {
    padding: 12px 65px;
  }

  .imgBoxCntnt25px22pxTextWrap .elementor-image-box-title {
    font-size: 25px;
  }

  .imgBoxCntnt25px22pxTextWrap .elementor-image-box-description {
    font-size: 22px;
    margin: 15px 0 25px 0 !important;
  }

  /* Technology pages end */

  /* Our story slider start */

  .yearSliderSideBySideMainWrap .yearSliderThumb span {
    height: 90px;
    font-size: 25px;
    line-height: 90px;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-current span {
    font-size: 30px;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain h2 {
    font-size: 28px;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain h3 {
    font-size: 35px;
    margin: 20px 0 30px 0;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain p {
    font-size: 25px;
  }

  .smallSubHeadingText .elementor-widget-container .elementor-heading-title,
  .smallSubHeadingText .elementor-widget-container {
    font-size: 25px;
    line-height: 42px !important;
  }

  /* Our story slider end */

  .commonIconListMainWrap ul li p {
    font-size: 22px !important;
  }

  /* memories masonary grid start */

  .memoriesMasonaryGridWrap .content_grid {
    height: 1215px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    width: 640px;
    height: 430px;
    top: 361px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    font-size: 22px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt h2 {
    font-size: 32px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_8 {
    left: 989px;
    top: 361px;
    height: 430px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_8 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .memoriesMasonaryGridWrap .content_grid .item_9 {
    top: 361px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_9,
  .memoriesMasonaryGridWrap .content_grid .item_14 {
    left: 1255px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_10 {
    left: 1595px;
    top: 363px;
    overflow: hidden;
  }

  .memoriesMasonaryGridWrap .content_grid .item_10 img {
    border-top: none;
  }

  .memoriesMasonaryGridWrap .content_grid .item_11,
  .memoriesMasonaryGridWrap .content_grid .item_12,
  .memoriesMasonaryGridWrap .content_grid .item_13 {
    top: 800px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_11 {
    width: 291px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_12 {
    width: 340px;
    height: 500px;
    left: 640px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_13 {
    width: 275px;
    left: 970px;
  }

  /* memories masonary grid end */

  /* team page start */

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 390px;
    min-height: 585px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 410px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes h3 {
    font-size: 28px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes p {
    font-size: 22px;
  }

  /* team page end */

  /* careers page start */

  .leftIconSearchField input {
    padding: 22px 20px 22px 70px;
    font-size: 22px;
  }

  .leftIconSearchField span {
    left: 20px;
    font-size: 34px;
  }

  .leftIconSearchField span i {
    -webkit-text-stroke: 3px #fff;
  }

  .currentOpeningFilterHeading {
    font-size: 25px;
  }

  .currentOpeningListMainWrap .firstPostTopSctnMain {
    font-size: 25px;
  }

  .jobOpeningListCntntWraper h3 {
    font-size: 30px;
  }

  .jobOpeningListCntntWraper p {
    font-size: 22px;
  }

  .normalBtn {
    min-width: 120px;
    font-size: 22px;
    padding: 8px 15px;
  }

  .jobListFilterMainWrap .jobListPaginationNav {
    margin: 75px 0 0 0;
  }

  .jobListFilterMainWrap .pagination li a,
  .jobListFilterMainWrap .pagination li.active a {
    padding: 8px 20px;
    font-size: 28px;
  }

  .jobListFilterMainWrap .paginationNavArrow {
    padding: 10px 20px;
    font-size: 30px;
  }

  .commonBottomBorderForm .fileUploaderWrapper label {
    font-size: 30px;
    padding: 35px 20px;
  }

  .commonBottomBorderForm .fileUploaderWrapper span {
    font-size: 20px;
  }

  .jobApplicationFormMainWrap form .fileUploaderWrapper .wpcf7-not-valid-tip {
    bottom: -35px;
  }

  .jobApplyModalMainWrap .modal-header h3 {
    font-size: 35px;
  }

  .greyFieldWithTopLabelFormWrap label {
    margin: 0 0 12px 5px;
    font-size: 24px;
  }

  .fileUploaderDashedBorderWrapper .customFileUploadLabel {
    font-size: 32px;
  }

  .greyFieldWithTopLabelFormWrap input,
  .greyFieldWithTopLabelFormWrap textarea,
  .greyFieldWithTopLabelFormWrap select {
    font-size: 24px;
    padding: 20px;
  }

  .fileUploaderDashedBorderWrapper input {
    height: calc(100% - 50px);
  }

  .greyFieldWithTopLabelFormWrap .customSelectBoxMain .custom-select {
    font-size: 24px;
    padding: 20px;
  }

  .customSelectBoxMain .single-select-container .dropdown-menu {
    top: 25px !important;
  }

  .pats-single-blog-section .single-post__header .postAuthorAVatar img {
    width: 45px;
    height: 45px;
  }

  .jobApplyModalMainWrap .formHrBorderGap {
    margin: 35px 15px 45px 15px;
  }

  /* careers page end */

  .pats-page-section .infoListSmallTextCol .pats-text--35>.elementor-widget-container {
    font-size: 28px;
  }

  .pats-page-section .infoListSmallTextCol .elementor-element.para-info .elementor-widget-container {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .autoWidthWhiteCntntBoxMain .autoWidthWhiteCntntBox .elementor-heading-title {
    font-size: 25px;
    line-height: 35px;
  }

  .stepperFormStepBar li,
  .stepFormButtonWrapperMain button,
  .stepperFormHeading p {
    font-size: 22px;
  }

  .stepperFormHeading h2 {
    padding: 40px 0 20px 0;
    font-size: 30px;
  }

  .stepperForm .stepperFormField label {
    font-size: 18px;
  }

  .stepperForm input,
  .stepperForm textarea,
  .stepperForm select,
  .customCommonSelectContainer .custom-select,
  .customCommonSelectContainer .nice-select {
    padding: 15px;
    font-size: 20px;
  }

  .customCommonSelectContainer .custom-select {
    min-height: 55px;
  }

  .privacyPolicy__page-banner .inner__page-banner-contents-wrapper-inner,
  .cookiesPolicy__page-banner .inner__page-banner-contents-wrapper-inner {
    max-width: 1600px;
  }

  .privacyPolicy__page .elementor-column.list-col,
  .cookiesPolicy__page .elementor-column.list-col {
    width: 22%;
  }

  .privacyPolicy__page .elementor-column.info-col,
  .cookiesPolicy__page .elementor-column.info-col {
    width: 55%;
  }

  /* start ai/ml page */

  .aiServicesSectionWrap .dev__scope-heading img {
    width: 55px;
  }

  /* end ai/ml page */

  .contactCountriesWrapper .countryBox .section-info .elementor-widget-container {
    font-size: 24px;
    margin-top: 10px;
  }

  .contactCountriesWrapper .countryBox .country-flag img {
    width: 140px;
  }

  /* start gitex banner */

  .gitexBannerMain {
    width: 700px;
  }

  .gitexBannerContainer {
    padding-left: 130px;
  }

  .gitexBannerMain .gitexBg {
    height: 305px;
  }

  .gitexBannerContent {
    margin: 28px 0;
  }

  .gitexBannerContent h3 {
    font-size: 24px;
  }

  .gitexBannerContent img {
    height: 100px;
  }

  .gitexBannerContent .gitexRight {
    width: 80px;
  }

  .gitexBannerContent .gitexRightContent {
    top: 18px;
  }

  .gitexBannerContent .gitexRight p {
    font-size: 17px;
    margin: 0 0 5px 0;
  }

  .gitexBannerContent .gitexRight h4 {
    font-size: 21px;
  }

  /* end gitex banner */

  /* start case studies pages */

  .caseStudies_pages-banner .inner__page-banner-contents .page__title {
    font-size: 55px;
  }

  .cmnTxtCntnt h3,
  .cmnTxtCntnt h3.elementor-heading-title {
    font-size: 34px;
  }

  .cmnTxtCntnt p,
  .cmnTxtCntnt li {
    font-size: 22px;
    line-height: 32px;
  }

  .imgBorderListMain .elementor-widget-wrap,
  .imgBorderListTwo .elementor-widget-wrap {
    padding: 0% 0% 0% 8% !important;
  }

  .imgBorderListTwo.not-center .elementor-widget-wrap,
  .imgBorderListMain.not-center .elementor-widget-wrap,
  .imgBorderListMain.center .elementor-widget-wrap {
    padding: 0 !important;
  }

  .imgBorderListMain .imgTextWrap figure img,
  .imgBorderListTwo .imgTextWrap figure img {
    max-height: 60px;
  }

  .imgBorderListMain .imgTextWrap .elementor-image-box-title,
  .imgBorderListTwo .imgTextWrap .elementor-image-box-title {
    margin: 15px 0 0 0;
    font-size: 24px;
  }

  .cmnTxtCntnt .rghtCntnt .customListSec ul li::marker,
  .cmnTxtCntnt .rghtCntnt .tangiblListSec ul li::marker {
    font-size: 25px;
  }

  /* end case studies pages */

  /* start salesforce page */

  .faqAccordianWrap .accordianBtn .faq_title {
    font-size: 24px;
    line-height: 38px;
  }

  .faqAccordianWrap .accordianBtn::after {
    -webkit-text-stroke: 3px #fff;
    font-size: 28px;
  }

  /* end salesforce page */

  .page-template-gitex-page-template .commonModal .btn-close {
    padding: 20px 15px 12px 15px;
  }

  .page-template-gitex-page-template .commonModal .btn-close i {
    font-size: 24px;
    -webkit-text-stroke: 2.5px #3F30FF;
  }

  .page-template-gitex-page-template .commonModal .btn-close:hover i {
    -webkit-text-stroke: 2.5px #3125d5;
  }

  .security-page .info-img-col .section-heading .elementor-widget-container {
    font-size: 45px;
    line-height: 55px;
  }

  .teamNew-items .infobox-icon,
  .teamNew-items .infobox-icon img {
    min-width: 255px;
    max-width: 255px;
  }

  .acumaticaCloud .inner-sec {
    margin: 30px 70px 20px;
  }
}

@media screen and (min-width: 1900px) {

  /* --------- pats page default settings -------- */
  .pats-page-section .pats-text--30>.elementor-widget-container,
  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-title,
  .pats-page .horizontal-icon-chips-row-section--common .elementor-element.horizontal-icon-chip .elementor-icon-box-title,
  .ind-tabs h4 {
    font-size: 30px;
  }

  .pats-page .elementor-section.elementor-element.pats-section-gap {
    padding: 120px 0 120px;
  }

  .pats-page .elementor-section.elementor-element.pats-section-top-gap.pats-section-gap {
    padding: 120px 0 0;
  }

  .pats-page .elementor-section.elementor-element.pats-section-bottom-gap.pats-section-gap {
    padding: 0 0 120px 0;
  }

  .pats-page .elementor-section.elementor-element.grocery-store-app-features-section.pats-section-gap {
    padding: 190px 0 0;
  }

  .pats-page .elementor-section.elementor-element.carRentalFeatureListSctnWrap {
    padding: 120px 0 90px;
  }

  .pats-page .elementor-section.elementor-element.pats-composit-products-carousel-section {
    padding-top: 120px;
  }

  .pats-accordion__card:not(:last-child) {
    margin-bottom: 45px;
  }

  .pats-accordion__collapse-btn {
    padding: 48px;
    font-size: 30px;
  }

  .pats-accordion__collapse-state-indicator {
    right: 48px;
    width: 30px;
    height: 30px;
  }

  .pats-accordion__collapse-state-indicator::before {
    height: 4px;
  }

  .pats-accordion__collapse-state-indicator::after {
    width: 4px;
  }

  .pats-accordion__collapse-inner {
    padding: 0 48px 48px;
  }

  /* widgets */
  .pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-items .eael-feature-list-item:not(:last-child) {
    padding-bottom: 18px;
  }

  .pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-items .eael-feature-list-item:not(:first-child) {
    padding-top: 18px;
  }

  .pats-page .elementor .elementor-element.pats-feature-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 69px;
  }

  .vertical-icon-box-row-section--common .vertical-icon-box-row__item .elementor-icon {
    border-radius: 24px;
  }

  .vertical-icon-box-row-section--common .vertical-icon-box-row__item .elementor-icon-box-icon {
    margin-bottom: 30px;
  }

  /* common sections */
  .pats-page .info-img-para-list-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 30px;
  }

  .pats-page .info-img-para-list-section--common .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 78px;
  }

  .pats-page .info-img-para-list-section--common .elementor-element.para-heading>.elementor-widget-container {
    margin-bottom: 12px;
  }

  .pats-page .info-img-para-list-section--common .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 51px;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 30px;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.section-info--sd>.elementor-widget-container {
    margin-bottom: 120px;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item>.elementor-widget-container {
    margin-bottom: 138px;
  }

  .pats-page .elementor .horizontal-icon-box-list-section--common .horizontal-icon-box-list-item.elementor-position-left .elementor-icon-box-icon {
    margin-right: 88px;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon {
    font-size: 138px;
  }

  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-title {
    margin-bottom: 22px;
  }

  .pats-page .dual-info-column-section--common .elementor-element.section-heading>.elementor-widget-container,
  .pats-page .dual-info-column-section--common .elementor-element.section-info-text--highlighted>.elementor-widget-container,
  .pats-page .dual-info-column-section--common .elementor-element.info-row {
    margin-bottom: 57px;
  }

  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon {
    font-size: 186px;
  }

  .pats-page .basic-info-left-img-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 51px;
  }

  .pats-page .vertical-icon-box-card-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 78px;
  }

  .pats-page .vertical-icon-box-card-section--common .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 108px;
  }

  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card {
    margin-bottom: 78px !important;
    padding: 60px 51px 48px;
  }

  .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card.icon-floating-top-left {
    padding: 96px 51px 54px;
  }

  .pats-page .elementor .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-icon {
    margin-bottom: 39px;
  }

  .vertical-icon-box-card-section--common .vertical-icon-box-card.icon-floating-top-left .elementor-icon-box-icon {
    top: -58.5px;
    left: 51px;
  }

  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-title {
    margin-bottom: 30px;
  }

  .pats-page .horizontal-icon-chips-row-section--common .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 84px;
  }

  .pats-page .horizontal-icon-chips-row-section--common .elementor-widget-icon-box.horizontal-icon-chip .elementor-icon-box-icon {
    margin-right: 33px;
  }

  .pats-page .horizontal-icon-chips-row-section--common .horizontal-icon-chip {
    margin-bottom: 63px !important;
    margin-right: 54px;
    padding: 33px 51px 33px 33px;
  }

  .pats-page .alternate-img-info-rows-section--common .elementor-element.alternate-img-info-rows,
  .pats-page .farming-app-importance-section .elementor-element.info-img-cols-container,
  .pats-page .farming-app-solutions-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 120px;
  }

  .pats-page .alternate-img-info-rows-section--common .elementor-element.para-heading>.elementor-widget-container {
    margin-bottom: 24px;
  }


  .webecommerce-services-slider .ar_vr_app_dev-service-card .service-icon {
    width: auto;
    max-width: initial;
    max-height: initial;
  }

  .case-studies__page-banner .inner__page-banner-contents {
    max-width: 750px;
  }

  .pats-page .elementor-section.elementor-element.case-study-section.last {
    padding-bottom: 170px;
  }

  .pats-page .elementor-section.elementor-element.case-study-section.first {
    padding-top: 115px;
  }

  .case-study-section .info-col.right .section-heading {
    margin-bottom: 25px;
  }

  .pats-page .case-study-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 25px;
  }

  .pats-page .case-study-section .elementor-element.section-info.margin-bottom>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .pats-page .elementor-element.elementor-section.case-study-section:not(.last) {
    margin-bottom: 150px;
  }

  .webecommerce__page-banner.inner__page-banner .page__title {
    margin-bottom: 15px;
  }

  .webecommerce__page-banner.inner__page-banner .page__info {
    margin-bottom: 30px;
  }

  .webecommerce__page-banner {
    background-size: 1095px;
  }

  .ar_vr_app_dev-service-card .service-title {
    font-size: 25px;
  }

  .technologies_ecommerce_development-card .mob-app-pltfm-card-body .platform-title {
    font-size: 22px;
  }

  .technologies_ecommerce_development-card .mob-app-pltfm-card-body .platform-info {
    font-size: 20px;
  }

  .pats-page .wecomm-technologies-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 80px;
  }

  .pats-page .elementor-section.elementor-element.wecomm-technologies-section {
    padding: 125px 0 145px;
  }

  .pats-page .webecom-features-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 50px;
  }

  .pats-page .elementor-section.elementor-element.webecom-features-section:not(.last) {
    margin-bottom: 150px;
  }

  .pats-page .elementor-section.elementor-element.webecom-features-section.last {
    margin-bottom: 180px;
  }

  .pats-page .webecom-features-heading-section .elementor-element.heading-col>.elementor-widget-wrap {
    margin-bottom: 159px;
  }

  .webecommerce__page-banner .inner__page-banner-contents-wrapper {
    padding: 299px 0 200px;
  }

  .webecommerce__page-banner .inner__page-banner-contents .page__title {
    font-size: 50px;
    line-height: 1.5;
  }

  /* ------ Homepage modifications --------
   --------------------------- */
  .pats-page .elementor-section.elementor-element.elementor-our-services-wrapper {
    padding: 145px 0 58px;
  }

  .read-more-reviews-sctn .goodfirms-logo-container img {
    width: 170px;
  }

  .read-more-reviews-sctn .clutch-logo-container img {
    width: 160px;
  }

  .read-more-reviews-sctn .upwork-logo-container img {
    width: 128px;
  }

  .pats-page .client-feedback-n-testimonial-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 117px;
  }

  .pats-page .client-feedback-n-testimonial-section .elementor-element.testimonial-slider-col>.elementor-widget-wrap {
    padding-top: 198px;
  }

  .pats-page-section .homepage-section-heading {
    font-size: 45px;
    line-height: 1.55;
  }

  .our-expertise-section-info-wrapper .sub-title,
  .our-expertise-section-info-wrapper p {
    font-size: 20px !important;
    line-height: 1.7 !important;
  }

  .our-expertise-section-info-wrapper h2.title {
    font-size: 45px !important;
    line-height: 1.55 !important;
  }

  .elementor-our-service-section-title .our-services-link,
  .case-study-section .info-col.right .section-heading,
  .pats-page-section.case-study-section .section-heading>.elementor-widget-container {
    font-size: 30px;
  }

  .pats-page .elementor-our-services-wrapper .elementor-element.elementor-our-service-section-title-wrapper {
    margin-bottom: 65px;
  }

  .our-services-section .heading,
  .pats-page .activity-counter-wgt.elementor-element .elementor-counter .elementor-counter-title {
    font-size: 27px;
  }

  .our-services-section .heading {
    line-height: 1.52;
  }

  .our-services-section .service-link {
    font-size: 21px;
  }

  .pats-page .elementor-section.elementor-element.countdown-sctn {
    padding: 100px 0 120px;
  }

  .pats-page .countdown-sctn .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 15px;
  }

  .pats-page .countdown-sctn .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 46px;
  }

  .pats-page .countdown-sctn .elementor-element.activity-counter-container {
    margin-bottom: 115px;
  }

  .activity-counter-wgt .elementor-counter .elementor-counter-number-wrapper {
    font-size: 90px;
  }

  .pats-page .elementor-section.elementor-element.elementor-our-expertise-wrapper {
    padding: 305px 0 215px;
  }

  .our-expertise-section-info-wrapper .eael-call-to-action a,
  .expertise-card .expertise-card-title,
  .expertise-card .expertise-card-action-text {
    font-size: 25px;
  }

  .home-how-we-do-section .sub-heading>.elementor-widget-container p,
  .home-how-we-do-section .section-info-content>.elementor-widget-container {
    font-size: 20px;
    line-height: 1.7;
  }

  .pats-page .elementor-section.elementor-element.home-how-we-do-section {
    padding: 140px 0 140px;
  }

  .pats-page .elementor-section.elementor-element.client-feedback-n-testimonial-section {
    padding-bottom: 240px;
  }

  .pats-page .client-feedback-n-testimonial-section .elementor-element.section-heading-container>.elementor-widget-container {
    margin-bottom: 12px;
  }

  .review-video-sctn .play-btn,
  .client-review-slider .cntnt-mn h4 {
    font-size: 20px;
  }

  .expertise-card .expertise-card-action-text .fa {
    font-size: 20px;
  }

  .pats-page .elementor-section.elementor-element.read-more-reviews-sctn {
    padding-bottom: 120px;
  }

  .pats-page .read-more-reviews-sctn .elementor-element.reviews-hdng-txt .elementor-heading-title {
    font-size: 28px;
  }

  /* ------ Homepage modifications - end --------
   --------------------------- */

  /*----Mega menu ----
   ------------------*/
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item--primary>a.mega-menu-link {
    padding: 45px 8px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item--primary {
    margin-right: 23px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item.mega-nav-menu-contact-btn .mega-menu-link {
    font-size: 19px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-megamenu-submenu-items-col .mega-menu-link {
    --icon-height: 60px;
    --padding-left: calc(var(--icon-height) + 30px);
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col {
    padding-top: 53px;
    padding-bottom: 90px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-one {
    padding-left: 138px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-three.mega-has-menu-list {
    padding-right: 7.1875vw;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-nav--primary__dropdown-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    margin-bottom: 40px;
  }

  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
  .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    font-size: 17px;
  }

  .ebook-wdgt .ebook-wdgt__title {
    /* margin-bottom: 35px;
      font-size: 49px; */
    margin-bottom: 16px;
    font-size: 33px;
  }

  .ebook-wdgt .ebook-wdgt__title::after {
    width: 149px;
  }

  .ebook-wdgt .ebook-wdgt__info {
    /* margin-bottom: 50px;
      font-size: 19px; */
    margin-bottom: 35px;
    font-size: 25px;
  }

  .megamenu-container .ebook-wdgt .ebook-wdgt__button,
  .blog-section-tab-content__header .show-blog-listing-btn,
  .blog-section-tab-content .blog-post__title {
    font-size: 24px;
  }

  .ebook-wdgt .ebook-wdgt__button .btn-text {
    margin-right: 12px;
  }

  .ebook-wdgt .ebook-wdgt__button .btn-icon {
    padding-top: 5px;
  }

  .ebook-wdgt .ebook-wdgt__button .btn-icon svg {
    width: 25px;
  }

  /*----Mega menu end----
   ---------------------*/
  .bnr-lft-cntnt {
    padding-right: 50px;
  }

  .banner-mn p {
    font-size: 28px;
    margin: 0 0 15px 0;
  }

  .banner-mn h1 {
    font-size: 63px;
  }

  .banner-mn .technology-text {
    font-size: 68px;
  }

  .banner-mn .input-cursor {
    height: 58px;
  }

  .cmn-btn {
    font-size: 22px;
    padding: 16px 22px;
  }

  .banner-mn .group-btn-mn {
    margin: 50px 0 50px 0;
  }

  .border-btn:hover {
    border: 3px solid #fc8b54;
  }

  .border-btn {
    border: 3px solid #fff;
  }

  .feature-sctn-mn .feature-see-all-btn a {
    border-width: 3px 3px 3px 3px !important;
  }

  .feature-sctn-mn .feature-see-all-btn a:hover {
    border-width: 3px 3px 3px 3px !important;
  }

  .bnr-award-img img {
    max-width: 25%;
  }

  .our-expertise-slider .owl-next {
    right: -6%;
  }

  .our-expertise-slider .owl-prev {
    left: -6%;
  }

  .big-data__page-banner .inner__page-banner-contents-wrapper {
    padding: 300px 0 280px;
  }

  .ui-ux__page-banner .inner__page-banner-contents-wrapper {
    padding: 275px 0 152px;
  }

  .ui-ux__page-banner .page__title,
  .freightchanger-case-study__page-banner .page__title,
  .inner__page-banner.webdevelopment__page-banner .page__title,
  .inner__page-banner.dedicated-developer-hiring-page__banner .page__title,
  .inner__page-banner.dedicated-developer-hiring-page-redesign__banner .page__title,
  .inner__page-banner.fitness-app-development__banner .page__title,
  .inner__page-banner.fullstack-app-development__banner .page__title,
  .inner__page-banner.car-rental-app-development__banner .page__title,
  .inner__page-banner.food-delivery-application__banner .page__title,
  .inner__page-banner.farming-app-dev__banner .page__title,
  .inner__page-banner.grocery-store-app-dev__banner .page__title,
  .inner__page-banner .counter-wdgt__item__count,
  .inner__page-banner.beauty-salon__page-banner .page__title {
    font-size: 60px;
  }

  .ui-ux__page-banner .inner__page-banner-contents .page__info

  /* ,
   .freightchanger-case-study__page-banner .inner__page-banner-contents .page__info */
    {
    font-size: 25px;
    line-height: 1.8;
  }

  .contact__page-banner .inner__page-banner-contents .page__title {
    font-size: 70px;
  }

  .contact__page-banner .inner__page-banner-contents .page__info {
    font-size: 40px;
  }

  .inner__page-banner .page__info {
    font-size: 25px;
    line-height: 1.8;
  }

  .our-services-wrapper-inner-one {
    margin-right: 75px;
  }

  .pats-page-section .pats-text--45>.elementor-widget-container {
    font-size: 45px;
  }

  #app__development-service-section .section-heading,
  #app__development-platforms-mobile-app .section-heading,
  #app__dev-developers-skills-section .section-heading,
  #app__dev-custom-mob-apps-solutions .section-heading,
  #app__dev-success-stories-section .section-heading,
  .pats-page .inner-page-testimonial-section .elementor-element.section-heading,
  .inner__page-section .section-heading .elementor-widget-container,
  .pats-page-section .section-heading>.elementor-widget-container,
  .saas-srvce-section .info-text--highlighted,
  .pats-page .pats-page-section .elementor-element.section-heading,
  .client-feedback-section__inner .section-info .title,
  .webecom-features-section .info-col h3,
  .web-dev-tech-stack-tabs-container .tab-title,
  #custom_beauty_salon_explore-section .custom_beauty_salon_explore-item .elementor-icon-box-title {
    font-size: 40px;
  }

  .pats-page-section .pats-text--35>.elementor-widget-container,
  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-title {
    font-size: 35px;
  }

  #app__development-service-section .section-info,
  #app__development-platforms-mobile-app .section-info,
  #app__dev-developers-skills-section .section-info,
  #app__dev-developers-skills-section .dev__scope-heading,
  .cstm-mob-apps-sols-info .info-body,
  .app__dev-success-story-item-inner .client-name,
  #we-can-help .submit-btn,
  .inner__page-section .section-info .elementor-widget-container,
  .pats-page-section .section-info>.elementor-widget-container,
  .pats-page .blockchain-served-industries-section .elementor-element.section-info,
  .webecom-features-section .info-col p,
  .case-study-section .info-col.right .section-info {
    font-size: 24px;
  }

  /** @1900 Inner Page Banner **/
  .inner__page-banner-contents-wrapper,
  .slider__page-banner-contents-wrapper {
    padding: 300px 0 165px 0;
  }

  .inner__page-banner .counter-wdgt {
    margin-bottom: 57px;
  }

  /** end **/
  #app__development-service-section .section-heading .elementor-widget-container {
    margin-bottom: 35px;
  }

  #app__development-service-section .section-heading .elementor-widget-container {
    margin-bottom: 25px;
  }

  #app__development-service-section .section__heading-wrapper>.elementor-widget-wrap {
    margin-bottom: 118px;
  }

  #app__development-service-section .section__heading-wrapper .elementor-widget-container {
    margin-bottom: 35px;
  }

  .app__dev-service-card-inner {
    padding: 58px 32px;
  }

  .app__dev-service-card-inner {
    min-height: 510px;
  }

  #app__development-platforms-mobile-app,
  #app__dev-developers-skills-section,
  .pats-page .elementor-element.elementor-section.blockchain-served-industries-section {
    padding: 170px 0 160px;
  }

  .blockchain_served_industries-card-body,
  .fullstack-industries-slider__item__card-body,
  .app__dev-mob-app-pltfm-card .mob-app-pltfm-card-body {
    padding: 35px 42px 80px;
  }

  #app__dev-developers-skills-section .app__dev-skills-intro-section .elementor-widget-wrap {
    padding: 150px 76px 0px 50px;
  }

  #app__dev-developers-skills-section .app__dev-skills-section .elementor-widget-wrap {
    padding: 70px 30px 80px 75px;
  }

  #app__dev-developers-skills-section .pad-top-lg .elementor-widget-wrap {
    padding-top: 135px;
  }

  /** Custom Mobile Apps Solutions - start **/
  #app__dev-cstm-mob-apps-sols-info-section>.elementor-widget-wrap {
    padding-left: 138px;
  }

  #app__dev-custom-mob-apps-solutions,
  .pats-page .elementor-section.elementor-element.pats-composit-products-carousel-section {
    padding-top: 128px;
  }

  #app__dev-cstm-mob-apps-sols-info-section>.elementor-widget-wrap {
    padding-right: 55px;
  }

  #app__dev-custom-mob-apps-solutions .section-heading .elementor-widget-container,
  .pats-page .pats-composit-products-carousel-section .elementor-element.section-heading>.elementor-widget-container {
    padding-top: 90px;
  }

  #app__dev-success-stories-section,
  .pats-page .elementor-section.elementor-element.inner-page-testimonial-section {
    padding: 135px 0 165px;
  }

  /* #app__dev-success-stories-section .section-heading .elementor-widget-container {
		margin-bottom: 115px;
	} */
  .app__dev-success-stories-slider-wrapper {
    top: -75px;
  }

  .app__dev-success-story-item-inner {
    padding: 75px;
    padding-right: 60px;
  }

  .app__dev-success-story-item-inner .client-story-wrapper::before {
    width: 160px;
    height: 148px;
    top: -60px;
    left: -45px;
  }

  .app__dev-success-stories-slider .owl-nav {
    top: -175px;
  }

  .cstm-mob-apps-sols-img-slider-item-inner {
    padding: 50px 0 0 50px;
  }

  #we-can-help {
    padding: 150px 0 165px;
  }

  /** AR-VR page - start **/
  .pats-page .elementor-section.elementor-element.ar_vr_app_dev-services-section {
    padding: 160px 0;
  }

  .ar-vr__page-banner .inner__page-banner-contents-wrapper {
    padding-top: 275px;
  }

  /* .inner__page-section .section-info .elementor-widget-container {
      line-height: 1.88;
   } */
  .pats-page .ar_vr_app_dev-services-section .section-heading>.elementor-element.elementor-widget-container {
    margin-bottom: 40px;
  }

  .pats-page .ar_vr_app_dev-services-section .elementor-element.section-heading {
    line-height: 1.5em;
  }

  #custom_ar_vr_app_dev-srvcs-section {
    background-size: 1850px;
  }

  #custom_ar_vr_app_dev-srvcs-section .section-heading .elementor-widget-container {
    margin-bottom: 85px;
  }

  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item:not(:last-child) {
    margin-bottom: 65px;
  }

  /* .ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper {
      padding: 60px 0;
   } */
  /** End **/
  /*  */
  .ar_vr_served_industries-item-inner .slider-heading {
    line-height: 1.55;
    font-size: 40px;
  }

  .ar_vr_served_industries-item-inner .industry-type {
    margin-bottom: 8px;
    font-size: 75px;
    /* line-height: 3.07; */
  }

  .ar_vr_served_industries-item-inner .slider-header-badge,
  .iot_served_idustries-slider .slider-header-badge {
    padding: 10px 11px;
    font-size: 25px;
  }

  .ar_vr_served_industries-item-inner .industry-info {
    font-size: 25px;
  }

  .ar_vr_served_industries-slider .owl-dots,
  .sass-industries-slider .owl-dots {
    bottom: 60px;
  }

  .ar_vr_served_industries-slider .owl-dot,
  .sass-industries-slider .owl-dot {
    width: 17px;
    height: 17px;
    margin-right: 9px;
  }

  .ar_vr_served_industries-slider-wrapper::before,
  .sass-industries-slider-wrapper::before {
    bottom: -45px;
    height: 45px;
  }

  .ar_vr_served_industries-slider-wrapper::after,
  .sass-industries-slider-wrapper::after {
    bottom: -22.5px;
    height: 22.5px;
  }

  /*  */
  /*  */
  .iot-dev-services-card {
    padding: 55px 30px 30px;
  }

  .pats-page .iot-dev-services-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-right: 55px;
  }

  .pats-page .iot-dev-services-section .elementor-element.services-cards-col>.elementor-widget-wrap {
    padding-left: 45px;
  }

  .pats-page .elementor-section.elementor-element.iot-platforms-techs-section {
    padding: 150px 0 0;
  }

  .platforms-techs-gallery-col .elementor-element.elementor-widget-image-gallery .gallery .gallery-item {
    min-height: 265px;
  }

  /*  */
  .iot_served_idustries-slider .slider-heading {
    margin-bottom: 22px;
    font-size: 32px;
    line-height: 1.59;
  }

  .iot_served_idustries-slider .service-title {
    margin-bottom: 12px;
    font-size: 70px;
  }

  .iot_served_idustries-slider .service-info {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 1.45;
  }

  .pats-page .elementor-section.elementor-element.iot-platforms-techs-section {
    margin-bottom: 320px;
  }

  .pats-page .iot-platforms-techs-section .elementor-element.iot-platforms-techs-setion-top-part {
    margin-bottom: -30px;
  }

  /*  */
  .pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-dev-services-col .elementor-widget-wrap {
    padding: 175px 150px 120px 75px;
  }

  .blockchain-app-dev-services-section .blockchain-intro-col {
    top: 165px;
  }

  .pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-intro-col>.elementor-widget-wrap {
    padding: 55px 55px 60px;
  }

  .blockchain-app-dev-services-section .blockchain-intro-col .elementor-element.blockchain-intro-box-title {
    font-size: 55px;
    line-height: 1.25;
  }

  .blockchain-app-dev-services-section .blockchain-intro-col .elementor-element.blockchain-intro-box-info-text {
    font-size: 27px;
    line-height: 1.67;
  }

  .pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-intro-col {
    width: calc(100vw * 0.4296875);
    max-width: 825px;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-heading {
    line-height: 1.68;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-info {
    line-height: 1.73;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.blockchain-mobile-app-platform-logos-col>.elementor-widget-wrap {
    padding-left: 50px;
  }

  /*  */
  .pats-page .our-focus-section .elementor-element.our-activity-counter-item .elementor-counter-number-wrapper {
    font-size: 90px;
  }

  .pats-page .our-focus-section .elementor-element.our-activity-counter-item .elementor-counter-title {
    font-size: 27px;
  }

  .our-focus-section .our-activity-counter-item .elementor-counter-number-suffix {
    font-size: 75px;
    line-height: 86px;
  }

  .pats-page .project-management-psychology-section .elementor-element.section-heading {
    font-size: 45px;
  }

  .pats-page .project-management-psychology-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 28px;
  }

  .pats-page .project-management-psychology-section .elementor-element.section-info {
    font-size: 28px;
    line-height: 1.54;
  }

  .pats-page .project-management-psychology-section .elementor-element.info-col {
    width: 38%;
  }

  .pats-page .project-management-psychology-section .elementor-element.scheme-type {
    font-size: 35px;
  }

  .pats-page .project-management-psychology-section .elementor-element.scheme-info {
    font-size: 22px;
    line-height: 1.45;
  }

  .pats-page .project-management-psychology-section .elementor-element.inner-section-project-management-schemes>.elementor-container {
    height: 550px;
  }

  .pats-page .project-management-psychology-section .elementor-element.project-management-scheme-col>.elementor-element-populated {
    padding: 40px 20px 0px 35px;
  }

  .pats-page .elementor-section.elementor-element.project-management-psychology-section {
    padding: 140px 0 140px;
  }

  .about-page-client-review-section .section-heading {
    font-size: 45px;
    line-height: 1.24;
  }

  .about-page-client-review-section .testimonial-hdng-para p {
    font-size: 28px;
    line-height: 1.79;
  }

  .about-page-client-review-section .client-review-slider .cntnt-mn img,
  .app__dev-success-stories-slider .app__dev-success-story-item-inner .client-logo {
    margin-top: 8px;
    width: 88px;
    max-width: 170px;
    max-height: 46px;
    width: auto;
  }

  .app__dev-success-stories-slider .app__dev-success-story-item-inner .client-logo {
    margin: 0;
  }

  .about-page-client-review-section .client-review-slider .cntnt-mn {
    padding: 50px 38px;
  }

  .about-page-client-review-section .client-review-slider .cntnt-mn p {
    font-size: 20px;
    line-height: 1.75;
  }

  .pats-page .about-page-client-review-section .elementor-element.feature-see-all-btn .elementor-button {
    font-size: 24px;
  }

  .about-page-client-review-section .view-all-btn-mn .elementor-button {
    width: 315px;
    height: 80px;
  }

  .pats-page .about-page-client-review-section .elementor-element.testimonial-hdng-para>.elementor-widget-container {
    margin-bottom: 32px;
  }

  .pats-page .elementor-section.elementor-element.our-focus-section {
    padding: 140px 0 140px;
    padding: 0 0 140px;
  }

  .about-page-client-review-section .client-review-slider .owl-dots {
    bottom: -65px;
  }

  .contact__page-banner .page__title {
    font-size: 70px;
  }

  .contact__page-banner .page__info {
    font-size: 40px;
  }

  .contact__page-banner .inner__page-banner-contents-wrapper {
    padding: 320px 0 275px;
  }

  .our-locations-section .section-heading,
  .pats-page .our-locations-section .elementor-element.country-name {
    font-size: 40px;
    line-height: 1.58;
  }

  .pats-page .our-locations-section .elementor-element.section-heading-container .elementor-widget-container {
    margin-bottom: 120px;
  }

  .inner-section-countries-wrapper .country-flag img {
    width: auto;
  }

  .pats-page .our-locations-section .elementor-element.country-flag>.elementor-widget-container {
    margin-bottom: 32px;
  }

  .pats-page .elementor-section.elementor-element.our-locations-section {
    padding: 160px 0 160px;
  }

  .pats-page .elementor-section.elementor-element.reach-us-form-section {
    padding: 160px 0 160px;
  }

  .contact-form .form-field-icon.clock-icon,
  .contact-form .form-field-icon.dropdown-icon {
    top: 10px;
    width: auto;
  }

  .contact-form .custom-select {
    background-size: auto;
  }

  .pats-page .reach-us-form-section .elementor-element.section-heading {
    font-size: 50px;
    line-height: 1.44;
  }

  .pats-page .reach-us-form-section .elementor-element.form-container-col>.elementor-widget-wrap {
    padding-left: 65px;
  }

  .contact-form .pi-form-control:focus+.pi-form-label,
  .contact-form .pi-form-control:valid+.pi-form-label,
  .contact-form .pi-form-group.isValid .pi-form-label,
  .contact-form .pi-form-group.hasFocus .pi-form-label {
    top: -24px;
    font-size: 19px;
  }

  .big-data-mngmnt-sols-section .section-heading .elementor-widget-container {
    font-size: 40px;
  }

  .big-data-mngmnt-sols-section .section-info .elementor-widget-container {
    font-size: 24px;
  }

  .pats-page .big-data-mngmnt-sols-section .elementor-element.section-info {
    line-height: 1.88;
  }

  .pats-page .big-data-mngmnt-sols-section .elementor-element.section-info>.elementor-widget-container {
    padding-left: 35px;
  }

  .pats-page .big-data-technologies-section .elementor-element.section-heading {
    line-height: 1.55;
  }

  .pats-page .elementor-section.elementor-element.big-data-management-results-section {
    padding: 85px 0 160px;
  }

  .big-data-management-result-card .elementor-icon-box-wrapper {
    min-height: 523px;
    padding: 142px 80px 70px 38px;
  }

  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(1),
  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(2),
  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(3) {
    margin-bottom: 46px;
  }

  .big-data-management-result-card .elementor-icon-box-title {
    margin-bottom: 18px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 30px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 22px;
  }

  .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: 40px;
  }

  .pats-page .big-data-management-results-section .elementor-element.section-heading {
    font-size: 40px;
    line-height: 1.55;
  }

  .pats-page .big-data-management-results-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 40px;
  }

  .pats-page .big-data-management-results-section .elementor-element.section-info {
    font-size: 24px;
    line-height: 1.88;
  }

  .pats-page .big-data-management-results-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 90px;
  }

  .big-data-management-result-card .elementor-icon {
    font-size: 90px;
  }

  .pats-page .big-data-management-results-section .elementor-element.inner-section-top {
    margin-bottom: 52px;
  }

  .pats-page .big-data-management-results-section .elementor-element.image-col>.elementor-widget-wrap {
    padding-right: 58px;
  }

  .big-data-mngmnt-sols-slider .ar_vr_app_dev-service-card .service-icon {
    width: auto;
  }

  .big-data-mngmnt-sols-section .elementor-container .elementor-element.information-section {
    margin-bottom: 120px;
  }

  .pats-page .elementor-section.elementor-element.big-data-technologies-section {
    padding: 160px 0 160px;
  }

  .pats-page .big-data-mngmnt-sols-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 40px;
  }

  .iot__page-banner .inner__page-banner-contents .page__info,
  .big-data__page-banner .inner__page-banner-contents .page__info,
  .blockchain__page-banner .inner__page-banner-contents .page__info,
  .it-staff-augmentation__page-banner .inner__page-banner-contents .page__info {
    font-size: 1.5625rem;
    line-height: 1.8;
  }

  .it-staff-augmentation__page-banner .inner__page-banner-contents-wrapper {
    padding: 320px 0 346px;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.it-staff-services-benefit-card>.elementor-widget-wrap {
    padding: 39px 35px 45px 40px;
  }

  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 25px;
  }

  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-description,
  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 22px;
  }

  .perks-of-it-staff-services-section .elementor-widget-wrap>.section-info-container {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .perks-of-it-staff-services-section .elementor-widget-wrap>.it-staff-service-cards-container {
    flex: 0 0 63%;
    max-width: 63%;
  }

  .it-staff-service-cards-container .it-staff-services-benefit-card {
    flex: 0 0 48.5%;
    max-width: 48.5%;
  }

  .it-staff-service-cards-container .it-staff-services-benefit-card:not(.no-margin-bottom) {
    margin-bottom: 32px;
  }

  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box .elementor-icon {
    font-size: 48px;
  }

  .pats-page .elementor-section.elementor-element.perks-of-it-staff-services-section {
    padding: 160px 0 180px;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.info-col>.elementor-element-populated {
    padding-top: 35px;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.section-heading {
    line-height: 1.6;
  }

  .pats-page .elementor-section.elementor-element.it-staff-augmentation-service-plans-section {
    padding: 165px 0 200px;
  }

  .it-staff-augmentation-services-plan-card .elementor-button-content-wrapper {
    font-size: 22px;
  }

  .pats-page .it-staff-augmentation-service-plans-section .elementor-element.info-col>.elementor-widget-wrap {
    margin-bottom: 95px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary {
    padding: 100px 0 120px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    padding: 68px 0 105px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 40px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-title .elementor-icon {
    font-size: 44px;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-info {
    font-size: 20px;
    line-height: 1.75;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-title>.elementor-widget-container {
    margin-bottom: 45px;
  }

  .pats-page .it-staff-augmentation-services-plan-card.primary .elementor-element.plan-info>.elementor-widget-container {
    margin-bottom: 85px;
  }

  /* ui/ux page */
  .pats-page .elementor-section.elementor-element.ui-ux-methodology-section {
    padding: 120px 0 200px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.image-container img {
    width: 710px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 30px;
  }

  .pats-page .ui-ux-page-section .elementor-element.section-heading {
    font-size: 40px;
  }

  .pats-page .ui-ux-page-section .elementor-element.section-info {
    font-size: 24px;
    line-height: 1.88;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.contents-divider .elementor-divider {
    padding: 35px 0 50px;
  }

  .ui-ux-methodology-cards-container .ui-ux-methodology-card:not(.no-mb) {
    margin-bottom: 26px;
  }

  .pats-page .ui-ux-methodology-card .elementor-element.ui-ux-methodology-card-contents .elementor-icon {
    width: 57px;
    height: 60px;
    font-size: 35px;
  }

  .pats-page .ui-ux-methodology-card .elementor-element.ui-ux-methodology-card-contents .elementor-icon-box-title {
    font-size: 20px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.ui-ux-methodology-card>.elementor-widget-wrap {
    padding: 14px;
  }

  /* bullet list section */
  .pats-page .ui-ux-dedication-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 148px 0 134px 106px;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 60px;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.ui-ux-dedication-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 28px;
    line-height: 3.29;
  }

  .ui-ux-dedication-bullet-list .eael-feature-list-icon-box {
    padding-top: 34px;
    margin-right: 6px;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.ui-ux-dedication-bullet-list .eael-feature-list-icon-box .eael-feature-list-icon {
    width: 19px;
    height: 19px;
  }

  /* work steps section */
  .pats-page .elementor-section.elementor-element.ui-ux-work-steps-section {
    padding: 135px 0 185px;
  }

  .pats-page .ui-ux-work-steps-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .pats-page .ui-ux-work-steps-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 140px;
  }

  /* workshops strategies section */
  .pats-page .elementor-section.elementor-element.ui-ux-workshops-section {
    padding-bottom: 298px;
  }

  .ui-ux-workshops-section .ui-ux-workshops-image-container img {
    max-width: 753px;
  }

  .pats-page .ui-ux-workshops-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-right: 0;
  }

  /* knowing your users section */
  .pats-page .elementor-section.elementor-element.knowing-your-users-section {
    padding: 165px 0 195px;
  }

  /* mind mapping section */
  .pats-page .elementor-section.elementor-element.ui-ux-mapping-section {
    padding: 200px 0 149px;
  }

  /* tools section */
  .pats-page .elementor-section.elementor-element.ui-ux-tools-section {
    padding: 147px 0 200px;
  }

  .pats-page .ui-ux-tools-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 130px;
  }

  .tools-logo-wrapper .elementor-column.ui-ux-tool-logo-col:not(:last-of-type) {
    margin-right: 230px;
  }

  .ui-ux-tools-section .ui-ux-tool-logo img {
    height: auto;
    width: auto;
    max-height: none;
  }

  /* ui guidelines section */
  .pats-page .elementor-section.elementor-element.ui-ux-guideline-section {
    padding: 200px 0 175px;
  }

  .pats-page .ui-ux-guideline-section .elementor-element.section-heading {
    font-size: 63px;
  }

  .pats-page .ui-ux-guideline-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 45px;
  }

  /* Freightchanger Case Study */
  .freightchanger-case-study__page-banner .inner__page-banner-contents-wrapper {
    padding: 282px 0 212px;
  }

  /* .freightchanger-case-study__page-banner .inner__page-banner-contents .page__info {
      line-height: 1.6;
   } */
  /* problem analysis section */
  .pats-page .elementor-section.elementor-element.fccs-problem-analysis-section {
    padding-top: 87.5px;
    padding-left: 525px;
  }

  .pats-page .case-study-page-section .elementor-element.section-heading {
    font-size: 55px;
  }

  .pats-page .case-study-page-section .elementor-element.section-info {
    font-size: 25px;
    line-height: 1.52;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 32px;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 60px;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.top-col>.elementor-widget-wrap {
    margin-bottom: 128px;
  }

  .pats-page .fccs-project-management-timeline-section .elementor-element.image-container img {
    max-width: 1524px;
  }

  .pats-page .fccs-webwireframe-section .elementor-element.image-container img {
    max-width: 1430px;
  }

  .pats-page .fccs-responsive-designs-sections .elementor-element.image-container img {
    max-width: 1445px;
  }

  .pats-page .elementor-section.elementor-element.fccs-project-management-timeline-section {
    padding: 175px 0 300px;
  }

  .pats-page .elementor-section.elementor-element.fccs-webwireframe-section {
    padding-bottom: 230px;
  }

  .pats-page .elementor-section.elementor-element.fccs-design-text-section {
    padding-bottom: 235px;
  }

  .pats-page .elementor-section.elementor-element.fccs-responsive-designs-sections {
    padding-bottom: 220px;
  }

  .pats-page .elementor-section.elementor-element.fccs-development-procedure-section {
    padding-bottom: 300px;
  }

  .pats-page .fccs-development-procedure-section .elementor-element.tech-stacks-info {
    font-size: 33px;
  }

  .pats-page .fccs-webwireframe-section .elementor-element.section-heading>.elementor-widget-container {
    padding: 0 0 65px 108px;
  }

  .pats-page .elementor-section.elementor-element.fccs-other-case-studies-section {
    padding: 170px 0 270px;
  }

  .pats-page .fccs-other-case-studies-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 87px;
    padding-left: 15px;
  }

  .pats-page .fccs-other-case-studies-section .elementor-element.section-heading {
    font-size: 40px;
  }

  .other-case-studies-slider .project-img-wrapper {
    margin-bottom: 59px;
  }

  .other-case-studies-slider .project-title,
  .features-case-mn .cntnt-mn .project-title {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .other-case-studies-slider .project-description,
  .features-case-mn .cntnt-mn .project-description {
    font-size: 25px;
    letter-spacing: 0.78px;
  }

  /* case study project breakdown tabs */
  .pats-page .elementor-section.elementor-element.fccs-project-breakdown-tabs-section {
    padding-bottom: 130px;
  }

  .case-study-project-breakdown-tabs-wrapper {
    margin-left: 128px;
  }

  .case-study-project-breakdown-tab__inner {
    min-height: 700px;
    padding: 143px 76px 107px 0;
  }

  .case-study-project-breakdown-tab .tab-description {
    margin-bottom: 60px;
  }

  .case-study-project-breakdown-tab .project-details-box__item:not(.last) {
    margin-right: 95px;
  }

  .case-study-project-breakdown-tab .tab-title {
    font-size: 3.4375rem;
  }

  .case-study-project-breakdown-tab .tab-description,
  .case-study-project-breakdown-tab .project-detail-label,
  .case-study-project-breakdown-tabs__menu .menu-link {
    font-size: 1.375rem;
  }

  .case-study-project-breakdown-tab .tab-description {
    line-height: 1.73;
  }

  .case-study-project-breakdown-tab .project-detail-label {
    margin-bottom: 14px;
  }

  .case-study-project-breakdown-tab .project-detail {
    font-size: 1.75rem;
  }

  .case-study-project-breakdown-tabs__menu {
    top: 99px;
  }

  .case-study-project-breakdown-tabs__menu .menu-link {
    padding: 15px 21.5px;
  }

  .big-data-technologies-gallery__item {
    height: 260px;
  }

  .big-data-technologies-gallery-slider .owl-dots {
    margin-top: 42px;
  }

  .big-data-technologies-gallery-slider .owl-dot:not(:last-child) {
    margin-right: 18px;
  }

  .pats-page .big-data-technologies-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 80px;
  }

  .pats-page .big-data-technologies-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .pats-page .custom-logo-link .site-logo {
    width: 253px;
  }

  .feature-case-studies-section .section-heading--secondary .elementor-widget-container {
    font-size: 22px;
  }

  .pats-page .feature-case-studies-section .elementor-element.section-heading--primary .elementor-heading-title {
    font-size: 45px;
  }

  .pats-page .feature-case-studies-section .elementor-element.section-heading--secondary>.elementor-widget-container {
    margin-bottom: 20px;
  }

  .pats-page .feature-case-studies-section .elementor-element.section-heading--primary>.elementor-widget-container {
    margin-bottom: 80px;
  }

  .pats-page .elementor-section.elementor-element.home-page-case-study-slider-section {
    padding: 165px 240px 85px 210px;
  }

  .homepage-case-study-slider__content-wrapper .sub-heading-text {
    margin-bottom: 40px;
  }

  .homepage-case-study-slider__content-wrapper .sub-heading-text {
    font-size: 20px;
  }

  .homepage-case-study-slider__content-wrapper .heading-text {
    margin-bottom: 16px;
    font-size: 64px;
  }

  .homepage-case-study-slider__content-wrapper .information-text,
  .homepage-case-study-slider__content-wrapper .case-study-link,
  .case-study-section .case-study-link,
  .pats-blog-lists-section .load-more-posts-btn {
    margin-bottom: 33px;
    font-size: 22px;
    line-height: 1.4;
  }

  /* How We Do accordion - start */
  .pats-page .home-how-we-do-section .elementor-element.how-we-do-lft>.elementor-widget-wrap {
    padding-right: 150px;
  }

  .how-we-do-collapse-card .btn-collapse {
    padding: 18px 54px 18px 35px;
  }

  .how-we-do-collapse-card .collapse-title__icon {
    margin-right: 30px;
  }

  .how-we-do-accordion-collapse .accordion-wrapper-inner {
    padding: 35px 64px 44px 64px;
  }

  .how-we-do-collapse-card .how-we-do-bullet-list .list-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .how-we-do-collapse-card .list-item__icon {
    margin-right: 34px;
  }

  .how-we-do-collapse-card .list-item__title {
    margin-bottom: 15px;
  }

  .how-we-do-collapse-card .collapse-title__text {
    font-size: 25;
  }

  .how-we-do-collapse-card .list-item__title {
    font-size: 21;
  }

  .how-we-do-collapse-card .list-item__info {
    font-size: 18;
  }

  /* How We Do accordion - end */
  .inner-section-countries-wrapper .elementor-column.country-col:not(:last-of-type) {
    margin-right: 200px;
  }

  .pats-page .our-locations-section .country-col .office-addr-field {
    margin-top: 12px;
  }

  .logo-with-lottie-animation .new-year-animation-container {
    width: 140px;
    width: 160px;
  }

  #app__dev-success-stories-section .section-heading .elementor-widget-container,
  .pats-page .inner-page-testimonial-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 80px;
  }

  .f-stack-page-section .section-heading>.elementor-widget-container {
    font-size: 55px;
  }

  .f-stack-page-section .section-info>.elementor-widget-container {
    font-size: 27px;
    line-height: 1.67;
  }

  .pats-page .elementor-section.elementor-element.f-stack-srvc-pvdrs-section {
    padding: 170px 0 130px;
  }

  .pats-page .f-stack-srvc-pvdrs-section .elementor-element.section-info>.elementor-widget-container {
    padding-top: 40px;
  }

  .pats-page .f-stack-srvc-pvdrs-section .elementor-element.section-sub-heading>.elementor-widget-container {
    margin-bottom: 16px;
  }

  .pats-page .f-stack-srvc-pvdrs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 45px;
  }

  .pats-page .elementor-section.elementor-element.f-stack-srvc-pvdrs-slider-section {
    padding-bottom: 170px;
  }

  .fullstack-services-slider .ar_vr_app_dev-service-card {
    padding: 73px 25px 35px;
  }

  .fullstack-services-slider .f-stack-icon-container {
    margin-bottom: 66px;
  }

  .pats-page .f-stack-dev-charac-section .elementor-element.homepage-section-heading>.elementor-widget-container {
    margin-bottom: 35px;
  }

  .pats-page .f-stack-dev-charac-section .elementor-element.section-info-sm>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .f-stack-dev-charac-section .section-info-sm>.elementor-widget-container,
  .f-stack-srvc-pvdrs-section .section-sub-heading>.elementor-widget-container {
    font-size: 20px;
  }

  .pats-page-section .f-stack-section-heading>.elementor-widget-container {
    font-size: 45px;
  }

  .pats-page .elementor-section.elementor-element.f-stack-dev-charac-section {
    padding: 170px 0 220px;
  }

  .pats-page .f-stack-dev-charac-section .elementor-element.section-info-col>.elementor-widget-wrap {
    padding-right: 50px;
  }

  .pats-page .f-stack-dev-charac-section .elementor-element.list-col>.elementor-widget-wrap {
    padding-left: 83px;
  }

  .pats-page .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 28px;
  }

  .pats-page .f-stack-dev-charac-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 95px;
  }

  .pats-page .f-stack-advtgs-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 80px;
  }

  .pats-page .elementor .elementor-element.f-stack-dev-charac-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 66px;
  }

  .pats-page .elementor .elementor-element.f-stack-advtgs-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 39px;
  }

  .f-stack-dev-charac-section .section-info-col::before {
    left: -138px;
  }

  .pats-page .f-stack-dev-charac-section .elementor-column.section-info-col {
    padding-bottom: 169px;
  }

  .pats-page .elementor-section.elementor-element.f-stack-advantages-section {
    padding: 156px 0 200px;
  }

  .pats-page .f-stack-advantages-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 53px;
  }

  .pats-page .f-stack-advantages-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 95px;
  }

  .f-stack-advantages-section .section-info>.elementor-widget-container {
    line-height: 1.88;
  }

  .fullstack__page-banner .inner__page-banner-contents-wrapper {
    padding: 300px 0 280px;
  }

  .saas__page-banner .inner__page-banner-contents-wrapper,
  .life_at_pitangent__page-banner .inner__page-banner-contents-wrapper {
    padding: 300px 0 200px;
  }

  .saas__page-banner.inner__page-banner .page__title,
  .life_at_pitangent__page-banner.inner__page-banner .page__title {
    margin-bottom: 27px;
  }

  .saas__page-banner.inner__page-banner .page__info,
  .life_at_pitangent__page-banner.inner__page-banner .page__info {
    margin-bottom: 57px;
  }

  .pats-page .elementor-section.elementor-element.saas-about-section {
    padding: 130px 0 200px;
  }

  .pats-page .saas-about-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .saas-page-section .section-info>.elementor-widget-container {
    font-size: 28px;
  }

  .saas-about-section .img-col {
    padding-right: 47.5px;
  }

  .saas-about-section .info-col {
    padding-top: 20px;
    padding-left: 47.5px;
  }

  .pats-page .elementor-section.elementor-element.saas-dev-scope-section {
    padding: 150px 0 120px;
  }

  .saas-dev-services-slider .service-img-wrapper {
    margin-bottom: 39px;
  }

  .saas-dev-services-slider__item .service-title {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .saas-dev-services-slider__item .service-description {
    font-size: 20px;
  }

  .pats-page .elementor-section.elementor-element.saas-dev-types-section {
    padding: 157px 0 140px;
  }

  .pats-page .saas-dev-types-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 108px;
  }

  .saas-dev-types-cards-container .saas-dev-types-card {
    padding: 64px 0 83px;
  }

  .saas-dev-types-cards-container .saas-dev-types-card {
    margin-bottom: 78px !important;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 44px;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card .elementor-icon {
    font-size: 105px;
  }

  .pats-page .elementor .elementor-element.saas-dev-types-card .elementor-icon-box-title {
    font-size: 41px;
  }

  .pats-page .saas-served-indstrs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 95px;
  }

  .sass-industries-slider .slider-body {
    padding: 125px 135px 110px;
  }

  .sass-industries-slider .industry-type {
    font-size: 41px;
  }

  .sass-industries-slider .slider-heading {
    font-size: 55px;
  }

  .sass-industries-slider .industry-info {
    font-size: 25px;
  }

  .sass-industries-slider .slider-heading {
    margin-bottom: 37px;
  }

  .sass-industries-slider .industry-info {
    margin-bottom: 35px;
  }

  .pats-page .elementor-section.elementor-element.saas-served-indstrs-section {
    padding-bottom: 110px;
  }

  /* .mvp-development__page-banner,
   .devops-cloud-engineering__page-banner {
      max-width: 1920px;
      margin: auto;
      background-size: cover;
      background-position-y: center;
   } */
  .mvp-development__page-banner .inner__page-banner-contents-wrapper {
    padding: 300px 0 130px;
  }

  .mvp-development__page-banner.inner__page-banner .page__title {
    margin-bottom: 30px;
  }

  .mvp-development__page-banner.inner__page-banner .page__info {
    margin-bottom: 25px;
  }

  .pats-page .elementor-section.elementor-element.mvp-about-section {
    padding: 140px 0 169px;
  }

  .pats-page .mvp-about-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 40px;
  }

  .pats-page .mvp-about-section .elementor-element.bullet-list-section-col>.elementor-widget-wrap {
    margin-top: 124px;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 26px;
  }

  .pats-page .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
    padding: 36px;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item:not(:last-child),
  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item:not(:first-child) {
    padding-bottom: 26px;
    padding-top: 26px;
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 50px;
  }

  .pats-page .mvp-advntgs-bullet-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .pats-page .bullet-list-section-col .bullet-list-col.one {
    padding-right: 27px;
  }

  .pats-page .bullet-list-section-col .bullet-list-col.two {
    padding-left: 27px;
  }

  .pats-page .elementor-section.elementor-element.mvp-features-section {
    padding: 173px 0 75px;
  }

  .pats-page .elementor-section.elementor-element.mvp-features-section-two {
    padding-bottom: 173px;
  }

  .pats-page .mvp-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 38px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
    margin-bottom: 33px;
    font-size: 30px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon {
    font-size: 37px;
  }

  .pats-icon-box .elementor-icon-box-title {
    padding-left: 70px;
  }

  .pats-page .elementor .elementor-element.pats-icon-box .elementor-icon-box-description {
    font-size: 18px;
  }

  .pats-page .mvp-features-section-two .elementor-element.mvp-feature-icon-box>.elementor-widget-container {
    margin-bottom: 39px;
  }

  .mvp-features-section-two .feature-list-col {
    padding-left: 140px;
    padding-right: 220px;
  }

  .mvp-features-section-two .mvp-feature-img-wdgt {
    position: static;
  }

  .pats-page .elementor-section.elementor-element.mvp-dev-process-section {
    padding: 173px 0;
  }

  .pats-page .mvp-dev-process-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 87px;
  }

  /* MVP page accordion */
  .mvp-dev-process-collapse-card:not(:last-child) {
    margin-bottom: 42px;
  }

  .mvp-dev-process-collapse-card .accordion-wrapper-inner {
    padding: 25px 67px 47px;
  }

  .mvp-dev-process-collapse-card .btn-collapse {
    padding: 32px 75px 32px 68px;
  }

  .mvp-accordion-bullet-list .list-item:not(:last-child) {
    margin-bottom: 55px;
  }

  .mvp-accordion-bullet-list .list-item .list-item__icon {
    margin-right: 36px;
  }

  .mvp-dev-process-collapse-card .collapse-state-indicator {
    right: 46px;
  }

  .mvp-dev-process-collapse-card .collapse-state-indicator {
    width: 21px;
    height: 21px;
  }

  .mvp-dev-process-collapse-card .btn-collapse {
    font-size: 25px;
  }

  .mvp-accordion-bullet-list .list-item__content {
    font-size: 22px;
  }

  .devops-cloud-engineering__page-banner .inner__page-banner-contents-wrapper {
    padding: 300px 0 235px;
  }

  .devops-cloud-engineering__page-banner.inner__page-banner .page__title {
    margin-bottom: 25px;
  }

  .devops-cloud-engineering__page-banner.inner__page-banner .page__info {
    margin-bottom: 35px;
  }

  .pats-page .elementor-section.elementor-element.devops-role-section {
    padding: 210px 0 215px;
  }

  .pats-page .devops-role-section .elementor-element.section-heading-lg>.elementor-widget-container {
    margin-bottom: 40px;
  }

  .pats-page .devops-role-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 65px;
  }

  .devops-role-section .info-col {
    padding-right: 150px;
  }

  .devops-role-section .section-heading-lg>.elementor-widget-container {
    font-size: 55px;
  }

  .devops-role-section .section-info>.elementor-widget-container {
    font-size: 27px;
  }

  .pats-page .devops-role-section .devops-bullet-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 65px;
  }

  .pats-page .elementor-section.elementor-element.devops-popularity-section {
    padding: 170px 0 185px;
  }

  .pats-page .devops-popularity-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 67px;
  }

  .pats-page .devops-popularity-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 159px;
  }

  .devops-srvcs-card-col .devops-srvcs-card {
    margin-bottom: 136px !important;
    padding: 65px 0 35px;
  }

  .pats-page .elementor .elementor-element.devops-srvcs-card.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 74px;
  }

  .pats-page .elementor .elementor-element.devops-srvcs-card .elementor-icon {
    font-size: 57px;
  }

  .pats-page .elementor .elementor-element.devops-srvcs-card .elementor-icon-box-description {
    font-size: 26px;
  }

  .pats-page .devops-what-makes-special-section .elementor-element.floating-box>.elementor-widget-wrap {
    padding: 72px 65px 65px 50px;
  }

  .pats-page .elementor .devops-what-makes-special-section .elementor-element.devops-bullet-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 39px;
  }

  .pats-page .devops-what-makes-special-section .devops-bullet-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 74px;
  }

  .devops-what-makes-special-section .list-col {
    padding: 180px 185px 100px 135px;
  }

  .devops-what-makes-special-section .floating-box {
    right: 130px;
    top: 110px;
  }

  .devops-what-makes-special-section .floating-box-title>.elementor-widget-container {
    font-size: 55px;
  }

  .devops-what-makes-special-section .floating-box-info>.elementor-widget-container {
    font-size: 26px;
  }

  .iot__page-banner .inner__page-banner-contents {
    max-width: 925px;
  }

  .ar-vr__page-banner {
    background-size: contain;
    background-position-x: center;
    background-color: #eef1fb;
  }

  .contact__page-banner {
    background-size: contain;
    background-position: center;
    background-color: #f0f3fb;
  }

  .careers__page-banner {
    background-size: 1920px;
    background-position-x: center;
    background-color: #f2f7fa;
  }

  .careers__page-banner .inner__page-banner-contents {
    max-width: 900px;
  }

  .homepage-banner {
    background-position: center 30%;
  }

  .pats-page .case-studies__page-banner .page__info {
    margin-bottom: 40px;
  }

  /* -------- Get Free Quote Modal ------- */
  .get-free-quote-modal .modal-content {
    padding: 33px;
    padding-left: 77px;
  }

  .get-free-quote-modal .contact-list-icon-wrapper {
    margin-right: 24px;
  }

  .get-free-quote-modal .contact-list-item:not(:last-child) {
    margin-bottom: 42px;
  }

  .get-free-quote-modal .modal-contact-title,
  .inner__page-banner.online-ecommerce__banner .page__title {
    font-size: 50px;
  }

  .get-free-quote-modal .modal-contact-sub-title,
  .pats-page-section .pats-text--20>.elementor-widget-container,
  .fullstack-industries-slider__item__card .info-text {
    font-size: 20px;
  }

  .get-free-quote-modal .modal-contact-sub-title {
    margin-bottom: 52px;
  }

  .get-free-quote-modal .form-container-card {
    padding: 65px 60px 43px;
  }

  .get-free-quote-modal .modal-contact-info-section {
    padding-top: 140px;
    padding-right: 130px;
  }

  .get-free-quote-modal .social-media-btn:not(:last-child) {
    margin-right: 40px;
  }

  .get-free-quote-modal .modal-form-title,
  .get-free-quote-modal .modal-form-wrapper .form-label {
    margin-bottom: 7px;
  }

  .get-free-quote-modal .modal-form-wrapper .form-label {
    font-size: 17px;
  }

  .get-free-quote-modal .modal-form-wrapper .pi-textarea {
    padding-top: 13px;
  }

  .get-free-quote-modal .pi-form-group {
    margin-bottom: 23px;
  }

  .get-free-quote-modal .modal-form-sub-title,
  .get-free-quote-modal .modal-form-wrapper .pi-form-control,
  .get-free-quote-modal .modal-form-wrapper .pi-textarea,
  .get-free-quote-modal .modal-content .g-recaptcha-response .wpcf7-not-valid-tip,
  .get-free-quote-modal .modal-content .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip,
  .get-free-quote-modal .modal-content .wpcf7-response-output,
  .recaptcha-validation-error {
    font-size: 15px;
  }

  .get-free-quote-modal .modal-form-sub-title {
    margin-bottom: 34px;
  }

  .get-free-quote-modal .contact-info .info-title,
  .inner__page-banner.online-ecommerce__banner .page__info,
  .inner__page-banner.farming-app-dev__banner .page__info,
  .fullstack-services-slider .ar_vr_app_dev-service-card .service-title,
  .inner__page-banner.fitness-app-development__banner .page__info,
  .inner__page-banner.fullstack-app-development__banner .page__info,
  .get-free-quote-modal .modal-form-title,
  .saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-body,
  .pats-page-section .section-info--sd>.elementor-widget-container,
  .pats-page-section .pats-text--25>.elementor-widget-container,
  .pats-page .elementor .elementor-element.pats-feature-list .eael-feature-list-content-box .eael-feature-list-content,
  .web-dev-tech-stack-tabs-container .tab-info,
  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content,
  .pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .eael-feature-list-content-box .eael-feature-list-content,
  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info>.elementor-widget-container {
    font-size: 25px;
  }

  .get-free-quote-modal .contact-info .info-text {
    font-size: 18px;
  }

  .get-free-quote-modal .form-action-btn-wrapper .submit-btn,
  .blog-section-tabs-container .blog-tab,
  .pats-single-blog-section .single-post__body .para,
  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item .elementor-icon-box-description,
  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-description,
  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item .elementor-icon-box-description,
  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item .elementor-icon-box-description,
  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-description,
  .fullstack-industries-slider__item__card .industry-type,
  .saas-app-dev-features-section .info-text,
  .better-saas-app-dev-section .better-saas-srvce-card__info,
  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-description,
  .pats-page .fstack-dev-srvce-section .elementor-element.section-info>.elementor-widget-container,
  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon-box-description,
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-description,
  .pats-page-section .pats-text--22>.elementor-widget-container,
  .pats-page .vertical-icon-box-card-section--common .elementor-element.vertical-icon-box-card .elementor-icon-box-description,
  .pats-page .vertical-icon-box-row-section--common .elementor-element.vertical-icon-box-row__item .elementor-icon-box-description,
  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card .elementor-icon-box-description,
  .car-rental-dev-servic-tabs__feature-list .feature-label,
  .pats-accordion__collapse__info,
  #panel-tabs .elementor-tabs-content-wrapper ul li,
  .ind-tabs ul li,
  .pats-page-section .common_16_22_Para,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap p,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap .elementor-icon-box-content p.elementor-icon-box-description {
    font-size: 22px;
  }

  .pats-single-blog-section .single-post__body ul li,
  .pats-single-blog-section .single-post__body ol li {
    font-size: 22px;
  }

  /* ------ Blog UIs ------ */
  .pats-page .elementor-section.elementor-element.homepage-blog-section--elementor {
    padding: 130px 0 160px;
  }

  .blog-section-tabs-container .blog-tab {
    margin-right: 26px;
    padding: 7px 24px;
    border-radius: 6px;
  }

  /* .pats-blogs-page-body .blog-section-tabs-container .blog-tab {
      margin-right: 16px;
      padding: 7px 30px;
   } */
  .blog-section-tabs-container {
    margin-bottom: 80px;
  }

  .blog-section-tab-content__header {
    margin-bottom: 22px;
  }

  .blog-section-tab-content__header__divider {
    margin-bottom: 45px;
  }

  .blog-section-tab-content__header .blog-section-heading,
  .pats-single-blog-section .single-post__body .section-heading {
    font-size: 40px;
  }

  .blog-section-tab-content .feature-img-container {
    margin-bottom: 48px;
  }

  .blog-section-tab-content .blog-post__label {
    margin-bottom: 12px;
  }

  .blog-section-tab-content .blog-post__label,
  .pats-blog-lists-section .blog-posts-list__item .blog-post__label,
  .pats-single-blog-section .single-post__information,
  .pats-page .web-dev-srvce-speaks-section .elementor-element.section-info>.elementor-widget-container {
    font-size: 25px;
  }

  .blog-section-tab-content .blog-post__contents {
    padding: 0 30px 48px;
  }

  .pats-blogs-page-body .pats-blog-lists-section {
    padding: 80px 0 135px;
  }

  .pats-blog-lists-section .blog-posts-list__item .blog-post__label {
    margin-bottom: 15px;
  }

  .pats-blog-lists-section .blog-posts-list__item .blog-post__title,
  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card .elementor-icon-box-title,
  .pats-single-blog-section .single-post__body .para-heading,
  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item .elementor-icon-box-title,
  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-title,
  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item .elementor-icon-box-title,
  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-title,
  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-title,
  .saas-app-dev-info-carousel-wrapper .cstm-mob-apps-sols-info .info-heading,
  .fstack-dev-srvce-section .info-text--highlighted,
  .inner__page-banner .rank_text,
  .pats-page .web-dev-features-card-section .web-dev-features-card .elementor-element.web-dev-feature-icon-box .elementor-icon-box-title,
  .car-rental-dev-servic-tabs__tab-btn,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap h3,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap .elementor-icon-box-content h3.elementor-icon-box-title {
    font-size: 30px;
  }

  .pats-blog-lists-section .blog-posts-list__item {
    margin-bottom: 115px;
  }

  .pats-blog-lists-section .blog-posts-list__item .feature-img-container {
    margin-bottom: 41px;
  }

  .client-feedback-section__inner {
    padding: 150px 0 150px;
  }

  .client-feedback-section__inner .section-info {
    margin-bottom: 80px;
  }

  .we-can-help-section .section-info .title {
    font-size: 50px;
  }

  .pats-blogs-page-body .we-can-help-section {
    padding: 150px 0 160px;
  }

  .we-can-help-section .section-info {
    margin-bottom: 75px;
  }

  .pats-single-post-page-body .pats-single-blog-section {
    padding: 0 0 150px;
  }

  .pats-single-blog-section .single-post__title {
    margin-bottom: 30px;
  }

  .pats-single-blog-section .single-post__title,
  .pats-page .fstack-dev-srvce-section .elementor-element.section-heading>.elementor-widget-container,
  .web-dev-call-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-call-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-why-us-section .section-heading>.elementor-widget-container,
  .dedicated-hiring-dev-srvcs-section .section-heading>.elementor-widget-container {
    font-size: 45px;
  }

  .pats-single-blog-section .single-post__information {
    margin-bottom: 15px;
  }

  .pats-single-blog-section .single-post__feature-img-container {
    margin-bottom: 82px;
  }

  .pats-single-blog-section .single-post__body .para {
    margin-bottom: 30px;
  }

  .pats-single-blog-section .single-post__body .post-introduction {
    margin-bottom: 65px;
  }

  .pats-single-blog-section .single-post__body .para-heading {
    margin-bottom: 23px;
  }

  .pats-single-blog-section .single-post__body .section-heading {
    margin: 48px 0 70px;
  }

  .pats-single-blog-section .single-post__body .blog-img {
    margin-bottom: 55px;
  }

  .post-share-btns--floating .heateor_sss_sharing_ul>a {
    margin-bottom: 24px !important;
  }

  .post-share-btns .share-label {
    margin-bottom: 35px;
    font-size: 23px;
  }

  .saas-app-dev-page__banner {
    background-size: 765px;
    background-position: left calc(50vw + 100px) top 200px;
  }

  .saas-app-dev-page__banner .inner__page-banner-contents-wrapper {
    padding: 244px 0 200px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__title,
  .inner__page-banner.education-app-dev__banner .page__title {
    font-size: 56px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__title {
    margin-bottom: 22px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__info,
  .inner__page-banner.education-app-dev__banner .page__info,
  .inner__page-banner.education-app-dev__banner .page__info,
  .inner__page-banner.food-delivery-application__banner .page__info,
  .inner__page-banner.grocery-store-app-dev__banner .page__info,
  .inner__page-banner.webdevelopment__page-banner .page__info,
  .dedicated-developer-hiring-page__banner .page__info,
  .dedicated-developer-hiring-page-redesign__banner .page__info,
  .inner__page-banner.car-rental-app-development__banner .page__info,
  .inner__page-banner.beauty-salon__page-banner .page__info,
  .pats-page .fstack-what-distinguishes-section .elementor-element.fstack-dev-features-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 28px;
  }

  .inner__page-banner.saas-app-dev-page__banner .page__info,
  .inner__page-banner.webdevelopment__page-banner .page__info {
    margin-bottom: 30px;
  }

  .inner__page-banner.saas-app-dev-page__banner .inner__page-banner-btn {
    font-size: 22px;
  }

  .pats-page .elementor-section.elementor-element.saas-srvce-section {
    padding: 170px 0 165px;
  }

  .pats-page .saas-srvce-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 87px;
  }

  .saas-srvce-section .info-text,
  .pats-page .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container,
  .pats-page .better-saas-app-dev-section .elementor-element.section-info--lg>.elementor-widget-container,
  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-info--lg>.elementor-widget-container,
  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-heading>.elementor-widget-container,
  .better-saas-app-dev-section .better-saas-srvce-card__title,
  .pats-page .web-dev-custom-app-section .elementor-element.section-info>.elementor-widget-container,
  .pats-page .horizontal-icon-box-list-section--common .elementor-element.horizontal-icon-box-list-item .elementor-icon-box-title {
    font-size: 35px;
  }

  .saas-srvce-section .info-text--highlighted {
    margin-top: 65px;
  }

  .pats-page .saas-srvce-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 50px 0 0 0;
  }

  .pats-page .why-saas-app-dev-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 120px;
  }

  .pats-page .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container {
    margin-bottom: 20px;
  }

  .saas-app-dev-features-section .info-text.first {
    margin-bottom: 45px;
  }

  .pats-page .elementor-section.elementor-element.saas-app-dev-features-section {
    margin-bottom: 160px;
  }

  .saas-app-dev-features-section.min-risk .info-col {
    padding-top: 16px;
  }

  .saas-app-dev-features-section.business-model .info-col,
  .saas-app-dev-features-section.achieve-monopoly .info-col {
    padding-top: 45px;
  }

  .saas-app-dev-features-section.limitless-possibility .info-col {
    padding-top: 78px;
  }

  .saas-app-dev-features-section.scalability .info-col {
    padding-top: 85px;
  }

  .pats-page .elementor-section.elementor-element.better-saas-app-dev-section {
    padding: 150px 0 160px;
  }

  .pats-page .better-saas-app-dev-section .elementor-element.section-info--lg>.elementor-widget-container {
    margin-bottom: 80px;
  }

  .better-saas-app-dev-section .better-saas-srvce-card {
    padding: 50px 55px 90px;
  }

  .pats-page .better-saas-app-dev-section .elementor-column.better-saas-srvce-card-col:not(.last) {
    margin-right: 50px;
  }

  .better-saas-app-dev-section .better-saas-srvce-card__title {
    margin-bottom: 15px;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 27px;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.section-info--lg>.elementor-widget-container {
    margin-bottom: 116px;
  }

  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-child(1)>.elementor-widget-wrap,
  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-child(2)>.elementor-widget-wrap,
  .pats-page .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-child(3)>.elementor-widget-wrap {
    margin-bottom: 120px;
  }

  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-icon {
    margin-bottom: 54px;
  }

  .pats-page .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-title {
    margin-bottom: 10px;
  }

  .saas-app-dev-pack-card .elementor-icon {
    font-size: 215px;
  }

  .pats-page .elementor-section.elementor-element.saas-app-dev-srvces-pack-section {
    padding: 142px 0 220px;
  }

  .pats-page .fstack-dev-srvce-section .elementor-element.heading-col>.elementor-widget-wrap {
    padding-right: 33px;
  }

  .pats-page .elementor-section.elementor-element.fstack-dev-srvce-section__inner-info {
    margin-bottom: 55px;
  }

  .fstack-dev-services-card-slider .service-title {
    font-size: 26px;
  }

  .webdevelopment__page-banner .inner__page-banner-contents-wrapper {
    padding: 273px 0 202px;
  }

  .inner__page-banner.webdevelopment__page-banner .page__title {
    margin-bottom: 12px;
  }

  .inner__page-banner.webdevelopment__page-banner .page__info {
    margin-bottom: 40px;
  }

  .webdevelopment__page-banner .inner__page-banner-contents .rank_text,
  .dedicated-developer-hiring-page__banner .inner__page-banner-contents .rank_text {
    margin-top: 30px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-srvce-speaks-section {
    padding: 177px 0 173px;
  }

  .pats-page .web-dev-srvce-speaks-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 60px;
  }

  .pats-page .web-dev-srvce-speaks-section .elementor-element.heading-column>.elementor-widget-wrap {
    padding-right: 107px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-path-to-resp-section {
    padding: 155px 0 110px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-custom-app-section {
    padding-bottom: 98px;
  }

  .pats-page .web-dev-custom-app-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 54px;
  }

  .pats-page .web-dev-custom-app-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 33px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-features-card-section {
    padding-bottom: 200px;
  }

  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-car {
    margin-bottom: 63px;
  }

  .web-dev-features-card-section .web-dev-features-card .elementor-icon-box-wrapper {
    padding: 85px 40px 45px;
  }

  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box {
    --icon-box-icon-margin: 58px;
  }

  .pats-page .web-dev-features-card-section .elementor-element.web-dev-feature-icon-box .elementor-icon {
    font-size: 80px;
  }

  .pats-page .web-dev-features-card-section .elementor-element.web-dev-features-card-section__col>.elementor-widget-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-tech-stack-section {
    padding: 197px 0 209px;
  }

  .pats-page .web-dev-tech-stack-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .pats-page .web-dev-tech-stack-section .elementor-element.section-info--sd>.elementor-widget-container {
    margin-bottom: 85px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-call-us-section {
    margin-bottom: 200px;
  }

  .pats-page .web-dev-call-us-section .elementor-element.web-dev-call-us-section__col>.elementor-widget-wrap {
    padding: 115px 0 91px;
  }

  .pats-page .web-dev-call-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 58px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-relevant-apps-section {
    padding: 174px 0 174px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-security-section {
    padding: 136px 0 195px;
  }

  .pats-page .web-dev-security-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 53px;
  }

  .pats-page .web-dev-security-section .elementor-element.section-info--sd>.elementor-widget-container {
    margin-bottom: 99px;
  }

  .pats-page .elementor-section.elementor-element.web-dev-served-industries-section {
    padding-bottom: 60px;
  }

  .web-dev-tech-stack-tabs-container .tab-btn {
    font-size: 28px;
  }

  .web-dev-tech-stack-tabs-container .tab-btn {
    padding-left: 94px;
    padding-right: 61px;
  }

  .web-dev-tech-stack-tabs-container .tab-content__inner {
    padding: 60px 0 60px 54px;
  }

  .web-dev-tech-stack-tabs-container .tab-title,
  .web-dev-tech-stack-tabs-container .tab-info {
    padding-right: 70px;
  }

  .web-dev-tech-stack-tabs-container .tab-title {
    margin-bottom: 37px;
  }

  .web-dev-tech-stack-tabs-container .tab-info {
    margin-bottom: 50px;
  }

  .web-dev-tech-stack-tabs-container .tab-img-container {
    height: 115px;
    margin-right: 24px;
    margin-bottom: 20px;
    padding: 16px 26px;
  }

  .inner__page-banner.dedicated-developer-hiring-page__banner .page__info,
  .inner__page-banner.dedicated-developer-hiring-page-redesign__banner .page__info {
    margin-bottom: 42px;
  }

  .dedicated-developer-hiring-page__banner .inner__page-banner-contents-wrapper {
    padding: 225px 0 200px;
  }

  .pats-page .elementor-section.elementor-element.dedicated-hiring-why-us-section {
    padding: 200px 0 200px;
  }

  .pats-page .dedicated-hiring-why-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 81px;
  }

  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 69px;
  }

  .pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 30px;
  }

  .pats-page .dedicated-hiring-why-us-section .dedicated-hiring-why-us-list .eael-feature-list-item:not(:last-child),
  .pats-page .dedicated-hiring-why-us-section .redesign-dedicated-hiring-why-us-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-icon-box .eael-feature-list-icon,
  .pats-page .elementor .elementor-element.redesign-dedicated-hiring-why-us-list .eael-feature-list-icon-box .eael-feature-list-icon {
    font-size: 20px;
  }

  .pats-page .elementor-section.elementor-element.dedicated-hiring-dev-platform-section {
    padding: 192px 0 159px;
  }

  .pats-page .dedicated-hiring-dev-platform-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 87px;
  }

  .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item {
    margin-bottom: 32px !important;
  }

  .dedicated-hiring-dev-platforms-item .elementor-icon svg {
    border-radius: 15px;
  }

  .pats-page .dedicated-hiring-call-us-section .elementor-element.dedicated-hiring-call-us-col>.elementor-widget-wrap {
    padding: 100px 0 100px;
  }

  .pats-page .dedicated-hiring-call-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 65px;
  }

  .pats-page .elementor-section.elementor-element.dedicated-hiring-dev-srvcs-section {
    padding: 200px 0 200px;
  }

  .pats-page .dedicated-hiring-dev-srvcs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 110px;
  }

  .pats-page .elementor .elementor-element.info-img-section:not(.last) {
    margin-bottom: 136px;
  }

  .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info {
    max-width: 710px;
  }

  .fitness-app-development__banner {
    background-size: 1100px;
    background-position: left calc(50vw + 100px) top 200px;
  }

  .fitness-app-development__banner .inner__page-banner-contents-wrapper {
    padding: 236px 0 217px;
  }

  .fitness-app-development__banner .page__info .banner-question-text {
    font-size: 43px;
  }

  .inner__page-banner.fitness-app-development__banner .page__title {
    margin-bottom: 35px;
  }

  .inner__page-banner.fitness-app-development__banner .page__info {
    margin-bottom: 40px;
  }

  .fitness-app-development__banner .page__info .banner-question-text {
    margin-bottom: 20px;
  }

  .pats-page .elementor-section.elementor-element.fitness-app-dev-industry-types-section {
    padding: 194px 0 200px;
  }

  .pats-page .fitness-app-dev-industry-types-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 101px;
  }

  .pats-page .fitness-app-dev-industry-types-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 40px;
  }

  /* .pats-page .fitness-app-dev-industry-types-section .elementor-element.img-col > .elementor-widget-wrap {
      padding-top: 91px;
   } */
  .pats-page .elementor-section.elementor-element.fitness-app-dev-solutions-section {
    padding: 195px 0 187px;
  }

  .pats-page .fitness-app-dev-solutions-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 59px;
  }

  .pats-page .elementor-section.elementor-element.fitness-app-dev-exclsv-features-section {
    padding: 194px 0 199px;
  }

  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 82px;
  }

  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item>.elementor-widget-container {
    margin-bottom: 59px;
  }

  .pats-page .fitness-app-dev-exclsv-features-section .elementor-element.fitness-app-dev-exclsv-features-item.elementor-position-left .elementor-icon-box-icon {
    margin-right: 60px;
  }

  .pats-page .elementor-section.elementor-element.fitness-app-dev-why-choose-us-section {
    padding: 200px 0 200px;
  }

  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 137px;
  }

  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item:not(:last-of-type)>.elementor-widget-container {
    margin-bottom: 36px;
  }

  .pats-page .fitness-app-dev-why-choose-us-section .elementor-element.fitness-app-dev-why-choose-us-list-item.elementor-position-left .elementor-icon-box-icon {
    margin-right: 53px;
  }

  .fullstack-app-development__banner .inner__page-banner-contents-wrapper {
    padding: 216px 0 117px;
  }

  .inner__page-banner.fullstack-app-development__banner .page__title {
    margin-bottom: 27px;
  }

  .inner__page-banner.fullstack-app-development__banner .page__info {
    margin-bottom: 42px;
  }

  .fstack-dev-services-card-slider .fstack-dev-services-card {
    padding: 73px 20px 35px;
  }

  .fstack-dev-services-card-slider .service-icon {
    margin-bottom: 66px;
  }

  .pats-page .fstack-work-module-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 20px;
  }

  .pats-page .fstack-hiring-section>.elementor-container {
    padding-left: 144px;
  }

  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item:not(:last-of-type)>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item.elementor-position-left .elementor-icon-box-icon {
    margin-right: 55px;
  }

  .pats-page .fstack-hiring-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 84px;
  }

  .pats-page .elementor-section.elementor-element.fstack-what-distinguishes-section {
    padding-right: 198px;
    padding-left: 198px;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 36px;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 54px;
  }

  .pats-page .fstack-what-distinguishes-section .elementor-element.fstack-dev-features-list .eael-feature-list-items .eael-feature-list-item:not(:last-child) {
    padding-bottom: calc(94px / 2);
  }

  .pats-page .fstack-what-distinguishes-section .elementor-element.fstack-dev-features-list .eael-feature-list-items .eael-feature-list-item:not(:first-child) {
    padding-top: calc(94px / 2);
  }

  .pats-page .elementor .elementor-element.fstack-dev-features-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 24px;
  }

  .fstack-dev-features-list .eael-feature-list-icon-box {
    padding-top: 7px;
  }

  .pats-page .fstack-dev-company-srvcs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 123px;
  }

  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item>.elementor-widget-container {
    margin-bottom: 84px;
  }

  .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item .elementor-icon-box-icon {
    margin-bottom: 42px;
  }

  .fullstack-industries-slider .owl-arrow-nav {
    top: 550px;
  }

  .pats-page .fstack-served-indstrs-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 30px;
  }

  .pats-page .fstack-served-indstrs-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 51px;
  }

  .inner__page-banner .counter-wdgt__item:not(:first-child):not(:last-child) {
    padding: 0 72px;
  }

  .inner__page-banner .counter-wdgt__item:first-child {
    padding-right: 72px;
  }

  .inner__page-banner .counter-wdgt__item:last-child {
    padding-left: 72px;
  }

  .inner__page-banner .counter-wdgt__item__label {
    font-size: 18px;
  }

  .realEstateAbtUs .realEstateAbtUsBlueBx .elementor-widget-container {
    font-size: 50px;
    padding: 50px 70px !important;
  }

  .inner__page-banner.online-ecommerce__banner .page__title {
    margin-bottom: 21px;
  }

  .inner__page-banner.online-ecommerce__banner .page__info {
    margin-bottom: 42px;
  }

  .online-ecommerce__banner {
    background-size: 1080px;
    background-position-y: 180px;
    background-position-x: calc(50vw - 90px);
  }

  .pats-page .ecomm-dev-process-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 39px;
  }

  .pats-page .ecomm-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 51px;
  }

  .pats-page .ecomm-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 33px;
  }

  .pats-page .ecomm-dev-platforms-section .elementor-element.section-heading>.elementor-widget-container,
  .pats-page .ecomm-drive-sales-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 27px;
  }

  .pats-page .ecomm-dev-platforms-section .elementor-element.section-info-text>.elementor-widget-container,
  .pats-page .ecomm-drive-sales-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 126px;
  }

  .ecomm-dev-platforms-section .ecomm-dev-platforms-list-col .elementor-element:not(:last-child) {
    margin-bottom: 57px !important;
  }

  .ecomm-drive-sales-section .ecomm-drive-sales-sols-col .ecomm-drive-sales-sols-item:not(:last-child)>.elementor-widget-container {
    margin-bottom: 87px !important;
  }

  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon {
    font-size: 216px;
  }

  .pats-page .ecomm-drive-sales-section .elementor-element.ecomm-drive-sales-sols-item .elementor-icon-box-icon {
    margin-bottom: 54px;
  }

  .ecomm-drive-sales-sols-item .elementor-icon svg {
    border-radius: 35px;
  }

  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.click-to-call {
    padding-bottom: 90px;
  }

  .pats-page .ecomm-exclusive-feature-section.click-to-call .elementor-element.info-col>.elementor-widget-wrap,
  .pats-page .ecomm-exclusive-feature-section.payment-gateways .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 51px;
  }

  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.store-locator {
    padding-bottom: 81px;
  }

  .pats-page .ecomm-exclusive-feature-section.store-locator .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 90px;
  }

  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.item-placements,
  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.promo-notifications,
  .pats-page .elementor-section.elementor-element.ecomm-exclusive-feature-section.payment-gateways,
  .pats-page .elementor-section.elementor-element.grocery-store-app-diff-types-img-info-section {
    padding-bottom: 120px;
  }

  .pats-page .ecomm-exclusive-feature-section.item-placements .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 102px;
  }

  .pats-page .ecomm-exclusive-feature-section.promo-notifications .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 63px;
  }

  .inner__page-banner.car-rental-app-development__banner .page__title {
    margin-bottom: 25px;
  }

  .inner__page-banner.car-rental-app-development__banner .page__info {
    margin-bottom: 72px;
  }

  .pats-page .car-rental-app-dev-diff-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 69px;
  }

  .pats-page .car-rental-app-empower-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 48px;
  }

  .pats-page .car-rental-app-empower-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 177px;
  }

  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.section-heading>.elementor-widget-container,
  .pats-page .car-rental-app-dev-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 30px;
  }

  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 102px;
  }

  .car-rental-dev-srvcs-business-section .car-rent-business-dev-srvcs-card {
    padding: 93px 39px 54px;
    margin-bottom: 42px !important;
  }

  .pats-page .car-rental-app-dev-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 99px;
  }

  .car-rental-dev-servic-tabs__tab-btn {
    padding-bottom: 51px;
  }

  .car-rental-dev-servic-tabs__feature-list {
    padding-top: 90px;
    max-width: 1272px;
  }

  .car-rental-dev-servic-tabs__feature-list .feature-list-item {
    margin-bottom: 70px;
  }

  .car-rental-dev-servic-tabs__feature-list .feature-img {
    margin-bottom: 39px;
    border-radius: 24px;
  }

  .pats-page .car-rental-dev-srvcs-business-section .elementor-element.car-rent-business-dev-srvcs-card.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 57px;
  }

  .inner__page-banner.food-delivery-application__banner .page__title {
    margin-bottom: 24px;
  }

  .inner__page-banner.food-delivery-application__banner .page__info {
    margin-bottom: 60px;
  }

  .food-delivery-application__banner {
    background-size: 800px;
  }

  .food-delivery-application__banner .inner__page-banner-contents-wrapper {
    padding: 273px 0 201px;
  }

  .pats-page .food-app-serving-clients-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 126px;
  }

  .pats-page .food-app-serving-clients-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 45px;
  }

  .pats-page .food-app-best-solution-section .elementor-element.horizontal-icon-box-list-item>.elementor-widget-container,
  .pats-page .education-app-business-demand-section .elementor-element.horizontal-icon-box-list-item>.elementor-widget-container {
    margin-bottom: 96px;
  }

  .pats-page .food-app-business-growth-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 60px;
  }

  .pats-page .food-app-latest-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 42px;
  }

  .pats-page .food-app-latest-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 93px;
  }

  .education-app-dev__banner {
    background-size: 810px;
  }

  .education-app-dev__banner .inner__page-banner-contents-wrapper {
    padding: 246px 0 123px;
  }

  .inner__page-banner.education-app-dev__banner .page__title {
    margin-bottom: 15px;
  }

  .inner__page-banner.education-app-dev__banner .page__info {
    margin-bottom: 36px;
  }

  .pats-page .education-app-learning-app-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 51px;
  }

  .pats-page .education-app-learning-app-section .elementor-element.para-heading>.elementor-widget-container {
    margin-bottom: 18px;
  }

  .pats-page .education-app-learning-app-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 39px;
  }

  .pats-page .education-app-business-demand-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 102px;
  }

  .pats-page .education-app-benefits-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 192px;
  }

  .farming-app-dev__banner .inner__page-banner-contents-wrapper {
    padding: 240px 0 294px;
  }

  .inner__page-banner.farming-app-dev__banner .page__title {
    margin-bottom: 24px;
  }

  .inner__page-banner.farming-app-dev__banner .page__info {
    margin-bottom: 33px;
  }

  .pats-page .farming-app-smart-farming-info-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 57px;
  }

  .pats-page .farming-app-importance-section .elementor-element.section-heading-text>.elementor-widget-container {
    margin-bottom: 72px;
  }

  .pats-page .farming-app-importance-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 51px;
  }

  .pats-page .farming-app-top-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 42px;
  }

  .pats-page .farming-app-top-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 99px;
  }

  .pats-page .farming-app-top-features-section .horizontal-icon-chip {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-right: 39px;
    margin-bottom: 54px !important;
  }

  .pats-page .farming-app-top-features-section .elementor-widget-icon-box.horizontal-icon-chip .elementor-icon-box-icon {
    margin-right: 18px;
  }

  .grocery-store-app-dev__banner .inner__page-banner-contents-wrapper {
    padding: 255px 0 255px;
  }

  .inner__page-banner.grocery-store-app-dev__banner .page__title {
    margin-bottom: 30px;
  }

  .inner__page-banner.grocery-store-app-dev__banner .page__info {
    margin-bottom: 60px;
  }

  .pats-page .elementor-section.elementor-element.grocery-store-app-diff-types-section {
    padding: 120px 0 60px;
  }

  .pats-page .grocery-store-app-diff-types-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 42px;
  }

  .pats-page .grocery-store-app-diff-types-img-info-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 33px;
  }

  .pats-page .grocery-store-app-workflow-section .elementor-element.section-heading>.elementor-widget-container,
  .pats-page .grocery-store-app-workflow-section .elementor-element.img-wdgt>.elementor-widget-container {
    margin-bottom: 108px;
  }

  .pats-page .grocery-store-app-workflow-section .elementor-element.section-info-text--highlighted>.elementor-widget-container {
    margin-bottom: 30px;
  }

  .pats-page .grocery-store-app-features-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 39px;
  }

  .pats-page .grocery-store-app-features-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 117px;
  }

  .pats-page .grocery-store-app-features-section .leftCol .elementor-element.section-info-text:last-child .elementor-widget-container {
    margin-bottom: 0;
  }

  .pats-page .grocery-store-app-features-section .elementor-element.para-info:not(.last)>.elementor-widget-container {
    margin-bottom: 18px;
  }

  .pats-page .grocery-store-app-why-us-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 48px;
  }

  .pats-page .grocery-store-app-why-us-section .elementor-element.section-info-text>.elementor-widget-container {
    margin-bottom: 138px;
  }

  .pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card:nth-child(4),
  .pats-page .vertical-icon-box-card-section--common.grocery-store-app-why-us-section .vertical-icon-box-card {
    margin-bottom: 168px !important;
  }

  .pats-page .grocery-store-app-why-us-section .elementor-element.vertical-icon-box-card .elementor-icon-box-title {
    margin-bottom: 12px;
  }

  /* =======================
   By Avi - start
   ========================== */
  .beauty-salon__page-banner .inner__page-banner-contents-wrapper {
    padding: 240px 0 192px;
  }

  .beauty-salon__page-banner {
    background-size: 690px;
    background-position-y: 172px;
  }

  .custom_beauty_salon_explore-item .elementor-icon-box-title,
  .custom_beauty_salon_explore-item .elementor-icon-box-description {
    padding-left: 78px;
  }

  .care-application__page-banner {
    background-size: 750px;
  }

  .care-application__page-banner .inner__page-banner-contents .page__title {
    font-size: 60px;
    line-height: 84px;
  }

  .pats-page .cat-panel-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 0 114px;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    padding: 123px 69px 54px;
  }

  #panel-tabs .elementor-tabs-content-wrapper ul li {
    margin-right: 18px;
    margin-bottom: 27px;
    padding: 21px 30px;
    border-radius: 18px;
  }

  #panel-tabs .elementor-tab-title {
    padding: 15px 30px;
    font-size: 16px;
  }

  .pats-page .elementor-section.elementor-element.cat-panel-section {
    padding-bottom: 120px;
  }

  #care-solution-tabs .elementor-tab-content {
    padding: 54px;
    padding-top: 81px;
  }

  .ind-tabs h4 {
    margin-bottom: 35px;
  }

  .ind-tabs ul li img {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
    border-radius: 24px;
  }

  .ind-tabs ul li {
    margin-bottom: 57px;
  }

  .care-application__page-banner .inner__page-banner-contents .page__info {
    font-size: 28px;
    line-height: 45px;
  }

  #custom_beauty_salon_explore-section .elementor-icon-box-description {
    font-size: 25px;
  }

  #explore-left .elementor-widget-wrap.elementor-element-populated {
    margin-right: 95px;
  }

  #custom_beauty_salon_explore-section #range-right .custom_beauty_salon_explore-item:not(:last-child) {
    margin-top: 62px;
  }

  #custom_beauty_salon_explore-section #range-right .custom_beauty_salon_explore-item#spa-del {
    margin-top: 50px;
  }

  #modern-features .section-info {
    font-size: 35px;
    line-height: 61px;
  }

  /* #panel-tabs .elementor-tabs-wrapper{ border-spacing: 6px;} */
  /* #panel-tabs.elementor-widget-tabs .elementor-tabs{ margin-top: -52px;} */
  #modern-features h3.elementor-icon-box-title {
    font-size: 30px;
  }

  #modern-features p.elementor-icon-box-description {
    font-size: 25px;
  }

  #cat-panel h2.elementor-heading-title {
    font-size: 45px;
    line-height: 75px;
  }

  #choose-beauty .section-info {
    font-size: 22px;
  }

  #choose-beauty .section-heading {
    font-size: 45px;
  }

  #choose-beauty .elementor-icon svg,
  #care-application .elementor-icon svg {
    width: 217px;
    height: 217px;
  }

  #choose-beauty h3.elementor-icon-box-title,
  #care-application h3.elementor-icon-box-title {
    font-size: 30px;
  }

  #choose-beauty .elementor-icon-box-description {
    font-size: 25px;
    line-height: 45px;
  }

  #care-application .elementor-icon-box-description {
    font-size: 22px;
    line-height: 36px;
  }

  #panel-tabs.elementor-widget-tabs .elementor-tab-content {
    min-height: 625px;
  }

  #caregiving-business .hglt-txt .elementor-widget-container p {
    font-size: 30px;
    line-height: 45px;
  }

  #top-features .section-info,
  #journey-ach .section-info {
    font-size: 24px;
    line-height: 45px;
  }

  #journey-ach h3.elementor-icon-box-title {
    font-size: 35px;
  }

  #journey-ach .elementor-icon-box-description {
    font-size: 22px;
  }

  #care-solution-tabs .elementor-tab-title {
    font-size: 30px;
  }

  .cst-features p {
    font-size: 25px;
  }

  .cst-features p strong {
    font-size: 35px;
  }

  #journey-ach .jrn-ach-left .section-heading {
    font-size: 40px;
  }

  #custom_beauty_salon_explore-section .custom_beauty_salon_explore-item:not(:last-child) {
    margin-bottom: 65px;
  }

  #wide-range-box h2 {
    font-size: 55px;
    line-height: 1.25;
    font-weight: 600;
    opacity: 1;
    color: #fff;
  }

  #wide-range-box h2 {
    line-height: 69px;
    margin-bottom: 40px;
  }

  #wide-range-box {
    font-size: 27px;
    line-height: 45px;
    color: rgba(255, 255, 255, .62);
  }

  /* =======================
   By Avi - end
   ========================== */

  .blueBoldSubHeading {
    font-size: 30px;
  }

  .pitangentNodeDevDifference .para-info .elementor-widget-container {
    font-size: 24px;
    line-height: 38px;
  }

  .commonIconListMainWrap ul li p {
    font-size: 25px !important;
  }

  .pats-page-section .normal35pxText .elementor-widget-container,
  .pats-page-section .font_20_35px {
    font-size: 35px;
    line-height: 55px;
  }

  .pats-page-section .normal30pxText .elementor-widget-container,
  .pats-page-section .font_18_30px {
    font-size: 30px;
    line-height: 42px;
  }

  .font24pxLineHeight45px .elementor-widget-container {
    font-size: 24px;
    line-height: 45px;
  }

  /* start Careers page details */

  .jobOpeningDetailsPageMainWrap .navbar-mn {
    background-color: #fff;
  }

  .jobOpeningDetailsPageCntntWrap h1 {
    margin: 0 0 25px 0;
  }

  .jobOpeningDetailsPageCntntWrap h3 {
    font-size: 35px;
    margin: 0 0 25px 0;
  }

  .jobOpeningDetailsPageCntntWrap p {
    font-size: 25px;
    line-height: 42px;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .lftSctn {
    width: calc(100% - 300px);
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .rghtSctn {
    width: 300px;
  }

  .jobOpeningDetailsPageMainWrap .pitangent__primary-btn {
    min-width: 300px;
  }

  /* end Careers page details */

  .pats-single-blog-section .single-post__body__inner h2,
  .pats-single-blog-section .single-post__body__inner h3,
  .pats-single-blog-section .single-post__body__inner h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .pats-single-blog-section .single-post__body__inner p,
  .pats-single-blog-section .single-post__body__inner p.first-child,
  .pats-single-blog-section .single-post__body__inner ul li,
  .pats-single-blog-section .single-post__body__inner ol li,
  .pats-single-blog-section .single-post__body__inner li strong {
    font-size: 22px;
    line-height: 35px;
  }

  .single-post__body table th,
  .single-post__body table td {
    font-size: 22px;
    line-height: 35px;
  }

}

@media screen and (min-width: 2500px) {
  .freightchanger-case-study__page-banner {
    background-size: contain;
    background-position: center;
  }

  .webecommerce__page-banner {
    background-position-x: 48vw;
  }

  .iot__page-banner {
    background-size: contain;
  }

  .fitness-app-development__banner {
    background-size: 920px;
    background-position: left calc(50vw + 100px) top 235px;
  }

  .fullstack-app-development__banner {
    background-size: 1003px;
    background-position-x: calc(50vw + 70px);

  }

  .food-delivery-application__banner {
    background-position-x: calc(50vw + 150px);
  }

  .education-app-dev__banner {
    background-position-x: calc(50vw + 70px);
  }

  /* =======================
   By Avi - start
   ========================== */
  .beauty-salon__page-banner {
    background-position-x: calc(50vw + 130px);
  }

  .care-application__page-banner {
    background-position-x: 51vw;
  }

  /* =======================
   By Avi - end
   ========================== */
}

@media screen and (max-width: 1899.99px) {
  .platforms-techs-gallery-col .gallery .gallery-item .gallery-icon {
    max-width: 140px;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:nth-child(4) .gallery-icon {
    width: 100px;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:nth-child(3) .gallery-icon,
  .platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(2) .gallery-icon {
    width: 60px;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(1) .gallery-icon {
    width: 120px;
  }
}

@media screen and (max-width: 1249.99px) {
  .webecom-features-section .info-col br {
    display: none;
  }

  /* App development page - start */
  #app__dev-custom-mob-apps-solutions>.elementor-container,
  .pats-page .elementor-section.elementor-element.pats-composit-products-carousel-section>.elementor-container {
    flex-direction: column;
  }

  #app__dev-custom-mob-apps-solutions .app__dev-cstm-mob-apps-sols-info-section,
  #app__dev-custom-mob-apps-solutions .app__dev-cstm-mob-apps-sols-img-slider-section,
  .pats-page .pats-composit-products-carousel-section .elementor-column.saas-product-section-col {
    width: 90%;
    /* max-width: 800px; */
    margin: auto;
  }

  #app__dev-custom-mob-apps-solutions .section-heading .elementor-widget-container,
  .pats-page .pats-composit-products-carousel-section .elementor-element.section-heading>.elementor-widget-container {
    max-width: 510px;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 0;
  }

  #app__dev-custom-mob-apps-solutions .section-heading,
  .cstm-mob-apps-sols-info-slider .cstm-mob-apps-sols-info,
  .pats-composit-products-carousel-section .section-heading>.elementor-widget-container {
    text-align: center;
  }

  .cstm-mob-apps-sols-info-slider .cstm-mob-apps-sols-info {
    margin-bottom: 25px;
    padding-right: 0;
  }

  .cstm-mob-apps-sols-info-slider-wrapper {
    max-width: 500px;
    margin: auto;
    margin-bottom: 50px;
  }

  .cstm-mob-apps-sols-info-slider-wrapper .custom-owl-carousel-nav {
    width: max-content;
    margin: auto;
  }

  .cstm-mob-apps-sols-img-slider-item-inner {
    padding-right: 30px;
    border-top-right-radius: 20px;
  }

  .cstm-mob-apps-sols-img-slider .cstm-mob-apps-sols-slider-img {
    border-top-right-radius: 20px;
  }

  /* End */
  .hireNumberHeadingWrap .elementor-image-box-content {
    top: 22px;
  }

  .hireNumberHeadingWrap .elementor-image-box-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 6px;
  }

  .hireNumberHeadingWrap .elementor-image-box-description {
    font-size: 16px;
    line-height: 24px;
  }

  .iconBoxcolCenterWrap .icon-box-card {
    width: 46% !important;
  }

  .iconBoxcolCenterWrap .icon-box-card:nth-child(2),
  .iconBoxcolCenterWrap .icon-box-card:nth-child(4) {
    margin-right: 0;
  }

  .technology-tech-tabs-container .technology-tab-btn {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199.99px) {

  .banner-mn h1 {
    font-size: 40px;
  }

  .banner-mn .technology-text {
    font-size: 40px;
  }

  .banner-mn .input-cursor {
    height: 30px;
  }

  .lifeAtPitangent__page-banner .inner__page-banner-contents-wrapper-inner .page__title br {
    display: none;
  }

  .onlyTitleMiddleBanner .inner__page-banner-contents {
    min-width: 100%;
  }

  .container,
  .elementor-container {
    max-width: 90% !important;
  }

  .privacyPolicy__page>.elementor-container,
  .privacyPolicy__common-section-page>.elementor-container,
  .cookiesPolicy__page>.elementor-container,
  .cookiesPolicy__common-section-page>.elementor-container {
    margin: 0 !important;
  }

  .privacyPolicy__page .elementor-column.info-col,
  .privacyPolicy__page .elementor-column.list-col,
  .privacyPolicy__common-section-page .elementor-column.common-col,
  .cookiesPolicy__page .elementor-column.info-col,
  .cookiesPolicy__page .elementor-column.list-col,
  .cookiesPolicy__common-section-page .elementor-column.common-col {
    width: 100%;
  }

  .privacyPolicy__page>.elementor-container,
  .cookiesPolicy__page>.elementor-container {
    flex-wrap: wrap;
  }

  .privacyPolicy__common-section .common-heading>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section .common-heading>.elementor-widget-container .elementor-heading-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .privacyPolicy__common-section .common-text>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section .common-text>.elementor-widget-container .elementor-heading-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8em;
  }

  .privacyPolicy__page .privacy-bullet-list .eael-feature-list-title,
  .cookiesPolicy__page .privacy-bullet-list .eael-feature-list-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .privacyPolicy__page .info-col .common-section-text>.elementor-widget-container,
  .privacyPolicy__common-section .common-col .common-section-text>.elementor-widget-container,
  .cookiesPolicy__page .info-col .common-section-text>.elementor-widget-container,
  .cookiesPolicy__common-section .common-col .common-section-text>.elementor-widget-container {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .privacyPolicy__common-section-page .common-col .common-section-heading>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section-page .common-col .common-section-heading>.elementor-widget-container .elementor-heading-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8em;
  }

  .privacyPolicy__common-section-page .common-col .common-section-heading-two>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section-page .common-col .common-section-heading-two>.elementor-widget-container .elementor-heading-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .cookiesPolicy__page-banner .inner__page-banner-contents {
    width: 100%;
  }

  .cookiesPolicy__page .cookies-bullet-list-two .eael-feature-list-title {
    font-size: 22px;
    font-weight: 500 !important;
    line-height: 1.5em;
  }

  .cookiesPolicy__common-section.last-child {
    margin-bottom: 70px;
  }

  .what-do-extra-bg-img {
    display: none;
  }

  .bnr-lft-cntnt {
    padding-right: 0;
  }

  /** AR/VR page **/
  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item {
    max-width: 610px;
  }

  /** end **/
  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-heading {
    font-size: 26px;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.section-heading {
    font-size: 24px;
  }

  /* about page */
  .our-focus-section .our-activity-counter-item .elementor-counter {
    flex-direction: column;
  }

  .our-focus-section .our-activity-counter-item .elementor-counter-title {
    margin-left: 0;
  }

  .our-focus-section .our-activity-counter-item .elementor-counter,
  .our-focus-section .our-activity-counter-item.three .elementor-counter {
    justify-content: center;
  }

  /* contact page */
  .contact__page-banner .inner__page-banner-contents-wrapper {
    padding: 10.67708333125rem 0 9.1756184875rem;
  }

  .pats-page .elementor-section.elementor-element.reach-us-form-section {
    padding: 3.295703125rem 0 4.0447265625rem;
  }

  .pats-page .reach-us-form-section .elementor-column.info-col {
    width: 100%;
  }

  .pats-page .reach-us-form-section .elementor-column.form-container-col {
    width: 100%;
  }

  .reach-us-form-section .elementor-container {
    flex-wrap: wrap;
  }

  .reach-us-form-section .section-heading .elementor-widget-container {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.3;
  }

  .pats-page .reach-us-form-section .elementor-element.info-col>.elementor-widget-wrap {
    margin-bottom: 3.8rem;
  }

  .contact-form .btn-form-submit {
    margin: auto;
  }

  /* Iot page */
  .iot_served_idustries-slider-wrapper {
    min-width: initial;
    width: 95%;
  }

  .iot_served_idustries-slider .slider-header-badge {
    margin-bottom: 0.625rem;
  }

  .iot_served_idustries-slider .slider-heading {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }

  .iot_served_idustries-slider .service-info {
    font-size: 0.9688rem;
  }

  /* banner */
  .inner__page-banner-contents-wrapper,
  .slider__page-banner-contents-wrapper {
    padding: 9.5625rem 0 8.25rem;
  }

  /* big data page */
  .big-data-management-results-section .section-info br {
    display: none;
  }

  .pats-page .big-data-management-results-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 0;
  }

  .pats-page .big-data-management-results-section .elementor-element.image-col>.elementor-widget-wrap {
    padding: 0;
  }

  /* blockchain page */
  .pats-page .blockchain-app-dev-services-section .elementor-column.blockchain-intro-col {
    width: 42%;
  }

  .blockchain-app-dev-services-section .blockchain-intro-box-title br {
    display: none;
  }

  .blockchain-served-industries-section .section-info br {
    display: none;
  }

  /* It staff augmentation page */
  .it-staff-augmentation__page-banner {
    background-position: right 26%;
    background-size: 85%;
  }

  .it-staff-augmentation__page-banner .inner__page-banner-contents-wrapper {
    padding: 10.625rem 0 11.5625rem;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    min-width: 265px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary {
    min-width: 290px;
  }

  .pats-page .select-plan-button .elementor-button {
    min-height: 45px;
    min-width: 160px;
  }

  /* ar vr page */
  .ar-vr__page-banner {
    background-size: 80%;
    background-color: #eaeef7;
    background-position: right 28%;
  }

  .ar_vr_served_industries-slider .owl-stage {
    display: flex;
    align-items: stretch;
  }

  .ar_vr_served_industries-item,
  .ar_vr_served_industries-item-inner {
    height: 100%;
  }

  .ar_vr_served_industries-item-inner .slider-cover-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -2;
    max-width: 100%;
    object-fit: cover;
  }

  .ar_vr_served_industries-item-inner .slider-body {
    position: static;
    padding-bottom: 60px;
  }

  /* It staff augmentation page */
  .perks-of-it-staff-services-section .section-heading br {
    display: none;
  }

  .it-staff-services-benefit-card .elementor-icon-box-description br {
    display: none;
  }

  /* Freightchanger case study page */
  .freightchanger-case-study__page-banner {
    background-size: 80%;
    background-position: right 35%;
  }

  .freightchanger-case-study__page-banner .inner__page-banner-contents-wrapper {
    padding: 150px 0 110px;
  }

  /* --- temp */
  .case-study-project-breakdown-tab__inner {
    min-height: 480px;
    padding: 85px 45px 65px 0;
  }

  .case-study-project-breakdown-tab .tab-description {
    margin-bottom: 35px;
  }

  .project-details-box {
    display: flex;
    justify-content: space-between;
  }

  .case-study-project-breakdown-tab .project-details-box__item:not(.last) {
    margin-right: 0;
  }

  .case-study-project-breakdown-tabs__menu .menu-link {
    padding: 9px 13px;
  }

  /* temp --- */
  .pats-page .elementor-section.elementor-element.fccs-problem-analysis-section {
    padding: 55px 0 0 20%;
  }

  .pats-page .fccs-other-case-studies-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 50px;
    padding-left: 18px;
  }

  .other-case-studies-slider .project-description br {
    display: none;
  }

  /* UI/UX page */
  .pats-page .knowing-your-users-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-left: 30px;
  }

  .knowing-your-users-section .info-col br:not(.one) {
    display: none;
  }

  /*--------- wireframing section --------
   ---------------------------------------*/
  .pats-page .ui-ux-wireframing-section .elementor-column.info-col,
  .pats-page .ui-ux-wireframing-section .elementor-column.image-col {
    width: 50%;
  }

  .ui-ux-wireframing-section .info-col {
    position: static;
    display: none;
    background-color: #14161f;
  }

  .pats-page .ui-ux-wireframing-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-left: 45px;
  }

  .ui-ux-wireframing-section .info-col br {
    display: none;
  }

  .pats-page .ui-ux-wireframing-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 12px;
  }

  /* .pats-page .ui-ux-wireframing-section .elementor-element.section-info > .elementor-widget-container {
      line-height: 1.46;
   } */
  .ui-ux-wireframing-section .elementor-container {
    flex-wrap: wrap;
  }

  .ui-ux-wireframing-section .info-col br {
    display: initial;
  }

  .pats-page .ui-ux-wireframing-section .elementor-element.info-col>.elementor-widget-wrap {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .pats-page .ui-ux-wireframing-section .elementor-column.info-col,
  .pats-page .ui-ux-wireframing-section .elementor-column.image-col {
    width: 100%;
  }

  .ui-ux-wireframing-section .samll-img-container {
    display: block;
  }

  .ui-ux-wireframing-section .large-img-container {
    display: none;
  }

  /*-------- section end -----
   ----------------------------*/
  .ui-ux-mapping-section .info-col br {
    display: none;
  }

  .pats-page .ui-ux-mapping-section .elementor-element.info-col.left-col>.elementor-widget-wrap {
    padding-right: 20px;
  }

  .pats-page .ui-ux-mapping-section .elementor-element.info-col:not(.left-col)>.elementor-widget-wrap {
    padding-left: 20px;
  }

  .pats-page .elementor-section.elementor-element.home-page-case-study-slider-section {
    padding: 90px 120px 65px 105px;
  }

  .web-dev-features-card-section .web-dev-features-card .elementor-icon-box-wrapper {
    padding: 44px 22px 18px;
  }

  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card {
    margin-bottom: 35px;
  }

  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card:nth-child(5),
  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card:last-child {
    margin-bottom: 0;
  }

  .aboutLftSctn .section-info {
    font-size: 17px !important;
  }

  .exploreCustomizeSctn .sectionSmallHeading .elementor-widget-container {
    font-size: 22px !important;
  }

  .exploreCustomizeSctn .section-info .elementor-widget-container {
    font-size: 16px;
  }

  .mobileAppServiceBoxes .elementor-widget-wrap {
    padding: 25px !important;
  }

  .feelFreeSctnInnerCntnt {
    padding: 50px 0;
  }

  .feelFreeSctnInnerCntnt .section-heading {
    font-size: 25px !important;
  }

  .imgListMainWrapper .elementor-image-box-title {
    font-size: 18px;
  }

  .imgListMainWrapper .elementor-image-box-description {
    font-size: 16px;
  }

  .exploreCustomizeSctn .dev__scope-heading .elementor-widget-container {
    line-height: 30px;
  }

  .moderTechnologyImgsMainWrap {
    max-width: 75%;
  }

  .expertTravelDevelopSolutionInnerCntnt .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-wrapper {
    padding: 20px;
    min-height: 230px;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-img {
    width: 60px !important;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-img img {
    margin: -45px 0 18px 0;
  }

  .expertTravelDevelopSolutionInnerCntnt .colorfullNumberWhiteBxs,
  .acumaticaErpPartner .inner-sec .erp-card {
    width: calc(50% - 40px) !important;
    margin: 25px 20px;
  }

  .acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-wrapper {
    padding: 25px;
    min-height: 350px;
  }

  .acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-title {
    font-size: 20px;
    line-height: 30px;
  }

  .acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-description {
    font-size: 16px;
    line-height: 24px;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-description {
    font-size: 15px;
  }

  .threeColWhiteBxCntntWithIconSctn {
    max-width: 100%;
  }

  .dedicatedDeveloperModelsSctn .elementor-element.pricingModelsBoxWrap .elementor-container {
    max-width: 100% !important;
  }

  .modelStepSctnArrowWrap .elementor-icon svg {
    width: 30px;
    margin: 0 0 35px 0;
  }

  .modelStepSctnWIthArrowBox .elementor-icon svg {
    font-size: 110px;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-img {
    width: 110px !important;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-img img {
    height: 78px;
  }

  .numberListIconBoxLftRghtSctnMainWrap .elementor-container {
    max-width: 100% !important;
  }

  .numberListIconBoxLftRghtSctnMainWrap .elementor-widget.numberListIconBoxLftRght {
    width: calc(50% - 30px);
    margin: 20px 15px 25px 15px;
  }

  .numberListIconBoxLftRghtSctnMainWrap .numberListIconBoxLftRght .elementor-icon-box-icon svg {
    margin: 0;
    width: 40px;
  }

  .modelStepSctnWIthArrowMainWrap .modelStepSctnArrowWrap {
    width: 60px !important;
    margin: 0 10px;
  }

  .modelStepSctnWIthArrowMainWrap .elementor-container {
    max-width: 100% !important;
  }

  .modelStepSctnWIthArrowMainWrap .modelStepSctnWIthArrowBox {
    width: calc(25% - 60px) !important;
  }

  .tabsWithOnlyBoxShadowWrap .tabs_feature_item_img_wrap img {
    height: 40px;
  }

  .pats-page-section .tabsWithOnlyBoxShadowWrap.elementor-element {
    width: 100%;
    margin-top: 30px !important;
  }

  .tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__btn-panel__inner {
    margin: 0 0 -2px 40px;
  }

  .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
    width: calc(33.3% - 30px);
    padding: 40px 20px;
    margin: 30px 15px 0 15px;
  }

  .imgWithShadowListWraper.inSingleColumn .elementor-widget-wrap {
    width: 100%;
  }

  .customGridWrapper .gridWidth25percent {
    width: calc(50% - 20px) !important;
    margin: 30px 15px 0 15px !important;
  }


  /* Our story slider start */

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-current span::after {
    display: none;
  }

  .yearSliderMainContainer .elementor-widget-container {
    margin: 0 !important;
  }

  .yearSliderMainContainer {
    border-left: none;
  }

  .yearSliderSideBySideMainWrap .yearSliderPreview {
    width: calc(100% - 125px);
    padding-left: 40px;
  }

  .smallSubHeadingText .elementor-widget-container .elementor-heading-title,
  .smallSubHeadingText .elementor-widget-container {
    font-size: 16px;
    line-height: inherit !important;
  }

  /* Our story slider end */

  /* memories masonary grid start */

  .memoriesMasonaryGridWrap .content_grid {
    height: 1178px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_1,
  .memoriesMasonaryGridWrap .content_grid .item_7 {
    display: none;
  }

  .memoriesMasonaryGridWrap .content_grid .item_2 {
    width: 288px;
    left: 310px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_2 img {
    width: 288px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_3 {
    top: 202px;
    width: 288px;
    left: 310px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_3 img {
    width: 288px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_8 {
    width: 330px;
    left: 1147px;
    top: 642px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_8 img {
    width: 330px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_9 {
    width: 288px;
    left: 310px;
    top: 405px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_11 {
    top: 650px;
    width: 288px;
    left: 310px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_13 {
    top: 725px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_14 {
    top: 363px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    padding: 20px;
    left: 609px;
  }


  /* memories masonary grid end */

  .pats-page-section .font_18_30px {
    font-size: 18px;
    line-height: 28px;
  }

  .contactCountriesWrapper .countryBox {
    padding: 0 12px;
  }

  .contactCountriesWrapper .countryBox .country-flag img {
    width: 85px;
  }

  .contactCountriesWrapper .countryBox .country-name {
    font-size: 22px !important;
  }

  .contactCountriesWrapper .countryBox .section-info .elementor-widget-container {
    font-size: 15px;
  }

  /* start gitex banner */

  .gitexBannerMain {
    width: 450px;
  }

  .gitexBannerContainer {
    padding-left: 132px;
  }

  .gitexBannerMain .gitexBg {
    height: 160px;
  }

  .gitexBannerContent {
    margin: 10px 0;
  }

  .gitexBannerContent h3 {
    font-size: 14px;
    margin: 0 0 5px 0;
  }

  .gitexBannerContent h3.lastText {
    width: max-content;
  }

  .gitexBannerContent img {
    height: 40px;
  }

  .gitexBannerContent .gitexLeft {
    margin-right: 6px;
  }

  .gitexBannerContent .gitexRightContent {
    top: 0;
  }

  .gitexBannerContent .gitexRight p {
    font-size: 10px;
    margin: 0 0 5px 0;
  }

  .gitexBannerContent .gitexRight h4 {
    font-size: 12px;
  }

  /* end gitex banner */

  /* start case studies pages */

  .caseStudies_pages-banner .inner__page-banner-contents {
    padding-right: 100px;
  }

  .caseStudies_pages-banner .inner__page-banner-contents .page__title {
    font-size: 35px;
  }

  .caseStudies_pages-banner .page__title .smallText {
    font-size: 20px;
  }

  .cmnTxtCntnt h3,
  .cmnTxtCntnt h3.elementor-heading-title {
    font-size: 22px;
  }

  /* end case studies pages */

  /* start erp page */
  .imgMainWrapper .elementor-image-box-img {
    width: 100px !important;
    height: 100px;
    margin: 0 40px 0 0 !important;
  }

  .imgMainWrapper .elementor-image-box-img img {
    width: 50px;
    height: 50px;
  }

  /* end erp page */

  /* start event-listing  page */
  .eventListing .list_wrap .list_item {
    width: 50%;
  }

  /* end evnt-listing page */

  /* start digital-listing  page */
  .digitalListing .list_wrap .list_item {
    width: 45%;
    margin-right: 3%;

  }

  .digitalListing .list_wrap .list_item .digital_content .brochure-desc {
    font-size: 18px;
    line-height: 28px;
  }

  .digitalListing .list_wrap .list_item .digital_content .brochure-title {
    font-size: 22px;
    line-height: 32px;
  }

  .digitalBrochureContainer .digitalHeadText {
    font-size: 36px;
    line-height: 46px;
  }

  /* end digital-listing page */
  .leapImageSliderMainWrap .marqueImageSliderCntntWrap li img {
    height: 300px;
  }

  .security-page .info-img-col .digital-infrastructure-img img {
    width: 100%;
    object-fit: cover;
  }

  .iconBoxcolCenterWrap .icon-box-card .elementor-icon-box-title {
    font-size: 26px;
    line-height: 36px;
  }

  .iconBoxcolCenterWrap .icon-box-card .elementor-icon-box-description {
    font-size: 18px;
    line-height: 28px;
  }

  .security-page .sectionHead .elementor-heading-title,
  .security-page .info-list-col .sec-heading .elementor-heading-title,
  .security-page .info-img-col .section-heading .elementor-widget-container {
    font-size: 35px;
    line-height: 45px;
  }

  .cyber-icon-box .elementor-icon-box-title {
    font-size: 26px;
    line-height: 36px;
  }

  .security-page .info-list-col .free-heading .elementor-heading-title {
    font-size: 28px;
    line-height: 38px;
  }

  .slider__page-banner .slider__page-banner-contents {
    width: 90%;
  }

  .greyBgWithVideo .heading .elementor-heading-title,
  .trustedSec .heading .elementor-heading-title,
  .startUpImgInfoSec .heading .elementor-heading-title,
  .caseStudySec .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .startupNumberHeadingWrap .startupNumberHeading {
    font-size: 80px;
  }

  .startupImgCntWrap .alternate-img-info-row {
    margin-bottom: 70px !important;
  }

  .startupImgCntWrap .alternate-img-info-row.first-child {
    margin: 40px 0 70px !important;
  }

  .teamNew-mainWrap .elementor-container {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .teamNew-items .infobox-icon,
  .teamNew-items .infobox-icon img {
    min-width: 165px;
    max-width: 165px;
  }

  .acumaticaerpPlatformSctn .info-col {
    padding-right: 35px;
  }

  .acumaticaerpPlatformSctn .info-col .info-text {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px;
  }

  .acumaticaCloud .section-bold-info {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px !important;
  }

  .acumaticaCloud .section-info.second {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .acumaticaCloud .inner-sec {
    margin: 15px 0;
  }


  .cloud-erp-list .eael-feature-list-content-box .eael-feature-list-title {
    font-size: 22px;
    line-height: 32px !important;
  }

  .cloud-erp-list .eael-feature-list-content-box .eael-feature-list-content {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /* Software Rescue Service page Start*/
  .commonSec .img-col img,
  .commonSec .inner-section .img-col img {
    width: 250px;
  }

  .software-sec .slider__page-banner .slider_heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .software-sec .slider__page-banner .slider_para {
    font-size: 20px;
    line-height: 30px;
  }

  .software-sec .slider__page-banner {
    height: 500px;
  }

  .appProjectSec .iconListWrap .elementor-icon-list-text {
    font-size: 18px;
    line-height: 28px;
  }

  /* Software Rescue Service page End*/
}

@media (max-width: 1024px) {

  /* megamenu start */
  .megamenu-container #mega-menu-wrap-menu-1.mega-menu-wrap {
    display: none;
  }

  /* megamenu end */

  .nav-mn-row {
    padding: 15px 0 !important;
  }

  .nav-mn-row img.custom-logo {
    max-width: 170px;
  }

  /*===================================
      Primary mobile menu - start
   =====================================*/
  .o-hidden {
    overflow: hidden !important;
  }

  .mobile-menu-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #00000096;
    transition: 0.3s;
  }

  .site-header .site-navigation-mobile--primary {
    display: flex;
    justify-content: flex-end;
  }

  .pats-page .primary-mobile-menu-wrapper {
    position: fixed;
    top: 63px;
    right: -330px;
    bottom: 0;
    z-index: 999;
    overflow: auto;
    width: 330px;
    padding: 20px 20px 45px 30px;
    background-color: #fff;
    /* box-shadow: -10px 0 15px rgba(0, 0, 0, .11); */
    transition: all 0.3s;
  }

  .pats-page .primary-mobile-menu-open .primary-mobile-menu-wrapper {
    right: 0;
  }

  .primary-mobile-menu-wrapper .mobile-menu--primary,
  .primary-mobile-menu-wrapper .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .primary-mobile-menu-wrapper .sub-menu {
    height: 0;
    overflow: hidden;
    transition: all 0.25s;
  }

  .primary-mobile-menu-wrapper .mobile-menu--primary {
    padding-top: 20px;
  }

  .primary-mobile-menu-wrapper .sub-menu {
    display: none;
  }

  .primary-mobile-menu-wrapper .sub-menu.active {
    display: block;
  }

  .mobile-menu--primary .menu-item--primary {
    padding-bottom: 30px;
  }

  .mobile-menu--primary .menu-item--primary.last {
    padding-bottom: 60px;
  }

  .mobile-menu--primary .menu-item--primary a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
  }

  .mobile-menu--primary .menu-item--primary a,
  .mobile-menu--primary .menu-item--primary a:visited,
  .mobile-menu--primary .menu-item-has-children::after {
    color: #1e1c1c;
  }

  .mobile-menu--primary .menu-item:not(.nav-menu-contact-btn):hover>a,
  .mobile-menu--primary .menu-item--primary.active>a,
  .mobile-menu--primary .menu-item>a:hover,
  .mobile-menu--primary .menu-item>a:active,
  .mobile-menu--primary .menu-item>a:focus,
  .mobile-menu--primary .menu-item-has-children:hover::after,
  .mobile-menu--primary .menu-item-has-children.active::after {
    color: #3f30ff !important;
  }

  .mobile-menu--primary .sub-menu {
    padding-left: 20px;
  }

  .mobile-menu--primary .sub-menu .menu-item {
    padding-bottom: 10px;
  }

  .mobile-menu--primary .sub-menu .menu-item a {
    font-size: 14px;
  }

  .mobile-menu--primary .sub-menu .menu-item:first-of-type {
    margin-top: 20px;
  }

  .mobile-menu--primary .menu-item-has-children {
    position: relative;
  }

  .mobile-menu--primary .menu-item-has-children::after {
    content: "+";
    padding: 0;
    position: absolute;
    right: 0;
    font-size: 28px;
    top: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: -1;
  }

  .mobile-menu--primary .menu-item-has-children.active::after {
    content: "–";
    font-size: 24px;
  }

  /* ------contact -------- */
  .mobile-menu--primary .menu-item.nav-menu-contact-btn a {
    color: #fff !important;
    border-radius: 2px;
    height: 39px;
    /* width: 115px; */
    font-weight: 500;
    font-size: 15px;
  }

  /* ------- menu toggle ------- */
  .site-navigation-mobile--primary .primary-mobile-menu-toggle {
    border: none;
    outline: none;
    padding: 0;
    background: #0000;
    position: absolute;
    right: -22px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-box {
    height: 10px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .2s all;
    transform: translateY(-50%);
  }

  .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::before {
    height: 2px;
    width: 18px;
    background: #fff;
    content: "";
    transition: .3s all;
    position: absolute;
    top: 0;
    left: 0;
  }

  .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::after {
    height: 2px;
    width: 18px;
    background: #fff;
    content: "";
    transition: .3s all;
    position: absolute;
    top: 8px;
    left: 15%;
    left: 0;
  }

  /* .primary-mobile-menu-open .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::before,
   .primary-mobile-menu-open .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::after {
      background-color: #fff;
   } */
  .nav-menu-text-dark .primary-mobile-menu-toggle .menu-icon-inner::before,
  .nav-menu-text-dark .primary-mobile-menu-toggle .menu-icon-inner::after,
  .primary-mobile-menu-open .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::before,
  .primary-mobile-menu-open .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::after,
  .fixed-navbar .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::before,
  .fixed-navbar .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::after {
    background-color: #1e1c1c;
  }

  .primary-mobile-menu-open .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::before {
    transform: rotate(45deg);
  }

  .primary-mobile-menu-open .site-navigation-mobile--primary .primary-mobile-menu-toggle .menu-icon-inner::after {
    transform: rotate(-45deg);
    top: 0;
  }

  .site-header .navbar-lft {
    height: 34px;
  }

  .site-header .primary-mobile-menu-open {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    animation: none;
  }

  .pats-page .primary-mobile-menu-open .custom-logo-link:not(.dark) .site-logo--light {
    display: none;
  }

  .pats-page .primary-mobile-menu-open .custom-logo-link:not(.dark) .site-logo--dark {
    display: block;
  }

  .site-header .nav-mn-row {
    align-items: stretch;
  }

  /*===================================
      Primary mobile menu - start
   =====================================*/

  .webecommerce__page-banner {
    background-image: none !important;
  }

  #app__development-platforms-mobile-app .elementor-container {
    display: flex;
    flex-wrap: wrap;
  }

  #app__development-platforms-mobile-app .section__pltfm-mob-app-cards,
  #app__development-platforms-mobile-app .section__information-wrapper {
    flex: 0 0 100%;
  }

  #app__development-platforms-mobile-app .section__pltfm-mob-app-cards {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  #app__development-platforms-mobile-app .section__information-wrapper {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 120px;
  }

  #app__development-platforms-mobile-app .section__information-wrapper .elementor-widget-wrap {
    padding-left: 0;
  }

  .blockchain_served_industries-slider .owl-arrow-nav,
  /* .app__dev-mob-app-platform-slider-nav */
  .app__dev-mob-app-platform-slider .owl-arrow-nav,
  .fullstack-industries-slider .owl-arrow-nav {
    top: -90px;
    right: 50%;
    transform: translateX(50%);
  }

  /** AR/VR page **/
  #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item {
    max-width: 530px;
  }

  .primary__contact-button-container .pitangent__primary-btn {
    margin: auto;
  }

  /** end **/
  .pitangent__primary-btn:not(.not-centered) {
    margin: auto;
  }

  .ar_vr_served_industries-slider .pitangent__primary-btn,
  .iot_served_idustries-slider .pitangent__primary-btn,
  .about-page-banner .pitangent__primary-btn,
  .sass-industries-slider .pitangent__primary-btn {
    margin: initial;
  }

  .pats-page .elementor-section.elementor-element.project-management-psychology-section {
    padding: 3rem 0 3.4rem;
  }

  /* contact page */
  .contact__page-banner .inner__page-banner-contents-wrapper {
    padding: 7.98958333125rem 0 6.866048175rem;
  }

  .pats-page .elementor-section.elementor-element.our-locations-section {
    padding: 5.5054rem 0;
  }

  /* Iot page */
  .iot-dev-services-section .info-col>.elementor-widget-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .iot-dev-services-section .info-col .section-heading {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .iot-dev-services-section .info-col .image-container {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .pats-page .iot-dev-services-section .elementor-element.section-heading>.elementor-widget-container {
    padding-top: 2.5rem;
  }

  .iot-platforms-techs-section .section-heading>.elementor-widget-container {
    width: auto;
    /* max-width: initial; */
    min-width: initial;
  }

  .pats-page .elementor-section.elementor-element.iot-platforms-techs-section {
    padding-top: 5.125rem;
  }

  .pats-page .iot-platforms-techs-section .elementor-element.iot-platforms-techs-setion-top-part {
    margin-bottom: -6.25rem;
  }

  /* Big data page */
  .pats-page .elementor-section.elementor-element.big-data-technologies-section {
    padding: 5.3125rem 0 5rem;
  }

  .big-data-management-results-section .section-info br {
    display: none;
  }

  /* Blockchain page */
  .pats-page .blockchain-app-dev-services-section {
    background-color: #F6F6F6BF;
  }

  .pats-page .elementor-section.elementor-element.blockchain-app-dev-services-section {
    padding: 5rem 0 4rem;
  }

  .pats-page .blockchain-app-dev-services-section .elementor-column.blockchain-intro-col {
    width: 100%;
    max-width: 39.6875rem;
    margin-bottom: 4rem;
  }

  .pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-dev-services-col {
    width: 100%;
  }

  .pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-dev-services-col>.elementor-widget-wrap {
    padding: 0 0 0 1.75rem;
  }

  .blockchain-app-dev-services-section .blockchain-intro-col {
    position: static;
  }

  .blockchain-app-dev-services-section .blockchain-dev-services-col {
    order: 2;
  }

  #blockchain-dev-services-col .blockchain-dev-service-item.limited-width,
  .pats-page .blockchain-dev-services-col .blockchain-dev-service-item {
    width: 100%;
    max-width: 38rem;
    min-width: initial;
  }

  .pats-page .elementor-section.elementor-element.blockchain-mobile-app-platforms-section {
    padding: 6.25rem 0;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 0.9375rem;
  }

  .blockchain-mobile-app-platforms-section .section-heading br {
    display: none;
  }

  .pats-page .elementor-section.elementor-element.blockchain-served-industries-section {
    padding: 5.8125rem 0 5.3125rem;
  }

  .blockchain-served-industries-section .blockchain-srvd-indstrs-cards-col,
  .fstack-served-indstrs-section .card-col {
    order: 2;
  }

  .blockchain-served-industries-section .pitangent__primary-btn,
  .fstack-served-indstrs-section .pitangent__primary-btn {
    margin: auto;
  }

  .blockchain-served-industries-section .section__information-wrapper,
  .fstack-served-indstrs-section .info-col {
    margin-bottom: 7.8125rem;
  }

  /* It staff augmentation page */
  .pats-page .elementor-section.elementor-element.it-staff-augmentation-service-plans-section {
    padding: 85px 0 105px;
  }

  .pats-page .elementor-section.elementor-element.perks-of-it-staff-services-section {
    padding: 60px 0 95px;
  }

  /* freightchanger case study page */
  .pats-page .elementor-section.elementor-element.fccs-project-management-timeline-section {
    padding: 90px 0 150px;
  }

  .pats-page .elementor-section.elementor-element.fccs-development-procedure-section {
    padding-bottom: 150px;
  }

  .pats-page .elementor-section.elementor-element.fccs-webwireframe-section,
  .pats-page .elementor-section.elementor-element.fccs-design-text-section {
    padding-bottom: 120px;
  }

  .pats-page .elementor-section.elementor-element.fccs-other-case-studies-section {
    padding: 90px 0 140px;
  }

  .centered-contents-section .info-col>.elementor-widget-wrap {
    max-width: 530px;
  }

  .fccs-design-text-section .info-col br {
    display: none;
  }

  /* UI/UX page */
  .ui-ux__page-banner .inner__page-banner-contents-wrapper {
    padding: 145px 0 80px;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-methodology-section {
    padding: 65px 0 105px;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.info-col {
    min-width: initial;
    max-width: initial;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 80px 0 70px 55px;
  }

  .ui-ux-dedication-section:not(.no-bg-color) {
    background-color: #F9F9F9;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-work-steps-section {
    padding: 72px 0 98px;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-workshops-section {
    padding-bottom: 160px;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-guideline-section {
    padding: 100px 0 90px;
  }

  .pats-page .elementor-section.elementor-element.knowing-your-users-section {
    padding: 85px 0 100px;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-mapping-section {
    padding: 105px 0 80px;
  }

  .pats-page .f-stack-dev-charac-section .elementor-column.list-col,
  .pats-page .f-stack-dev-charac-section .elementor-column.section-info-col {
    width: 100%;
  }

  .pats-page .f-stack-dev-charac-section .elementor-column.section-info-col {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .f-stack-dev-charac-section .section-info-col::before {
    right: -1000px;
  }

  .f-stack-dev-charac-section .f-stack-section-heading>.elementor-widget-container,
  .f-stack-dev-charac-section .section-info-sm>.elementor-widget-container {
    text-align: center;
  }

  .f-stack-dev-charac-section .pitangent__primary-btn {
    margin: auto;
  }

  .travelHospitabilityDevelopSolution .lftSctn img {
    width: 50%;
  }

  .sctnBigBoldSubHeading .elementor-widget-container {
    font-size: 18px !important;
  }

  .realEstateAbtUs .elementor-section .elementor-container {
    flex-wrap: nowrap;
  }

  .realEstateAbtUs .elementor-container .lftSctn {
    padding: 0 35px 0 0;
  }

  .realEstateSpecialSctn .elementor-section .elementor-container {
    flex-wrap: wrap;
  }

  /* Grocery Page */

  .grocery-store-app-features-section .elementor-column.leftCol {
    width: 35%;
  }

  .grocery-store-app-features-section .elementor-column.rightCol {
    width: 65%;
  }

  .pats-horizontal-tabs .tabs__content-panel,
  .tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__content-panel {
    padding: 30px 20px;
  }

  .modelStepSctnWIthArrowMainWrap .modelStepSctnArrowWrap {
    display: none;
  }

  .modelStepSctnWIthArrowMainWrap .elementor-column.modelStepSctnWIthArrowBox {
    width: calc(50% - 40px) !important;
    margin: 15px;
  }

  .modelStepSctnWIthArrowBox .elementor-icon svg {
    font-size: 180px;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-img {
    width: auto !important;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-img img {
    height: 140px;
  }

  .imgTxtListBoxSctnMainWrap .elementor-widget.imgTxtListBoxWrap {
    width: calc(50% - 40px) !important;
    margin: 40px 15px 0 15px;
  }

  .whiteShadowBxWithBtnCntnt .feelFreeSctnInnerCntnt {
    max-width: 100%;
    padding: 50px 25px;
  }

  .whiteShadowBoxForInsideWidget .elementor-widget-wrap .elementor-image-box-wrapper {
    text-align: center;
  }

  .whiteShadowBoxForInsideWidget .elementor-widget-wrap {
    padding: 25px !important;
  }

  .smallSubHeadingText .elementor-widget-container .elementor-heading-title,
  .smallSubHeadingText .elementor-widget-container {
    font-size: 15px !important;
    line-height: inherit !important;
  }

  .whatWeDoBestSctnWrap .pitangent__primary-btn {
    margin: 0;
  }

  .pats-page-section .normal35pxText .elementor-widget-container,
  .pats-page-section .font_20_35px {
    font-size: 16px;
    line-height: 30px;
  }

  .pats-page-section .normal30pxText .elementor-widget-container,
  .pats-page-section .font_18_30px {
    font-size: 16px;
    line-height: 25px;
  }

  /* career page start */

  .currentOpeningListMainWrap,
  .currentOpeningFilterHeading {
    width: 100%;
  }

  .jobListFilterMainWrap .leftIconSearchField {
    width: 80%;
  }

  .currentOpeningFilterHeading {
    padding: 15px 35px;
  }

  .jobOpeningListMainInsideWraper {
    padding: 0 15px;
  }

  .jobOpeningDetailsPageCntntWrap .jobRequirementsCntntWrap {
    margin: 0 0 35px 0;
  }

  .jobOpeningDetailsPageMainWrap .innerPgWithoutBannerGreyBgNavGap .pitangent__primary-btn {
    margin: 0 !important;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails li {
    margin: 0 0 25px 0;
  }

  .jobOpeningDetailsPageCntntWrap .jobRequirementsListWrap {
    margin: 0 0 30px 0;
  }

  /* career page end */

  .contactCountriesWrapper .elementor-container {
    max-width: 100% !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contactCountriesWrapper .countryBox {
    padding: 20px;
    width: 45% !important;
  }

  .eventListing .list_wrap .list_item .event_content .event-place {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #000;
  }

  .pats-page .dedicated-hiring-why-us-section.redesign-page .elementor-column.img-col,
  .pats-page .dedicated-hiring-why-us-section.redesign-page .elementor-column.info-col {
    width: 100%;
  }

  .pats-page .dedicated-hiring-why-us-section.redesign-page .elementor-column.img-col {
    margin-bottom: 30px;
  }

  .security-page .info-img-col,
  .security-page .info-img-col.right-col,
  .security-page .info-img-col.left-col,
  .security-page .two-section .info-list-col {
    padding-right: 0;
  }

  .slider-sec .dots-container .dots:not(.active) {
    display: none;
  }

  .slider-sec .dots-container .dots::after {
    width: max-content;
    margin: 0 auto;
  }

  .teamNew-items {
    padding: 15px;
    width: 100% !important;
  }

  .teamNew-items h4.title {
    font-size: 16px;
  }

}

@media screen and (max-width: 991.99px) {

  .careers__page-banner {
    background-image: none !important;
    background-color: #f2f7f9;
  }

  .pats-page .footer-row .footer-col--social-links {
    flex: 0 0 100%;
  }

  .app__dev-success-stories-slider .app__dev-success-story-item-inner .client-logo {
    margin: auto;
  }

  .nav-list-mn li {
    padding: 5px 0;
  }

  .nav-list-mn li a {
    padding: 15px 18px;
  }

  .nav-mn-row img.custom-logo {
    max-width: 140px;
  }

  .banner-mn h1 {
    font-size: 35px;
  }

  .banner-mn .technology-text {
    font-size: 26px;
  }

  .banner-mn .input-cursor {
    height: 20px;
  }

  .group-btn-mn .cmn-btn {
    padding: 10px 15px;
    font-size: 12px;
    min-width: 122px;
  }

  .bnr-award-img img {
    max-width: 30%;
    margin: 0 6px;
  }

  .bnr-rght {
    padding-left: 25px;
  }

  .cmn-modal .modal-dialog {
    max-width: 95%;
    margin: 40px auto;
  }

  .cmn-modal .close {
    right: 0;
    top: -30px;
    opacity: 1;
  }

  .sidebar-content .lft .hdng {
    font-size: 28px;
    font-weight: 800;
    line-height: 35px;
    margin: 12px 0 25px 0;
  }

  .sidebar-content .lft .menu-mail a,
  .sidebar-content .lft .menu-number p {
    margin: 0 0 10px 0;
    font-size: 14px;
  }

  .sidebar-content .lft .menu-mail {
    margin: 20px 0;
  }

  .sidebar-content .lft .address {
    font-size: 16px;
    margin: 0;
  }

  .counter-mn .elementor-container {
    max-width: 100% !important;
  }

  .counter-mn .counter-bx .elementor-counter-title {
    line-height: 28px;
    font-size: 18px;
    margin: 8px 0 0 0;
  }

  .what-we-do-para p {
    max-width: 100%;
  }

  .what-we-do-para .elementor-widget-container {
    padding: 0 15px !important;
  }

  .we-served-hdng .elementor-widget-wrap {
    padding: 0 15px 0 0 !important;
  }

  .we-served-sctn .we-served-cntnt .elementor-container {
    max-width: 100% !important;
  }

  .work-list-mn .elementor-container {
    max-width: 100% !important;
  }

  .what-we-do .what-do-list h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .work-list-mn .what-do-list img {
    max-height: 85px;
  }

  .work-list-mn .what-do-list ul li {
    margin: 0 0 10px 0 !important;
  }

  .work-list-mn .what-do-list ul li .elementor-icon-list-text {
    font-size: 15px;
  }

  .review-sctn-mn .client-review-inner-mn .elementor-container {
    max-width: 100% !important;
  }

  .top-footer .ftr-cntct-btn {
    padding: 10px 18px;
  }

  .ftr-hdr h2 {
    font-weight: 800;
    font-size: 23px;
  }

  .get-quote-frm .submit-btn {
    min-width: 195px;
  }

  .social-icon {
    display: flex;
    flex-wrap: wrap;
  }

  .social-icon a {
    margin: 5px 5px;
  }

  .social-icon a:first-child {
    margin: 5px 5px 5px 0;
  }

  .social-icon a:last-child {
    margin: 5px 0 5px 0;
  }

  .countdown-sctn h3.elementor-heading-title {
    line-height: 30px;
  }

  .what-do-lst-img img {
    margin: 0;
  }

  .what-do-list.list-cntr .what-do-lst-img img {
    margin: 0;
  }

  .app__dev-success-story-item-inner .client-logo {
    margin: auto;
  }


  /* ar vr page */
  .ar-vr__page-banner .inner__page-banner-contents {
    max-width: 450px;
    min-width: initial;
  }

  .ar_vr_app_dev-services-section .elementor-column.heading-column,
  .ar_vr_app_dev-services-section .elementor-column.info-column {
    width: 100%;
  }

  .ar_vr_app_dev-services-section .elementor-column.heading-column {
    margin-bottom: 25px;
  }

  .pats-page .ar_vr_app_dev-services-section .elementor-element.section-heading,
  .pats-page .ar_vr_app_dev-services-section .elementor-element.section-info {
    text-align: center;
  }

  .pats-page .ar_vr_app_dev-services-section .elementor-element.section-info>.elementor-widget-container {
    padding-left: 0;
  }

  .ar_vr_app_dev-services-section .heading-column .pitangent__primary-btn {
    margin: auto;
  }

  .ar_vr_served_industries-item-inner .slider-body {
    padding: 40px 0 45px 35px;
  }

  .ar_vr_served_industries-item-inner .slider-header-badge {
    margin-bottom: 14px;
  }

  .ar_vr_served_industries-item-inner .industry-type {
    margin-bottom: 8px;
    font-size: 40px;
  }

  .ar_vr_served_industries-item-inner .industry-info {
    width: auto;
    max-width: 500px;
    font-size: 16px;
    line-height: 1.55;
  }

  .ar_vr_served_industries-slider .owl-dots,
  .sass-industries-slider .owl-dots {
    bottom: 18px;
  }

  .ar_vr_served_industries-item-inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05103452;
    z-index: -1;
  }

  /*** Font settings ***/
  .about-page-banner .banner-text-secondary .elementor-widget-container {
    font-size: 1.23rem;
  }

  .about-page-banner .banner-text-primary .elementor-widget-container {
    font-size: 2.26042rem;
    line-height: 1.44;
  }

  .contact__page-banner .page__info {
    font-size: 1.5625rem;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-title .elementor-icon {
    font-size: 1.8rem;
  }

  .our-locations-section .section-heading,
  .our-locations-section .country-name .elementor-widget-container,
  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-title .elementor-icon-box-title {
    font-size: 1.5625rem;
  }

  .pats-page-section .section-info>.elementor-widget-container {
    font-size: 1rem;
  }

  .iot-dev-services-card .service-title {
    font-size: 1.125rem;
  }

  .iot-dev-services-card .service-info {
    font-size: 1rem;
  }

  .pats-page .big-data-management-result-card .elementor-element.big-data-icon-box .elementor-icon-box-title {
    font-size: 1.25rem;
  }

  .pats-page .web-dev-features-card-section .web-dev-features-card .elementor-element.web-dev-feature-icon-box .elementor-icon-box-title {
    font-size: 17px;
  }

  .blockchain-app-dev-services-section .blockchain-intro-box-title .elementor-widget-container {
    font-size: 1.875rem;
    line-height: 1.25;
  }

  .blockchain-app-dev-services-section .blockchain-intro-box-info-text .elementor-widget-container {
    font-size: 1.125rem;
    line-height: 1.45;
  }

  .pats-page .blockchain-dev-services-col .elementor-element.blockchain-dev-service-item .elementor-icon-box-title {
    font-size: 1.25rem;
  }

  .pats-page .blockchain-dev-services-col .elementor-element.blockchain-dev-service-item .elementor-icon-box-description,
  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.select-plan-button .elementor-button {
    font-size: 0.875rem;
  }

  .case-study-page-section .section-heading>.elementor-widget-container {
    font-size: 30px;
  }

  /* .ui-ux-guideline-section .section-heading > .elementor-widget-container {
      font-size: 30px;
      line-height: 1.45;
   } */
  /*** End ***/

  /* About page */
  .pats-page .elementor-section.elementor-element.about-page-banner {
    padding-top: 8rem;
    padding-bottom: 13rem;
  }

  .pats-page .elementor-section.elementor-element.banner-bottom-image-section {
    top: -24vw;
  }

  .our-focus-section .section-heading>.elementor-widget-container,
  .our-focus-section .section-info>.elementor-widget-container {
    text-align: center;
  }


  /* contact page */
  .contact__page-banner {
    background-position: right;
    background-color: #f0f4fc;
    background-size: 80%;
  }

  .pats-page .elementor-section.elementor-element.our-locations-section {
    padding: 4.12rem 0;
  }

  /* .inner-section-countries-wrapper .elementor-column.country-col:not(:last-of-type) {
      margin-right: 60px;
   } */
  /* .inner-section-countries-wrapper .elementor-container {
      justify-content: space-between;
   } */

  .pats-page .our-locations-section .inner-section-countries-wrapper>.elementor-container {
    flex-direction: column;
    align-items: center;
  }

  .inner-section-countries-wrapper .elementor-column.country-col:not(:last-of-type) {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .pats-page .inner-section-countries-wrapper .elementor-element.country-flag>.elementor-widget-container {
    margin-bottom: 0.625rem;
  }

  .inner-section-countries-wrapper .elementor-container {
    justify-content: space-around;
  }

  .pats-page .our-locations-section .elementor-element.section-heading-container>.elementor-widget-container {
    margin-bottom: 3.125rem;
  }

  /* iot page */
  .iot__page-banner {
    background-position: 55% center;
  }

  .iot__page-banner .inner__page-banner-contents {
    width: auto;
    max-width: 430px;
    min-width: initial;
  }

  .iot__page-banner .inner__page-banner-contents br {
    display: none;
  }

  .pats-page .elementor-section.elementor-element.iot-platforms-techs-section {
    margin-bottom: 24.1875rem;
  }

  .iot_served_idustries-slider-wrapper {
    /* max-width: 34.375rem; */
    max-width: 37.5rem;
  }

  .iot_served_idustries-slider-item-inner {
    flex-direction: column;
    padding: 1.5625rem 3.75rem;
  }

  .iot_served_idustries-slider .slider-contents-wrapper {
    order: 2;
  }

  .iot_served_idustries-slider .slider-contents-wrapper,
  .iot_served_idustries-slider .slider-img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .inner__page-banner-contents-wrapper,
  .slider__page-banner-contents-wrapper {
    padding: 7.1625rem 0 6.1875rem;
  }

  .iot-dev-services-card .service-title {
    font-size: 1.125rem;
  }

  .iot-platforms-techs-section .info-col,
  .iot-platforms-techs-section .platforms-techs-gallery-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pats-page .iot-platforms-techs-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 0;
    margin-bottom: 2.5rem;
  }

  .iot-platforms-techs-section .section-heading .elementor-widget-container {
    text-align: center;
  }

  /* .iot-platforms-techs-section .pitangent__primary-btn {
      margin: auto;
   } */
  .pats-page .iot-platforms-techs-section .elementor-element.section-heading>.elementor-widget-container {
    margin: auto;
    margin-bottom: 1.5625rem;
    padding-right: 0;
  }

  .pats-page .iot-platforms-techs-section .elementor-element.iot-platforms-techs-setion-top-part {
    margin-bottom: -17.5rem;
  }

  .platforms-techs-gallery-col .gallery .gallery-item {
    flex: 0 0 33%;
  }

  .platforms-techs-gallery-col .gallery .gallery-item .gallery-icon {
    width: 7.8125rem;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(1) .gallery-icon {
    width: 5.625rem;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:nth-child(4) .gallery-icon {
    width: 5rem;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:nth-child(3) .gallery-icon,
  .platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(2) .gallery-icon {
    width: 2.8125rem;
  }

  .iot-platforms-techs-section .info-col .pitangent__primary-btn {
    margin: auto;
  }

  /* Big data page */
  .pats-page .elementor-section.elementor-element.big-data-technologies-section {
    padding: 4.0625rem 0 3.75rem;
  }

  /* Blockchain page */
  .pats-page .elementor-section.elementor-element.blockchain-mobile-app-platforms-section {
    padding: 4.75rem 0;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-column.info-col,
  .pats-page .blockchain-mobile-app-platforms-section .elementor-column.blockchain-mobile-app-platform-logos-col {
    width: 100%;
  }

  .pats-page .blockchain-mobile-app-platforms-section .info-col {
    margin-bottom: 4rem;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-top: 0;
  }

  .pats-page .blockchain-mobile-app-platforms-section .elementor-element.blockchain-mobile-app-platform-logos-col>.elementor-widget-wrap {
    padding-left: 0;
    max-width: 40.625rem;
    margin: auto;
  }

  .blockchain-mobile-app-platforms-section .section-heading>.elementor-widget-container,
  .blockchain-mobile-app-platforms-section .section-info>.elementor-widget-container {
    text-align: center;
  }

  .blockchain-mobile-app-platforms-section .pitangent__primary-btn {
    margin: auto;
  }

  .pats-page .elementor-section.elementor-element.blockchain-served-industries-section {
    padding: 4.375rem 0;
  }

  /* It staff augmentation page */
  .it-staff-augmentation__page-banner .inner__page-banner-contents-wrapper {
    padding: 7.8125rem 0 8.4375rem;
  }

  .it-staff-augmentation__page-banner .inner__page-banner-contents {
    min-width: initial;
    max-width: 21.875rem;
  }

  .it-staff-augmentation__page-banner .page__info br {
    display: none;
  }

  .it-staff-augmentation-services-plan-card .plan-info br {
    display: none;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary {
    width: auto;
    min-width: initial;
    max-width: 15.9375rem;
    padding: 2.8125rem 1.5625rem 3.4375rem;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    width: auto;
    min-width: initial;
    max-width: 15.3125rem;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-title>.elementor-widget-container {
    margin-bottom: 1.25rem;
  }

  .pats-page .it-staff-augmentation-services-plan-card .elementor-element.plan-info>.elementor-widget-container {
    margin-bottom: 2.1875rem;
  }

  .perks-of-it-staff-services-section .elementor-widget-wrap>.it-staff-service-cards-container,
  .perks-of-it-staff-services-section .elementor-widget-wrap>.section-info-container {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 0;
  }

  .perks-of-it-staff-services-section .section-heading .elementor-widget-container {
    text-align: center;
  }

  .pats-page .perks-of-it-staff-services-section .elementor-element.section-info-container {
    margin-bottom: 60px;
  }

  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title,
  .pats-page .it-staff-services-benefit-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 16px;
    line-height: 1.5;
  }

  /* Freightchanger case study page */
  .freightchanger-case-study__page-banner .inner__page-banner-contents-wrapper {
    padding: 115px 0 80px;
  }

  .case-study-project-breakdown-tabs__menu {
    top: -18px;
    right: calc(100% + 18px);
  }

  .case-study-project-breakdown-tabs {
    position: relative;
  }

  .case-study-project-breakdown-tabs__menu .menu-link {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .case-study-project-breakdown-tab .tab-title {
    font-size: 30px;
  }

  .case-study-project-breakdown-tab .tab-description,
  .case-study-project-breakdown-tab .project-detail-label,
  .case-study-project-breakdown-tabs__menu .menu-link {
    font-size: 16px;
  }

  .case-study-project-breakdown-tab .project-detail {
    font-size: 18px;
  }

  .case-study-project-breakdown-tab .tab-title-box {
    flex: 0 0 36%;
    max-width: 36%;
  }

  .case-study-project-breakdown-tab .tab-content-box {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .case-study-project-breakdown-tab .project-detail-label {
    margin-bottom: 7px;
  }

  .pats-page .elementor-section.elementor-element.fccs-problem-analysis-section {
    padding-left: 12%;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.section-heading>.elementor-widget-container,
  .pats-page .fccs-design-text-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 12px;
  }

  .pats-page .fccs-other-case-studies-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 36px;
  }

  .other-case-studies-slider .project-title,
  .features-case-mn .cntnt-mn .project-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .other-case-studies-slider .project-description,
  .features-case-mn .cntnt-mn .project-description {
    font-size: 16px;
  }

  /* UI/UX page */
  .ui-ux__page-banner {
    background-position: 90% center;
    background-size: 90%;
  }

  .pats-page .ui-ux-methodology-section .elementor-column.info-col,
  .pats-page .ui-ux-methodology-section .elementor-column.image-col {
    width: 50%;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 0;
  }

  .ui-ux-methodology-section .info-col br {
    display: none;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.contents-divider .elementor-divider {
    padding: 15px 0 20px;
  }

  .ui-ux-dedication-section .elementor-column.info-col {
    width: 100%;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 20px;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 35px;
  }

  .pats-page .ui-ux-workshops-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 0 0 0 30px;
  }

  .ui-ux-workshops-section .info-col br {
    display: none;
  }

  .ui-ux-tools-section .tools-logo-wrapper>.elementor-container {
    max-width: 530px !important;
  }

  .pats-page .our-focus-section .section-heading .elementor-widget-container,
  .pats-page .project-management-psychology-section .section-heading .elementor-widget-container,
  .client-review-inner-mn .section-heading h2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .pats-page .our-focus-section .section-info .elementor-widget-container,
  .pats-page .project-management-psychology-section .section-info .elementor-widget-container {
    font-size: 16px;
  }


  .pats-page .elementor-section.elementor-element.home-page-case-study-slider-section {
    padding: 65px 75px 55px 65px;
  }

  .homepage-case-study-slider__img-wrapper,
  .homepage-case-study-slider__content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .homepage-case-study-slider__img-wrapper {
    margin-bottom: 45px;
  }

  .homepage-case-study-slider__content-wrapper {
    padding-left: 3.3vw;
  }

  .homepage-case-study-slider__content-wrapper .sub-heading-text,
  .homepage-case-study-slider__content-wrapper .information-text {
    margin-bottom: 22px;
  }

  .homepage-case-study-slider__content-wrapper .heading-text {
    margin-bottom: 10px;
  }

  .mobileAppServiceBoxes {
    width: 50% !important;
  }

  .moderTechnologyImgsMainWrap {
    max-width: 100%;
  }

  .moderTechnologyImgsMainWrap .imgWraper {
    margin: 0;
  }

  .fitness-app-development__banner,
  .app-development__page-banner,
  .online-ecommerce__banner,
  .food-delivery-application__banner,
  .fullstack-app-development__banner,
  .education-app-dev__banner,
  .beauty-salon__page-banner {
    background-image: none !important;
  }

  .threeColWhiteBxSctn .whiteShadowRadiusBx {
    margin: 10px 10px;
    padding: 5px 10px;
  }

  .threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx img {
    height: 40px;
  }

  .threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx .elementor-image-box-title {
    font-size: 16px !important;
  }

  .farming-app-top-features-section .elementor-section.horizontal-icon-chips-row-container>.elementor-container {
    max-width: 100% !important;
  }

  /* start ai/ml page */

  .aiServicesSectionWrap .mobileAppServiceBoxes {
    width: 100% !important;
  }

  .aiServicesSectionWrap .dev__scope-heading p br {
    display: none;
  }

  /* end ai/ml page */

  /* start new blog listing */

  .blogListingCategoryWrap .catListWrap {
    max-height: initial;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-left: 10px;
  }

  .blogListingCategoryWrap .catListWrap li::before {
    display: none;
  }

  .blogListingCategoryWrap .catListWrap li {
    margin: 0;
    display: block !important;
  }

  .blogListingCategoryWrap .showToggleMain {
    display: none;
  }

  .blogListingCategoryWrap .catListWrap li:first-child {
    margin-top: 8px;
    padding: 4px 12px;
  }

  .blogListingCategoryWrap .catListWrap .blog-tab {
    margin: 5px 8px;
    padding: 4px 10px;
  }

  .blogListingCategoryWrap .catListWrap .blog-tab.active {
    background-color: #f1f3f5 !important;
  }

  .catBlogListingPg .catListWrap li:first-child {
    margin-top: 0;
    padding: 0;
  }

  /* end new blog listing */

  /* start gitex banner */

  .homeBanner-gitex {
    padding: 130px 0 240px 0;
  }

  .gitexBannerMain {
    top: auto;
    transform: unset;
    bottom: 40px;
  }

  /* end gitex banner */

  /* start case studies pages */

  .caseStudies_pages-banner {
    position: relative;
  }

  .caseStudies_pages-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
  }

  .caseStudies_pages-banner .inner__page-banner-contents-wrapper {
    min-height: auto;
  }

  .caseStudies_pages-banner .inner__page-banner-contents {
    padding-right: 40px;
  }

  .caseStudies_pages-banner .inner__page-banner-contents .page__title {
    font-size: 35px;
    line-height: inherit;
  }

  .caseStudies_pages-banner .inner__page-banner-contents {
    padding-right: 0;
    z-index: 1;
    position: relative;
  }

  .imgBorderListMain .imgTextWrap {
    padding: 20px;
  }

  .imgBorderListMain .elementor-widget-image-box .elementor-image-box-content {
    margin-top: 0;
  }

  .rghtCntnt .innerSection .titleList .top-title .elementor-heading-title {
    font-size: 20px;
    line-height: 30px;
  }

  /* end case studies pages */


  /* start event-listing page */
  .eventBanner .customBtn.desktop-btn {
    display: none;
  }

  .eventBanner .customMobBtn.mob-btn {
    display: block;
  }

  .eventBanner .bnr-lft {
    padding-bottom: 50px;
  }

  .eventBanner {
    padding: 80px 0 40px;
  }

  .eventBanner .event-top-img {
    width: 150px;
  }

  /* end event-listing page */

  .leepImgSliderContainer {
    padding: 40px 0 80px;
  }

  .leapTabsMain .tab-content {
    width: max-content;
  }

  .get-quotes__page-banner .inner__page-banner-contents-wrapper-inner {
    width: 80%;
  }

  .get-quotes__page-banner .inner__page-banner-contents-wrapper {
    height: 450px;
    padding: 120px 0;
  }
}

@media screen and (max-width: 991px) {
  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    background-size: 100px 100px;
    /* adjust border length here */
    padding: 8px;
    --b: 4px;
  }

  .halfWidthGridBoxesMainWrap .halfWidthGridBoxWrap.elementor-column {
    width: 100%;
  }

  .multiColorBorderBox {
    padding: 15px;
  }

  #nodeDevelopServicesPlatform .multiColorBorderBox .elementor-widget-wrap {
    min-height: auto !important;
  }

  .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
    width: calc(33.3% - 30px);
    padding: 30px 20px;
  }

  .customGridWrapper .gridWidth33percent {
    width: calc(50% - 30px) !important;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb {
    float: unset;
    width: 100%;
    border-left: none;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-arrow {
    width: 35px !important;
    height: 35px;
    transform: translate(0, -50%) rotate(-90deg);
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-arrow.slick-disabled {
    opacity: 1;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-prev {
    left: -15px;
    bottom: 0;
    top: 50%;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-next {
    right: -15px;
    top: 50%;
    bottom: 0;
  }

  .yearSliderSideBySideMainWrap .yearSliderPreview {
    width: 100%;
    padding-left: 0;
    margin: 30px 0 0 0;
  }

  .yearSliderSideBySideMainWrap .yearSliderThumb .slick-list {
    margin: 0;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain .lftCntntSctn {
    width: 60%;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain h2 {
    font-size: 18px;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain h3 {
    font-size: 22px;
    margin: 15px 0;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain p {
    font-size: 16px;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain .rghtImgSctn {
    width: 50%;
    padding: 0 0 0 18px;
  }

  .aboutPitangent__page-banner,
  .careersPage__page-banner,
  .teamPage__page-banner {
    background-position: center;
  }

  /* start Team page */

  .teamImgListBoxMainWrap .teamImgListBoxes.imgListWidth50,
  .teamImgListBoxMainWrap .teamImgListBoxes {
    margin: 40px 15px 0 15px !important;
    max-width: calc(33% - 30px);
  }

  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(1),
  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(2),
  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(3) {
    margin-top: 0 !important;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 200px;
    min-height: 350px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 230px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes h3 {
    font-size: 16px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes p {
    font-size: 14px;
  }

  /* end Team page */

  /* start Career page */

  .jobApplicationFormMainWrap .commonBottomBorderForm {
    width: 80%;
    margin: 30px auto 0 auto;
  }

  .jobApplyModalMainWrap .modal-dialog {
    max-width: 95%;
    margin: 55px auto;
  }

  .jobApplyModalMainWrap .formBottomPara {
    margin: 0 0 30px 0;
    font-size: 14px;
  }

  .customSelectBoxMain .custom-select {
    background-size: 10px;
  }

  .jobOpeningDetailsPageCntntWrap .topMainHeadingWrap {
    width: 100%;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .rghtSctn {
    width: 180px;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .lftSctn {
    width: calc(100% - 180px);
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .rghtSctn .pitangent__primary-btn {
    min-width: auto;
  }

  /* end Career page */

  .variousDomainModalMainWrap .headerWrap h2 {
    font-size: 20px;
  }

  /* start erp page */

  .erpTabs ul li {
    width: 30%;
  }

  .erpTabs ul li img {
    width: 130px;
  }

  .erpTabs ul li .slider-text,
  .acumaticerpTab .erpTabs ul li .slider-text {
    font-size: 16px;
  }

  .acumaticerpTab .erpTabs ul {
    margin: 0;
    padding: 20px 0 0;
  }

  .acumaticerpTab .erpTabs ul li {
    margin-bottom: 30px;
  }

  /* end erp page */

  .page-template-gitex-page-template .fullModal .modal-dialog {
    height: calc(100vh - 150px);
    margin-bottom: 120px;
  }

  .page-template-gitex-page-template .iframeFormModal .modal-body {
    padding: 5px;
    padding-bottom: 40px;
  }

  .eventListing {
    margin-top: 35px;
  }

  .eventListing .event-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .getQuoteFormMainWrap .getQuoteFormWrapper {
    width: 100%;
  }

  #getQuoteStepperForm {
    width: 100%;
  }

  /* Start Security & Performance Audit Page */
  .security-page .info-img-col .right-img img,
  .security-page .info-img-col .left-img img {
    width: 100%;
  }

  .security-page .info-img-col .section-heading .elementor-widget-container {
    font-size: 35px;
    line-height: 45px;
  }

  .security-page .sectionHead .elementor-heading-title,
  .security-page .info-list-col .sec-heading .elementor-heading-title {
    font-size: 35px;
    line-height: 45px;
  }

  .cyber-icon-box .elementor-icon-box-title,
  .audit-icon-box .elementor-icon-box-title {
    font-size: 24px;
    line-height: 34px;
  }

  .cyber-icon-box .elementor-icon-box-description {
    font-size: 18px;
    line-height: 28px;
  }

  .security-page .body-text {
    font-size: 20px;
    line-height: 30px;
  }

  .security-page .info-list-col .free-heading .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  .security-page .info-list-col .securityBodyTxt {
    font-size: 18px;
    line-height: 28px;
  }

  .security-page .info-list-col .security-title .elementor-heading-title {
    font-size: 28px;
    line-height: 38px;
  }

  .iconBoxcolCenterWrap .icon-box-card {
    width: 100% !important;
    margin-right: 0;
  }

  /* End Security & Performance Audit Page */

  .slider__page-banner .slider_heading {
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 55px;
  }

  .slider__page-banner .slider_para {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .startupImgCntWrap .blue-text .elementor-heading-title,
  .iconSec .blue-text .elementor-heading-title,
  .greyBgWithVideo .blue-text .elementor-heading-title {
    font-size: 26px;
    line-height: 36px;
    margin: 25px 0;
  }

  .greyBgWithVideo .heading .elementor-heading-title,
  .trustedSec .heading .elementor-heading-title,
  .startUpImgInfoSec .heading .elementor-heading-title,
  .caseStudySec .heading,
  .iconSec .heading {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
  }

  .startupImgCntWrap .short-info,
  .trustedSec .short-info,
  .iconSec .short-info {
    font-size: 18px;
    line-height: 28px;
  }

  .caseStudySec .imgBorderList>.elementor-widget-wrap {
    justify-content: center;
  }

  .caseStudySec .imgBorderList .imgTextWrap {
    width: 30% !important;
  }

  .greyBgWithVideo .videoSec>.elementor-container {
    margin: 50px 0;
    justify-content: center;
    max-width: 100% !important;
  }

  .greyBgWithVideo .videoSec .videoCol {
    width: 100% !important;
    margin: 0;
    margin-bottom: 40px;
    padding: 30px;
  }

  .greyBgWithVideo .videoSec .videoCol .videoInfo {
    font-size: 24px;
    line-height: 34px;
  }

  .technology-tech-tabs-container {
    display: block;
  }

  .startupImgCntWrap .alternate-img-info-row {
    margin-bottom: 50px !important;
  }

  .startupImgCntWrap .alternate-img-info-row.first-child {
    margin: 50px 0 !important;
  }

  .videoSlider .videoSliderItem img {
    height: 300px;
  }

  .caseStudySec .imgBorderList .imgTextWrap figure img {
    width: 100px;
  }

  .caseStudySec .imgBorderList .imgTextWrap .elementor-image-box-title {
    font-size: 16px;
    line-height: 24px;
  }

  .technology-tech-tabs-container .technology-tab-btn {
    font-size: 22px;
  }

  .caseStudySec .img-col {
    order: 1 !important;
  }

  .caseStudySec .info-col {
    order: 2 !important;
  }

  .pats-page-section.acumaticaerpPlatformSctn {
    padding-top: 40px !important;
  }

  .acumaticaerpPlatformSctn .section-info {
    margin-bottom: 10px !important;
  }

  .acumaticaerpPlatformSctn .info-col {
    order: 2;
    padding-right: 0;
    margin-top: 40px;
  }

  .acumaticaerpPlatformSctn .info-col,
  .acumaticaerpPlatformSctn .img-col {
    width: 100% !important;
  }

  .acumaticaErpPartner .inner-sec {
    margin-top: 0;
  }

  .acumaticaErpPartner .inner-sec .erp-card {
    width: 100% !important;
    margin: 22px 0;
  }

  .acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-wrapper {
    padding: 20px;
    min-height: auto;
    text-align: center !important;
  }

  .acumaticaErpPartner .elementor-widget-icon-box:not(.icon--not-centered) .elementor-icon {
    margin: auto !important;
  }

  .acumaticaErpPartner .elementor-icon-box-icon,
  .acumaticaErpPartner .elementor-icon-box-content {
    margin-bottom: 15px;
  }

  .acumaticerpTab .erpTabs ul li img {
    margin-bottom: 15px;
    width: 120px;
    min-height: 120px;
  }

  .acumaticaCloud .inner-sec .elementor-column {
    width: 100% !important;
  }

  .acumaticaCloud .inner-sec .cloud-erp-list .-icon-position-left .eael-feature-list-content-box {
    margin: 0 0 10px 15px !important;
  }

  .cloud-erp-list .eael-feature-list-item {
    min-height: auto;
  }

  /* Software Rescue Service page Start*/

  .commonSec .inner-section .appProjectSec {
    padding-left: 0;
  }

  .software-sec .slider__page-banner .slider_para {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .software-sec .slider__page-banner {
    height: 450px;
  }

  /* Software Rescue Service page End*/
}

@media screen and (max-width: 900.99px) {

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary,
  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary {
    width: 235px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    width: 222px;
  }

  .it-staff-augmentation-services-plan-card.left-card {
    transform: translateX(13px);
  }

  .it-staff-augmentation-services-plan-card.right-card {
    transform: translateX(-13px);
  }

  .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .-icon-position-left .eael-feature-list-content-box {
    margin-left: 16px;
  }

  .tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__btn-panel__inner {
    margin: 0;
  }

  .pats-page-section .tabsWithOnlyBoxShadowWrap.elementor-element {
    margin-top: 20px !important;
  }

  .tabsWithOnlyBoxShadowWrap .tabs_feature_item_img_wrap {
    margin: 8px 8px;
    padding: 10px 15px;
  }

}

/* ---- Media query for primary mobile menu ------
----------------------------------------------- */
@media screen and (max-width: 768.99px) {

  /* .get-free-quote-modal .modal-career-header{
      margin-top:35px
   } */
  .ourProcess__page-banner {
    background: #eaeef7 !important;
  }

  .innerPgWithoutBannerGreyBgNavGap {
    margin-top: 70px;
  }

  .app__dev-success-story-item-inner .stroy-text {
    font-size: 16px;
  }

  .webecommerce__page_left_pane.left,
  .webecommerce__page_right_pane.image_right {
    padding-left: 0;
  }

  .webecommerce__page_right_pane.image_left {
    padding-right: 0;
  }

  .exclusiveFeaturesSctn .imgListMainWrapper .elementor-image-box-content {
    text-align: left;
    margin: 0 0 0 15px;
  }

  /* widget start */
  .grocery-store-app-features-section .elementor-column.leftCol {
    width: 100%;
  }

  .grocery-store-app-features-section .elementor-column.rightCol {
    width: 100%;
    margin: -2px 0 0 0;
    border: none !important;
    border-radius: 0 0 8px 8px !important;
  }

  .grocery-store-app-features-section .elementor-column.leftCol .elementor-widget-wrap {
    border-radius: 8px 8px 0 0 !important;
    padding: 40px 30px 25px 30px !important;
  }

  .grocery-store-app-features-section .elementor-column.rightCol .elementor-widget-wrap {
    border-radius: 0 0 8px 8px !important;
    padding: 0 30px 40px 30px !important;
  }

  .pats-horizontal-tabs .tabs__tab-content--mobile {
    background: #fff !important;
    border: 1px solid #fff;
    ;
  }

  .pats-horizontal-tabs .tabs__tab-btn {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .pats-horizontal-tabs .tabs__tab-btn.active {
    border-radius: 8px 8px 0 0;
  }

  .pats-horizontal-tabs .tabs__btn-group {
    margin: 0 0 25px 0;
  }

  .tabs__content-panel_desktop {
    display: none;
  }

  .minusIcon {
    display: none;
  }

  .pats-horizontal-tabs .tabs__tab-btn.active .minusIcon {
    display: block;
  }

  .pats-horizontal-tabs .tabs__tab-btn.active .plusIcon {
    display: none;
  }

  .pats-horizontal-tabs .tabs__tab-btn i {
    position: absolute;
    right: 8px;
    top: 25%;
    bottom: 0;
    transform: translate(0, 5%);
    font-size: 20px;
    line-height: 0;
  }

  .pats-page .elementor-section.elementor-element.grocery-store-app-features-section.pats-section-gap {
    padding: 50px 0 0;
  }

  /* widget end */

  /* start event-listing  page */
  .eventListing .list_wrap .list_item {
    width: 100%;
  }

  .eventBanner {
    padding: 60px 0 30px;
  }

  .eventBanner .event-top-img {
    width: 120px;
  }

  /* end evnt-listing page */

  /* start digital-listing  page */

  .digitalListing .list_wrap .list_item {
    width: 100%;
    margin-bottom: 30px;
  }

  .digitalListing .list_wrap .list_item .digital_content .pdf-btn {
    margin-top: 20px;
    padding: 14px 20px;
  }

  .digitalListing .list_wrap .list_item .digital_content .brochure-desc {
    font-size: 16px;
    line-height: 26px;
    height: auto;
  }

  /* end digital-listing page */

  .leepImgSliderContainer {
    padding: 30px 0 60px;
  }
}

@media screen and (max-width: 767.99px) {

  /* --------- pats page default settings -------- */
  /* common sections */
  .privacyPolicy__common-section-page .common-col .common-section-heading-two>.elementor-widget-container .elementor-heading-title,
  .privacyPolicy__common-section .common-heading>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section-page .common-col .common-section-heading-two>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section .common-heading>.elementor-widget-container .elementor-heading-title {
    font-size: 33px;
    font-weight: 600;
  }

  .privacyPolicy__common-section .common-text>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy-section .common-text>.elementor-widget-container .elementor-heading-title {
    font-size: 22px;
    font-weight: 600;
  }

  .privacyPolicy__page .privacy-bullet-list .eael-feature-list-title,
  .cookiesPolicy__page .cookies-bullet-list .eael-feature-list-title {
    font-size: 18px;
  }

  .pats-page .horizontal-icon-chips-row-section--common .elementor-widget-icon-box.horizontal-icon-chip .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
  }

  .pats-page .horizontal-icon-chips-row-section--common .elementor-widget-icon-box.horizontal-icon-chip .elementor-icon-box-icon {
    margin-bottom: 0;
    margin-right: 18px;
  }

  .pats-page .horizontal-icon-chips-row-section--common .elementor-widget-icon-box.horizontal-icon-chip .elementor-icon-box-wrapper {
    text-align: left;
  }

  .nav-list-mn .menu-toggle {
    display: none;
  }

  .nav-list-mn .menu-primary-menu-container {
    display: none;
  }

  .bnr-cntnt-mn {
    flex-direction: column-reverse;
  }

  .bnr-lft-cntnt {
    padding: 20px 0 0 0;
  }

  .bnr-rght {
    padding-left: 15px;
    display: flex;
    flex-direction: column-reverse;
  }

  .bnr-rght p {
    margin: 0 0 15px 0;
  }

  .ban_overlay_new {
    padding: 60px 0;
  }

  .work-list-mn .what-do-list {
    text-align: center;
    width: 100%;
  }

  .work-list-mn .what-do-list .elementor-widget-container {
    text-align: center;
  }

  .work-list-mn .what-do-list ul li {
    justify-content: center !important;
  }

  .work-list-mn .what-do-list ul li span.elementor-icon-list-icon {
    display: none;
  }

  .what-do-list.cntr-bx {
    padding: 40px 0;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    margin: 40px 0;
  }

  .what-we-do .no-bg-arrow-btn a {
    padding: 12px 18px;
    background-color: white !important;
    color: black;
  }

  .we-served-hdng {
    margin-bottom: 40px;
    text-align: center;
  }

  .we-served-hdng .elementor-heading-title {
    text-align: center;
  }

  .we-served-optn .elementor-widget-wrap {
    padding: 0 !important;
    border: none !important;
  }

  .elementor-image-box-content {
    text-align: center;
  }

  .we-served-optn .elementor-image-box-wrapper {
    text-align: center !important;
  }

  .we-served-cntnt .view-all-btn-mn {
    display: none;
  }

  .we-served-cntnt .view-all-btn-fr-mobile {
    display: block;
  }

  .client-review-lft .elementor-widget-wrap {
    padding: 0 0 20px 0 !important;
  }

  .client-review-slider .owl-stage-outer {
    margin-left: 0;
  }

  .client-review-slider .cntnt-mn {
    width: 98%;
  }

  .review-img-sctn-mn .img-bx {
    width: 25%;
  }

  .get-quote-frm {
    max-width: 100%;
  }

  .top-footer .ftr-cntct-btn {
    max-width: 192px;
  }

  .sidebar-menu .sidebar-content .lft {
    display: none;
  }

  .sidebar-menu .sidebar-content .rght {
    width: 100%;
  }

  .counter-bx-cntr .elementor-widget-wrap {
    border: none !important;
  }

  .we-can-help-sctn {
    background-position: bottom right;
    background-size: 700px auto;
  }

  .we-can-help-sctn::before {
    top: unset;
    right: -500px;
    bottom: 0;
    background-position: bottom right;
    background-size: 145px;
    transition: 3s;
  }

  /*  */
  #ar_vr_app_dev-technologies-tabs .eael-tab-inline-icon li .title-after-icon {
    padding-left: 42px;
  }

  /*  */
  /* Ar/Vr served industries */
  .ar-vr__page-banner {
    background: #eaeef7;
  }

  .ar_vr_served_industries-item-inner .slider-body {
    padding-top: 2.5rem;
    padding-left: 1.875rem;
  }

  /* about page */
  .about-page-banner .banner-text-secondary .elementor-widget-container {
    font-size: 1.2rem;
  }

  .about-page-banner .banner-text-primary .elementor-widget-container {
    font-size: 1.8rem;
  }

  .pats-page .our-activity-counter-container>.elementor-container {
    flex-direction: column;
  }

  .pats-page .our-activity-counter-container .elementor-element.activity-counter-col>.elementor-widget-wrap {
    border: none;
  }

  .our-focus-section .our-activity-counter-item .elementor-counter,
  .our-focus-section .our-activity-counter-item.three .elementor-counter {
    justify-content: center;
  }

  .project-management-psychology-section .elementor-column.project-management-scheme-col {
    max-width: 33.33%;
  }

  .inner-section-project-management-schemes .scheme-info .line-break {
    display: none;
  }

  .pats-page .inner-section-project-management-schemes .elementor-element.project-management-scheme-col>.elementor-widget-wrap {
    padding-bottom: 1.875rem;
  }

  .our-focus-section .section-heading .elementor-widget-container {
    font-size: 1.65rem;
    line-height: 1.45;
  }

  .our-focus-section .section-info .elementor-widget-container {
    font-size: 1.1rem;
    line-height: 1.48;
  }

  .pats-page .our-focus-section .elementor-element.inner-section-heading-container {
    margin-bottom: 2rem;
  }

  .our-focus-section .section-info.top .elementor-widget-container,
  .our-focus-section .info-col-left .section-info.bottom .elementor-widget-container {
    margin-bottom: 1.55rem;
  }

  /* contact page */
  .contact__page-banner {
    background: #f0f4fc;
  }

  .inner-section-countries-wrapper .country-flag img {
    width: 5.9375rem;
  }

  .our-locations-section .country-name .elementor-widget-container {
    font-size: 1.375rem;
  }

  /* iot page */
  .iot__page-banner {
    background: #eaeef7;
  }

  .pats-page .iot-dev-services-section .elementor-element.section-heading>.elementor-widget-container {
    padding-top: 0;
    margin-bottom: 1.25rem;
    text-align: center;
  }

  .iot-dev-services-section .info-col .image-container,
  .iot-dev-services-section .info-col .section-heading {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .iot__page-banner .inner__page-banner-contents {
    max-width: 31.1875rem;
  }

  /* Big data page */
  .inner-section-big-data-management-cards-container .big-data-management-result-card {
    flex: 0 0 48.5%;
    max-width: 48.5%;
  }

  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(4) {
    margin-bottom: 1.5625rem;
  }

  .big-data-management-result-card .elementor-icon-box-wrapper {
    padding-top: 4.0625rem;
    min-height: 20.625rem;
  }

  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-car,
  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card:nth-child(5) {
    margin-bottom: 33px;
  }

  .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card:last-child {
    margin-bottom: 0;
  }

  .big-data-technologies-section .info-col .line-break {
    display: none;
  }

  .big-data-technologies-section .info-col .pitangent__primary-btn,
  .mvp-about-section .heading-col .pitangent__primary-btn,
  .mvp-dev-process-section .heading-col .pitangent__primary-btn,
  .devops-role-section .info-col .pitangent__primary-btn,
  .car-rental-app-dev-diff-section .pitangent__primary-btn {
    margin: auto;
  }

  /* blockchain page */
  .pats-page .blockchain-app-dev-services-section .blockchain-intro-col {
    margin: auto;
  }

  .pats-page .blockchain-app-dev-services-section .blockchain-intro-box-title,
  .pats-page .blockchain-app-dev-services-section .blockchain-intro-box-info-text {
    max-width: 27.5rem;
  }

  .pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-dev-services-col>.elementor-widget-wrap {
    padding: 0;
    justify-content: center;
  }

  /* It staff augmentation page */
  .it-staff-augmentation__page-banner .inner__page-banner-contents-wrapper {
    padding-bottom: 6rem;
  }

  .it-staff-augmentation__page-banner {
    background: #f2f7f9;
  }

  .services-plan-cards-container>.elementor-container {
    flex-direction: column;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card.primary {
    width: 100%;
    max-width: 300px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .it-staff-augmentation-service-plans-section .elementor-column.it-staff-augmentation-services-plan-card {
    width: 100%;
    max-width: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .it-staff-augmentation-services-plan-card.left-card {
    transform: translateY(20px);
  }

  .it-staff-augmentation-services-plan-card.right-card {
    transform: translateY(-20px);
  }

  .it-staff-augmentation-services-plan-card .plan-title .elementor-icon-box-wrapper,
  .ui-ux-methodology-card .ui-ux-methodology-card-contents .elementor-icon-box-wrapper {
    display: flex;
  }

  .it-staff-augmentation-services-plan-card .elementor-widget-icon-box .elementor-icon-box-icon,
  .ui-ux-methodology-card .elementor-widget-icon-box .elementor-icon-box-icon {
    margin: 0 12px 0 0 !important;
  }

  .pats-page .it-staff-augmentation-services-plan-card.primary .elementor-element.plan-info>.elementor-widget-container {
    margin-bottom: 3rem;
  }

  .it-staff-augmentation-service-plans-section .section-heading br {
    display: none;
  }

  .pats-page .elementor-section.elementor-element.it-staff-augmentation-service-plans-section {
    padding: 65px 0 80px;
  }

  .pats-page .elementor-section.elementor-element.perks-of-it-staff-services-section {
    padding: 45px 0 70px;
  }

  .pats-page .it-staff-service-cards-container .elementor-element.it-staff-services-benefit-card>.elementor-widget-wrap {
    padding-left: 20px;
    padding-right: 15px;
  }

  /* Freightchanger case study page */
  .freightchanger-case-study__page-banner {
    background: #3b454d;
  }

  .case-study-project-breakdown-tab__inner {
    display: block;
    padding: 60px 45px 90px 45px;
  }

  .case-study-project-breakdown-tab .tab-title-box,
  .case-study-project-breakdown-tab .tab-content-box {
    max-width: 100%;
  }

  .case-study-project-breakdown-tab .tab-title-box {
    margin-bottom: 20px;
  }

  .case-study-project-breakdown-tab .tab-title {
    margin-bottom: 0;
    text-align: left;
  }

  .case-study-project-breakdown-tab .tab-title br {
    display: none;
  }

  .project-details-box {
    position: absolute;
    bottom: 35px;
    flex-wrap: wrap;
    width: calc(100% - 90px);
  }

  .pats-page .elementor-section.elementor-element.fccs-problem-analysis-section {
    padding: 45px 0 0 6%;
  }

  .fccs-problem-analysis-section .elementor-widget-wrap .section-info {
    width: auto;
    max-width: 500px;
  }

  .pats-page .fccs-problem-analysis-section .elementor-element.top-col>.elementor-widget-wrap {
    margin-bottom: 64px;
  }

  .pats-page .elementor-section.elementor-element.fccs-project-management-timeline-section {
    padding: 65px 0 110px;
  }

  .pats-page .elementor-section.elementor-element.fccs-webwireframe-section,
  .pats-page .elementor-section.elementor-element.fccs-design-text-section {
    padding-bottom: 90px;
  }

  .pats-page .elementor-section.elementor-element.fccs-development-procedure-section {
    padding-bottom: 110px;
  }

  .pats-page .elementor-section.elementor-element.fccs-other-case-studies-section {
    padding: 60px 0 100px;
  }

  .fccs-design-text-section>.elementor-container,
  .fccs-development-procedure-section>.elementor-container {
    padding-left: 4%;
  }

  .fccs-development-procedure-section .section-heading br {
    display: none;
  }

  /* UI/UX page */
  .ui-ux__page-banner {
    background-image: none;
    background: #ebeff8;
  }

  .ui-ux__page-banner .inner__page-banner-contents-wrapper {
    padding: 105px 0 55px;
  }

  .ui-ux__page-banner .inner__page-banner-contents {
    width: auto;
    min-width: initial;
    max-width: 530px;
  }

  .ui-ux__page-banner .page__title {
    max-width: 385px;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-methodology-section {
    padding-bottom: 80px;
  }

  .pats-page .ui-ux-methodology-section .elementor-column.info-col,
  .pats-page .ui-ux-methodology-section .elementor-column.image-col {
    width: 100%;
  }

  .ui-ux-methodology-section .image-container {
    position: static;
  }

  .pats-page .ui-ux-methodology-section .elementor-element.image-container img {
    width: 88%;
  }

  .ui-ux-methodology-card .ui-ux-methodology-card-contents .elementor-icon-box-wrapper {
    text-align: left;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 55px 0 50px 40px;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 16px;
  }

  .ui-ux-dedication-bullet-list .eael-feature-list-icon-box {
    padding-top: 0;
  }

  .pats-page .ui-ux-dedication-section .elementor-element.ui-ux-dedication-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
    line-height: 1.6;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-work-steps-section {
    padding: 50px 0 70px;
  }

  .pats-page .ui-ux-work-steps-section .elementor-element.section-heading>.elementor-widget-container {
    margin-bottom: 18px;
  }

  .pats-page .ui-ux-work-steps-section .elementor-element.section-info>.elementor-widget-container {
    margin-bottom: 50px;
  }

  .ui-ux-work-steps-section .section-info br {
    display: none;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-workshops-section {
    padding-bottom: 115px;
  }

  .pats-page .ui-ux-workshops-section .elementor-element.info-col>.elementor-widget-wrap {
    padding: 0;
  }

  .pats-page .elementor-section.elementor-element.ui-ux-guideline-section {
    padding: 75px 0 65px;
  }

  .pats-page .elementor-section.elementor-element.knowing-your-users-section {
    padding: 65px 0 75px;
  }

  .pats-page .elementor-section.elementor-element.section__class {
    padding: 75px 0 60px;
  }

  .pats-page .ui-ux-mapping-section .elementor-element.info-col.left-col>.elementor-widget-wrap,
  .pats-page .ui-ux-mapping-section .elementor-element.info-col:not(.left-col)>.elementor-widget-wrap {
    padding: 0;
  }

  .ui-ux-tools-section .section-info br,
  .ui-ux-wireframing-section .section-info br,
  .ui-ux-dedication-section .info-col br,
  .ui-ux-guideline-section .section-info br {
    display: none;
  }

  .ui-ux-tools-section .ui-ux-tool-logo img {
    min-height: 90px;
  }

  .pats-page .ui-ux-wireframing-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ui-ux-wireframing-section .info-col>.elementor-widget-wrap {
    max-width: 475px;
  }

  .f-stack-srvc-pvdrs-section .pitangent__primary-btn {
    margin: auto;
  }

  .pats-page .f-stack-advantages-section .elementor-element.f-stack-advtgs-img-wdgt>.elementor-widget-container {
    margin-right: auto;
    margin-left: auto;
  }

  .saas-about-section .about-saas-img-wdgt>.elementor-widget-container {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .pats-page .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .pats-page .mvp-advntgs-bullet-list.list-one .eael-feature-list-items {
    margin-bottom: 30px;
  }

  .mvp-features-section-two .mvp-feature-icon-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  /* -------- Get Free Quote Modal ------- */
  .get-free-quote-modal .modal-dialog {
    width: 90%;
    min-width: auto;
  }

  .get-free-quote-modal .modal-contact-info-section {
    width: 100%;
  }

  .get-free-quote-modal .form-container-card {
    min-width: auto;
    width: 100%;
    padding: 26px 24px 17px;
  }

  .pats-blogs-page-body .we-can-help-section::before {
    top: unset;
    right: -500px;
    bottom: 0;
    background-position: bottom right;
    background-size: 145px;
    transition: 3s;
  }

  .saas-app-dev-page__banner {
    background-image: none !important;
  }

  .saas-app-dev-features-section .img-wdgt {
    max-width: 70%;
  }

  .saas-srvce-section .img-wdgt {
    max-width: 80%;
  }

  .mobileAppServiceBoxes {
    width: 50% !important;
  }

  .mobileAppServiceBoxes .elementor-widget-wrap {
    margin: 5px !important;
    width: 100%;
  }

  .imgListMainWrapper .elementor-image-box-img {
    margin-bottom: 18px !important;
  }

  .dedicated-hiring-why-us-section .img-wdgt img {
    width: 100%;
    max-width: 550px;
  }

  .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-img {
    margin: 0 0 15px 0 !important;
  }

  .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-title {
    margin: 0 0 12px 0 !important;
  }

  .sctnBigBoldSubHeading .elementor-widget-container {
    font-size: 16px !important;
  }

  .dedicated-hiring-dev-srvcs-section .info-img-section .img-wdgt {
    max-width: 280px;
  }

  .expertTravelDevelopSolutionInnerCntnt .colorfullNumberWhiteBxs {
    width: 100% !important;
    margin: 22px 0;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-wrapper {
    padding: 30px;
    min-height: auto;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-img img {
    margin: -55px 0 18px 0;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-img {
    margin-bottom: 0 !important;
  }


  .fitness-app-dev-industry-types-section .img-wdgt img,
  .fitness-app-dev-why-choose-us-section .img-wdgt img,
  .fstack-hiring-section .img-wdgt img,
  .info-img-para-list-section--common .img-wdgt img,
  .food-app-business-growth-section .img-wdgt img,
  .basic-info-left-img-section--common .img-wdgt img {
    width: 100%;
    max-width: 367px;
  }

  .threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx figure {
    margin-right: 0 !important;
    margin: 0 0 15px 0 !important;
  }

  .threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx .elementor-image-box-title {
    white-space: inherit;
    word-break: break-all;
  }

  .threeColWhiteBxCntntWithIconSctn .whiteShadowRadiusBx img {
    height: 55px;
  }

  .threeColWhiteBxSctn .whiteShadowRadiusBx {
    margin: 10px;
    padding: 12px 10px;
    width: calc(50% - 20px) !important;
  }

  .exclusiveFeaturesSctn .imgListMainWrapper .elementor-image-box-content {
    text-align: center;
    margin: 0 0 15px 0;
  }

  .realEstateAbtUs .elementor-section .elementor-container {
    flex-wrap: wrap;
  }

  .realEstateAbtUs .elementor-container .lftSctn {
    padding: 0;
  }

  .farming-app-importance-section .img-wdgt img {
    width: 100%;
    max-width: 395px;
  }

  .pats-page .farming-app-top-features-section .elementor-widget-icon-box.horizontal-icon-chip .elementor-icon-box-icon {
    margin-right: 8px;
  }

  .pats-page .grocery-store-app-features-section .elementor-element.tabs-col>.elementor-widget-wrap {
    padding: 25px;
    background-color: #425CFE;
  }

  .imgTxtListBoxSctnMainWrap .elementor-widget.imgTxtListBoxWrap {
    width: 100% !important;
    margin: 30px 0 0 0;
  }

  .dedicatedDeveloperModelsSctn .elementor-widget-wrap {
    min-height: auto;
  }

  .numberListIconBoxLftRghtSctnMainWrap .elementor-widget.numberListIconBoxLftRght {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .modelStepSctnWIthArrowBox .elementor-image-box-title {
    font-size: 18px;
  }

  .whiteShadowBxWithBtnCntnt .section-heading {
    font-size: 20px !important;
  }

  .whiteShadowBxWithBtnCntnt .feelFreeSctnInnerCntnt {
    max-width: 100%;
    padding: 20px 18px;
  }

  .multiColorBorderBoxMainWrap.halfWidthGridBoxesMainWrap {
    margin: 0;
    width: 100% !important;
  }

  .multiColorBorderBoxMainWrap .halfWidthGridBoxWrap.elementor-column {
    width: 100% !important;
    margin: 15px 0;
  }

  .font30px25pxBlackCntntWrap h3,
  .font30px25pxBlackCntntWrap h2,
  .font30px25pxBlackCntntWrap h4 {
    font-size: 18px;
  }

  .font30px25pxBlackCntntWrap p {
    font-size: 16px;
  }

  .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
    width: calc(50% - 30px);
    padding: 40px 30px;
  }

  .reasonsToHireSctnCntntWrap .whiteShadowBoxWrap .elementor-image-box-img,
  .reasonsToHireSctnCntntWrap .whiteShadowBoxWrap .elementor-image-box-img img {
    max-width: 60px;
    width: auto !important;
  }

  .customGridWrapper .gridWidth33percent,
  .customGridWrapper .gridWidth25percent,
  .customGridWrapper .gridWidth50percent {
    width: 100% !important;
    margin: 25px 0 0 0 !important;
  }

  .imgBoxLeftContent .elementor-image-box-content {
    text-align: left !important;
  }

  .yearSliderSideBySideMainWrap .yearSliderPreview {
    margin: 15px 0 0 0;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .elementor-image-box-content {
    text-align: left;
  }


  /* start gitex banner */

  .homeBanner-gitex {
    padding: 60px 0 255px 0;
  }

  /* end gitex banner */

  /* start case studies pages */

  .cmnTxtCntnt h3,
  .cmnTxtCntnt h3.elementor-heading-title {
    font-size: 18px;
  }

  .imgBorderListMain .imgTextWrap,
  .imgBorderListTwo .imgTextWrap {
    border-radius: 0 !important;
    width: 50% !important;
  }

  .caseStudiesPagesSlider .owl-item .item {
    margin: 20px 0;
  }

  .caseStudiesPagesSlider .owl-item.center .item {
    padding: 0 10px;
  }

  .numberHeadingWrap .numberHeading {
    font-size: 75px;
    top: 10px;
  }

  .caseStudiesScrollingCntnt .fixedSection {
    flex: unset;
    position: relative;
    align-self: unset;
  }

  .caseStudiesScrollingCntnt .scrollingContent {
    flex: unset;
  }

  .rghtCntnt .innerSection .titleList .title,
  .rghtCntnt .innerSection .imgBorderListTwo .imgTextWrap {
    width: 100% !important;
  }

  .rghtCntnt .innerSection.secondSec {
    width: 50% !important;
  }

  .rghtCntnt .innerSection.headingSec {
    width: 100% !important;
  }

  .rghtCntnt .innerSection.headingSec .elementor-container {
    max-width: 95% !important;
  }

  .rghtCntnt .innerSection .titleList .title .elementor-heading-title {
    font-size: 16px;
    line-height: 24px;
  }

  .rghtCntnt .innerSection.headingSec .top-title .elementor-heading-title {
    font-size: 18px;
    line-height: 28px;
  }

  /* end case studies pages */

  /* start salesforce page */

  .bigImgLftCntntSctn .info-list-col {
    order: 1;
  }


  /* end salesforce page */



  .dedicated-developer-hiring-page-redesign__banner .inner__page-banner-contents {
    width: auto;
    max-width: 100%;
  }

  .hireNumberHeadingWrap .elementor-image-box-wrapper .elementor-image-box-img {
    width: 50% !important;
  }

  .hireNumberHeadingWrap .elementor-image-box-content {
    margin-top: 0 !important;
  }

  .hireNumberHeadingWrap:last-child {
    margin-bottom: 50px;
  }

  .digitalBrochureContainer .digitalHeadText {
    font-size: 30px;
    line-height: 40px;
  }

  .leapTabsMain {
    padding: 25px 0 0 0;
    background-color: transparent;
    flex-direction: column;
    border-radius: 0;
  }

  .leapTabsMain .nav {
    padding: 0;
    margin: 0 0 -2px 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }


  .leapTabsMain .nav {
    padding: 0;
    margin: 0 0 -2px 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .leapTabsMain .nav .nav-link.active {
    background-color: #3f30ff;
    color: #fff;
    border-radius: 0;
  }

  .leapTabsMain .nav .nav-link {
    padding: 7px 20px;
    font-size: 14px;
    margin: 0 0 2px 0;
    border: none !important;
    background: #ededed;
    border-radius: 0;
    border-right: 1px solid #cbcbcb !important;
  }

  .leapTabsMain .nav .nav-item:last-child .nav-link {
    border-right: none !important;
  }

  .leapTabsMain .tab-content {
    border-radius: 4px;
    width: 100%;
  }

  .digitalBrochureContainer {
    padding: 30px 0 50px;
  }

  .digitalBrochureContainer .digitalListing {
    padding-top: 10px;
  }

  /* Start Security & Performance Audit Page */

  .security-page .sectionHead .elementor-heading-title,
  .security-page .info-list-col .sec-heading .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  .security-page .info-img-col .section-heading .elementor-widget-container {
    font-size: 30px;
    line-height: 40px;
  }

  .cyber-icon-box .elementor-icon-box-title,
  .audit-icon-box .elementor-icon-box-title {
    font-size: 22px;
    line-height: 32px;
  }

  .cyber-icon-box .elementor-icon-box-description,
  .security-page .info-list-col .securityBodyTxt {
    font-size: 16px;
    line-height: 24px;
  }

  .security-page .body-text {
    font-size: 18px;
    line-height: 28px;
  }

  .security-page .info-list-col .free-heading .elementor-heading-title {
    font-size: 26px;
    line-height: 36px;
  }

  .security-page .info-list-col .security-title .elementor-heading-title {
    font-size: 25px;
    line-height: 35px;
  }

  .audit-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon,
  .cyber-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    font-size: 16px !important;
  }

  /* End Security & Performance Audit Page */

  .iconBoxcolCenterWrap .icon-box-card .elementor-icon-box-title {
    font-size: 24px;
    line-height: 34px;
  }

  .iconBoxcolCenterWrap .icon-box-card .elementor-icon-box-description {
    font-size: 16px;
    line-height: 24px;
  }

  .startupImgCntWrap .alternate-img-info-row {
    margin-bottom: 40px !important;
  }

  .startupImgCntWrap .alternate-img-info-row.first-child {
    margin: 40px 0 !important;
  }

  .applicationPoint-area .elementor-image-box-content {
    text-align: left !important;
  }

}


@media screen and (max-width: 767px) {
  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    --b: 3px;
  }

  .ourVisionListSctnWrap .rghtBgImg {
    display: none;
  }

  .whatWeDoBestSctnWrap .pitangent__primary-btn {
    margin: 0 auto;
  }

  /* memories masonary grid start */

  .memoriesMasonaryGridWrap .content_grid {
    width: calc(100% - 30px);
    height: 1202px;
  }

  .memoriesMasonaryGridWrap .content_grid .center_content {
    width: 100%;
    height: 100%;
    left: 0;
    margin-left: 0;
  }

  .memoriesMasonaryGridWrap .content_grid .item_5,
  .memoriesMasonaryGridWrap .content_grid .item_6,
  .memoriesMasonaryGridWrap .content_grid .item_8,
  .memoriesMasonaryGridWrap .content_grid .item_10 {
    display: none;
  }

  .memoriesMasonaryGridWrap .content_grid .item_2,
  .memoriesMasonaryGridWrap .content_grid .item_3 {
    width: 298px;
    left: -10px;
    height: 192px;
    overflow: hidden;
  }

  .memoriesMasonaryGridWrap .content_grid .item_2 img,
  .memoriesMasonaryGridWrap .content_grid .item_3 img {
    width: 298px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_9 {
    width: calc(100% - 295px);
    left: 297px;
    top: 0;
    overflow: hidden;
    height: 395px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_9 img {
    width: 100%;
    height: 395px;
    object-fit: cover;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    height: 300px;
    width: 100%;
    padding: 20px;
    left: 0;
    top: 402px;
    margin-left: 0;
  }

  .memoriesMasonaryGridWrap .content_grid .item_11 {
    display: none;
  }

  .memoriesMasonaryGridWrap .content_grid .item_12 {
    left: -76px;
    top: 710px;
    width: 205px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_13,
  .memoriesMasonaryGridWrap .content_grid .item_14 {
    top: 710px;
    left: 136px;
    height: 200px;
    width: 240px;
    overflow: hidden;
  }

  .memoriesMasonaryGridWrap .content_grid .item_13 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .memoriesMasonaryGridWrap .content_grid .item_14 {
    top: 917px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_4 {
    left: 393px;
    width: 355px;
    top: 720px;
    margin: 0;
    height: 475px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* memories masonary grid end */

  .autoWidthBigBtn {
    min-width: fit-content;
  }

  /* start Team page */

  .teamImgListBoxMainWrap .teamImgListBoxes.imgListWidth50,
  .teamImgListBoxMainWrap .teamImgListBoxes {
    margin: 40px 20px 0 20px !important;
    max-width: calc(50% - 40px);
  }

  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(1),
  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(2) {
    margin-top: 0 !important;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 235px;
    min-height: 340px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 255px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(3) {
    margin-top: 40px !important;
  }

  /* end Team page */

  /* start Careers page */

  .inner__page-banner .innerBannerAwardImages img {
    margin: 0 10px 0 0;
    height: auto;
    width: calc(25% - 10px);
  }

  .currentOpeningFilterHeading {
    padding: 15px 20px;
  }

  .jobOpeningListMainInsideWraper {
    padding: 0;
  }

  .jobOpeningListCntntWraper {
    width: 90%;
    margin: 0 15px 0 0;
  }

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

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

  .normalBtn {
    min-width: 80px;
  }

  .jobApplicationFormMainWrap .commonBottomBorderForm {
    width: 100%;
  }

  .greyFieldWithTopLabelFormWrap label {
    margin: 0 0 6px 5px;
    font-size: 14px;
  }

  .fileUploaderDashedBorderWrapper input {
    height: calc(100% - 28px);
  }

  .fileUploaderDashedBorderWrapper .customFileUploadLabel {
    font-size: 16px;
    padding: 28px 15px;
  }

  .fileUploaderDashedBorderWrapper img {
    width: 30px;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails li {
    width: 100%;
  }

  .jobOpeningDetailsPageCntntWrap .topMainHeadingWrap {
    margin: 0 0 30px 0;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .lftSctn {
    width: 100%;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .rghtSctn {
    width: 100%;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails {
    display: flex;
    flex-wrap: wrap;
  }

  .jobOpeningDetailsPageCntntWrap .jobRequirementsCntntWrap {
    margin: 30px 0 35px 0;
  }

  .jobOpeningDetailsPageCntntWrap .workingDetails .rghtSctn .pitangent__primary-btn {
    max-width: 250px;
  }

  .jobOpeningDetailsPageCntntWrap h1 {
    font-size: 25px;
  }

  .jobApplyModalMainWrap .modal-header h3 {
    font-size: 20px;
  }

  form.submitting .formSubmitBtnWithArrow button {
    padding: 10px 60px 10px 15px;
  }

  .formSubmitBtnWithArrow .fa-spin {
    font-size: 18px;
  }

  /* end Careers page */
  .copyright {
    padding: 30px 0 90px 0;
  }

  .go-to-top {
    /* bottom: 115px; */
    bottom: 8px;
    left: 20px;
  }

  .autoWidthWhiteCntntBoxMain .autoWidthWhiteCntntBox {
    width: auto !important;
    margin: 10px;
  }

  .footerFixedBtnsWrap {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 20px;
    background: #fff;
    box-shadow: 0 0 15px #0000001a;
    z-index: 1;
  }

  .footerFixedBtnsWrap.active {
    display: block;
  }

  .footerFixedBtnsWrap .callUsBtn {
    font-weight: 500;
    background: #ff7a30;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 65px;
  }

  /* .footerFixedBtnsWrap .callUsBtn i {
      transform: rotate(95deg);
   } */

  #onesignal-bell-launcher {
    bottom: 65px !important;
  }

  .tabsWithOnlyBoxShadowWrap.minWidthImgBox .tabs_feature_item_img_wrap {
    min-width: initial;
  }

  .contactCountriesWrapper .elementor-container {
    max-width: 100% !important;
  }

  .dedicated-developer-hiring-page-redesign__banner .inner__page-banner-contents .page__shortxt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .eventBanner .bnr-lft {
    padding-right: 0;
  }

  .eventBanner .event-details-heading {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .eventBanner .event-details-para {
    font-size: 18px;
    line-height: 26px;
  }

  .eventBanner .eventDateTime {
    margin-top: 18px;
    font-size: 18px;
    line-height: 26px;
  }

  .eventBanner .top-section {
    margin-bottom: 20px;
  }

  .eventBanner .leap-page {
    font-size: 24px;
    line-height: 34px;
  }

  .leapImageSliderMainWrap .marqueImageSliderCntntWrap li img {
    height: 250px;
  }

  .up-in-toggle {
    display: block;
    height: 100%;
    margin: 0;
  }

  .up-in-toggle label {
    width: 100%;
  }

  .getQuoteFormMainWrap .getQuoteFormWrapper label {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
  }

  .getQuoteFormMainWrap .getQuoteFormWrapper {
    padding: 30px;
    border-radius: 10px;
  }

  .getQuoteFormWrapper .allInputWrap {
    grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
  }

  .getQuoteFormMainWrap .getQuoteFormWrapper .stepFormButtonWrapperMain button {
    padding: 7px 10px;
    font-size: 15px;
  }

  .getQuoteFormWrapper .multiSelectContainer {
    margin: 0 0 20px 0;
  }

  .slider__page-banner .slider_heading {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
  }

  .slider__page-banner .slider_para {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 28px;
  }

  .startupImgCntWrap .top-heading .elementor-heading-title {
    font-size: 35px;
    line-height: 45px;
  }

  .startupImgCntWrap .blue-text .elementor-heading-title,
  .iconSec .blue-text .elementor-heading-title,
  .greyBgWithVideo .blue-text .elementor-heading-title {
    font-size: 24px;
    line-height: 34px;
  }

  .greyBgWithVideo .heading .elementor-heading-title,
  .trustedSec .heading .elementor-heading-title,
  .startUpImgInfoSec .heading .elementor-heading-title,
  .caseStudySec .heading,
  .iconSec .heading {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .startUp-horizontal-image-row-container .startUp-horizontal-image {
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    padding: 15px;
  }

  .pats-page .startUp-horizontal-image-row-container .startUp-horizontal-image .elementor-image-box-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
  }

  .pats-page .startUp-horizontal-image .elementor-image-box-wrapper .elementor-image-box-content {
    margin-top: 0 !important;
    text-align: left;
    margin-left: 30px;
  }

  .greyBgWithVideo .videoSec .videoCol .videoInfo {
    font-size: 22px;
    line-height: 32px;
  }

  .trusted-inner-sec .img-bx {
    width: 30% !important;
  }

  .startupNumberHeadingWrap .startupNumberHeading {
    font-size: 70px;
  }

  .technology-tab-content--mobile .technology__tab-list {
    justify-content: center;
  }

  .technology-tab-content--mobile .technology__tab-list li {
    width: auto;
    margin-right: 15px;
  }

  .videoSlider .videoSliderItem img {
    max-width: 100%;
    height: 300px;
  }

  .technology-tech-tabs-container .technology-tab-btn {
    font-size: 20px;
  }

  .greyBgWithVideo .videoSec .videoCol {
    padding: 20px;
  }

  .greyBgWithVideo .videoSec .videoCol .play-btn,
  .videoSlider .videoSliderItem .videoItem .play-btn {
    font-size: 18px;
    line-height: 28px;
  }

  .videoSlider .videoSliderItem {
    margin: 0;
  }

  .acumaticaerpPlatformSctn .page-section-stretched {
    margin-top: 15px !important;
  }

  .acumaticaerpPlatformSctn .info-col {
    padding-right: 0;
  }

  .acumaticaerpPlatformSctn .info-col .info-text {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px;
  }

  .acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-title {
    font-size: 22px;
    line-height: 32px;
  }

  .acumaticaErpPartner .inner-sec .erp-card .elementor-icon-box-description {
    font-size: 16px;
    line-height: 24px;
  }

  .acumaticaCloud .section-bold-info {
    font-size: 20px;
    line-height: 30px;
  }

  .acumaticaCloud .section-info.second {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  /* Software Rescue Service page Start*/

  .commonSec .heading .elementor-heading-title,
  .sofware-page .section-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .appProjectSec .section-heading .elementor-heading-title {
    font-size: 22px;
    line-height: 32px;
  }

  .appProjectSec .iconListWrap {
    margin-top: 10px;
  }

  .appProjectSec .iconListWrap .elementor-icon-list-text {
    font-size: 16px;
    line-height: 24px;
  }



  .commonSec .img-col img,
  .commonSec .inner-section .img-col img {
    width: 200px;
  }

  .commonSec .videoSec .videoCol {
    width: 100%;
    padding: 25px;
    margin: 30px auto;
  }

  .commonSec .video-player iframe {
    min-height: 340px;
  }

  .commonSec .videoSec .videoCol .play-btn {
    font-size: 18px;
    line-height: 28px;
  }

  .software-sec .slider__page-banner .slider_heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .software-sec .slider__page-banner .slider_para {
    font-size: 16px;
    line-height: 24px;
  }

  .software-sec .slider__page-banner .slider__page-banner-contents {
    width: 100%;
  }

  .software-sec .slider__page-banner {
    height: 100%;
  }

  .software-sec .owl-nav .owl-prev img,
  .software-sec .owl-nav .owl-next img {
    width: 40px;
  }

  .software-sec .owl-nav .owl-prev img,
  .software-sec .owl-nav .owl-next img {
    width: 40px;
  }

  .software-sec .owl-nav {
    right: 40px;
  }

  /* Software Rescue Service page End*/
}

@media screen and (max-width: 666.99px) {

  /* --------- pats page default settings -------- */
  /* common sections */
  .pats-page .horizontal-icon-chips-row-section--common .horizontal-icon-chip {
    width: 100%;
    max-width: 300px;
  }

  .pats-page .horizontal-icon-chips-row-section--common .horizontal-icon-chip,
  .pats-page .horizontal-icon-chips-row-section--common .horizontal-icon-chip:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  /* contact page */
  /* .our-locations-section .section-heading .line-break {
      display: none;
   }
   .inner-section-countries-wrapper .elementor-column.country-col {
      flex: 0 0 100%;
      max-width: 100%;
   }
   .inner-section-countries-wrapper .elementor-column.country-col:not(:last-of-type) {
      margin-bottom: 1.5625rem;
   }
   .pats-page .inner-section-countries-wrapper .elementor-element.country-flag > .elementor-widget-container {
      margin-bottom: 0.625rem;
   } */
  .mobileAppServiceBoxes {
    width: 100% !important;
  }

  .moderTechnologyImgsMainWrap .imgWraper {
    width: 42% !important;
  }

  .moderTechnologyImgsMainWrap .imgWraper img {
    border-radius: 10px;
  }

  .threeColWhiteBxSctn .whiteShadowRadiusBx {
    width: calc(50% - 16px) !important;
    margin: 8px;
  }

  /* start new blog listing */

  .blogListingPg .blog-posts-list__item .feature-img-container {
    height: 170px;
  }

  .blogListingPg .blog-posts-list__item .blog-post__title {
    font-size: 15px;
  }

  .blogListingPg .blog-posts-list__item .blog-post__label {
    font-size: 12px;
  }

  /* end new blog listing */
}

@media screen and (max-width: 600px) {
  .pricingModelsBoxWrap .scheme-info .elementor-widget-container br {
    display: none !important;
  }

  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap,
  .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap.elementor-element {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 575.99px) {

  .privacyPolicy__page .info-col .common-section-text>.elementor-widget-container,
  .privacyPolicy__common-section .common-col .common-section-text>.elementor-widget-container,
  .cookiesPolicy__common-section .common-col .common-section-text>.elementor-widget-container,
  .cookiesPolicy__page .info-col .common-section-text>.elementor-widget-container {
    font-size: 18px;
  }

  .privacyPolicy__common-section .common-text>.elementor-widget-container .elementor-heading-title,
  .cookiesPolicy__common-section .common-text>.elementor-widget-container .elementor-heading-title {
    font-size: 20px;
  }

  .contact-form .recaptcha-widget-container {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .banner-mn h1 {
    font-size: 30px;
  }

  .case-study-section .info-col br {
    display: none;
  }

  .ftr-cmn-lnks {
    margin: 20px 0;
  }

  .top-footer {
    padding: 90px 0 0 0;
  }

  .ftr-cmn-lnks h3.ftr-hdr {
    font-size: 18px;
    font-weight: 700;
  }

  .ftr-lft-links .ftr-cntnt a {
    margin: 0 0 15px 0;
  }

  .ftr-logo img {
    margin-bottom: 25px;
  }

  .review-sctn-mn {
    background-size: 55% auto;
  }

  .sidebar-content .menu-list ul {
    margin: 0;
    padding: 0;
  }

  .sidebar-menu .sidebar-content .menu-list {
    margin: 20px 0 0 0;
  }

  .video-sctn img {
    max-height: 180px;
  }

  .top-footer {
    padding: 60px 0 0 0;
  }

  .we-can-help-sctn {
    padding: 60px 0px !important;
  }

  .review-sctn-mn {
    padding: 60px 0px !important;
  }

  .feature-sctn-mn {
    padding: 60px 0px !important;
  }

  .we-served-sctn {
    padding: 0px 0px 60px 0px !important;
  }

  .what-we-do {
    padding: 60px 0px 90px 0px !important;
  }

  .our-expertise-sctn {
    padding: 60px 0 !important;
  }

  .countdown-sctn {
    padding: 60px 0 !important;
  }

  .we-served-hdng .elementor-widget-wrap {
    padding: 0 !important;
  }

  .we-served-hdng .elementor-widget-container {
    padding: 0 !important;
  }

  .our-expertise-slider .cntnt-mn img {
    margin: 0 auto;
  }

  .our-expertise-slider .cntnt-mn {
    min-height: 275px;
    padding: 40px 20px 40px 20px;
    text-align: center;
  }

  .sidebar-open-btn .name {
    display: none;
  }

  .sidebar-open-btn .bars-icon {
    margin: 0;
  }

  .read-more-reviews-sctn {
    background-size: 200px auto !important;
    padding: 0 0 60px 0 !important;
  }

  .get-quote-frm {
    margin: 0;
  }

  .get-quote-frm .col-12 {
    padding: 0;
  }

  .review-img-sctn-mn .img-bx {
    width: 50%;
    flex: 0 0 100%;
  }

  .read-more-reviews-sctn .logo-container img {
    max-width: 120px;
  }

  .review-img-sctn-mn .img-bx img {
    width: 70%;
    max-height: initial;
  }

  .our-expertise-slider .owl-next {
    right: -20px;
  }

  .our-expertise-slider .owl-prev {
    left: -20px;
  }

  .our-expertise-slider .owl-nav img {
    width: 20px;
  }

  .inner-page-testimonial-section .section-heading br {
    display: none;
  }

  /*  */
  .ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 165px;
  }

  .ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:nth-child(2),
  .ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:nth-child(6) {
    border-right: solid 1px #70707033;
  }

  .ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:nth-child(5),
  .ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper:nth-child(6) {
    border-bottom: none;
  }

  /*  */
  .case-study-slider .owl-nav,
  .case-study-slider .owl-dots {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .case-study-slider .owl-nav {
    width: 75%;
    /* min-width: 296px; */
  }

  .case-study-slider .owl-dots {
    width: 50%;
    /* min-width: 197px; */
  }

  .case-study-slider .owl-dots::after {
    width: 100%;
  }

  .case-study-slider-wrapper .item-count-indicator {
    right: 3%;
  }

  /* Ar/Vr served industries */
  .ar_vr_served_industries-item-inner .slider-body {
    padding: 1.5625rem 1.125rem 2.1875rem 1.125rem;
  }

  /* .ar_vr_served_industries-slider .slider-cover-img {
      height: 24.375rem;
      width: auto;
      object-fit: cover;
   } */
  .ar_vr_served_industries-item-inner .slider-header-badge {
    margin-bottom: 0.75rem;
    padding: 5px 5.6px;
    border-radius: 0.3125rem;
    font-size: 0.8125rem;
  }

  .ar_vr_served_industries-item-inner .slider-heading {
    font-size: 1rem;
    line-height: 1.45;
  }

  .ar_vr_served_industries-item-inner .slider-header {
    margin-bottom: 2.604166667vw;
  }

  .ar_vr_served_industries-item-inner .industry-type {
    margin-bottom: 0.3125rem;
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .ar_vr_served_industries-item-inner .industry-info {
    width: 100%;
    margin-bottom: 1.5625rem;
    padding-right: 1.5625rem;
    font-size: 0.8125rem;
    line-height: 1.4;
  }

  .ar_vr_served_industries-slider .owl-dots,
  .sass-industries-slider .owl-dots {
    bottom: 0.75rem;
  }

  /* .ar_vr_served_industries-item-inner::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #00000061;
   } */

  /* about page */
  .about-page-banner .banner-text-secondary .elementor-widget-container {
    font-size: 1rem;
    line-height: 2.7;
  }

  .about-page-banner .banner-text-primary .elementor-widget-container {
    font-size: 1.32rem;
  }

  .pats-page .elementor-section.elementor-element.about-page-banner {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }

  .pats-page .about-page-banner .elementor-element.banner-text-primary>.elementor-widget-container {
    margin-bottom: 1.875rem;
  }

  .our-focus-section .section-heading>.elementor-widget-container,
  .project-management-psychology-section .section-heading>.elementor-widget-container {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .our-focus-section .section-heading .line-break {
    display: none;
  }

  .our-focus-section .section-info>.elementor-widget-container,
  .project-management-psychology-section .section-info>.elementor-widget-container {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .pats-page .our-focus-section .elementor-element.inner-section-heading-container {
    margin-bottom: 1.6rem;
  }

  .our-focus-section .section-info.top .elementor-widget-container,
  .our-focus-section .info-col-left .section-info.bottom .elementor-widget-container {
    margin-bottom: 1rem;
  }

  .pats-page .our-focus-section .elementor-element.inner-section-info-container {
    margin-bottom: 3.125rem;
  }

  .our-focus-section .our-activity-counter-item .elementor-counter {
    flex-direction: column;
  }

  .our-focus-section .our-activity-counter-item .elementor-counter-title {
    margin-left: 0;
  }

  .pats-page .our-activity-counter-container .elementor-element.our-activity-counter-item>.elementor-widget-container {
    padding: 20px 0;
  }

  .pats-page .elementor-section.elementor-element.our-focus-section {
    padding-bottom: 2.5rem;
  }

  .pats-page .project-management-psychology-section .elementor-element.inner-section-project-management-schemes>.elementor-container {
    max-height: none;
    height: auto;
  }

  .project-management-psychology-section .elementor-column.project-management-scheme-col {
    width: 65%;
    min-width: 17.5rem;
    margin: auto;
    min-height: 14.375rem;
  }

  .pats-page .project-management-psychology-section .elementor-element.project-management-scheme-col>.elementor-widget-wrap {
    background-size: 100%;
    background-position-y: 65%;
  }

  .project-management-psychology-section .section-info .line-break {
    display: none;
  }

  /* contact page */
  .contact__page-banner .page__title br {
    display: none;
  }

  .contact-form .pi-form-row,
  .contact-form .pi-form-group:first-of-type {
    margin-bottom: 2.5rem;
  }

  .contact-form .pi-form-row {
    flex-wrap: wrap;
  }

  .contact-form .pi-form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-form .single-select-container .dropdown-menu {
    width: auto;
  }

  .our-locations-section .section-heading .line-break {
    display: none;
  }

  /* .inner-section-countries-wrapper .elementor-column.country-col:not(.col-one) {
      margin-top: 1.875rem;
   }
   .inner-section-countries-wrapper .elementor-column.country-col.col-one {
      flex: 0 0 100%;
      max-width: 100%;
   } */
  /* .pats-page .our-locations-section .inner-section-countries-wrapper > .elementor-container {
      flex-direction: column;
      align-items: center;
   }
   .inner-section-countries-wrapper .elementor-column.country-col:not(:last-of-type) {
      margin-bottom: 30px;
      margin-right: 0;
   }
   .pats-page .inner-section-countries-wrapper .elementor-element.country-flag > .elementor-widget-container {
      margin-bottom: 0.625rem;
   }
   .inner-section-countries-wrapper .elementor-container {
      justify-content: space-around;
   }
   .pats-page .our-locations-section .elementor-element.section-heading-container > .elementor-widget-container {
      margin-bottom: 3.125rem;
   } */

  /* Iot page */
  .iot-dev-services-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .iot-dev-services-card:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .platforms-techs-gallery-col .gallery .gallery-item {
    flex: 0 0 49.99%;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:nth-child(2),
  .platforms-techs-gallery-col .gallery .gallery-item:nth-child(4),
  .platforms-techs-gallery-col .gallery .gallery-item:nth-child(8),
  .platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(3) {
    border-right: 1px solid #777;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:nth-child(3),
  .platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(4) {
    border-right: none;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:nth-last-child(3) {
    border-bottom: none;
  }

  .platforms-techs-gallery-col .elementor-element.elementor-widget-image-gallery .gallery .gallery-item {
    padding: 0 0.9375rem 0;
  }

  .platforms-techs-gallery-col .elementor-element.elementor-widget-image-gallery .gallery .gallery-item:nth-child(3),
  .platforms-techs-gallery-col .elementor-element.elementor-widget-image-gallery .gallery .gallery-item:nth-last-child(2) {
    padding: 0 3.2rem 0;
  }

  .platforms-techs-gallery-col .elementor-element.elementor-widget-image-gallery .gallery .gallery-item:nth-child(4) {
    padding: 0 1.9rem 0;
  }

  .platforms-techs-gallery-col .elementor-element.elementor-widget-image-gallery .gallery .gallery-item:last-child {
    padding: 0 1.65rem 0;
  }

  .platforms-techs-gallery-col .gallery .gallery-item:not(.unknown) .gallery-icon {
    width: auto;
    height: auto;
  }

  .iot_served_idustries-slider .slider-contents-wrapper {
    padding-right: 0;
  }

  .iot_served_idustries-slider-item-inner {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }

  .iot__page-banner .page__title br {
    display: none;
  }

  /* Big data page */
  .inner-section-big-data-management-cards-container .big-data-management-result-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .inner-section-big-data-management-cards-container .big-data-management-result-card:nth-of-type(5) {
    margin-bottom: 1.5625rem;
  }

  /* Blockchain */
  .blockchain-mobile-app-platforms-section .blockchain-mobile-app-platform-logos-col .blockchain-mob-app-platform-logo {
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }

  /* It staff augmentation page */
  .it-staff-service-cards-container .it-staff-services-benefit-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .it-staff-service-cards-container .it-staff-services-benefit-card:last-child {
    margin-top: 20px;
  }

  /* Freightchanger case study page */
  .freightchanger-case-study__page-banner .inner__page-banner-contents br {
    display: none;
  }

  .case-study-project-breakdown-tab__inner {
    padding-bottom: 45px;
  }

  .case-study-project-breakdown-tab .tab-description {
    margin-bottom: 60px;
  }

  .project-details-box {
    position: static;
    width: auto;
    flex-direction: column;
  }

  .case-study-project-breakdown-tab .project-details-box__item:not(.last) {
    margin-bottom: 24px;
  }

  /* UI/UX page */
  .pats-page .ui-ux-dedication-section .elementor-element.info-col>.elementor-widget-wrap {
    padding-left: 0;
  }

  .ui-ux-tools-section .ui-ux-tool-logo img {
    min-height: 65px;
  }

  .pats-page .elementor-section.elementor-element.home-page-case-study-slider-section {
    padding: 65px 0 45px;
  }

  .get-free-quote-modal .form-action-btn-wrapper .submit-btn {
    width: 100%;
    max-width: none;
  }

  .mobileAppServiceBoxes .elementor-widget-wrap {
    padding: 15px !important;
  }

  .travelHospitabilityDevelopSolution .lftSctn img {
    width: 75%;
  }

  .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-description {
    font-size: 15px;
  }

  .threeColWhiteBxSctn .whiteShadowRadiusBx {
    width: 70% !important;
  }

  .grocery-store-app-features-section .elementor-column.rightCol .elementor-widget-wrap {
    padding: 0 15px 40px 15px !important;
  }

  .grocery-store-app-features-section .elementor-column.leftCol .elementor-widget-wrap {
    padding: 40px 15px 15px 15px !important;
  }

  .modelStepSctnWIthArrowMainWrap .elementor-column.modelStepSctnWIthArrowBox {
    width: 100% !important;
    margin: 15px 0;
  }

  .modelStepSctnWIthArrowMainWrap .elementor-column.modelStepSctnWIthArrowBox:last-child {
    margin: 15px 0 0 0;
  }

  .imgWithShadowListWraper .imgWraper {
    padding: 8px 10px;
    margin: 10px 8px;
  }

  .imgWithShadowListWraper .imgWraper img {
    height: 30px;
  }

  .multiColorBorderBox {
    padding: 10px;
  }

  .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
    width: 80%;
    padding: 30px;
    margin: 25px auto 0 auto;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain {
    flex-direction: column-reverse;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain .lftCntntSctn {
    width: 100%;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain .rghtImgSctn {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .yearSliderSideBySideMainWrap .storySliderCntntMain .rghtImgSctn img {
    max-height: 300px;
    object-fit: cover;
    width: 100%;
  }

  /* memories masonary grid start */

  .memoriesMasonaryGridWrap .content_grid {
    width: calc(100% - 20px);
    height: 914px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_2,
  .memoriesMasonaryGridWrap .content_grid .item_3 {
    width: 190px;
    left: -40px;
    height: 140px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_3 {
    top: 132px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_9 {
    width: calc(100% - 140px);
    left: 155px;
    height: 260px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_9 img {
    height: 275px;
    object-fit: cover;
    object-position: right;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    top: 264px;
    height: 290px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .memoriesMasonaryGridWrap .content_grid .item_12 {
    display: none;
  }

  .memoriesMasonaryGridWrap .content_grid .item_13,
  .memoriesMasonaryGridWrap .content_grid .item_14 {
    top: 560px;
    left: -25px;
    height: 165px;
    width: 210px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_14 {
    top: 732px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_4 {
    left: 200px;
    top: 570px;
    height: 337px;
    width: calc(100% - 192px);
  }

  /* memories masonary grid end */

  /* start Team page */

  .teamImgListBoxMainWrap .teamImgListBoxes.imgListWidth50,
  .teamImgListBoxMainWrap .teamImgListBoxes {
    margin: 30px 10px 0 10px !important;
    max-width: calc(50% - 20px);
  }

  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(1),
  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(2) {
    margin-top: 0 !important;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(3) {
    margin-top: 30px !important;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 200px;
    min-height: 315px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 210px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListBoxContent {
    padding: 10px 0 0 0;
  }

  /* end Team page */

  /* start Careers page */

  .inner__page-banner .innerBannerAwardImages img {
    width: calc(34% - 10px);
  }

  .jobListFilterMainWrap .leftIconSearchField {
    width: 100%;
  }

  .jobListFilterMainWrap .leftIconSearchField input {
    padding: 10px 10px 10px 30px;
    font-size: 14px;
  }

  .jobListFilterMainWrap .leftIconSearchField span {
    font-size: 18px;
    left: 8px;
  }

  .currentOpeningListMainWrap li {
    border-radius: 8px;
    padding: 20px 15px;
    margin: 0 0 15px 0;
  }

  .jobOpeningListMainInsideWraper {
    flex-direction: column;
  }

  .jobOpeningListCntntWraper {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .jobOpeningListCntntWraper h3 {
    font-size: 16px;
  }

  .currentOpeningListMainWrap .normalBtn {
    min-width: 100px;
  }

  .currentOpeningFilterHeading .rght {
    display: none;
  }

  .jobListFilterMainWrap .pagination li a {
    padding: 5px 10px;
    margin: 0 2px;
  }

  .jobListFilterMainWrap .pagination li.disabled a {
    padding: 0 5px;
  }

  .jobListFilterMainWrap .jobListPaginationNav {
    margin: 40px 0 0 0;
  }

  .jobListFilterMainWrap .pagination li a {
    padding: 4px 10px;
    font-size: 14px;
  }

  .jobListFilterMainWrap .pagination li.active a {
    padding: 5px 10px;
  }

  .commonBottomBorderForm .fileUploaderWrapper label {
    font-size: 15px;
  }

  .commonBottomBorderForm .fileUploaderWrapper span {
    font-size: 13px;
  }

  .commonBottomBorderForm .pi-form-control {
    padding: 10px 0 10px 0;
    font-size: 15px;
  }

  .pats-single-blog-section .single-post__header .postAuthorAVatar img {
    width: 25px;
    height: 25px;
    margin: -5px 0 0 5px;
  }

  .jobApplyModalMainWrap .modal-header {
    padding: 20px 15px;
  }

  .jobApplyModalMainWrap .modal-header h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .jobApplyModalMainWrap .close {
    font-size: 30px;
    padding: 10px;
  }

  .jobApplyModalMainWrap .modal-body {
    padding: 15px;
  }

  .jobApplyModalMainWrap .formHrBorderGap {
    margin: 15px 15px 35px 15px;
  }

  .greyFieldWithTopLabelFormWrap .fieldColWraper {
    margin: 0 0 20px 0;
  }

  /* end Careers page */

  .variousDomainModalMainWrap .modal-content {
    padding: 35px 15px 20px;
  }

  .variousDomainModalMainWrap .headerWrap h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .variousDomainModalMainWrap .close {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }

  .variousDomainModalMainWrap .close span {
    font-size: 30px;
  }

  .copyright {
    padding: 30px 0 120px 0;
  }

  /* .go-to-top {
      bottom: 175px;
      left: unset;
      right: 38px;
   } */
  .go-to-top {
    bottom: 10px;
    left: 20px;
  }

  /* .go-to-top i {
      height: 35px;
      width: 35px;
      font-size: 18px;
      line-height: 22px;
   } */

  .go-to-top i {
    height: 42px;
    width: 42px;
    font-size: 22px;
    line-height: 25px;
  }

  .autoWidthWhiteCntntBoxMain .autoWidthWhiteCntntBox {
    width: 100% !important;
    margin: 10px 0;
  }

  .stepperFormStepBar li .stepDotBox span {
    display: none;
  }

  .stepperFormHeading h2 {
    padding: 20px 0 12px 0;
    font-size: 18px;
    line-height: 25px !important;
  }

  .get-free-quote-modal {
    padding-left: 0 !important;
  }

  /* start ai/ml page */

  .multipleImgListWithBorder .multiImgListBorderCntnt .elementor-widget-wrap {
    width: 100% !important;
  }

  .multipleImgListWithBorder .multiImgListBorderCntnt .imgWrap {
    padding: 15px;
    min-height: auto;
  }

  .multipleImgListWithBorder .multiImgListBorderCntnt .imgWrap img {
    width: 90%;
  }

  /* end ai/ml page */

  /* start zoho form */

  .zohoContactForm .pi-form-row.last-row {
    margin-bottom: 25px !important;
    display: block;
  }

  .zohoContactForm .pi-form-label {
    font-size: 16px;
  }

  .zohoContactForm .custom-select {
    padding-left: 10px;
  }

  .zohoContactForm .pi-form-control {
    padding-left: 10px;
  }

  /* end zoho form */

  .contactCountriesWrapper .countryBox {
    padding: 15px;
    width: 85% !important;
  }


  /* start new blog listing */

  .blogListingCategoryWrap .catListWrap .blog-tab {
    font-size: 14px;
  }

  .blogListingPg .blog-posts-list__item {
    margin-right: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
  }

  /* end new blog listing */

  /* start case studies pages */

  .caseStudies_pages-banner .inner__page-banner-contents .page__title {
    font-size: 20px;
  }

  .imgBorderListMain .imgTextWrap {
    padding: 12px;
  }

  .imgBorderListMain .imgTextWrap figure img,

  .imgBorderListTwo .imgTextWrap figure img {
    max-height: 24px;
  }

  .imgBorderListMain .imgTextWrap .elementor-image-box-title {
    font-size: 14px;
  }

  .rghtCntnt .innerSection.secondSec {
    width: 100% !important;
  }

  .rghtCntnt .innerSection.headingSec .elementor-container {
    max-width: 90% !important;
  }

  /* end case studies pages */

  /* start erp page */

  .erpTabs ul li {
    width: 40%;
  }

  .erpTabs ul li img {
    width: 120px;
    min-height: 100px;
  }

  .acumaticerpTab .erpTabs ul li {
    width: 45%;
  }

  .acumaticerpTab .erpTabs ul li img {
    width: 120px;
    min-height: 100px;
  }

  /* end erp page */
  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item {
    height: 100px;
  }

  .dedicated-hiring-dev-redesign-section .dedicated-hiring-dev-platforms-item {
    padding: 20px;
  }

  .dedicated-hiring-why-us-section .headerSec>.elementor-widget-container,
  .redesign-dedicated-hiring-why-us-section .section-heading>.elementor-widget-container {
    font-size: 30px;
    line-height: 40px;
  }

  .eventBanner .eventDateTime {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .eventBanner .font-weight-500 {
    font-size: 16px;
    line-height: 24px;
  }

  .eventBanner .top-section {
    margin-bottom: 10px;
  }

  .eventBanner .leap-page {
    font-size: 20px;
    line-height: 30px;
  }

  .eventBanner .event-details-para {
    font-size: 16px;
    line-height: 24px;
  }

  .eventBanner {
    padding: 60px 0 20px;
  }

  .eventBanner .eventDateTime .event-time {
    padding-left: 6px;
    display: inline;
  }

  .eventBanner .eventDateTime .event-date {
    padding-right: 6px;
    display: inline;
  }

  .leepImgSliderContainer {
    padding: 20px 0 40px;
  }

  .digitalBrochureContainer {
    padding: 30px 0 30px;
  }

  .leapModalVieoMain iframe {
    min-height: auto;
  }

  .eventListing {
    margin-top: 25px;
  }

  .eventListing .event-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .get-quotes__page-banner .inner__page-banner-contents-wrapper-inner {
    width: 100%;
  }

  .get-quotes__page-banner .inner__page-banner-contents-wrapper {
    height: 500px;
    padding: 100px 0;
  }

  .getQuoteFormMainWrap .getQuoteFormWrapper {
    padding: 30px 20px;
  }

  /* Start Security & Performance Audit Page */


  .security-page .info-list-col .sec-heading .elementor-heading-title {
    font-size: 26px;
    line-height: 36px;
  }

  .security-page .sectionHead .elementor-heading-title {
    font-size: 22px;
    line-height: 32px;
  }

  .security-page .sectionHead {
    margin-bottom: 10px;
  }

  .cyber-icon-box .elementor-icon-box-title,
  .audit-icon-box .elementor-icon-box-title {
    font-size: 20px;
    line-height: 30px;
  }

  .security-page .body-text {
    font-size: 18px;
    line-height: 28px;
  }

  .security-page .info-list-col .free-heading .elementor-heading-title {
    font-size: 24px;
    line-height: 34px;
  }

  .security-page .info-list-col .security-title .elementor-heading-title {
    font-size: 22px;
    line-height: 32px;
  }

  .security-page .info-img-col .section-heading .elementor-widget-container {
    font-size: 26px;
    line-height: 36px;
  }

  /* End Security & Performance Audit Page */
  .slider__page-banner .slider_heading {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .slider__page-banner .slider_para {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .startupImgCntWrap .top-heading .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  .startupImgCntWrap .blue-text .elementor-heading-title,
  .iconSec .blue-text .elementor-heading-title,
  .greyBgWithVideo .blue-text .elementor-heading-title {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0;
  }

  .greyBgWithVideo .heading .elementor-heading-title,
  .trustedSec .heading .elementor-heading-title,
  .startUpImgInfoSec .heading .elementor-heading-title,
  .caseStudySec .heading,
  .iconSec .heading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .caseStudySec .imgBorderList .imgTextWrap {
    width: 100% !important;
  }

  .greyBgWithVideo .videoSec .videoCol .videoInfo {
    font-size: 20px;
    line-height: 30px;
  }

  .startupNumberHeadingWrap .startupNumberHeading {
    font-size: 60px;
  }

  .startupImgCntWrap .alternate-img-info-row {
    margin-bottom: 30px !important;
  }

  .startupImgCntWrap .alternate-img-info-row.first-child {
    margin: 30px 0 !important;
  }

  .technology-tech-tabs-container .technology-tab-btn {
    font-size: 18px;
  }

  .technology-tech-tabs-container .technology-tab-content__inner {
    padding: 30px;
  }

  .greyBgWithVideo .videoSec .videoCol {
    padding: 15px;
  }

  .greyBgWithVideo .videoSec .videoCol .play-btn,
  .videoSlider .videoSliderItem .videoItem .play-btn {
    font-size: 16px;
    line-height: 24px;
  }

  .greyBgWithVideo .videoSec .videoCol .play-btn-mn,
  .videoSlider .videoSliderItem .videoItem .play-btn-mn {
    top: 10px;
    right: 6px;
  }

  .videoSlider .owl-arrow-nav {
    right: 14%;
  }

  .teamNew-items .eael-infobox {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .teamNew-items {
    padding: 15px;
  }

  .teamNew-items .eael-infobox .infobox-icon {
    margin-bottom: 20px;
  }

  .teamNew-items .infobox-icon,
  .teamNew-items .infobox-icon img {
    min-width: 125px;
    max-width: 125px;
    border-radius: 50%;
    height: 125px !important;
    object-fit: cover;
    object-position: top;
  }

  .teamNew-items .eael-infobox-shape-square:hover .infobox-icon img {
    border-radius: 50% !important;
  }

  .teamNew-items .eael-infobox .infobox-content {
    padding: 0;
  }

  /* Software Rescue Service page Start*/


  .commonSec .heading .elementor-heading-title,
  .sofware-page .section-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .appProjectSec .section-heading .elementor-heading-title {
    font-size: 18px;
    line-height: 28px;
  }

  .appProjectSec .iconListWrap .elementor-icon-list-text {
    font-size: 16px;
    line-height: 24px;
  }

  .commonSec .videoSec .videoCol {
    padding: 20px;
    margin: 20px auto;
  }

  .commonSec .video-player iframe {
    min-height: 300px;
  }

  .commonSec .videoSec .videoCol .play-btn {
    font-size: 16px;
    line-height: 24px;
  }

  .software-sec .slider__page-banner .slider_heading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .software-sec .owl-nav {
    bottom: 50px;
  }

  .greyBgWithVideo .pitangent__primary-btn.always-centered,
  .appProjectSec .pitangent__primary-btn.always-centered {
    padding: 0 15px;
  }

  .appProjectSec .iconListWrap .elementor-icon-list-icon svg {
    width: 12px;
    margin: 5px 0 0 !important;
  }

  /* Software Rescue Service page End*/
  /* Solution Page Start*/

  .solution-page___banner .group-btn-mn {
    display: flex;
    flex-direction: column;
  }

  .solution-page___banner .inner__page-banner-btn {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
  }

  /* Solution Page End */
}

@media screen and (max-width: 500px) {

  /* start Team page */

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 190px;
    min-height: 295px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 200px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes h3 {
    font-size: 15px;
    margin: 0 0 6px 0;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes p {
    font-size: 13px;
  }

  /* end Team page */


  /* start gitex banner */

  .gitexBannerMain {
    width: 300px;
  }

  .gitexBannerContainer {
    padding-left: 0;
  }

  .gitexBannerMain .gitexBg {
    height: 155px;
  }

  .gitexBannerContent {
    margin: 8px 0;
  }

  .gitexBannerContent h3 {
    font-size: 12px;
  }

  .gitexBannerContent h3.lastText {
    width: auto;
  }

  .gitexBannerContent img {
    height: 30px;
  }

  .gitexBannerContent .gitexLeft {
    padding-left: 45px;
  }

  .gitexBannerContent .gitexRightContent {
    top: 0;
  }

  .gitexBannerContent .gitexRight p {
    font-size: 10px;
    margin: 0 0 5px 0;
  }

  .gitexBannerContent .gitexRight h4 {
    font-size: 12px;
  }

  /* end gitex banner */
  .trusted-inner-sec .clutch-logo img {
    width: auto;
    min-width: 110px;
  }

  .trusted-inner-sec .upwork-logo img {
    width: auto;
    min-width: 90px;
  }
}

@media screen and (max-width: 450px) {

  /* .ar_vr_served_industries-slider .slider-cover-img {
      height: 26.75rem;
   } */
  .about-page-banner .banner-text-primary .text-highlight::before {
    display: none;
  }

  .pitangent__primary-btn.auto-width,
  .webdevelopment__page-banner .inner__page-banner-btn,
  .dedicated-developer-hiring-page__banner .inner__page-banner-btn,
  .dedicated-hiring-call-us-section .pitangent__primary-btn,
  .fitness-app-development__banner .inner__page-banner-btn,
  .fullstack-app-development__banner .inner__page-banner-btn,
  .car-rental-app-development__banner .inner__page-banner-btn,
  .food-delivery-application__banner .inner__page-banner-btn,
  .education-app-dev__banner .inner__page-banner-btn,
  .farming-app-dev__banner .inner__page-banner-btn,
  .grocery-store-app-dev__banner .inner__page-banner-btn {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .moderTechnologyImgsMainWrap .imgWraper {
    width: 50% !important;
  }

  .colorfullNumberWhiteBxs .elementor-image-box-wrapper {
    padding: 20px;
  }

  .threeColWhiteBxSctn .whiteShadowRadiusBx {
    width: 100% !important;
  }

  .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
    width: 95%;
  }

  /* memories masonary grid start */

  .memoriesMasonaryGridWrap .content_grid {
    height: 972px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    top: 264px;
    height: 350px;
    padding: 20px 15px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_13 {
    top: 620px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_14 {
    top: 790px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_4 {
    top: 630px;
  }

  /* memories masonary grid end */

  /* start Team page */

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 170px;
    min-height: 285px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 190px;
  }

  /* end Team page */

  .memoriesMasonaryGridWrap .content_grid {
    height: 972px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    top: 264px;
    height: 350px;
    padding: 20px 15px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_13 {
    top: 620px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_14 {
    top: 790px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_4 {
    top: 630px;
  }

  /* memories masonary grid end */


  .imgBorderListMain .imgTextWrap,

  .imgBorderListTwo .imgTextWrap {
    width: 100% !important;
  }

  .imgBorderListMain .imgTextWrap figure img {
    max-height: 32px;
  }

  .digitalBrochureContainer .digitalHeadText {
    font-size: 24px;
    line-height: 34px;
  }

  .leapTabsMain .nav .nav-link {
    padding: 7px 10px;
    font-size: 13px;
  }

  .leapTabsMain .tab-content {
    padding: 5px;
  }

  .leapImageSliderMainWrap .marqueImageSliderCntntWrap li img {
    height: 100%;
  }

  .getQuoteFormWrapper .stepFormButtonWrapperMain {
    flex-wrap: wrap;
  }

  .getQuoteFormMainWrap .getQuoteFormWrapper .stepFormButtonWrapperMain button {
    width: 100%;
    margin: 15px 0 0 0;
  }

}

@media screen and (max-width: 400px) {

  .banner-mn h1 {
    font-size: 30px;
  }

  .banner-mn .technology-text {
    font-size: 22px;
  }

  .group-btn-mn {
    display: block;
  }

  .group-btn-mn .blue-btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .countdown-sctn h3.elementor-heading-title {
    font-size: 22px;
  }

  h3.elementor-heading-title {
    font-size: 25px;
  }

  .social-icon img {
    width: 42px;
  }

  .our-expertise-slider .cntnt-mn h3 {
    font-size: 18px;
    margin: 25px 0 15px 0;
    min-height: auto;
  }

  .our-expertise-slider .owl-nav img {
    width: 20px;
  }

  .counter-bx .elementor-counter-number-wrapper {
    font-size: 40px !important;
  }

  .client-review-slider .cntnt-mn {
    width: 100%;
  }

  .get-quote-frm .submit-btn {
    min-width: 100%;
    justify-content: center;
  }

  .review-img-sctn-mn .elementor-container {
    max-width: 100% !important;
  }

  /** max@400 Inner page banner - start **/
  .inner__page-banner .inner__page-banner-btn,
  .slider__page-banner .inner__page-banner-btn,
  .contact-form .btn-form-submit,
  #app__development-platforms-mobile-app .inner__page-btn-primary .eael-creative-button,
  #we-can-help .submit-btn,
  .pitangent__primary-btn {
    width: 100%;
    padding: 10px 15px;
    max-width: none;
  }

  /** end **/
  .ar_vr_app_dev-technologies-tabs .tech-logo-item-wrapper {
    min-height: 135px;
  }

  /* about page */
  .about-page-banner .banner-text-primary .line-break {
    display: none;
  }

  /* Contact page */
  .contact__page-banner .inner__page-banner-contents .page__title br,
  .reach-us-form-section .section-heading .line-break {
    display: none;
  }

  /* UI/UX page */
  .ui-ux-methodology-cards-container .elementor-column.ui-ux-methodology-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ui-ux-methodology-cards-container .ui-ux-methodology-card:last-child {
    margin-top: 15px;
  }

  .big-data-technologies-section .info-col br {
    display: none;
  }

  .inner__page-banner.saas-app-dev-page__banner .inner__page-banner-btn {
    width: 100%;
    max-width: none;
  }

  .font30px25pxBlackCntntWrap h3,
  .font30px25pxBlackCntntWrap h2,
  .font30px25pxBlackCntntWrap h4 {
    font-size: 18px;
  }

  .font30px25pxBlackCntntWrap p {
    font-size: 16px;
  }

  /* memories masonary grid start */

  .memoriesMasonaryGridWrap .content_grid {
    height: 1048px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_cntnt {
    height: 425px;
    font-size: 15px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_13,
  .memoriesMasonaryGridWrap .content_grid .item_14 {
    top: 695px;
    left: -65px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_14 {
    top: 865px;
    height: 130px;
  }

  .memoriesMasonaryGridWrap .content_grid .item_4 {
    top: 705px;
    left: 160px;
    width: calc(100% - 130px);
  }

  /* memories masonary grid end */

  /* start Team page */

  .teamImgListBoxMainWrap .teamImgListBoxes.imgListWidth50,
  .teamImgListBoxMainWrap .teamImgListBoxes {
    margin: 20px 0 0 0 !important;
    max-width: 100%;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(1) {
    margin-top: 0 !important;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(2),
  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(3) {
    margin-top: 20px !important;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 280px;
    min-height: 380px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes figure img {
    height: 300px;
    object-position: top;
  }

  /* end Team page */
  .thankYouPageContentWrap h3 {
    font-size: 16px !important;
  }

  .contactCountriesWrapper .countryBox {
    width: 100% !important;
  }

  /* start erp page */
  .erpTabs ul li,
  .acumaticerpTab .erpTabs ul li {
    width: 50%;
  }

  .erpTabs ul li img,
  .acumaticerpTab .erpTabs ul li img {
    width: 110px;
  }

  /* end erp page */
  .trusted-inner-sec .clutch-logo img {
    width: auto;
    min-width: 80px;
  }

  .trusted-inner-sec .upwork-logo img {
    width: auto;
    min-width: 70px;
  }

  .videoSlider .videoSliderItem img {
    height: 250px;
  }

  .greyBgWithVideo .heading .elementor-heading-title,
  .trustedSec .heading .elementor-heading-title,
  .startUpImgInfoSec .heading .elementor-heading-title,
  .caseStudySec .heading,
  .iconSec .heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
  }

  /* start case studies pages */

  .caseStudies_pages-banner .inner__page-banner-contents .page__title {
    font-size: 18px;
  }

  .caseStudies_pages-banner .inner__page-banner-contents .page__title .bold-heading {
    font-size: 22px;
  }

  /* End case studies pages */
}

@media screen and (max-width: 398px) {

  /* start Career page */

  .fileUploaderDashedBorderWrapper .cv-resume-file {
    height: calc(100% - 20px);
  }

  /* end Career page */
  .greyBgWithVideo .pitangent__primary-btn.always-centered,
  .appProjectSec .pitangent__primary-btn.always-centered {
    padding: 0 10px;
  }

}

@media screen and (max-width: 360px) {
  .ui-ux-tools-section .ui-ux-tool-logo img {
    min-height: 55px;
  }

  .pats-page .primary-mobile-menu-wrapper {
    width: 100%;
    right: -100%;
  }

  .logo-with-lottie-animation .new-year-animation-container {
    display: none !important;
  }

  /* start Team page */

  .teamImgListBoxMainWrap .teamImgListBoxes .imgListFlipBox {
    width: 285px;
    min-height: 380px;
  }

  .teamImgListBoxMainWrap .teamImgListBoxes:nth-child(1) {
    margin-top: 0 !important;
  }

  /* start Team page */

}

@keyframes megaBackdropFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.9;
  }
}

@keyframes blogTabBtn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }

  to {
    background-color: #f1f3f5;
  }
}

@keyframes homePgBlogPostCard {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInSlideUp {
  from {
    transform: translate(0, 180px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}


/*================ Agriculture Application Development - START ================*/
.agriculture-top-features-section .elementor-section.agriculture-horizontal-image-row-container>.elementor-container {
  width: 100% !important;
  max-width: 1100px !important;
}

.agriculture-image-row-section-common .agriculture-horizontal-image-row>.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.agri-right-col {
  margin-right: 25px;
}

.agri-left-col {
  margin-left: 25px;
}

.pats-page .agriculture-image-row-section-common .agriculture-horizontal-image {
  width: -moz-max-content;
  width: max-content;
  margin-right: 22px;
  margin-bottom: 25px !important;
  padding: 10px 0 10px 14px;
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.pats-page .agriculture-top-features-section .agriculture-horizontal-image {
  margin-right: 16px;
  margin-bottom: 22px !important;
}

.agriculture-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
  width: 110%;
  height: 25px;
  text-align: left;
}

.agriculture-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 760px) {
  .agri-right-col {
    margin-right: 0;
  }

  .agri-left-col {
    margin-left: 0;
  }

  .pats-page .agriculture-image-row-section-common .agriculture-horizontal-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .agriculture-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    width: 175%;
  }

  .pats-page .agriculture-image-row-section-common .agriculture-horizontal-image .elementor-image-box-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
  }

  .pats-page .agriculture-top-features-section.elementor-widget-image-box.agriculture-horizontal-image .elementor-icon-box-icon {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: block;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }

  .agriculture-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-top: 0 !important;
  }

  .agriculture-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img {
    width: 20% !important;
  }

  .agriculture-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-left: 20px;
  }
}

#agri-tabs.elementor-section {
  padding-bottom: 60px !important;
}

#agri-tabs .elementor-tab-content {
  padding: 0 !important;
}

#agri-tabs .elementor-tab-title {
  padding: 30px 4%;
}

#agri-tabs .elementor-tab-title.elementor-active {
  font-weight: 700;
}

.agriTabs ul {
  padding: 30px 0 0;
  margin: 0;
  text-align: center;
}

.agriTabs ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 22%;
  color: #000;
  margin-bottom: 40px;
  font-family: "Montserrat";
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0.9s;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
}

.agriTabs ul li img {
  margin-bottom: 15px;
  width: 100px;
  height: auto;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: white;
  padding: 20px;
}

@media screen and (max-width: 992px) {
  #agri-tabs .elementor-tab-title {
    font-size: 16px;
    padding: 20px 2.5%;
  }
}

@media screen and (max-width: 768px) {
  #agri-tabs.elementor-section {
    padding-bottom: 100px !important;
  }

  .agriTabs ul li {
    width: 26%;
  }

  #agri-tabs .elementor-tab-title {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 4%;
    margin-bottom: 0;
    position: relative;
  }

  #agri-tabs .elementor-tab-title:after {
    content: "+";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #agri-tabs .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    background: none;
  }

  #agri-tabs .elementor-tab-title.elementor-active:after {
    content: "-";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #agri-tabs .elementor-tab-content {
    border: none;
    margin-bottom: 0;
    padding: 20px 10px;
  }
}

/*================ Agriculture Application Development - End================*/

/*================ Legal Application Development Company - Start================*/

.legal-page-section>.elementor-container {
  max-width: 1920px !important;
}

.legal-right-col {
  margin-right: 130px;
}

.pats-page .vertical-icon-box-card-section--common .legal-img-box-card {
  margin-bottom: 30px !important;
  padding: 24px 30px;
  border-radius: 17px;
  background-color: #fff;
  /*box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.06);*/
  border: solid 1px rgba(112, 112, 112, 0.52);
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .pats-page .vertical-icon-box-card-section--common .legal-img-box-card {
    width: 30.766%;
    margin-bottom: 4.0625vw !important;
    padding: 3.125vw 2.65625vw 2.5vw;
    margin-right: 22px;
  }

  .pats-page .vertical-icon-box-card-section--common .legal-img-box-card:nth-child(2n) {
    margin-right: 22px;
  }
}

#legal-panel #legalTabs .elementor-tabs {
  position: relative;
}

#legal-panel .elementor-container {
  border-radius: 0 8px 8px 0;
}

#legalTabs .elementor-tabs-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}

#legalTabs .elementor-tab-title.elementor-active {
  background: #425cfe;
  padding: 10px 20px;
}

#legalTabs.elementor-widget-tabs .elementor-tabs-wrapper {
  padding-left: 30px;
}

#legalTabs.elementor-widget-tabs .elementor-tab-content {
  padding: 100px 50px;
}

#legalTabs.elementor-widget-tabs .elementor-tab-content {
  border-right: none;
  border-bottom: none;
}

#legalTabs .elementor-tabs-content-wrapper ul {
  margin: 0;
  padding: 0;
}

#legalTabs .elementor-tabs-content-wrapper ul li {
  background: #f5f5ff;
  padding: 12px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 11px;
  border: 1px solid #bebeff;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  color: #000;
  line-height: 1;
}

#legal-panel .elementor-container {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

#legalTabs .elementor-tab-title {
  background: #eee;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 10px 20px;
  margin-right: 4px;
  text-align: center;
}

#legalTabs .elementor-tab-title {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  #legalTabs.elementor-widget-tabs .elementor-tabs-wrapper {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  #legalTabs .elementor-widget-tabs .elementor-tab-content {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .legal-right-col {
    margin-right: 0;
  }

  #legal-panel .elementor-column>.elementor-element-populated {
    border-style: none;
  }

  #legalTabs .elementor-widget-tabs .elementor-tab-content {
    border: none;
    background: #fff;
  }

  #legal-panel .elementor-widget-wrap.elementor-element-populated {
    background-image: none;
  }

  #legal-panel .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px 10px 0 0;
    text-align: center;
  }

  #legalTabs.elementor-widget-tabs .elementor-tab-content {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 0;
    border-top: none;
    padding: 30px 30px 10px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }

  #legalTabs .elementor-tab-title {
    background: none;
    border: 1px solid #8294ff;
    border-radius: none;
    border-bottom: none;
    text-align: left;
  }

  #legalTabs .elementor-tabs-content-wrapper {
    padding: 50px 30px;
    background: #425cfe;
    border-radius: 0 0 10px 10px;
  }

  #legalTabs .elementor-tab-title.elementor-active {
    border-radius: 10px 10px 0 0;
  }

  #legalTabs .elementor-tab-title {
    border: 1px solid #8294ff;
    position: relative;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    padding: 15px 12px;
    border-radius: 10px;
  }

  #legalTabs .elementor-tab-title:after {
    content: "+";
    position: absolute;
    right: 3%;
    top: 16%;
    font-size: 22px;
    position: absolute;
  }

  #legalTabs .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    background: none;
  }

  #legalTabs .elementor-tab-title.elementor-active:after {
    content: "_";
    position: absolute;
    right: 3%;
    top: 14%;
    font-size: 22px;
    line-height: 1em;
  }

  #legalTabs .elementor-tab-title {
    background: none;
    border: 1px solid #8294ff;
    border-radius: none;
  }

  #legalTabs .elementor-tabs-wrapper {
    display: none;
  }

  #legal-panel .elementor-container {
    box-shadow: none;
  }
}

@media screen and (max-width: 500px) {
  #legalTabs .elementor-tabs-content-wrapper ul li {
    width: 100%;
  }
}

/*================ Legal Application Development Company - End================*/

/*================ Sports Application Development - START ================*/
.sports__page-banner .page__title {
  font-weight: 600;
  color: #100e0e;
}

.sports__page-banner .page__info {
  color: #100e0e;
}

.sports-top-features-section .elementor-section.sports-horizontal-image-row-container>.elementor-container {
  width: 100% !important;
  max-width: 905px !important;
}

.sports-image-row-section-common .sports-horizontal-image-row>.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pats-page .sports-image-row-section-common .sports-horizontal-image {
  width: -moz-max-content;
  width: max-content;
  margin-right: 22px;
  margin-bottom: 25px !important;
  padding: 10px 0 10px 14px;
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.pats-page .sports-top-features-section .sports-horizontal-image {
  margin-right: 16px;
  margin-bottom: 22px !important;
}

.sports-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
  width: 110%;
  height: 25px;
  text-align: left;
}

.sports-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 760px) {
  .pats-page .sports-image-row-section-common .sports-horizontal-image {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .pats-page .sports-image-row-section-common .sports-horizontal-image .elementor-image-box-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
  }

  .pats-page .sports-top-features-section.elementor-widget-image-box.sports-horizontal-image .elementor-image-box-image {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: block;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }

  .sports-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-top: 0 !important;
  }

  .sports-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img {
    width: 20% !important;
  }

  .sports-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-left: 20px;
  }
}

#sports-panel #panelTabs .elementor-tabs {
  position: relative;
}

#sports-panel .elementor-container {
  border-radius: 0 8px 8px 0;
}

#panelTabs .elementor-tabs-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}

#panelTabs .elementor-tab-title.elementor-active {
  background: #425cfe;
  padding: 10px 20px;
}

#panelTabs.elementor-widget-tabs .elementor-tabs-wrapper {
  padding-left: 30px;
}

#panelTabs.elementor-widget-tabs .elementor-tab-content {
  padding: 100px 50px;
  border-right: none;
  border-bottom: none;
}

#panelTabs .elementor-tabs-content-wrapper ul {
  margin: 0;
  padding: 0;
}

#panelTabs .elementor-tabs-content-wrapper ul li {
  background: #f5f5ff;
  padding: 12px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 11px;
  border: 1px solid #bebeff;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  color: #000;
  line-height: 1;
}

#sports-panel .elementor-container {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

#panelTabs .elementor-tab-title {
  background: #eee;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 10px 20px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sports__page-banner {
    background: #eaeef7 !important;
  }
}

@media screen and (max-width: 1200px) {
  #panelTabs.elementor-widget-tabs .elementor-tabs-wrapper {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  #panelTabs .elementor-widget-tabs .elementor-tab-content {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  #sports-panel .elementor-column>.elementor-element-populated {
    border-style: none;
  }

  #panelTabs .elementor-widget-tabs .elementor-tab-content {
    background: #fff;
  }

  #sports-panel .elementor-widget-wrap.elementor-element-populated {
    background-image: none;
  }

  #sports-panel .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px 10px 0 0;
    text-align: center;
  }

  #panelTabs.elementor-widget-tabs .elementor-tab-content {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 0;
    border-top: none;
    padding: 30px 30px 10px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }

  #panelTabs .elementor-tab-title {
    background: none;
    border: 1px solid #8294ff;
    border-radius: none;
    border-bottom: none;
    text-align: left;
  }

  #panelTabs .elementor-tabs-content-wrapper {
    padding: 50px 30px;
    background: #425cfe;
    border-radius: 0 0 10px 10px;
  }

  #panelTabs .elementor-tab-title.elementor-active {
    border-radius: 10px 10px 0 0;
  }

  #panelTabs .elementor-tab-title {
    border: 1px solid #8294ff;
    position: relative;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    padding: 15px 12px;
    border-radius: 10px;
  }

  #panelTabs .elementor-tab-title:after {
    content: "+";
    position: absolute;
    right: 3%;
    top: 16%;
    font-size: 22px;
    position: absolute;
  }

  #panelTabs .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    margin-right: 0;
    background: none;
  }

  #panelTabs .elementor-tab-title.elementor-active:after {
    content: "_";
    position: absolute;
    right: 3%;
    top: 14%;
    font-size: 22px;
    line-height: 1em;
  }

  #panelTabs .elementor-tab-title {
    background: none;
    border: 1px solid #8294ff;
    border-radius: none;
  }

  #panelTabs .elementor-tabs-wrapper {
    display: none;
  }

  #sports-panel .elementor-container {
    box-shadow: none;
  }
}

@media screen and (max-width: 500px) {
  #panelTabs .elementor-tabs-content-wrapper ul li {
    width: 100%;
  }
}

.sport-page-section>.elementor-container {
  max-width: 1920px !important;
}

.sport-page-section>.elementor-container {
  max-width: 100% !important;
}

.pats-page .elementor-widget-icon-box:not(.icon--not-centered) .elementor-icon {
  margin: auto;
}

.pats-page .vertical-icon-box-card-section--common .sport-img-box-card {
  margin-bottom: 30px !important;
  padding: 24px 30px;
  border-radius: 17px;
  background-color: #fff;
  /*box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.06);*/
  border: solid 1px rgba(112, 112, 112, 0.52);
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .pats-page .vertical-icon-box-card-section--common .sport-img-box-card {
    width: 30.766%;
    margin-bottom: 4.0625vw !important;
    padding: 3.125vw 2.65625vw 2.5vw;
    margin-right: 22px;
  }

  .pats-page .vertical-icon-box-card-section--common .sport-img-box-card:nth-child(2n) {
    margin-right: 22px;
  }
}

/*================ Sports Application Development - End================*/

/*================ Construction Application Development Company - START ================*/
.img-wdgt img {
  width: 500px;
}

.kotlin-android-img-wdgt img {
  width: 600px;
}

.imgSmallimg .imgWrapper .elementor-image-box-img {
  width: fit-content !important;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 7%);
  background-color: white;
}

.imgSmallimg .imgWrapper .elementor-image-box-img img {
  width: 50px;
}

.constructionImgsMainWrap .imgWraper .elementor-image-box-img {
  width: fit-content !important;
  padding: 24px;
  border-radius: 15px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0.9s;
}

.constructionImgsMainWrap .imgWraper .elementor-image-box-img img {
  width: 80px;
}

.shadowSvgIconLftRghtList .shadowIconLeftRightCntntWrap .elementor-icon {
  padding: 10px;
}

.shadowSvgIconLftRghtList .shadowIconLeftRightCntntWrap .elementor-icon svg {
  width: 40px;
  height: 40px;
}

@media (min-width: 1200px) {
  .contruction__page-banner .inner__page-banner-contents {
    min-width: 70%;
  }

  .constructionMarketSection .pitangent__primary-btn {
    padding: 10px 30px;
  }
}

@media (min-width: 1700px) {
  .contruction__page-banner .inner__page-banner-contents {
    min-width: 70%;
  }

  .constructionMarketSection .pitangent__primary-btn {
    padding: 10px 40px;
  }
}

@media screen and (max-width: 770px) {
  .elementor-widget-image-box .elementor-image-box-content {
    margin-top: 20px;
  }
}

.construction_services-slider .contruction-services-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 20px 40px 20px;
  border-radius: 4px;
  border: solid 1px #d2d1d1c2;
  background-color: #fff;
  transition: box-shadow 0.25s ease;
}

.construction_services-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.construction_services-slider .owl-item,
.app__dev-services-slider .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}

.construction_services-slider .contruction-services-card,
.construction_services-slider .contruction-service-item {
  height: 100%;
}

.construction_services-slider .contruction-services-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 20px 35px 20px;
  border-radius: 4px;
  border: solid 1px #d2d1d1c2;
  background-color: #fff;
  transition: box-shadow 0.25s ease;
}

.construction_services-slider .owl-item:hover .contruction-services-card {
  border: solid 1px #e8e8e8;
  box-shadow: 0 5px 55px 0 rgba(0, 0, 0, 0.07);
}

.construction_services-slider .contruction-services-card .service-img {
  width: 60px;
}

.contruction-services-card .service-img {
  margin: 0 auto 25px;
}

.contruction-services-card .service-text {
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  color: #232222;
}

.contruction_primary_btn {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-calc(100vw * 0.14166);
  width: calc(100vw * 0.14166);
  height: -webkit-calc(100vw * 0.0395815);
  height: calc(100vw * 0.0395815);
  min-width: 145px;
  min-height: 50px;
  max-width: 272px;
  max-height: 76px;
  border-radius: 6px;
  background-color: #3f30ff;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.5s;
  padding: 10px;
  margin: auto;
}

@media (max-width: 950px) {
  .contruction_primary_btn {
    min-width: 226px;
  }
}

@media (min-width: 1400px) {
  .contruction-services-card .service-text {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .contruction-services-card .service-text {
    font-size: 20px;
  }

  .shadowSvgIconLftRghtList .shadowIconLeftRightCntntWrap .elementor-icon svg {
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 1800px) {
  .contruction-services-card .service-text {
    font-size: 24px;
  }

  .shadowSvgIconLftRghtList .shadowIconLeftRightCntntWrap .elementor-icon svg {
    width: 60px;
    height: 60px;
  }
}


/*================ Construction Application Development Company - END================*/

/*================ Transport Logistics Application Development Company - START================*/
.transport__page-banner .page__title {
  font-weight: 600;
  color: #fff;
}

.transport__page-banner .page__info {
  color: #fff;
}

.transportImgsMainWrap {
  border-top: solid 1px rgba(112, 112, 112, 0.4);
  margin: 0 120px;
}

#transport-section {
  background: rgb(248, 248, 248);
  background: -moz-linear-gradient(left, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 49.9%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 49.9%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to left, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 49.9%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=1);
}

.right-col {
  margin-left: 80px;
}

.pats-page .vertical-img-box-card-section--common .transport-img-box-card {
  margin-bottom: 30px !important;
  padding: 24px 30px;
  border-radius: 17px;
  background-color: #fff;
  border: solid 1px rgba(112, 112, 112, 0.52);
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .transport__page-banner .inner__page-banner-contents {
    min-width: 680px;
  }
}

@media screen and (max-width: 1088px) {
  #transport-section {
    background: #f8f8f8;
  }

  .right-col {
    margin-left: 0;
  }

  .transportImgsMainWrap {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .pats-page .vertical-img-box-card-section--common .transport-img-box-card {
    width: 30.766%;
    margin-bottom: 4.0625vw !important;
    padding: 3.125vw 2.65625vw 2.5vw;
    margin-right: 22px;
  }

  .pats-page .vertical-img-box-card-section--common .transport-img-box-card:nth-child(2n) {
    margin-right: 22px;
  }
}

.transportImgsMainWrap .imgBoxWraper .elementor-image-box-img {
  animation-name: zoomIn;
  animation-duration: 2s;
  animation-delay: 0.5s;
}

.text_blue {
  color: #3f30ff;
}

/*================ Transport Logistics Application Development Company - END================*/

/*================ Fintech Application Development Company - START================*/
.fintech__page-banner.inner__page-banner .violet-txt {
  color: #3f30ff;
  font-weight: bold;
  margin: 6px 0 0 0;
}

.page-section-fintech>.elementor-container {
  max-width: 100% !important;
}

.page-section-fintech>.elementor-container {
  max-width: 1920px !important;
}

@media (min-width: 768px) {
  .fintech-rows-section--common>.elementor-container {
    justify-content: space-between;
  }

  .fintech-rows-section--common .elementor-column.image-col {
    width: 34.5%;
  }

  .fintech-rows-section--common .elementor-column.info-text-col {
    width: 49.4%;
  }
}

.fintechImgsMainWrap .elementor-container {
  justify-content: center;
}

.fintechImgsMainWrap .imageBox {
  width: 33% !important;
}

@media (max-width: 760px) {
  .fintechImgsMainWrap .elementor-container {
    margin-bottom: 0;
  }

  .fintechImgsMainWrap .imageBox {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .fintechImageWidth img {
    width: 294px !important;
  }
}

#fintech-panel .elementor-column>.elementor-element-populated {
  border-style: none;
}

#fintech-panel #fintechTabs .elementor-tabs {
  position: relative;
}

#fintech-panel .elementor-container {
  border-radius: 0 8px 8px 0;
}

#fintechTabs .elementor-tabs-wrapper,
#fintechTabs .elementor-tab-title.elementor-active {
  display: none;
  background: none;
}

#fintechTabs .elementor-widget-tabs .elementor-tabs-wrapper {
  padding-left: 30px;
}

#fintechTabs .elementor-tab-content {
  padding: 50px;
  border-right: none;
  border-bottom: none;
}

#fintechTabs .elementor-tabs-content-wrapper ul {
  margin: 0;
  padding: 0;
}

#fintechTabs .elementor-tabs-content-wrapper ul li {
  background: #f5f5ff;
  padding: 12px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 11px;
  border: 1px solid #bebeff;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  color: #000;
  line-height: 1;
}

#fintech-panel .elementor-container {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1200px) {
  #fintechTabs .elementor-widget-tabs .elementor-tabs-wrapper {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #fintechTabs .elementor-widget-tabs .elementor-tab-content {
    background: #fff;
  }

  #fintech-panel .elementor-widget-wrap.elementor-element-populated {
    background-image: none;
  }

  #fintech-panel .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px 10px 0 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  #fintechTabs .elementor-widget-tabs .elementor-tab-content {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 0;
    border-top: none;
    padding: 30px 30px 10px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }

  #fintechTabs .elementor-tabs-content-wrapper {
    background: #425cfe;
    border-radius: 0 0 10px 10px;
  }

  #fintechTabs .elementor-tabs-wrapper {
    display: none;
  }

  #fintech-panel .elementor-container {
    box-shadow: none;
  }

  #fintechTabs .elementor-tabs .elementor-tab-content,
  #fintechTabs .elementor-tabs .elementor-tab-title {
    border-style: none;
  }
}

@media screen and (max-width: 500px) {
  #fintechTabs .elementor-tabs-content-wrapper ul li {
    width: 100%;
  }
}

/*================ Fintech Application Development Company - END================*/

/*================ Retail Application Development Company - START================*/
.right-img-col {
  margin-left: 40px;
}

@media screen and (max-width: 770px) {
  .right-img-col {
    margin-left: 0;
  }
}

.page-section-retail>.elementor-container {
  max-width: 100% !important;
}

.page-section-retail>.elementor-container {
  max-width: 1920px !important;
}

.pats-page .vertical-iconBox-card-section--common .retail-img-box-card {
  margin-bottom: 30px !important;
  padding: 24px 30px;
  border-radius: 17px;
  background-color: #fff;
  border: solid 1px rgba(112, 112, 112, 0.52);
}

@media screen and (min-width: 992px) {
  .pats-page .vertical-iconBox-card-section--common .retail-img-box-card {
    width: 30.766%;
    margin-bottom: 4.0625vw !important;
    padding: 3.125vw 2.65625vw 2.5vw;
    margin-right: 22px;
  }

  .pats-page .vertical-iconBox-card-section--common .retail-img-box-card:nth-child(2n) {
    margin-right: 22px;
  }
}

.retail-tech-tabs-container {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: #fff;
}

.retail-tech-tabs-container .retail-tab-content--desktop.active {
  display: block;
  animation: megaBackdropFadeIn 300ms linear backwards;
}

.retail-tech-tabs-container .retail-tab-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.375vw;
  max-height: 180px;
  min-height: 65px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  outline: none;
  background-color: #425cfe;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  text-align: start;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.retail-tech-tabs-container .retail-tab-btn:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 75px);
  height: 1px;
  background-color: #ffffff4d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.retail-tech-tabs-container .retail-tab-btn:hover {
  background-color: #576dff;
}

.retail-tech-tabs-container .retail-tab-btn.active {
  font-weight: bold;
}

.retail-tech-tabs-container .retail-tab-btn__icon--mobile {
  width: 16px;
}

.retail-tech-tabs-container .retail-tab-btn__icon--desktop {
  width: 1.82292vw;
  max-width: 35px;
  min-width: 19px;
}

.retail-tech-tabs-container .retail-tab-content--mobile.active {
  display: block;
  animation: megaBackdropFadeIn 300ms linear backwards;
}

.retail-tech-tabs-container .retail-tab-content__inner {
  padding: 35px 50px;
}

.retail-tech-tabs-container .retail-tab-title,
.retail-tech-tabs-container .retail-tab-info {
  padding-right: 28px;
}

.retail-tech-tabs-container .retail-tab-title {
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.retail-tech-tabs-container .retail-tab-info {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  text-align: left;
  color: rgba(14, 14, 14, 0.89);
  font-family: "Montserrat", sans-serif !important;
}

.retail-tech-tabs-container .retail-tab-btn__icon--mobile svg,
.retail-tech-tabs-container .retail-tab-btn__icon--desktop svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.retail-tech-tabs-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.retail-tech-tabs-container .retail-tech-tabs__content-panel,
.retail-tech-tabs-container .retail-tab-content--mobile,
.retail-tech-tabs-container .retail-tab-content--desktop,
.retail-tech-tabs-container .retail-tab-btn__icon--desktop {
  display: none;
}

.retail_primary_btn {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-calc(100vw * 0.14166);
  width: calc(100vw * 0.14166);
  height: -webkit-calc(100vw * 0.0395815);
  height: calc(100vw * 0.0395815);
  min-width: 145px;
  min-height: 50px;
  max-width: 272px;
  max-height: 76px;
  border-radius: 6px;
  background-color: #3f30ff;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.5s;
  padding: 10px;
}

.retail_btn_icon {
  margin-left: 8px;
}

@media (min-width: 992px) {

  .retail-tech-tabs-container .retail-tab-content--mobile,
  .retail-tech-tabs-container .retail-tab-btn__icon--mobile,
  .retail-tech-tabs-container .retail-tab-content--mobile.active {
    display: none;
  }

  .retail-tech-tabs-container .retail-tech-tabs__content-panel,
  .retail-tech-tabs-container .retail-tab-btn__icon--desktop,
  .retail-tech-tabs-container .retail-tab-content--desktop.active {
    display: block;
  }

  .retail-tech-tabs-container .retail-tech-tabs__content-panel {
    flex: 0 0 58%;
    max-width: 58%;
  }

  .retail-tech-tabs-container .retail-tech-tabs__btn-panel {
    flex: 0 0 42%;
    max-width: 42%;
    background-color: #425cfe;
  }
}

@media (max-width: 950px) {
  .retail_primary_btn {
    margin: auto;
    min-width: 226px;
  }
}

@media (max-width: 760px) {
  .retail-tech-tabs-container .retail-tab-content__inner {
    padding: 20px;
  }

  .retail__tab-list {
    margin-bottom: 15px;
  }
}

.retail__tab-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.retail__tab-list li {
  padding: 10px 15px;
  border-radius: 8px;
  border: solid 1px #bebeff;
  background-color: #f5f5ff;
  margin: 8px 5px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

/*================ Retail Application Development Company - END================*/

/*================ BFSI Application Development Company - START ================*/
.bfsi-top-features-section .elementor-section.bfsi-horizontal-image-row-container>.elementor-container {
  width: 100% !important;
  max-width: 700px !important;
}

.bfsi-image-row-section-common .bfsi-horizontal-image-row>.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pats-page .bfsi-image-row-section-common .bfsi-horizontal-icon {
  width: -moz-max-content;
  width: max-content;
  margin-right: 22px;
  margin-bottom: 25px !important;
  padding: 10px 0 10px 14px;
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.pats-page .bfsi-top-features-section .bfsi-horizontal-icon {
  margin-right: 16px;
  margin-bottom: 22px !important;
}

.bfsi-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
  width: 110%;
  height: 25px;
}

.bfsi-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 760px) {
  .pats-page .bfsi-image-row-section-common .bfsi-horizontal-icon {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .pats-page .bfsi-image-row-section-common .elementor-widget-image-box.bfsi-horizontal-icon .elementor-image-box-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
  }

  .pats-page .bfsi-top-features-section .elementor-widget-icon-box.bfsi-horizontal-icon .elementor-icon-box-icon {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: block;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }

  .bfsi-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-top: 0 !important;
  }

  .bfsi-image-row-section-common .elementor-image-box-content {
    text-align: left;
  }

  .bfsi-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img {
    width: 20% !important;
  }

  .bfsi-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-left: 20px;
  }
}

#bfsi-panel .elementor-column>.elementor-element-populated {
  border-style: none;
}

#bfsi-panel #fintechTabs .elementor-tabs {
  position: relative;
}

#bfsi-panel .elementor-container {
  border-radius: 0 8px 8px 0;
}

#bfsiTabs .elementor-tabs-wrapper,
#bfsiTabs .elementor-tab-title.elementor-active {
  display: none;
  background: none;
}

#bfsiTabs .elementor-widget-tabs .elementor-tabs-wrapper {
  padding-left: 30px;
}

#bfsiTabs .elementor-tab-content {
  padding: 50px;
  border-right: none;
  border-bottom: none;
}

#bfsiTabs .elementor-tabs-content-wrapper ul {
  margin: 0;
  padding: 0;
}

#bfsiTabs .elementor-tabs-content-wrapper ul li {
  background: #f5f5ff;
  padding: 12px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 11px;
  border: 1px solid #bebeff;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  color: #000;
  line-height: 1;
}

#bfsi-panel .elementor-container {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1200px) {
  #bfsiTabs .elementor-widget-tabs .elementor-tabs-wrapper {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #bfsiTabs .elementor-widget-tabs .elementor-tab-content {
    background: #fff;
  }

  #bfsi-panel .elementor-widget-wrap.elementor-element-populated {
    background-image: none;
  }

  #bfsi-panel .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px 10px 0 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  #bfsiTabs .elementor-widget-tabs .elementor-tab-content {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 0;
    border-top: none;
    padding: 30px 30px 10px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }

  #bfsiTabs .elementor-tabs-content-wrapper {
    background: #425cfe;
    border-radius: 0 0 10px 10px;
  }

  #bfsiTabs .elementor-tabs-wrapper {
    display: none;
  }

  #bfsi-panel .elementor-container {
    box-shadow: none;
  }

  #bfsiTabs .elementor-tabs .elementor-tab-content,
  #bfsiTabs .elementor-tabs .elementor-tab-title {
    border-style: none;
  }
}

@media screen and (max-width: 500px) {
  #bfsiTabs .elementor-tabs-content-wrapper ul li {
    width: 100%;
  }
}

.bfsi-page-section>.elementor-container {
  max-width: 1920px !important;
}

.bfsi-page-section>.elementor-container {
  max-width: 100% !important;
}

.pats-page .vertical-iconBox-card-section-common .bfsi-img-box-card {
  margin-bottom: 30px !important;
  padding: 24px 30px;
  border-radius: 17px;
  background-color: #fff;
  border: solid 1px rgba(112, 112, 112, 0.52);
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}

.bfsi-iconBox-card-row .elementor-widget-wrap {
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .pats-page .vertical-iconBox-card-section-common .bfsi-img-box-card {
    width: 30.766%;
    margin-bottom: 4.0625vw !important;
    padding: 30px;
    margin-right: 22px;
  }

  .pats-page .vertical-iconBox-card-section-common .bfsi-img-box-card:nth-child(2n) {
    margin-right: 22px;
  }
}

/*================ BFSI Application Development Company - END ================*/

/*================ Uber X App Development Company - STRAT ================*/
.uber-top-features-section .elementor-section.uber-horizontal-image-row-container>.elementor-container {
  max-width: 100% !important;
}

.uber-image-row-section-common .uber-horizontal-image-row>.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1117px;
}

.pats-page .uber-image-row-section-common .uber-horizontal-image {
  width: -moz-max-content;
  width: max-content;
  margin-right: 22px;
  margin-bottom: 25px !important;
  padding: 10px 0 10px 14px;
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.pats-page .uber-top-features-section .uber-horizontal-image {
  margin-right: 16px;
  margin-bottom: 22px !important;
}

.uber-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
  width: 110%;
  height: 25px;
}

.uber-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 760px) {
  .pats-page .uber-image-row-section-common .uber-horizontal-image {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }

  .pats-page .uber-image-row-section-common .elementor-widget-image-box.uber-horizontal-image .elementor-image-box-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
  }

  .pats-page .uber-top-features-section .elementor-widget-icon-box.uber-horizontal-image .elementor-icon-box-icon {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: block;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }

  .uber-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-top: 0 !important;
  }

  .uber-image-row-section-common .elementor-image-box-content {
    text-align: left;
  }

  .uber-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img {
    width: 20% !important;
  }

  .uber-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-left: 20px;
  }
}

#uber-tabs.elementor-section {
  padding-bottom: 65px !important;
}

#uber-tabs .elementor-tab-content {
  padding: 0 !important;
}

#uber-tabs .elementor-tab-title {
  padding: 30px 4%;
}

#uber-tabs .elementor-tab-title.elementor-active {
  font-weight: 700;
}

.uberTabs ul {
  padding: 30px 0 0;
  margin: 0;
  text-align: center;
}

.uberTabs ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 22%;
  color: #000;
  margin-bottom: 40px;
  font-family: "Montserrat";
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0.9s;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
}

.uberTabs ul li img {
  margin-bottom: 15px;
  width: 150px;
  height: auto;
}

@media screen and (max-width: 992px) {
  #uber-tabs .elementor-tab-title {
    font-size: 16px;
    padding: 20px 2.5%;
  }
}

@media screen and (max-width: 768px) {
  #uber-tabs.elementor-section {
    padding-bottom: 100px !important;
  }

  .uberTabs ul li {
    width: 26%;
  }

  #uber-tabs .elementor-tab-title {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 4%;
    margin-bottom: 0;
    position: relative;
  }

  #uber-tabs .elementor-tab-title:after {
    content: "+";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #uber-tabs .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    background: none;
  }

  #uber-tabs .elementor-tab-title.elementor-active:after {
    content: "-";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #uber-tabs .elementor-tab-content {
    border: none;
    margin-bottom: 0;
    padding: 20px 10px;
  }
}

.pats-page .uberX-app-container .uber-img-box-card {
  border-radius: 20px;
  border: solid 1px rgba(112, 112, 112, 0.52);
  padding: 20px;
  position: relative;
}

.pats-page .uberX-app-container .uber-img-box-card:after {
  position: absolute;
  top: -1px;
  left: 6%;
  content: '';
  background-color: white;
  width: 85px;
  height: 1px;
}

.uberX-app-container .elementor-container {
  flex-wrap: wrap;
  max-width: 1190px !important;
  width: 100% !important;
}

.uber-img-box-card .elementor-widget-image img {
  position: absolute;
  top: -80px;
  left: -3%;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .pats-page .uberX-app-container .uber-img-box-card {
    width: 30.766%;
    padding: 3.125vw 2.65625vw 2.5vw;
    margin-right: 22px;
    position: relative;
  }

  .pats-page .uberX-app-container .uber-img-box-card:nth-child(2n) {
    margin-right: 22px;
  }
}

@media screen and (max-width: 767px) {
  .pats-page .uberX-app-container .uber-img-box-card {
    margin: 30px 0;
    width: 100% !important;
    position: relative;
    background-color: #fff;
  }

  .uber-img-box-card .eael-feature-list-icon-box .eael-feature-list-icon {
    height: 8px !important;
    width: 8px !important;
  }

  .pats-page .uberX-app-container .uber-img-box-card:after {
    left: 0;
    width: 0;
  }

  .uber-img-box-card .elementor-widget-image img {
    left: 0;
  }

  .uber-img-box-card .elementor-widget-image img {
    top: -60px;
  }
}

@media screen and (max-width: 660px) {
  .pats-page .uberX-app-container .uber-img-box-card:before {
    left: 23%;
    width: 74%;
  }
}

/*================ Uber X App Development Company - END ================*/

/*================ Media & Entertainment Application Development Company - START ================*/
@media (min-width: 1200px) {
  .media__page-banner .inner__page-banner-contents {
    min-width: 672px;
  }
}

.media-services-slider .media-services-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 20px 40px 20px;
  border-radius: 4px;
  border: solid 1px #d2d1d1c2;
  background-color: #fff;
  transition: box-shadow 0.25s ease;
}

.media-services-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.media-services-slider .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}

.media-services-slider .media-services-card,
.media-services-slider .media-service-item {
  height: 100%;
}

.media-services-slider .media-services-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 20px 40px 20px;
  border-radius: 4px;
  border: solid 1px #d2d1d1c2;
  background-color: #fff;
  transition: box-shadow 0.25s ease;
}

.media-services-slider .owl-item:hover .media-services-card {
  border: solid 1px #e8e8e8;
  box-shadow: 0 5px 55px 0 rgba(0, 0, 0, 0.07);
}

.media-services-slider .media-services-card .media-img {
  width: 60px;
}

.media-services-card .media-img {
  margin: 0 auto 50px;
}

.media-services-card .media-text {
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  color: #232222;
}

.media-right-col {
  margin-left: 45px;
}

.media-left-col {
  margin-right: 45px;
}

.media-top-features-section .elementor-section.media-horizontal-image-row-container>.elementor-container {
  width: 100% !important;
  max-width: 900px !important;
}

.media-image-row-section-common .media-horizontal-image-row>.elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pats-page .media-image-row-section-common .media-horizontal-image {
  width: -moz-max-content;
  width: max-content;
  margin-right: 22px;
  margin-bottom: 25px !important;
  padding: 10px 0 10px 14px;
  border-radius: 10px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.pats-page .media-top-features-section .media-horizontal-image {
  margin-right: 16px;
  margin-bottom: 22px !important;
}

.media-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
  width: 110%;
  height: 25px;
}

.media-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 760px) {
  .media-right-col {
    margin-left: 0;
  }

  .media-left-col {
    margin-right: 0;
  }

  .pats-page .media-image-row-section-common .media-horizontal-image {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .pats-page .media-image-row-section-common .elementor-widget-image-box.media-horizontal-image .elementor-image-box-wrapper {
    text-align: left;
    display: flex;
    align-items: center;
  }

  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: block;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }

  .media-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-top: 0 !important;
  }

  .media-image-row-section-common .elementor-image-box-content {
    text-align: left;
  }

  .media-image-row-section-common .elementor-image-box-wrapper .elementor-image-box-img {
    width: 20% !important;
  }

  .media-image-row-section-common .elementor-widget-image-box .elementor-image-box-content {
    margin-left: 20px;
  }
}

.media-entertainment-app .elementor-container {
  flex-wrap: wrap;
  width: 85% !important;
}

.media-entertainment-app .media-entertainment-image-card {
  width: calc(50% - 60px) !important;
  margin: 40px 30px;
}

.media-entertainment-image-card .elementor-image-box-wrapper {
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.5);
  padding: 30px;
  min-height: 280px;
  position: relative;
}

.media-entertainment-app .media-entertainment-image-card:after {
  position: absolute;
  left: 7%;
  width: 90px;
  content: '';
  background-color: #fff;
  height: 1px;
}

.mediaImgMainWrapper .elementor-image-box-img img {
  position: absolute;
  left: 8%;
  top: 10%;
  z-index: 1;
}

.media-entertainment-image-card .elementor-image-box-img img {
  width: 100%;
  margin: -68px 0 25px 0;
}

.mediaImgMainWrapper .elementor-image-box-img img {
  width: 80px;
}

.mediaImgMainWrapper .elementor-image-box-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.media-app .elementor-element-populated {
  padding: 0 !important;
}

.media-app .media-app-col .elementor-widget-container {
  margin-bottom: 55px !important;
}

@media screen and (max-width: 1199px) {
  .media-entertainment-app .media-entertainment-image-card {
    width: calc(50% - 40px) !important;
    margin: 25px 20px;
  }

  .media-entertainment-app .elementor-container {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .media-app .media-app-col .elementor-widget-container {
    margin-bottom: 0 !important;
  }

  .media-entertainment-app .media-entertainment-image-card {
    width: 100% !important;
    margin: 22px 0;
  }

  .media-entertainment-image-card .elementor-image-box-wrapper {
    min-height: auto;
  }

  .media-entertainment-app .media-entertainment-image-card:after {
    left: 48%;
    width: 0;
  }

  .mediaImgMainWrapper .elementor-image-box-img img {
    left: 40%;
  }
}

@media screen and (max-width: 560px) {
  .mediaImgMainWrapper .elementor-image-box-img img {
    left: 38%;
  }
}

/*================ Media & Entertainment Application Development Company - END ================*/

/*================ Vacation Application Development Company - START ================*/
.vacation__page-banner .page__title {
  font-weight: 600;
  color: #100e0e;
}

.vacation__page-banner .page__info {
  color: #100e0e;
}

.vacationGridBoxWrap.elementor-column {
  width: 30% !important;
  margin-right: 40px;
}

.vacationGridBoxWrap.elementor-column:last-child {
  margin-right: 0;
}

.vacation-image-box .elementor-image-box-img img {
  width: 70% !important;
}

#vacation-tabs.elementor-section {
  padding-bottom: 60px !important;
}

#vacation-tabs .elementor-tab-content {
  border-top: 1px solid #ccc;
  padding: 0 !important;
}

#vacation-tabs .elementor-tab-title {
  padding: 30px 4%;
}

#vacation-tabs .elementor-tab-title.elementor-active {
  font-weight: 700;
}

.vacationTabs ul {
  padding: 30px 0 0;
  margin: 0;
  text-align: center;
}

.vacationTabs ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 22%;
  color: #000;
  margin-bottom: 40px;
  font-family: "Montserrat";
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0.9s;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
}

.vacationTabs ul li img {
  margin-bottom: 15px;
  width: 150px;
  height: auto;
}

@media screen and (max-width: 992px) {
  #vacation-tabs .elementor-tab-title {
    font-size: 16px;
    padding: 20px 2.5%;
  }
}

@media screen and (max-width: 768px) {
  #vacation-tabs.elementor-section {
    padding-bottom: 100px !important;
  }

  .vacation__page-banner {
    background: #eaeef7 !important;
  }

  .vacationGridBoxWrap.elementor-column {
    width: 100% !important;
    margin-right: 0;
  }

  .vacation-image-box .elementor-image-box-img img {
    width: 60% !important;
  }

  .vacationTabs ul li {
    width: 30%;
  }

  #vacation-tabs .elementor-tab-title {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 4%;
    margin-bottom: 0;
    position: relative;
  }

  #vacation-tabs .elementor-tab-title:after {
    content: "+";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #vacation-tabs .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    background: none;
  }

  #vacation-tabs .elementor-tab-title.elementor-active:after {
    content: "-";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #vanation-tabs .elementor-tab-content {
    border: none;
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .vacation-imageBox img {
    width: 70% !important;
  }
}

/*================ Vacation Application Development Company - END ================*/

/*================ Dating Application Development Company - START ================*/
.dating__page-banner .page__title {
  font-weight: 600;
  color: #100e0e;
}

.dating__page-banner .page__info {
  color: #100e0e;
}

.dating-left-col {
  margin-right: 40px;
  padding: 10px;
}

.dating-right-col {
  margin-left: 40px;
  padding: 10px;
}

#dating-tabs.elementor-section {
  padding-bottom: 60px !important;
}

#dating-tabs .elementor-tab-content {
  border-top: 1px solid #ccc;
  padding: 0 !important;
}

#dating-tabs .elementor-tab-title {
  padding: 30px 4%;
}

#dating-tabs .elementor-tab-title.elementor-active {
  font-weight: 700;
}

.datingTabs ul {
  padding: 30px 0 0;
  margin: 0;
  text-align: center;
}

.datingTabs ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 22%;
  color: #000;
  margin-bottom: 40px;
  font-family: "Montserrat";
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 0.9s;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.18;
}

.datingTabs ul li img {
  margin-bottom: 15px;
  width: 150px;
  height: auto;
}

.dating-page-section>.elementor-container {
  max-width: 1920px !important;
}

.dating-page-section>.elementor-container {
  max-width: 100% !important;
}

.pats-page .vertical-icon-box-card-section--common .dating-img-box-card {
  margin-bottom: 30px !important;
  padding: 24px 30px;
  border-radius: 17px;
  background-color: #fff;
  border: solid 1px rgba(112, 112, 112, 0.52);
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .pats-page .vertical-icon-box-card-section--common .dating-img-box-card {
    width: 30.766%;
    padding: 3.125vw 2.65625vw 2.5vw;
    margin-right: 22px;
  }

  .pats-page .vertical-icon-box-card-section--common .dating-img-box-card:nth-child(2n) {
    margin-right: 22px;
  }
}

.dating-iconBox-card-row .elementor-widget-wrap {
  justify-content: center;
}

@media screen and (max-width: 992px) {
  #dating-tabs .elementor-tab-title {
    font-size: 16px;
    padding: 20px 2.5%;
  }
}

@media screen and (max-width: 768px) {

  .dating-left-col,
  .dating-right-col {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }

  #dating-tabs.elementor-section {
    padding-bottom: 100px !important;
  }

  .dating__page-banner {
    background: #eaeef7 !important;
  }

  .datingTabs ul li {
    width: 30%;
  }

  #dating-tabs .elementor-tab-title {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 4%;
    margin-bottom: 0;
    position: relative;
  }

  #dating-tabs .elementor-tab-title:after {
    content: "+";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #dating-tabs .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    background: none;
  }

  #dating-tabs .elementor-tab-title.elementor-active:after {
    content: "-";
    position: absolute;
    right: 5%;
    top: 27%;
    font-size: 22px;
  }

  #dating-tabs .elementor-tab-content {
    border: none;
    margin-bottom: 0;
    padding: 20px 10px;
  }
}

/*================ Dating Application Development Company - END ================*/

/*================ Social Networking Application Development Company - START ================*/
.social__page-banner .page__title {
  font-weight: 600;
  color: #100e0e;
}

.social__page-banner .page__info {
  color: #100e0e;
}

@media (min-width: 1200px) {
  .social__page-banner .inner__page-banner-contents {
    min-width: 680px;
  }
}

@media screen and (max-width: 768px) {
  .social__page-banner {
    background: #eaeef7 !important;
  }
}

.socialWidthContainer .elementor-container {
  width: 100% !important;
  max-width: 1930px !important;
}

.socialWidthContainer .socialImgWrapper .elementor-image-box-wrapper {
  margin-bottom: 20px;
}

.socialWidthContainer .socialImgWrapper .elementor-image-box-img {
  width: 100px !important;
  max-width: 85%;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 7%);
  background-color: white;
}

.socialWidthContainer .socialImgWrapper .elementor-image-box-img img {
  width: 50px;
}

#media-panel #mediaTabs .elementor-tabs {
  position: relative;
}

#media-panel .elementor-container {
  border-radius: 0 8px 8px 0;
}

#mediaTabs .elementor-tabs-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}

#mediaTabs .elementor-tab-title.elementor-active {
  background: #425cfe;
  padding: 15px 30px;
}

#mediaTabs.elementor-widget-tabs .elementor-tabs-wrapper {
  padding-left: 50px;
}

#mediaTabs.elementor-widget-tabs .elementor-tab-content {
  padding: 110px 50px;
  border-bottom: none;
  border-right: none;
}

#mediaTabs .elementor-tabs-content-wrapper ul {
  margin: 0;
  padding: 0;
}

#mediaTabs .elementor-tabs-content-wrapper ul li {
  background: #f5f5ff;
  padding: 20px 35px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 11px;
  border: 1px solid #bebeff;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  color: #000;
  line-height: 1;
}

#media-panel .elementor-container {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

#mediaTabs .elementor-tab-title {
  background: #eee;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 15px 30px;
  margin-right: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #mediaTabs.elementor-widget-tabs .elementor-tabs-wrapper {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  #mediaTabs .elementor-widget-tabs .elementor-tab-content {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .socialImageBox {
    width: 80% !important;
    margin: 0 100px;
  }

  #media-panel .elementor-column>.elementor-element-populated {
    border-style: none;
  }

  #mediaTabs .elementor-widget-tabs .elementor-tab-content {
    background: #fff;
  }

  #media-panel .elementor-widget-wrap.elementor-element-populated {
    background-image: none;
  }

  #media-panel .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px 10px 0 0;
    text-align: center;
  }

  #mediaTabs.elementor-widget-tabs .elementor-tab-content {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 0;
    border-top: none;
    padding: 30px 30px 10px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }

  #mediaTabs .elementor-tab-title {
    background: none;
    border: 1px solid #8294ff;
    border-radius: none;
    border-bottom: none;
    text-align: left;
  }

  #mediaTabs .elementor-tabs-content-wrapper ul li {
    padding: 14px;
  }

  #mediaTabs .elementor-tabs-content-wrapper {
    padding: 50px 30px;
    background: #425cfe;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #eaeef7;
  }

  #mediaTabs .elementor-tab-title.elementor-active {
    border-radius: 10px 10px 0 0;
  }

  #mediaTabs .elementor-tab-title {
    border: 1px solid #8294ff;
    position: relative;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    padding: 15px 12px;
    border-radius: 10px;
  }

  #mediaTabs .elementor-tab-title:after {
    content: "+";
    position: absolute;
    right: 3%;
    top: 16%;
    font-size: 22px;
    position: absolute;
  }

  #mediaTabs .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    margin-right: 0;
    background: none;
  }

  #mediaTabs .elementor-tab-title.elementor-active:after {
    content: "_";
    position: absolute;
    right: 3%;
    top: 14%;
    font-size: 22px;
    line-height: 1em;
  }

  #mediaTabs .elementor-tab-title {
    background: none;
    border: 1px solid #8294ff;
    border-radius: none;
  }

  #mediaTabs .elementor-tabs-wrapper {
    display: none;
  }

  #media-panel .elementor-container {
    box-shadow: none;
  }
}

@media screen and (max-width: 500px) {
  #mediaTabs .elementor-tabs-content-wrapper ul li {
    width: 100%;
  }
}

/*================ Social Networking Application Development Company - END ================*/

/*================ Event Management Application Development Company - START ================*/
.event__page-banner .page__title {
  font-weight: 600;
  color: #100e0e;
}

.event__page-banner .page__info {
  color: #100e0e;
}

@media (min-width: 1200px) {
  .event__page-banner .inner__page-banner-contents {
    min-width: 662px;
  }
}

@media screen and (max-width: 768px) {
  .event__page-banner {
    background: #eaeef7 !important;
  }
}

.eventImgBox img {
  max-width: 80% !important;
}

.eventWidthContainer .elementor-container {
  width: 100% !important;
  max-width: 1930px !important;
}

.eventWidthContainer .eventImgWrapper .elementor-image-box-wrapper {
  margin-bottom: 20px;
}

#event-panel .elementor-column>.elementor-element-populated {
  border-style: none;
}

#event-panel #eventTabs .elementor-tabs {
  position: relative;
}

#event-panel .elementor-container {
  border-radius: 0 8px 8px 0;
}

#eventTabs .elementor-tabs-wrapper,
#eventTabs .elementor-tab-title.elementor-active {
  display: none;
  background: none;
}

#eventTabs .elementor-widget-tabs .elementor-tabs-wrapper {
  padding-left: 30px;
}

#eventTabs .elementor-tab-content {
  padding: 50px;
  border-right: none;
  border-bottom: none;
}

#eventTabs .elementor-tabs-content-wrapper ul {
  margin: 0;
  padding: 0;
}

#eventTabs .elementor-tabs-content-wrapper ul li {
  background: #f5f5ff;
  padding: 20px 35px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 11px;
  border: 1px solid #bebeff;
  border-radius: 8px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  color: #000;
  line-height: 1;
}

#event-panel .elementor-container {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1200px) {
  #eventTabs .elementor-widget-tabs .elementor-tabs-wrapper {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #eventTabs .elementor-widget-tabs .elementor-tab-content {
    background: #fff;
  }

  #event-panel .elementor-widget-wrap.elementor-element-populated {
    background-image: none;
  }

  #event-panel .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px 10px 0 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  #eventTabs .elementor-widget-tabs .elementor-tab-content {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 0;
    border-top: none;
    padding: 30px 30px 10px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }

  #eventTabs .elementor-tabs-content-wrapper {
    background: #425cfe;
    border-radius: 0 0 10px 10px;
  }

  #eventTabs .elementor-tabs-wrapper {
    display: none;
  }

  #event-panel .elementor-container {
    box-shadow: none;
  }

  #eventTabs .elementor-tabs .elementor-tab-content,
  #eventTabs .elementor-tabs .elementor-tab-title {
    border-style: none;
  }
}

@media screen and (max-width: 500px) {
  #eventTabs .elementor-tabs-content-wrapper ul li {
    width: 100%;
  }
}

/*================ Event Management Application Development Company - END ================*/

/*================ Hire Expert Yii Developers - START ================*/
.expertYii__page-banner.inner__page-banner .violet-txt {
  color: #3f30ff;
  font-weight: bold;
  margin: 6px 0 0 0;
}

.yii-page-section>.elementor-container {
  max-width: 1920px !important;
}

.yii-page-section>.elementor-container {
  max-width: 100% !important;
}

.pats-page .elementor-widget-icon-box:not(.icon--not-centered) .elementor-icon {
  margin: auto;
}

.pats-page .vertical-iconBox-card-section--common .yii-img-box-card {
  margin-bottom: 30px !important;
  padding: 24px 30px;
  border-radius: 17px;
  background-color: #fff;
  border: solid 1px rgba(112, 112, 112, 0.52);
}

.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .pats-page .vertical-iconBox-card-section--common .yii-img-box-card {
    width: 30.766%;
    margin-bottom: 4.0625vw !important;
    padding: 3.125vw 2.65625vw 2.5vw;
    margin-right: 22px;
  }

  .pats-page .vertical-iconBox-card-section--common .yii-img-box-card:nth-child(2n) {
    margin-right: 22px;
  }
}

.yiiDeveloperModel .elementor-element.yiiModelBoxWrap {
  width: 650px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.yiiDeveloperModels .elementor-element.yiiModelBoxWrap {
  width: 850px;
}

.yiiDeveloperModel .elementor-widget-wrap {
  min-height: 350px;
}

@media screen and (max-width: 767px) {
  .yiiDeveloperModel .elementor-widget-wrap {
    min-height: auto;
  }
}

.yiiInnerBoxContent>.elementor-container {
  max-width: 100% !important;
  max-width: 929px !important;
}

.whiteYiiShadowBox .yiiInnerBoxContent {
  max-width: 50%;
  margin: 0 auto;
  padding: 50px 0;
}

.yiiInnerBoxContent {
  border-radius: 8px;
  background-color: #fff;
  padding: 100px 0;
  width: 100%;
}

.yiiInnerBoxContent .pitangent__primary-btn {
  margin: 15px auto 0 auto;
}

.yiiTechBoxShadowWrap .pats-horizontal-tabs .tabs__content-panel {
  padding: 60px;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 -15px 12px -15px rgb(0 0 0 / 9%);
  background-color: #fff;
  position: relative;
  border: none !important;
}

.yiiTechBoxShadowWrap .pats-horizontal-tabs .tabs__btn-panel__inner {
  margin: 0 0 -2px 60px;
}

.yiiTechBoxShadowWrap .pats-horizontal-tabs .yii-tab-btn.active {
  box-shadow: 0 -15px 12px -15px rgb(0 0 0 / 9%);
  background-color: #fff;
  position: relative;
  color: black;
  z-index: 2;
  border: none;
  font-weight: bold;
  padding: 15px 70px;
}

.pats-horizontal-tabs .yii-tab-feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

button:focus {
  outline: none;
}

.yiiTechBoxShadowWrap .pats-horizontal-tabs .yii-tab-btn {
  padding: 15px 70px;
  border: none;
  font-weight: 500;
  font-size: 16px;
}

.yiiTechBoxShadowWrap .yii_tab_feature_img_wrap {
  margin: 8px 10px;
  padding: 15px;
}

.yiiTechBoxShadowWrap .yii_tab_feature_img_wrap img {
  height: 100px;
}

.yiiTabsAllBtnCenter .pats-horizontal-tabs .tabs__btn-panel__inner {
  margin: 0 0 -2px 0;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .elementor-12229 .elementor-element.elementor-element-38e6dd2 {
    padding: 100px 0 !important;
  }

  .pats-horizontal-tabs .yii-tab-btn.active .minusIcon {
    display: block;
  }

  .pats-horizontal-tabs .yii-tab-btn.active .plusIcon {
    display: none;
  }

  .yiiTechBoxShadowWrap .pats-horizontal-tabs .yii-tab-btn,
  .yiiTechBoxShadowWrap .pats-horizontal-tabs .yii-tab-btn.active {
    padding: 15px 20px;
  }

  .pats-horizontal-tabs .yii-tab-btn {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .pats-horizontal-tabs .yii-tab-btn {
    width: 100%;
    border-radius: 8px;
    padding: 15px 20px;
    border-bottom-right-radius: none;
    outline: none;
    border: none !important;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background: #425cfe;
    cursor: pointer;
  }

  .pats-horizontal-tabs .yii-tab-btn.active {
    border-radius: 8px 8px 0 0;
  }

  .yiiInnerBoxContent>.elementor-container {
    max-width: 495px !important;
  }

  .pats-horizontal-tabs .yii-tab-btn i {
    position: absolute;
    right: 24px;
    top: 50%;
    bottom: 0;
    transform: translate(0, 5%);
    font-size: 13px;
    line-height: 0;
  }
}

@media (min-width: 768px) {
  .pats-horizontal-tabs .yii-tab-btn i {
    display: none;
  }

  .pats-horizontal-tabs .yii-tab-btn {
    background-color: transparent;
    border-radius: 8px 8px 0 0;
  }
}

/*================ Hire Expert Yii Developers - END ================*/

/*================ Hire Expert Hyperledger Developers - START ================*/

.imgWithShadowListWraperHire .elementor-container {
  flex-wrap: wrap;
  justify-content: center;
  width: 52%;
}

.imgWithShadowListWraperHire .imgWraper {
  border-radius: 8px;
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  padding: 12px 20px;
  margin: 10px;
}

.imgWithShadowListWraperHire .imgWraper img {
  height: 40px;
  width: auto;
}

@media (min-width: 1800px) {
  .imgWithShadowListWraperHire .elementor-container {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .imgWithShadowListWraperHire .elementor-container {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .imgWithShadowListWraperHire .elementor-container {
    width: 73%;
  }
}

@media (max-width: 992px) {
  .imgWithShadowListWraperHire .elementor-container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .imgWithShadowListWraperHire .elementor-container {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .imgWithShadowListWraperHire .elementor-container {
    width: 50%;
  }
}


/*================ Hire Expert Hyperledger Developers - END ================*/

/*================ Hire Expert Python Developers - START ================*/

.imgWithShadowListWraperHirePython .elementor-container {
  flex-wrap: wrap;
  justify-content: center;
  width: 58%;
}

.imgWithShadowListWraperHirePython .imgWraper {
  border-radius: 8px;
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  padding: 12px 20px;
  margin: 10px;
}

.imgWithShadowListWraperHirePython .imgWraper img {
  height: 40px;
  width: auto;
}

.vertical-icon-box-card-section--common .iconColor .elementor-icon svg {
  fill: #000;
}

@media (min-width: 1800px) {
  .imgWithShadowListWraperHirePython .elementor-container {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .imgWithShadowListWraperHirePython .elementor-container {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .imgWithShadowListWraperHirePython .elementor-container {
    width: 73%;
  }
}

@media (max-width: 992px) {
  .imgWithShadowListWraperHirePython .elementor-container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .imgWithShadowListWraperHirePython .elementor-container {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .imgWithShadowListWraperHirePython .elementor-container {
    width: 50%;
  }
}

/*================ Hire Expert Python Developers - END ================*/

.author-box {
  display: flex;
  align-items: flex-start;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  margin-top: 40px;
  border-radius: 8px;
}

.author-image img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 30px;
}

.author-designation {
  padding: 10px 0;
  font-size: 14px;
  color: #999;
}

.author-description {
  padding-bottom: 10px;
}

.author-info {
  max-width: 800px;
}

.author-name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
}

.author-role {
  background-color: #007bff;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  margin: 0 10px;
}

.author-info a {
  color: #007bff;
  text-decoration: none;
}

.author-info a i {
  color: #65686a;
}

.author-info a:hover {
  text-decoration: underline;
}

.author-contact {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .author-box {
    flex-direction: column;
  }

  .author-image img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.author_page_list {
  padding-top: 140px;
}

.author_page_list .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.author_page_list article {
  width: calc(33.33% - 30px);
  margin: 0;
}

.author_page_list article .post-thumbnail img {
  height: 250px;
  object-fit: cover;
}

.author_page_list article h2.entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  font-weight: 600;
}

.author_page_list article .entry-meta {
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .author_page_list article {
    width: calc(50% - 30px);
  }

  .author_page_list {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .author_page_list article {
    width: 100%;
  }

  .author_page_list {
    padding-top: 70px;
  }
}


.single-post-banner {
  position: relative;
  color: #fff;
}

.single-post-banner__bg {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 170px 40px 30px;
  margin-bottom: 50px;
}

.single-post-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 1;
}

.single-post-banner__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-post-banner .single-post__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 100px;
  color: #fff;
}

.single-post-banner .single-post__information {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ddd;
}

.single-post-banner .single-post__information .label {
  font-weight: 600;
  color: #fff;
}

.single-post-banner .postAuthorAVatar img.avatarImage {
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: middle;
}

.single-post-banner div.heateor_sss_sharing_ul a:link,
div.heateor_sss_sharing_ul a:focus {
  background: #fff !important;
}

.single-post-banner .heateor_sss_horizontal_sharing .heateor_sss_svg {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 6px !important;
  border: none !important;
}

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

.blog_left_panel {
  width: 300px;
  min-width: 300px;
}

.blog_left_panel .toc-container {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.blog_left_panel .toc-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.blog_left_panel .toc-title::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: #ddd;
  margin: 8px auto 0;
}

.blog_left_panel .toc_heading_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog_left_panel .toc_heading_list li {
  font-size: 15px;
  color: #555;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 7px 12px;
}

.blog_left_panel .toc_heading_list li:hover {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
}

.blog_left_panel .toc_heading_list li a {
  color: #8E8E8E;
}

.blog_left_panel .toc_heading_list li:hover a {
  color: #111;
}

.blog_right_form {
  width: 300px;
  min-width: 300px;
}

.blog_right_form .contact-form-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.blog_right_form .form-header {
  position: relative;
}

.blog_right_form .form-header img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.blog_right_form .form-header-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.blog_right_form .contact-form {
  padding: 20px;
}

.blog_right_form .form-group {
  margin-bottom: 15px;
}

.blog_right_form .contact-form input,
.blog_right_form .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  outline: none;
  background: transparent;
}

.blog_right_form .contact-form textarea {
  resize: none;
  height: 80px;
}

.blog_right_form .submit-btn {
  width: 100%;
  background: #3b3bf3;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}

.blog_right_form .submit-btn:hover {
  background: #2929d9;
}

.single-post.single_post_area {
  display: flex;
  gap: 20px;
  /* spacing between columns */
  align-items: flex-start;
}

/* Left Sidebar */
.blog_left_panel {
  flex: 0 0 300px;
  /* fixed width */
  position: sticky;
  top: 100px;
  /* gap below your floating header */
  align-self: flex-start;
}

/* Middle Content */
.single-post__body {
  flex: 1;
  /* take remaining width */
  min-width: 0;
  /* fix overflow issue in flex */
}

/* Right Sidebar */
.blog_right_form {
  flex: 0 0 300px;
  /* fixed width */
  position: sticky;
  top: 100px;
  /* same gap as header */
  align-self: flex-start;
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .single-post-banner__bg {
    padding: 100px 0px 30px;
  }

  .blog_left_panel,
  .blog_right_form {
    flex: 0 0 260px;
  }

  .blog_left_panel,
  .blog_right_form {
    width: 260px;
    min-width: 260px;
  }
}

/* Tablet (768px – 1023px) */
@media (max-width: 1023px) {
  .single-post.single_post_area {
    display: grid;
    grid-template-columns: 250px 1fr;
    /* TOC + Content */
  }

  .blog_right_form {
    grid-column: 1 / -1;
    /* full width below */
    position: relative;
    /* remove sticky on tablet */
    top: auto;
    margin-top: 20px;
    width: calc(100% - 270px);
    margin-left: 270px;
  }

  .blog_left_panel {
    width: 240px;
    min-width: 200px;
  }

  .single-post-banner .single-post__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 80px;
    color: #fff;
  }
}

/* Mobile (<768px) */
@media (max-width: 767px) {
  .single-post.single_post_area {
    display: block;
    /* stack vertically */
  }

  .blog_left_panel,
  .single-post__body,
  .blog_right_form {
    width: 100%;
    position: relative;
    /* no sticky on mobile */
    top: auto;
    margin-bottom: 20px;
  }

  .blog_right_form {
    margin-left: 0;
  }

  .widget {
    margin: 0 0 .5em;
  }
}

/* MyFieldHeros Page Start*/
/* MyFieldHeros Page Start*/
.mfh_page-banner .inner__page-banner-contents {
  min-width: 72% !important;
}

.mfh-help-sctn {
  position: relative;
  overflow: hidden;
  transition: 3s;
}

.mfh-help-sctn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -500px;
  background-image: url(images/rocket-img.webp);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 240px;
  transition: 3s;
}

.animate-on.mfh-help-sctn::before {
  right: 0;
  transition: 3s;
}

.pats-page .inner-page-testimonial-section .section-heading .para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #747474;
  width: 40%;
  margin-top: 10px;
}

.diamond-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 80px auto 0;
}

.diamond-cards .diamond-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 150px;
}


.diamond-cards .card {
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #425CFE14;
  border: 1px solid #D0D0D0;
  transform: rotate(44deg);
  border-radius: 15px;
  transition: 0.3s;
}

/* .diamond-cards .card:hover {
  transform: rotate(45deg) scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
} */

.diamond-cards .card-content {
  transform: rotate(-44deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px;
}

.diamond-cards .card-content img {
  width: 50px;
}

.diamond-cards .card-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.features-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 60px 0 40px;
}

.features-container .feature-card {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 12px 12px 0px #0000001A;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.features-container .feature-card:hover {
  background-color: #425CFE;
  box-shadow: 0px 12px 15px 0px #0000001A;
  transform: translateY(-5px);
}

.features-container .feature-icon {
  width: 70px;
  height: 70px;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  margin-top: -60px;
}

.features-container .feature-icon img {
  width: 40px;
}

.features-container .feature-card:hover .feature-title,
.features-container .feature-card:hover .feature-desc {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.features-container .feature-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

.features-container .feature-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.coupon-sec.form-wrapper .form-right-img img {
  height: 720px;
  width: 100%;
  object-fit: cover;
}

.coupon-sec.form-wrapper .form-container {
  background: #fff;
  padding: 38px;
  background: #F8F8F8;
  border: 1px solid #D0D0D0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}

.coupon-sec.form-wrapper .form-container .form-group {
  margin-bottom: 20px;
}

.coupon-sec.form-wrapper .form-container label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #787878;
  padding-left: 12px;
}

.coupon-sec.form-wrapper .form-container .required {
  color: red;
}

.coupon-sec.form-wrapper .form-container input,
.coupon-sec.form-wrapper .form-container .customCommonSelectBox {
  width: 100%;
  padding: 18px 12px;
  background: #fff;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
}

.coupon-sec.form-wrapper .form-container .customCommonSelectBox .current,
.coupon-sec.form-wrapper .form-container input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #B1AFAF;
  font-weight: 400;
}

.coupon-sec.form-wrapper .form-container input:focus,
.coupon-sec.form-wrapper .form-container .customCommonSelectBox:focus {
  border-color: #b58cff;
  outline: none;
}

.coupon-sec.form-wrapper .form-container .form-row {
  display: flex;
  gap: 20px;
}

.coupon-sec.form-wrapper .form-container .form-row .form-group {
  flex: 1;
}

.coupon-sec.form-wrapper .form-container .checkbox-group .custom-checkbox {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  user-select: none;
}

.coupon-sec.form-wrapper .form-container .checkbox-group .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.coupon-sec.form-wrapper .form-container .checkbox-group .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #B1ADAD;
  border-radius: 4px;
  transition: all 0.3s;
}

.coupon-sec.form-wrapper .form-container .checkbox-group .custom-checkbox input:checked~.checkmark {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.coupon-sec.form-wrapper .form-container .checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.coupon-sec.form-wrapper .form-container .checkbox-group .custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.coupon-sec.form-wrapper .form-container .checkbox-group .custom-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.coupon-sec.form-wrapper .form-container .checkbox-group label {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.coupon-sec.form-wrapper .form-container .submit-btn {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: #1053FF;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon-sec.form-wrapper .form-container .submit-btn:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.coupon-sec.form-wrapper .form-container .submit-btn:hover {
  background: #fc8b54;
}

.coupon-sec.form-wrapper .form-container .list {
  margin: 0;
}

.pats-page-section.mfh-page .section-heading .elementor-widget-container {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.pats-page-section.mfh-page .section-sub-heading .elementor-widget-container {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.pats-page-section.mfh-page .section-info .elementor-widget-container {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media (min-width: 1600px) {
  .mfh-help-sctn::before {
    background-size: 300px;
  }

  .pats-page .inner-page-testimonial-section .section-heading .para {
    font-size: 22px;
    line-height: 32px;
  }

  .features-container .feature-title {
    font-size: 30px;
    line-height: 40px;
  }

  .features-container .feature-desc {
    font-size: 20px;
    line-height: 30px;
  }

  .pats-page-section .mfh-page .section-heading .elementor-widget-container {
    font-size: 35px;
    line-height: 45px;
  }

  .pats-page-section.mfh-page .section-sub-heading .elementor-widget-container {
    font-size: 26px;
    line-height: 36px;
  }

  .pats-page-section.mfh-page .section-info .elementor-widget-container {
    font-size: 22px;
    line-height: 32px;
  }

  .diamond-cards .card-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .diamond-cards {
    width: 80%;
  }

  .diamond-cards .card {
    width: 250px;
    height: 250px;
  }

  .diamond-cards .card-content p {
    font-size: 18px;
    line-height: 28px;
  }
}


@media (min-width: 1400px) {

  .pats-page .inner-page-testimonial-section .section-heading .para {
    font-size: 20px;
    line-height: 30px;
  }

  .features-container .feature-title {
    font-size: 26px;
    line-height: 36px;
  }

  .features-container .feature-desc {
    font-size: 18px;
    line-height: 28px;
  }

  .pats-page-section.mfh-page .section-heading .elementor-widget-container {
    font-size: 32px;
    line-height: 42px;
  }

  .pats-page-section .mfh-page .section-sub-heading .elementor-widget-container {
    font-size: 24px;
    line-height: 34px;
  }

  .pats-page-section.mfh-page .section-info .elementor-widget-container {
    font-size: 20px;
    line-height: 30px;
  }

}


@media (min-width: 1200px) {

  .pats-page .inner-page-testimonial-section .section-heading .para {
    font-size: 18px;
    line-height: 28px;
  }

  .pats-page-section .mfh-page .section-heading .elementor-widget-container {
    font-size: 30px;
    line-height: 40px;
  }

  .pats-page-section.mfh-page .section-sub-heading .elementor-widget-container {
    font-size: 22px;
    line-height: 32px;
  }

  .pats-page-section.mfh-page .section-info .elementor-widget-container {
    font-size: 18px;
    line-height: 28px;
  }

}

@media (min-width: 991px) {
  .app__dev-success-stories-slider.mfh-slider .owl-nav {
    top: -12vw;
  }
}

@media (max-width: 1199px) {
  .mfh-help-sctn::before {
    background-size: 200px;
  }

  .diamond-cards .diamond-row {
    gap: 50px 100px;
  }

  .diamond-cards .card {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 991px) {
  .pats-page .inner-page-testimonial-section .section-heading .para {
    width: 80%;
    margin: 10px auto 0;
  }

  .features-container {
    flex-wrap: wrap;
  }

  .features-container .feature-card {
    width: 46%;
    margin-bottom: 30px;
  }

  .features-container .feature-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .coupon-sec.form-wrapper .form-right-img img {
    height: 550px;
  }

  .coupon-sec.form-wrapper .form-container {
    padding: 30px;
  }

  .coupon-sec.form-wrapper .form-container input,
  .coupon-sec.form-wrapper .form-container .customCommonSelectBox {
    padding: 14px 10px;
  }

  .diamond-cards {
    width: 100%;
    margin-top: 50px;
  }

  .diamond-cards .diamond-row {
    gap: 40px 70px;
  }

  .diamond-cards .card {
    width: 160px;
    height: 160px;
  }

  .diamond-cards .card-content img {
    width: 40px;
  }

  .diamond-cards .card-content p {
    font-size: 13px;
    line-height: 20px;
  }

  .diamond-cards .card-content {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .mfh-help-sctn::before {
    background-size: 180px;
  }

  .features-container .feature-card {
    width: 100%;
    padding: 25px;
  }

  .features-container .feature-icon {
    width: 60px;
    height: 60px;
  }

  .features-container .feature-icon img {
    width: 30px;
  }

  .features-container .feature-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .coupon-sec.form-wrapper .form-container {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .pats-page-section.mfh-page .section-heading .elementor-widget-container {
    font-size: 24px;
    line-height: 34px;
  }

  .pats-page-section.mfh-page .section-sub-heading .elementor-widget-container {
    font-size: 18px;
    line-height: 28px;
  }

  .pats-page-section.mfh-page .section-info .elementor-widget-container {
    font-size: 14px;
    line-height: 20px;
  }


  .diamond-cards .diamond-row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }

  .coupon-sec.form-wrapper .form-container {
    padding: 20px;
  }

  .coupon-sec.form-wrapper .form-container input,
  .coupon-sec.form-wrapper .form-container .customCommonSelectBox {
    padding: 12px 10px;
  }

  .coupon-sec.form-wrapper .form-container label,
  .coupon-sec.form-wrapper .form-container .submit-btn {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .pats-page .inner-page-testimonial-section .section-heading .para {
    width: 100%;
  }

  .mfh-help-sctn::before {
    background-size: 150px;
  }

  .pats-page-section.mfh-page .section-heading .elementor-widget-container {
    font-size: 20px;
    line-height: 30px;
  }
}


/* MyFieldHeros Page End*/



/* New Theme Csss */

body {
  overflow-x: hidden !important;
}

body.home {
  background-color: #050816;
}

body.page-digital-transformation {
  background-color: #050816;
}

body.page-application-development {
  background-color: #050816;
}

body.page-product-engineering {
  background-color: #050816;
}

body.page-agentic-ai {
  background-color: #050816;
}

.mega-mega-menu-button .mega-menu-link {
  display: inline-flex !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0px 30px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box !important;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 50px !important;
}

.mega-mega-menu-button .mega-menu-link:hover {
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38 !important;
}

/*  */



.banner-mn .btnBan {
  display: inline-flex !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0px 30px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 60px !important;
  width: fit-content;
}

.banner-mn .btnBan:hover {
  /* box-shadow: 0 -4px 10px 1px #ffffff99, -6px 0px 10px 1px #5a28ffb3, 6px 0px 10px 1px #00c8ffb3, 0 4px 10px 1px #3264ff4d; */
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38;
}

.banner-mn .btnBanwhite {
  display: inline-flex !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0px 30px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#060624, #060624) padding-box, linear-gradient(90deg, #fff, #FFFFFF, #fff, #fff) border-box !important;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 60px !important;
  width: fit-content;
}

.banner-mn .btnBanwhite:hover {
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box !important;
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38;
}

.companyName-slider {
  margin: 0px;
}

.clientName-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: calc(100% - 0px) !important;
}


header .software-sec {
  display: none;
}

header .slider-sec {
  display: none;
}

.whatWeDo-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.About-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.aboutrightBlur-area {
  position: absolute;
  right: -200px;
  bottom: 160px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #3E13FF;
  filter: blur(150px);
  opacity: 0.7;
  z-index: 1;
}

.aboutrightBlur-image {
  position: absolute;
  right: 0px;
  bottom: 70px;
  z-index: 1;
}

.aboutrightBlur-image img {
  width: 170px;
}

.cardArea {
  background-color: #ffffff0d;
}

.cardArea:hover {
  background: linear-gradient(to right, #7f1fff66, #29304775);
}

.cardArea .cardBorder {
  position: absolute;
  top: 0px;
  left: 26px;
  width: 130px;
  height: 35px;
}

.cardArea .cardBorder::before {
  content: '';
  width: 100px;
  height: 4px;
  border-radius: 30px;
  background-color: #3F30FF;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, 0);
}

.cardArea:hover .cardBorder::before {
  background-color: #fff;
}

.cardArea .cardBorder-box {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background: linear-gradient(to bottom, #3f30ff57, #ffffff0d);
}

.cardArea:hover .cardBorder-box {
  background: linear-gradient(to bottom, #ffffff4f, #301d62);
}

.cardArea .cardBorder-box::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 35px solid #131524fc;
  border-right: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}

.cardArea:nth-child(5) .cardBorder-box::before {
  border-top: 35px solid #131524b0;
  border-right: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}

.cardArea .cardBorder-box::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  border-top: 35px solid #131524fc;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 15px solid transparent;
}

.cardArea:nth-child(5) .cardBorder-box::after {
  border-top: 35px solid #1d1650f2;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 15px solid transparent;
}

.cardArea:hover .cardBorder-box::before {
  border-top: 35px solid #31136a;
}

.cardArea:hover .cardBorder-box::after {
  border-top: 35px solid #201841;
}

.cardArea:nth-child(5):hover .cardBorder-box::after {
  border-top: 35px solid #241b57;
}

.cardArea:hover h4 {
  color: #fff;
}

.companLogo-section .logo-slider {
  margin-bottom: 0px;
}

.companLogo-section>.elementor-container {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.service-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.industry-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.result-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.graBorder-btn {
  display: inline-flex !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0px 30px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 40px;
  justify-content: center;
  text-align: center;
}

.graBorder-btn:hover {
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38;
}

.graBorder-btn.white {
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #fff, #FFFFFF, #fff, #fff) border-box !important;
}

.indusLeftBlur-area {
  position: absolute;
  left: -200px;
  bottom: 0px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #7F1FFF;
  filter: blur(90px);
  opacity: 0.7;
  z-index: 1;
}

.indusLeftBlur-image {
  position: absolute;
  left: -15px;
  bottom: -10px;
  z-index: 1;
}

.indusLeftBlur-image img {
  width: 135px;
}

.our-process-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.modern-stack-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.testimonial-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.custom-faq-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.footer-section>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

/*  */

.industries_section_title {
  position: absolute;
  left: -50px;
  top: 70px;
  color: #ffffff0d;
  font-weight: 600;
  font-size: 100px;
}

.indusLeftBlur_bg::before {
  content: '';
  position: absolute;
  left: -200px;
  bottom: 0px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #7F1FFF;
  filter: blur(90px);
  opacity: 0.7;
  z-index: 1;
}

/*  */

.our-process-section {
  position: relative;

}

.our-process-section::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(https://pitangent.com/wp-content/uploads/2026/03/our-process.webp);
  background-size: 200%;
}

.process-section {
  background-size: 300%;
  background-position: left bottom;
  position: relative !important;
  padding: 120px 0px 100px
}

.processTitle {
  top: 40px;
  left: 10%;
  background-size: cover;
  background-position: top;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.5;
  font-size: 75px;
}

.carvedImg-area {
  top: 150px;
  height: 450px;
}

.ourProcess-leftArea {
  width: 370px;
  left: 2%;
  top: -90px;
}

.ourProcess-centerArea {
  left: 50%;
  transform: translateX(calc(-50% - -30px));
  top: 100px;
  text-align: center;
  width: 370px;
}

.ourProcess-rightArea {
  right: 10%;
  top: -210px;
  width: 370px;
}

.our-process-content-area {
  background-repeat: no-repeat;
  background-size: 270px;
  padding-top: 20px;
  height: 240px;
  width: 100%;
}

.our-process-content-area span:nth-child(2) {
  margin-left: 38px;
}

.our-process-content-area span:nth-child(3) {
  margin-left: 82px;
}

.our-process-content-area span:nth-child(4) {
  margin-left: 118px;
}

.ourProcess-leftArea-icon {
  bottom: 140px;
  left: 200px;
}

.ourProcess-centerArea-icon {
  left: calc(50% - 10px);
  top: -30px;
}

.ourProcess-rightArea-icon {
  bottom: 230px;
  left: calc(50% + 320px);
}

.ourProcess-leftArea .number {
  top: -60px;
  left: 40px;
}

.ourProcess-centerArea .number {
  top: -90px;
  left: 50%;
}

.ourProcess-rightArea .number {
  top: -90px;
  right: calc(50% - 30px);
}


/*  */

.modernButton-area .tab-btn {
  margin-right: 64px;
}

.modernButton-area .tab-btn.active {
  position: relative;
  z-index: 2;
}

.modernButton-area .tab-btn.active::after {
  content: '' !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  background: linear-gradient(45deg, #1c1578, #050711) !important;
  width: calc(100% + 64px) !important;
  height: 100% !important;
  z-index: -1 !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  /* border-right: 4px solid #3F30FF!important; */
}

.modernButton-area .tab-btn.active::before {
  content: '' !important;
  position: absolute !important;
  top: -18px !important;
  left: calc(100% + 60px) !important;
  background-image: url(https://pitangent.com/wp-content/uploads/2026/04/Group-1410106927.png);
  width: 55px !important;
  height: 90px !important;
  background-repeat: no-repeat;
  background-size: 35px;
}

/* Footer Section */

footer {
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-title h2 {
  font-size: 104px;
  /* background-size: cover;
    background-position: top;
    -webkit-background-clip: text;
    background-clip: text; */
  color: #1f2745;
  opacity: 1;
  font-weight: 900;
  padding-left: 5.5%;
  padding-top: 0%;
}

.footer-social-icon a {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0px 1px 0px #ffffffcc,
    inset 0 -4px 8px rgba(0, 0, 0, 0.6),
    0 4px 20px rgba(0, 0, 0, 0.6);

  transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {

  .footer-title {
    top: -50% !important;
  }

}

/* 04-03-2026 */

.mega-dropdown-backdrop.active {
  display: none !important;
}

.whatWeDo-item {
  height: 500px;
  transition: 0.4s;
}

.arrowLink .elementor-button-icon svg {
  width: 20px;
}

.counterArea .elementor-counter-number-suffix {
  color: #3F30FF;
}

.partnerCard-item-area .elementor-container {
  column-gap: 30px;
}

.partnerCard-item>div {
  background-color: #1d1e2d7d;
}

.partnerCard-item>div:hover {
  background: linear-gradient(to right, #7f1fff66, #29304775);
}

.partnerCard-item>div:hover h3 {
  color: #fff !important;
}

.partnerCard-item .cardBorder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px;
  height: 35px;
}

.partnerCard-item .cardBorder::before {
  content: '';
  width: 100px;
  height: 4px;
  border-radius: 30px;
  background-color: #3F30FF;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, 0);
}

.partnerCard-item:hover .cardBorder::before {
  background-color: #fff;
}

.partnerCard-item .cardBorder-box {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  background: linear-gradient(to bottom, #3f30ff57, #ffffff0d);
}

.partnerCard-item:hover .cardBorder-box {
  background: linear-gradient(to bottom, #ffffff4f, #301d62);
}

.partnerCard-item .cardBorder-box::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 35px solid #101322;
  border-right: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}

.partnerCard-item .cardBorder-box.end::before {
  border-top: 35px solid #13132c;
}

.partnerCard-item .cardBorder-box::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  border-top: 35px solid #101321;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 15px solid transparent;
}

.partnerCard-item .cardBorder-box.end::after {
  border-top: 35px solid #151438;
}

.partnerCard-item:hover .cardBorder-box::before {
  border-top: 35px solid #33126f;
}

.partnerCard-item:hover .cardBorder-box.end::before {
  border-top: 35px solid #36127a;
}

.partnerCard-item:hover .cardBorder-box::after {
  border-top: 35px solid #1e1742;
}

.partnerCard-item:hover .cardBorder-box.end::after {
  border-top: 35px solid #221958
}

.partnerTitle-right {
  color: #ffffff0d;
  font-weight: 600;
  font-size: 85px;
  position: absolute;
  right: -40px;
  top: 75px;
}

.digital-service-title {
  color: #ffffff0d;
  font-weight: 600;
  font-size: 85px;
  position: absolute;
  right: 30px;
  top: 100px;
}

.partnerRightBlur-area::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 150px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #3E13FF;
  filter: blur(150px);
  opacity: 0.7;
  z-index: 1;
}

.serviceTitle-left {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 600;
  font-size: 100px;
  color: #ffffff0d;
}

.book-btn a {
  display: inline-flex !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 0px 40px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 56px;
}

.book-btn a:hover {
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38;
}

.serviceSection-area .elementor-container {
  max-width: 100% !important;
}

.readyToBuild-section {
  width: 100% !important;
  margin: 0px auto;
}

.readyToBuild-section .readyToBuild-content {
  width: 46% !important;
  margin: 0px auto;
}

.readyToBuild-section .newBorder-btn {
  height: 16px;
  height: 50px;
}

.faq-area .elementor-accordion-item {
  border-radius: 16px;
  background: #1A1D24;
  padding: 25px 20px 25px 30px;
  margin-bottom: 20px;
}

.modernSection>div {
  margin: 0px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.modernSection .modernButton-area {
  flex-direction: column !important;
}

.formChallenge-section>div {
  column-gap: 20px !important;
}

.fromChallengeRightBlur-area {}

.fromChallengeLeftBlur-image {
  position: absolute;
  left: -10%;
  top: 270px;
  z-index: 1;
}

.fromChallengeLeftBlur-image img {
  width: 170px;
}

#testimonial-slider .slick-track {
  padding-top: 50px;
  margin-bottom: 0px;
}

.testimonial-startArea {
  right: 40px;
  top: 20px;
}

.testimonial-card {
  padding: 70px 40px 40px;
}

.FromChallenge-leftBlurBox::after {
  content: '';
  position: absolute;
  left: -200px;
  top: 0px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #7F1FFF;
  filter: blur(90px);
  opacity: 0.7;
  z-index: 1;
}

.FromChallenge-leftBlurBox::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 150px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #3E13FF;
  filter: blur(100px);
  opacity: 1;
  z-index: 1;
}

.faqLeft-BlurArea::before {
  content: '';
  position: absolute;
  left: -100px;
  bottom: 150px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #7F1FFF;
  filter: blur(150px);
  opacity: 0.7;
  z-index: 1;
}

.newBorder-btn a {
  display: inline-flex !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0px 30px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 50px;
}

.newBorder-btn.white a {
  background: #ffffff12 !important;
  border: 1px solid #fff !important;
}

.newBorder-btn a:hover {
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38;
}


.impactTab a {
  text-align: center;
}

/* ourFramework-section */

.ourFramework-section {
  position: relative;
}

.ourFramework-section .leftItem-area section {
  margin: 0px !important;
}

.ourFramework-section .rightItem-area {
  text-align: right;
}

.ourFramework-section .rightText-area .btnBan {
  margin: 0px 0px 0px auto !important;
}

.ourFramework-section .leftItem-area section .itemBox1 {
  position: relative;
  margin-right: 35px !important;
  margin-bottom: 60px !important;
  min-height: 315px;
}

.ourFramework-section .leftItem-area section .itemBox2 {
  position: relative;
  margin-left: 35px !important;
  margin-bottom: 60px !important;
  min-height: 315px;
}

.ourFramework-section .leftItem-area section .itemBox3 {
  position: relative;
  margin-left: 35px !important;
  min-height: 315px;
}

.ourFramework-section .leftItem-area section .itemBox4 {
  position: relative;
  margin-right: 35px !important;
  min-height: 315px;
}

.ourFramework-section .leftItem-area section .elementor-widget-html {
  margin: 0px !important;
}


.nextstep-arrow {
  position: absolute;
  right: -108px;
  top: 0px;
  background-image: url(https://pitangent.com/wp-content/uploads/2026/04/next-step.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 40px;
  background-size: 82px;
}


.nextstep-arrow2 {
  position: absolute;
  right: -113px;
  top: 0px;
  background-image: url(https://pitangent.com/wp-content/uploads/2026/04/next-step.png	);
  background-repeat: no-repeat;
  width: 90px;
  height: 40px;
  background-size: 82px;
  transform: rotate(180deg);
}

.ourFramework-section::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 150px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #3E13FF;
  filter: blur(150px);
  opacity: 0.7;
  z-index: 1;
}

.impactTab {
  width: auto !important;
  display: inline-block !important;
  margin-right: 16px !important;
}

.systemActive h4 span {
  position: relative;
  padding-left: 17px;
}

.systemActive h4 span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #058746;
  background-color: #00C950;
  padding: 2px;
}

/*  */

.agentic-ai-leftBlurBox::after {
  content: '';
  position: absolute;
  left: -200px;
  top: 0px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #7F1FFF;
  filter: blur(90px);
  opacity: 0.7;
  z-index: 1;
}

.rightRoundAI-section {}

.rightRoundAI-systemArea {
  min-height: 600px;
  margin-left: 60px;
}

.rightRoundAI-cardOne {
  width: 240px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.rightRoundAI-cardTwo {
  width: 230px;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}

.rightRoundAI-cardThree {
  width: 230px;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.rightRoundAI-cardFour {
  width: 240px;
  bottom: 30px;
  left: 12%;
}

.rightRoundAI-cardFive {
  width: 240px;
  bottom: 30px;
  right: 12%;
}

.rightRoundAI-centerBages {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* Orb / planet blob top-left */
.orb {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, #b06bff, #4f9dff, #ff6b9d, #b06bff);
  filter: blur(6px);
  opacity: 0.92;
  animation: orbFloat 6s ease-in-out infinite;
}

/* Dashed orbit circle */
.orbit-ringUp {
  position: absolute;
  width: 460px;
  height: 460px;
  border: 1.5px dashed rgba(99, 120, 200, 0.35);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orbit-ringIn {
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1.5px dashed rgba(99, 120, 200, 0.35);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glass-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  transition: border-color 0.3s, transform 0.3s;
}

.glass-card:hover {
  border-color: rgba(99, 102, 241, 0.5);
  /* transform: translateY(-3px); */
}

.icon-wrap {
  width: 40px;
  height: 40px;
  background: #3F30FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-btn {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 9999px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 18px rgba(99, 102, 241, 0.25), inset 0 0 18px rgba(99, 102, 241, 0.08);
}

.cta-btn:hover {
  border-color: #818cf8;
  box-shadow: 0 0 28px rgba(99, 102, 241, 0.5), inset 0 0 24px rgba(99, 102, 241, 0.15);
}

.terminal-badge {
  background: #00000099;
  border: 1px solid #FFFFFF1A;
  border-radius: 8px;
  font-size: 11px;
  padding: 15px 12px;
  white-space: nowrap;
  box-shadow: 0px 0px 15px #0000001A;
  color: #51A2FF;
}

.terminal-badge span {
  padding-top: 10px;
  display: inline-block;
}

.agent-badge {
  background: #00000099;
  border: 1px solid #FFFFFF1A;
  border-radius: 8px;
  font-size: 11px;
  padding: 15px 14px;
  color: #4ade80;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 140px;
}

.agent-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 6px #4ade80;
  animation: pulse 2s ease-in-out infinite;
}

.agent-badge img {
  width: 100%;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.bg-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.desktopLayout-ourProcess {
  /*       height: 650px;
      width: 1280px; */
  margin: 0 auto;
}

.ourProcess-AreaDesktopArea {
  /* 	background-position: center;
	background-repeat: no-repeat;
	height: 750px; */
}

.whatWedo-slider .slick-slide {
  margin: 0 15px;
  position: relative;
}

.whatWedo-slider .overlayBg {
  position: relative;
}

/* .whatWedo-slider .overlayBg::before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000080;
    opacity: 0.5;
} */

/* .whatWedo-slider .slick-list {
    margin: 0 -10px;
} */


/* new css by aditi */


@media (min-width: 900px) {
  .col-md-10 {
    max-width: 100%;
  }

  .partnerTitle-right {
    font-size: 90px;
    right: 0px;
    top: 75px;
  }

  .industries_section_title {
    left: 50px;
  }

  .industries_section_title {
    position: absolute;
    left: -10px;
    top: 50px;
    white-space: normal;
    word-break: break-word;
  }
}


@media (max-width: 1500px) {
  .rightRoundAI-cardOne {
    width: 210px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .rightRoundAI-cardTwo {
    width: 190px;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
  }

  .rightRoundAI-cardThree {
    width: 190px;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
  }

  .rightRoundAI-cardFour {
    width: 210px;
    bottom: 30px;
    left: 12%;
  }

  .rightRoundAI-cardFive {
    width: 210px;
    bottom: 30px;
    right: 12%;
  }

  .fromChallenge_contentArea>.elementor-container {
    min-height: 435px !important;
  }

}

@media (max-width: 1280px) {
  .rightRoundAI-cardOne {
    width: 180px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .rightRoundAI-cardTwo {
    width: 160px;
    top: 50%;
    left: -3%;
    transform: translateY(-50%);
    padding: 20px;
  }

  .rightRoundAI-cardThree {
    width: 160px;
    top: 50%;
    right: -3%;
    transform: translateY(-50%);
    padding: 20px;
  }

  .rightRoundAI-cardFour {
    width: 180px;
    bottom: 10px;
    left: 10%;
  }

  .rightRoundAI-cardFive {
    width: 180px;
    bottom: 10px;
    right: 5%;
  }

  .desktopLayout-ourProcess {
    /*       height: 760px;
      width: 1000px;
      margin: 0 auto; */
  }

  .ourProcess-leftArea {
    width: 370px;
    left: -2%;
    top: -180px;
  }

  .ourProcess-rightArea {
    right: 10%;
    top: -240px;
    width: 370px;
  }

  .ourProcess-leftArea-icon {
    bottom: 205px;
    left: 165px;
  }

  .ourProcess-rightArea-icon {
    bottom: 275px;
    left: calc(50% + 220px);
  }

  .carvedImg-area {
    top: 270px;
    height: 450px;
  }

  .processTitle {
    font-size: 65px;
  }

}

@media (max-width: 1025px) {

  .rightRoundAI-cardOne {
    width: 240px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .rightRoundAI-cardTwo {
    width: 230px;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    padding: 20px;
  }

  .rightRoundAI-cardThree {
    width: 230px;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    padding: 20px;
  }

  .rightRoundAI-cardFour {
    width: 240px;
    bottom: 35px;
    left: 10%;
  }

  .rightRoundAI-cardFive {
    width: 240px;
    bottom: 35px;
    right: 10%;
  }

  .rightRoundAI-systemArea {
    margin-left: 0px;
  }

  .fromChallenge_contentArea>.elementor-container {
    min-height: auto !important;
  }

  .faqLeft-BlurArea h2 {
    font-size: 32px;
  }


}


@media (max-width: 1024px) {

  .ourFramework-section .rightText-area .btnBan {
    margin: 0px auto !important;
  }

  .digital-service-title {
    font-size: 70px;
    right: 30px;
    top: 190px;
  }

}

@media (max-width:821px) {

  .ourFramework-section .leftItem-area section .itemBox1 {
    min-height: 370px;
  }

  .ourFramework-section .leftItem-area section .itemBox2 {
    min-height: 370px;
  }

  .ourFramework-section .leftItem-area section .itemBox3 {
    min-height: 370px;
  }

  .ourFramework-section .leftItem-area section .itemBox4 {
    min-height: 370px;
  }

  .nextstep-arrow {
    right: -120px;
  }

  .nextstep-arrow2 {
    right: -125px;
  }

  .rightRoundAI-cardOne {
    width: 210px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .rightRoundAI-cardTwo {
    width: 190px;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
  }

  .rightRoundAI-cardThree {
    width: 190px;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
  }

  .rightRoundAI-cardFour {
    width: 210px;
    bottom: 30px;
    left: 12%;
  }

  .rightRoundAI-cardFive {
    width: 210px;
    bottom: 30px;
    right: 12%;
  }

  .industries_section_title {
    left: -15px;
    top: 130px;
    font-size: 70px;
  }


}

@media (max-width: 767px) {

  .ourFramework-section .leftItem-area section .itemBox1 {
    min-height: auto;
    margin-right: 0px !important;
  }

  .ourFramework-section .leftItem-area section .itemBox2 {
    min-height: auto;
    margin-left: 0px !important;
  }

  .ourFramework-section .leftItem-area section .itemBox3 {
    min-height: auto;
    margin-left: 0px !important;
  }

  .ourFramework-section .leftItem-area section .itemBox4 {
    min-height: auto;
    margin-right: 0px !important;
    margin-top: 60px !important;
  }

  .nextstep-arrow {
    top: 44px;
    background-size: 70px;
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }

  .StepBown-areasection .elementor-container {
    flex-direction: column-reverse;
  }

  .nextstep-arrow2 {
    top: -76px;
    background-size: 70px;
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }

  .readyBuild-btn {
    margin-bottom: 20px !important;
  }

  .faqLeft-BlurArea h2 {
    font-size: 28px;
    line-height: 35px;
  }

}


@media (max-width: 680px) {
  .group-btn-mn {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .partnerTitle-right {
    font-size: 75px;
    right: 0px;
    top: 0px;
    width: 100%;
    white-space: normal;
    word-break: break-word;
  }

  .serviceTitle-left {
    position: absolute;
    bottom: 0px;
    font-weight: 600;
    font-size: 75px;
    color: #ffffff0d;
    width: auto;
    white-space: normal;
    word-break: break-word;
  }

  .industries_section_title {
    position: absolute;
    left: 10px;
    top: -50px;
    color: #ffffff0d;
    font-weight: 600;
    font-size: 55px;
    width: 100%;
    white-space: normal;
    word-break: break-word;
  }

  .rightRoundAI-cardOne {
    width: 80%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
    position: relative !important;
    margin-bottom: 25px;
    margin-top: 30px;
  }

  .rightRoundAI-cardTwo {
    width: 80%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
    position: relative !important;
    margin-bottom: 25px;
  }

  .rightRoundAI-cardThree {
    width: 80%;
    top: inherit;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    position: relative !important;
    margin-bottom: 25px;
  }

  .rightRoundAI-cardFour {
    width: 80%;
    top: inherit;
    bottom: inherit;
    left: 50%;
    transform: translateX(-50%);
    position: relative !important;
    margin-bottom: 25px;
  }

  .rightRoundAI-cardFive {
    width: 80%;
    top: inherit;
    bottom: inherit;
    left: 50%;
    transform: translateX(-50%);
    position: relative !important;
    margin-bottom: 25px;
  }

  .orbit-ringUp {
    display: none;
  }

  .orbit-ringIn {
    display: none;
  }

  .rightRoundAI-centerBages {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }

  .terminal-badge {
    width: 200px;
  }

  .agent-badge {
    width: 200px;
  }

  .banner-mn .btnBan {
    font-size: 15px !important;
    height: 50px !important;
  }

  .banner-mn .btnBanwhite {
    font-size: 15px !important;
    height: 50px !important;
  }

  .book-btn a {
    font-size: 15px !important;
  }

  .newBorder-btn a {
    font-size: 15px !important;
  }

  .btnBan {
    font-size: 15px !important;
  }

  .mega-mega-menu-button .mega-menu-link {
    font-size: 15px !important;
  }

  .whatWedo-slider .slick-slide {
    margin: 0 0px;
  }

}

@media (min-width: 641px) and (max-width: 1023px) {

  .process-section {
    padding: 50px 40px 80px;
  }

  .process-section .relative.z-10.text-center h2 {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  /* Stacked steps wrapper */
  .process-section .lg-hidden-steps {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }

  .process-section h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  /* Built-in Assurances box */
  .process-section .built-in-assurances-box {
    padding: 32px 28px;
    margin: 0 16px;
  }

  .process-section .built-in-assurances-box h3 {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }

  .lg-hidden-steps .w-14 {
    width: 5.5rem;
  }

  .stepitemArea-section>.elementor-container {
    max-width: 100% !important;
  }

  .nextstep-arrow {
    right: -124px;
  }

  .nextstep-arrow2 {
    right: -128px;
  }

}


@media (max-width: 640px) {

  .process-section {
    padding: 30px 16px 50px;
  }

  .processTitle {
    display: none !important;
  }

  .process-section .relative.z-10.text-center h2 {
    font-size: 1.75rem;
  }

  .process-section h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  /* Built-in Assurances box */
  .process-section .built-in-assurances-box {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .process-section .built-in-assurances-box h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .process-section .built-in-assurances-box .flex-wrap {
    gap: 8px;
    justify-content: center;
  }

  .process-section .built-in-assurances-box .flex-wrap>div {
    font-size: 0.75rem;
    padding: 6px 14px;
  }

  .lg-hidden-steps .w-14 {
    width: 5.5rem;
  }

  .digital-service-title {
    font-size: 60px;
    right: 30px;
    top: 230px;
  }

  .ad-timeline-row {
    flex-direction: column;
  }

}


/*============ Modern Section  ===============*/

.ms-right {
  height: 550px;
}

.ms-panel {
  height: 100%;
}

.tab-btn {
  color: #94A3B8 !important;
}

.tab-btn.active {
  color: #ffffff !important;
}

@media (min-width: 1024px) {

  .ms-layout {
    flex-direction: row !important;
  }

  .ms-left {
    width: 385px !important;
    flex-shrink: 0;
  }

  .ms-left .modernButton-area {
    flex-direction: column !important;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {

  .ms-layout {
    flex-direction: column !important;
    gap: 32px;
  }

  .ms-left {
    width: 100% !important;
    flex-shrink: unset;
  }

  .ms-left .modern-stack-heading {
    padding-right: 0;
  }

  .ms-left .modernButton-area {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 10px;
  }

  .ms-left .modernButton-area .tab-btn {
    margin-right: 0 !important;
    /* flex: 1 1 auto; */
    text-align: center;
    padding: 20px 35px !important;
  }

  .ms-left .modernButton-area .tab-btn.active::before {
    display: none !important;
  }

  .ms-right {
    width: 100% !important;
    height: auto !important;
    min-height: 300px;
  }

  .ms-panel {
    height: auto !important;
    padding: 28px !important;
  }

  .ms-panel .modern-stack-panel-header p {
    max-width: 100% !important;
  }

  .partnerTitle-right {
    font-size: 85px;
    left: 40px;
    top: 200px;
  }

}

@media (max-width: 766px) {
  .partnerTitle-right {
    font-size: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    top: 135px;
    right: inherit;
  }
}

@media (max-width: 640px) {}


/*============ Modern Section  ===============*/

/* =========== Footer Section  ============== */

@media (min-width: 641px) and (max-width: 1023px) {

  .footer-title {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px 24px;
  }

  .footer-col3-list {
    margin-top: 0 !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 640px) {

  .footer-grid>div {
    text-align: center;
  }

  .footer-grid>div ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-grid>div .mb-4 {
    display: flex;
    justify-content: center;
  }

  .footer-bottom {
    align-items: center !important;
    text-align: center;
  }

  .footer-bottom .flex.items-center.gap-4 {
    justify-content: center;
  }

  .FromChallenge-leftBlurBox::before {
    display: none !important;
  }

}

.btnBan {
  display: inline-flex !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0px 30px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 60px !important;
  /*    margin-right: 20px; */
}

.btnBan:hover {
  /* box-shadow: 0 -4px 10px 1px #ffffff99, -6px 0px 10px 1px #5a28ffb3, 6px 0px 10px 1px #00c8ffb3, 0 4px 10px 1px #3264ff4d; */
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38;
}

.btnBanwhite {
  display: inline-flex !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0px 30px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#060624, #060624) padding-box, linear-gradient(90deg, #fff, #FFFFFF, #fff, #fff) border-box !important;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 60px !important;
}

.btnBanwhite:hover {
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box !important;
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38;
}


/* correction css */

.homepage-banner {
  position: relative;
  background-size: cover;
  background-position: center;
}

.ban_overlay_new {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.79) 0%,
      /* left side – almost black */
      rgba(0, 0, 0, 0.00) 100%
      /* right side – fully transparent */
    );
}

body.home .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu .mega-nav--primary__dropdown-row>ul.mega-sub-menu {
  background: url('https://pitangent.com/wp-content/uploads/2026/03/servicebg.webp') no-repeat center / cover;
}

body.home .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
body.home .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  color: #fff !important;
}

body.page-digital-transformation .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu .mega-nav--primary__dropdown-row>ul.mega-sub-menu {
  background: url('https://pitangent.com/wp-content/uploads/2026/03/servicebg.webp') no-repeat center / cover;
}

body.page-digital-transformation .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
body.page-digital-transformation .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  color: #fff !important;
}

body.page-application-development .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu .mega-nav--primary__dropdown-row>ul.mega-sub-menu {
  background: url('https://pitangent.com/wp-content/uploads/2026/03/servicebg.webp') no-repeat center / cover;
}

body.page-application-development .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
body.page-application-development .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  color: #fff !important;
}

body.page-product-engineering .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu .mega-nav--primary__dropdown-row>ul.mega-sub-menu {
  background: url('https://pitangent.com/wp-content/uploads/2026/03/servicebg.webp') no-repeat center / cover;
}

body.page-product-engineering .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
body.page-product-engineering .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  color: #fff !important;
}

body.page-agentic-ai .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu .mega-nav--primary__dropdown-row>ul.mega-sub-menu {
  background: url('https://pitangent.com/wp-content/uploads/2026/03/servicebg.webp') no-repeat center / cover;
}

body.page-agentic-ai .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
body.page-agentic-ai .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
  color: #fff !important;
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item .mega-menu-link::after {
  display: none !important;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-nav--primary__dropdown-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  padding: 0;
  margin-bottom: 20px;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-nav--primary__dropdown-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:last-child {
  margin-bottom: 0;
}

/*  */
.serviceListMainSection>.elementor-container {
  align-items: flex-start !important;
}

.serviceList-leftArea {
  position: relative;
}

.serviceList-leftArea>div {
  max-height: 650px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.serviceList-leftArea::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.serviceList-rightArea {
  position: sticky !important;
  top: 0px;
  height: 650px;
}

.serviceBookBtn {
  text-align: right;
}

.footer-bottom .widget {
  margin-bottom: 0px;
}

.digitalTrans-grapBox {
  padding: 0px 70px;
}

.digitalTrans-grapBox>div {
  column-gap: 30px;
}

.digitalTrans-grapBox .dt-iconbox>div {
  min-height: 250px;
  width: 100%;
  padding: 45px;
}

.whyChooseDT-boxup>div {
  min-height: 260px;
}

.whyChooseDT-boxdown>div {
  min-height: 260px;
}

.DTtransformResult-title {
  width: 100% !important;
}

.DTtransformResult-title h2 {
  width: 70%;
  margin: 0 auto;
}

.DTtransformResult-desc {
  width: 100% !important;
}

.DTtransformResult-desc p {
  width: 50%;
  margin: 0 auto;
}

.DTBox-bridge p {
  background-color: #FFFFFF20;
  display: inline-block;
  border: 1px solid #dee2e629;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 14px;
}

.DTChallenge-desc p {
  min-height: 100px;
}

.DTSolution-desc p {
  min-height: 125px;
}

.btnBan a {
  padding: 0px;
}

.ADGoal-itemSection>div {
  justify-content: center;
}

.ADGoal-itemBox {
  width: 35% !important;
  margin: 0px 20px;
}

.ADGoal-itemBox>div>section {
  height: 100%;
}

.ADIndustries-itemSection>div {
  justify-content: center;
}

.ADIndustries-itemBox {
  width: 35% !important;
  margin: 0px 20px;
}

.ADIndustries-itemBox .topArea>.elementor-container>.elementor-column {
  min-height: 250px;
}

.ADIndustries-itemBox .bottomArea>.elementor-container>.elementor-column {
  min-height: 540px;
}

.ADbanner-AreaWidth {
  max-width: 57%;
}

.innerBanner-area>.elementor-container {
  margin-left: 0px !important;
}

.softwarePE-itembox {
  height: 100%;
}

.PEGrow-secton>div {
  justify-content: center;
}

.PEGrow-itemBox {
  width: 240px !important;
}

.PEGrow-itemBox.lastItem {
  width: 180px !important;
}

.PEGrowBridge-itemArea {
  width: 65% !important;
  margin: 0 auto;
}

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

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

.framework-button {
  text-align: right;
}

.AI-framework-button {
  text-align: center;
}

.AIArchitecture-section {}

.AIArchitecture-itemBox {
  height: 100%;
}

.home .ban_overlay_new .group-btn-mn>.btnBan {
  margin-right: 20px;
}

.businessItem-section {
  margin-bottom: 15px;
}

.businessItem-section .elementor-icon-box-icon {
  margin-bottom: 0px;
}

.businessItem-section>.elementor-container {
  max-width: 100% !important;
}

.DTTransformation-resultItems-area>div {
  height: 100%;
  background-color: #1A1D24;
  border-radius: 16px;
}

.mouseHover-none a {
  cursor: default;
}

.AIManualChaos-itemSection>div {
  max-width: 70% !important;
  justify-content: space-between;
}

.AIManualChaos-itemSection>div .elementor-column {
  width: auto !important;
}

.DTinnerBanner-ContentArea {
  max-width: 55%;
}

.whatWedo-slider .slick-dots {
  bottom: -40px;
}

.whatWedo-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EDEDED36;
  border: 1px solid #FFFFFF21;
}

.whatWedo-slider .slick-dots li.slick-active {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF7A;
  width: 45px;
  border-radius: 20px;
}

.pe-engage-section {
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.pe-engage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.pe-engage-card {
  background: #2930478C;
  border-radius: 10px;
  padding: 24px 24px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pe-engage-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 12px;
}

.pe-engage-icon {
  width: 40px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}

.pe-engage-tag {
  background: #FFFFFF20;
  border: 1px solid #FFFFFF30;
  border-radius: 10px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.pe-engage-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.35;
}


.pe-engage-desc {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF8C;
  line-height: 1.75;
  margin: 0 0 20px;
}


.pe-engage-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.pe-engage-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffffcc;
  line-height: 1.5;
}

.pe-engage-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}

.pe-engage-card .graBorder-btn {
  align-self: flex-start;
}

.pe-steps-section {
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.pe-steps-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin-bottom: 16px;
}

.pe-steps-row:last-child {
  margin-bottom: 0;
}

.pe-step-card {
  flex: 1;
  background: #2930478C;
  border-radius: 10px;
  padding: 28px 28px 32px;
  cursor: default;
  transition: transform 0.3s ease;
  box-sizing: border-box;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.pe-step-card:hover {
  transform: translateY(-3px);
}

.pe-step-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 0 18px;
  display: block;
}

.pe-card-accent {
  width: 4px;
  height: 32px;
  border-radius: 4px;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.pe-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.35;
}

.pe-card-desc {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF8C;
  line-height: 1.75;
  margin: 0;
}

.pe-bar-col {
  flex-shrink: 0;
  width: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* top padding = card top padding (28px) + label height (~18px) + label margin (18px) = ~64px
	so the bar lines up with the top of the accent bar inside the card */
  padding-top: 40px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

.pe-progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #293047;
  overflow: hidden;
}

.pe-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 10px;
  background: linear-gradient(90deg, #293047, #06B6D4);
  transition: width 0.5s ease;
}

.pe-progress-bar.filled .pe-progress-fill {
  width: 100%;
}

.pe-progress-bar.half-filled .pe-progress-fill {
  width: 50%;
}

.ad-timeline-section {
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 0 0 40px;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.ad-timeline-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
  padding-top: 50px;
  padding-bottom: 8px;
}

.ad-timeline-row::-webkit-scrollbar {
  height: 4px;
}

.ad-timeline-row::-webkit-scrollbar-thumb {
  background: #293047;
  border-radius: 4px;
}

.ad-step-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 0;
  cursor: default;
}

.ad-step-btn {
  background: none;
  border: none;
  cursor: default;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ad-step-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  transition: box-shadow 0.4s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.ad-step-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ad-step-col:hover .ad-step-icon-wrap {
  transform: translateY(-3px);
}

.ad-step-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 8px;
  transition: color 0.3s ease;
  display: block;
}

.ad-step-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.4;
  padding: 0 8px;
}

.ad-step-desc {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF8C;
  line-height: 1.7;
  margin: 0;
  padding: 0 8px;
}

.ad-connector-col {
  flex-shrink: 0;
  width: 60px;
  /* Push down exactly half the icon height (72px / 2 = 36px) to vertically center with icon */
  padding-top: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ad-step-connector {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #293047;
  overflow: hidden;
  position: relative;
}

.ad-step-connector-fill {
  height: 100%;
  width: 0%;
  border-radius: 10px;
  background: linear-gradient(90deg, #293047, #06B6D4);
  transition: width 0.5s ease;
}

.ad-step-connector.filled .ad-step-connector-fill {
  width: 100%;
}

.ad-step-connector.half-filled .ad-step-connector-fill {
  width: 50%;
}

.dt-timeline-section {
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 0 0 40px;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

/* ── Step Nav ── */
.dt-timeline-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-top: 50px;
  padding-bottom: 8px;
}

.dt-timeline-nav::-webkit-scrollbar {
  height: 4px;
}

.dt-timeline-nav::-webkit-scrollbar-thumb {
  background: #293047;
  border-radius: 4px;
}

.dt-step-item {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.dt-step-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  position: relative;
}

.dt-step-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  overflow: hidden;
  transition: box-shadow 0.4s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.dt-step-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dt-step-label {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s ease;
  white-space: nowrap;
}

/* Active step */
.dt-step-btn.active .dt-step-label {
  font-weight: 600;
}

.dt-step-btn:hover .dt-step-label {
  color: #fff;
}

/* Progress connector */
.dt-step-connector {
  width: 80px;
  height: 6px;
  border-radius: 10px;
  background: #293047;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 28px;
  /* align with icons vertically */
}

.dt-step-connector-fill {
  height: 100%;
  width: 0%;
  border-radius: 10px;
  background: linear-gradient(90deg, #293047, #06B6D4);
  transition: width 0.5s ease;
}

.dt-step-connector.filled .dt-step-connector-fill {
  width: 100%;
}

/* ── Content Area ── */
.dt-timeline-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
}

/* BG Image Panel */
.dt-phase-panel {
  display: none;
}

.dt-phase-panel.active {
  display: block;
}

.dt-phase-bg {
  border-radius: 16px;
  overflow: hidden;
  background-image: url('https://pitangent.com/wp-content/uploads/2026/04/data-discovery-concept-magnifying-glass-graph-icons-tablet-with-persona-1.webp');
  background-size: cover;
  background-position: center;
  padding: 40px;
  min-height: 300px;
  position: relative;
  box-sizing: border-box;
}

.dt-phase-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 17, 0.85) 45%, rgba(5, 7, 17, 0.2) 100%);
  border-radius: 16px;
}

.dt-phase-bg-content {
  position: relative;
  z-index: 2;
  max-width: 60%;
}

.dt-phase-number {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.dt-phase-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.35;
}

.dt-phase-desc {
  font-size: 13px;
  font-weight: 400;
  color: #ffffffcc;
  line-height: 1.8;
  margin: 0;
}

/* Right Panel */
.dt-timeline-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 320px;
  max-width: 360px;
}

.dt-deliverable-box {
  height: 165px;
  box-sizing: border-box;
  background: #1A1D24;
  border-radius: 14px;
  padding: 24px 24px;
  display: none;
}

.dt-deliverable-box.active {
  display: block;
}

.dt-deliverable-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.dt-deliverable-heading .dt-del-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.dt-deliverable-heading span {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dt-deliverable-text {
  font-size: 14px;
  font-weight: 400;
  color: #CED4E5;
  line-height: 1.7;
  margin: 0;
}

/* Arrow buttons */
.dt-arrow-btns {
  display: flex;
  gap: 12px;
}

.dt-arrow-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}

.dt-arrow-btn img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.dt-arrow-btn:hover {
  transform: scale(1.08);
}

.dt-arrow-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

.dt-tabs-section {
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

/* ── Tab Nav ── */
.dt-tabs-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.dt-tab-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 12px;
  background: #1A1D24;
  border: none;
  cursor: pointer;
  color: #ffffff99;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  flex: 1;
  justify-content: center;
  min-width: 130px;
  overflow: visible;
  z-index: 2;
}

.dt-tab-btn img.dt-tab-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0.7);
  transition: filter 0.3s ease;
}

.dt-tab-btn:hover {
  color: #fff;
  background: #23273a;
}

.dt-tab-btn:hover img.dt-tab-icon {
  filter: brightness(1);
}

.dt-tab-btn.active {
  background: linear-gradient(90deg, #3F30FF 0%, #2930474F 100%);
  color: #ffffff;
  font-weight: 600;
}

.dt-tab-btn.active img.dt-tab-icon {
  filter: brightness(1);
}

/* Torch SVG image sits below the active tab button */
.dt-tab-torch {
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 220px;
  pointer-events: none;
  z-index: 5;
}

.dt-tab-btn.active .dt-tab-torch {
  display: block;
}

/* ── Content Box ── */
.dt-tabs-content {
  margin-top: 50px;
  background-image: url('https://pitangent.com/wp-content/uploads/2026/04/Rectangle-4933.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  padding: 50px 50px;
  width: 100%;
  box-sizing: border-box;
}

.dt-tab-panel {
  display: none;
}

.dt-tab-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* ── Left Side ── */
.dt-panel-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.3;
}

.dt-panel-left .dt-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #3F30FF;
  margin: 0 0 24px;
}

.dt-panel-left .dt-intro {
  font-size: 15px;
  font-weight: 400;
  color: #CED4E5;
  line-height: 1.7;
  margin: 0 0 16px;
}

.dt-panel-left .dt-intro strong {
  color: #ffffff;
  font-weight: 700;
}

.dt-panel-left .dt-desc {
  font-size: 13px;
  font-weight: 400;
  color: #CED4E5;
  line-height: 1.8;
  margin: 0 0 32px;
}

/* Button */
.dt-panel-left a.btnBan {
  display: inline-flex !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0px 30px !important;
  border-radius: 80px !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  background: linear-gradient(#0b1325, #0b1325) padding-box, linear-gradient(90deg, #330FFF, #FFFFFF, #DBF5FF, #1FC3FF) border-box;
  transition: all 0.3s ease !important;
  align-items: center !important;
  height: 50px !important;
}

.dt-panel-left a.btnBan:hover {
  box-shadow: 0 -3px 7px 1px #ffffff57, -6px 0px 7px 1px #5a28ff85, 3px 0px 7px 1px #00c8ff78, 0 5px 8px 1px #3264ff38;
}

/* ── Right Side ── */
.dt-panel-right .dt-capabilities-title,
.dt-panel-right .dt-tech-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
}

.dt-capabilities-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dt-capabilities-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #CED4E5;
  line-height: 1.5;
}

.dt-capabilities-list li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Technologies */
.dt-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dt-tech-tag {
  background: #71F3FD45;
  border: 1px solid #71F3FD44;
  border-radius: 40px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.dt-barchart-section {
  background: transparent;
  padding: 0px;
}

.dt-barchart-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  margin: 0 auto;
}

.dt-bar-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.dt-bar-label-top {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

.dt-bar-label-top .before-val {
  color: #06B6D4;
}

.dt-bar-label-top .arrow {
  color: #06B6D4;
  font-size: 14px;
}

.dt-bar-label-top .after-val {
  color: #C048E8;
}

.dt-bar-track {
  position: relative;
  width: 100%;
  max-width: 50px;
  border-radius: 60px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* The "after" (purple/top) bar */
.dt-bar-after {
  width: 100%;
  border-radius: 60px;
  background: rgba(192, 72, 232, 0.6);
  /* #C048E899 */
  position: relative;
  box-shadow: 0 0 20px rgba(192, 72, 232, 0.35);
  transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* The "before" (cyan/bottom) bar — overlaps bottom of after bar */
.dt-bar-before {
  width: 100%;
  border-radius: 60px;
  background: rgba(6, 182, 212, 0.6);
  /* #06B6D499 */
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.35);
  transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.dt-bar-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-top: 4px;
}

/* Animate on load */
.dt-bar-after,
.dt-bar-before {
  animation: dtBarGrow 1.4s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes dtBarGrow {
  from {
    transform: scaleY(0);
    transform-origin: bottom;
  }

  to {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

/* ===== NORMAL SECTION ===== */
.faq-wrapper {}

.faq-right {
  /* 	max-height: 450px;
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-width: none;
	-ms-overflow-style: none; */
}

/* ===== Accordion ===== */
.accordion-item:first-child .arrow-icon {
  transform: rotate(180deg);
}

.arrow-icon {
  transition: transform 0.3s ease;
  display: inline-block;
}

/* Show more / Show less button */
.pitangent-show-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding: 0;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.pitangent-show-more:hover {
  color: #fff;
}

.pitangent-show-more svg {
  flex-shrink: 0;
  transition: transform 0.3s;
}

.pitangent-show-more.expanded svg {
  transform: rotate(180deg);
}

/* Single shared video modal — lives on <body>, always above everything */
#pitangent-global-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
}

#pitangent-global-video-modal.is-open {
  display: flex;
}

#pitangent-global-video-modal .pgvm-inner {
  position: relative;
  width: 90vw;
  max-width: 900px;
}

#pitangent-global-video-modal .pgvm-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  z-index: 10;
  transition: background 0.2s, transform 0.2s;
}

#pitangent-global-video-modal .pgvm-close:hover {
  background: #f0f0f0;
  transform: scale(1.1);
}

#pitangent-global-video-modal .pgvm-close svg {
  width: 18px;
  height: 18px;
  color: #222;
}

#pitangent-global-video-modal .pgvm-iframe-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
}

#pitangent-global-video-modal .pgvm-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


/*  */

.service-desktopScreen .services-section {
  display: flex;
  flex-wrap: wrap;
}

/* LEFT GRID */

.service-desktopScreen .serviceLeft-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  padding: 30px 70px 50px;
  position: relative;
}

.service-desktopScreen .serviceTitle-left {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 600;
  font-size: 100px;
  color: #ffffff0d;
}

.service-desktopScreen .services-grid {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  column-gap: 40px;
  height: 500px;
  overflow-y: auto;
  scrollbar-width: none;
}

.service-desktopScreen .service-box {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #ffffff14;
  position: relative;
  width: calc(50% - 20px);
  z-index: 2;
}

.service-desktopScreen .service-box h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #FFFFFF;
}

.service-desktopScreen .service-box p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.service-desktopScreen .service-box a {
  width: 80px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #DEE2E6;
  background: transparent;
  color: #fff;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-desktopScreen .service-box button:hover {
  background: #fff;
  color: #000;
}

.service-desktopScreen .service-box a svg {
  width: 20px;
  height: 20px;
}

.service-desktopScreen .serviceRight-section {
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  padding: 50px 70px;
  display: flex;
  align-items: end;
}

.service-desktopScreen .cta-box {}

.service-desktopScreen .cta-content {
  text-align: right;
}

.service-desktopScreen .cta-content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.service-desktopScreen .cta-content p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #fff;
}

.service-desktopScreen .cta-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 25px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/* Mobile Service Section */

.serviceMain-section .service-mobileScreen {
  display: none;
}

.serviceMain-section .service-mobileScreen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 50px 0px;
}

.service-mobileScreen .serviceTitle-left {
  position: absolute;
  left: 30px;
  top: 140px;
  font-weight: 600;
  font-size: 65px;
  color: #ffffff0d;
}

.service-mobileScreen .services-section {
  max-width: 90%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.service-mobileScreen .services-title {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.service-mobileScreen .services-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.service-mobileScreen .services-title p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #fff;
}

.service-mobileScreen .services-items-slider {
  margin-top: 30px;
}

.service-mobileScreen .service-box {
  padding: 34px 20px 40px;
  border-bottom: 1px solid #ffffff75;
  border-top: 1px solid #ffffff75;
  position: relative;
  z-index: 2;
  min-height: 220px;
}

.service-mobileScreen .service-box h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #FFFFFF;
}

.service-mobileScreen .service-box p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.service-mobileScreen .service-box a {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #DEE2E6;
  background: transparent;
  color: #fff;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-mobileScreen .service-box a svg {
  width: 15px;
  height: 15px;
}

.service-mobileScreen .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EDEDED36;
  border: 1px solid #FFFFFF21;
}

.service-mobileScreen .slick-dots {
  bottom: -45px;
}

.service-mobileScreen .slick-dots li.slick-active {
  width: 45px;
  height: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff;
}

.service-mobileScreen .servicebutton {
  text-align: center;
  margin-top: 90px;
}


/*  */
.fromChallenge-slider .slick-slide {
  margin: 20px;
}

.fromChallenge-item-header {
  min-height: 285px;
}

.fromChallenge-item-content {
  min-height: 410px;
}

/* .slick-dotted.slick-slider{
	margin-top: 50px;
} */

.fromChallenge-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EDEDED36;
  border: 1px solid #FFFFFF21;
}

.fromChallenge-slider .slick-dots {
  bottom: -45px;
  display: none;
}

.fromChallenge-slider .slick-dots li.slick-active {
  width: 45px;
  height: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff;
}

.slick-dots li button:before {
  display: none;
}

.dt-step-icon-wrap.mobileScreenOnly-icon {
  display: none;
}

.DTResult-itemsHeaderArea>div {
  max-width: 100% !important;
}

.industries_card_Slider {
  position: relative;
}

.industries_card_Slider .industryArea-item {
  margin: 0px 15px;
}

.industries_card_section_mobile {
  display: none;
}

.industries_card_Slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EDEDED36;
  border: 1px solid #FFFFFF21;
}

.industries_card_Slider .slick-dots {
  bottom: -45px;
  display: none;
}

.industries_card_Slider .slick-dots li.slick-active {
  width: 45px;
  height: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff;
}

.whyBusinessChoose_sliderAreaMobileScreen .whySlider-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EDEDED36;
  border: 1px solid #FFFFFF21;
}

.whyBusinessChoose_sliderAreaMobileScreen .whySlider-box .slick-dots {
  bottom: -45px;
  display: none;
}

.whyBusinessChoose_sliderAreaMobileScreen .whySlider-box .slick-dots li.slick-active {
  width: 45px;
  height: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff;
}

.ADwhyBusinessChoose_sliderAreaMobileScreen .ADwhySlider-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EDEDED36;
  border: 1px solid #FFFFFF21;
}

.ADwhyBusinessChoose_sliderAreaMobileScreen .ADwhySlider-box .slick-dots {
  bottom: -45px;
  display: none;
}

.ADwhyBusinessChoose_sliderAreaMobileScreen .ADwhySlider-box .slick-dots li.slick-active {
  width: 45px;
  height: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff;
}

.ADserviceMain .service-desktopScreen .service-box p {
  font-size: 14px;
  color: #FFFFFF8C;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}

.ADserviceMain .service-desktopScreen .service-box ul li {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 500;
  padding-left: 13px;
  position: relative;
}

.ADserviceMain .service-desktopScreen .service-box ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.ADserviceMain .service-mobileScreen .service-box p {
  font-size: 14px;
  color: #FFFFFF8C;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}

.ADserviceMain .service-mobileScreen .service-box ul li {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 500;
  padding-left: 13px;
  position: relative;
}

.ADserviceMain .service-mobileScreen .service-box ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.PEindustries-mobileview {
  display: none;
}

.innerBanner-area.contentArea .elementor-container {
  margin-left: auto !important;
}

.AIwhyBusinessChoose_sliderAreaMobileScreen .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EDEDED36;
  border: 1px solid #FFFFFF21;
}

.AIwhyBusinessChoose_sliderAreaMobileScreen .slick-dots {
  bottom: -45px;
  display: none;
}

.AIwhyBusinessChoose_sliderAreaMobileScreen .slick-dots li.slick-active {
  width: 45px;
  height: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff;
}

.impactTabAI a {
  text-align: left !important;
}

.testimonialLeft-logoArea img {
  max-height: 70px;
}


header.entry-header h1.entry-title {
  display: none !important;
}

.footerFixedBtnsWrap.active {
  z-index: 99 !important;
}

.go-to-top.active {
  z-index: 9 !important;
}

.go-to-top.active {
  background-color: #1053ff;
  color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-text-stroke: 1.5px #1053ff;
  transition: 0.5s;
}

.go-to-top.active:hover {
  color: #fff;
  background-color: #ff7a30;
  -webkit-text-stroke: 2px #ff7a30;
  box-shadow: 0 0 0 2px #ff7a30;
  transition: 0.5s;
}

.go-to-top.active img {
  width: 18px;
}

.footerFixedBtnsWrap.active .callUsBtn img {
  width: 22px;
  padding-right: 5px;
  display: inline-block !important;
}

.site-title {
  display: none !important;
}

/* 20-04-2026 Style */

.variousDomainListWrap .shadowImgTextBoxWrap img {
  margin: 0 auto 25px;
}

/* ===== New css by aditi ===== */

.collapse {
  visibility: visible !important;
}

.ind-tabs ul {
  display: flex !important;
  justify-content: space-around !important;
}

.ind-tabs ul li {
  width: 20%;
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.mobileAppDevelopment-banner .inner__page-banner-btn {
  width: fit-content !important;
  max-width: fit-content !important;
}

.blog-section-tab-content .feature-img-container .feature-img,
.blog-posts-list__item .fic-newadd .feature-img {
  object-fit: contain !important;
}

.pats-blog-lists-section .blog-posts-list__item .fic-newadd {
  margin-bottom: 0px !important;
}

.pats-blog-lists-section .blog-posts-list__item .fic-newadd {
  height: 100% !important;
}

.pats-blog-lists-section .blog-posts-list__item .fic-newadd {
  width: 100%;
  /* height: 220px; */
  height: 100%;
  /* max-height: 283px; */
  max-height: 100%;
  margin-bottom: 16px;
  border-radius: 4px;
  /* overflow: hidden; */
}

@media screen and (max-width: 770px) {
  .MobAppDev-newadd .elementor-image-box-img {
    margin-bottom: 0px !important;
  }

  .MobAppDev-newadd .elementor-image-box-content {
    margin-top: 0px !important;
  }
}

@media (max-width: 1023px) {
  .ind-tabs ul {
    flex-wrap: wrap !important;
  }

  .ind-tabs ul li {
    width: 33.33% !important;
  }

  .ind-tabs ul li img {
    width: 100% !important;
  }
}

@media (max-width: 767px) {

  .ind-tabs ul li img {
    width: 100% !important;
  }

  .ind-tabs ul {
    flex-wrap: wrap !important;
  }

  .ind-tabs ul li {
    width: 50% !important;
  }

  .imgBoxLeftContent .elementor-image-box-wrapper {
    text-align: center !important;
  }
}

/* ===== New Responsive Css ===== */

@media (min-width: 1199px) {

  .whyBusinessChoose_sliderArea>div {
    display: flex;
    flex-wrap: wrap;
  }

  .whyBusinessChoose_sliderArea .whyBusinessChoose_AreaOne {
    width: 66.666% !important;
  }

  .whyBusinessChoose_sliderArea .whyBusinessChoose_AreaTwo {
    width: 33.334% !important;
  }

  .whyBusinessChoose_sliderArea .whyBusinessChoose_AreaThree {
    width: 33.333% !important;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {

  .serviceSection-area .arrowLink {
    text-align: left;
  }

}

@media (max-width: 1750px) {
  .PEGrowBridge-itemArea {
    width: 70% !important;
    margin: 0 auto;
  }
}

@media (max-width: 1600px) {

  .DTChallenge-desc p {
    min-height: 125px;
  }

  .DTSolution-desc p {
    min-height: 150px;
  }

}

@media (max-width: 1481px) {

  .whyChooseDT-boxup>div {
    min-height: 305px;
  }

  .whyChooseDT-boxdown>div {
    min-height: 282px;
  }

  .DTChallenge-desc p {
    min-height: 150px;
  }

  .DTSolution-desc p {
    min-height: 170px;
  }

  .DTtransformResult-title h2 {
    width: 75%;
    margin: 0 auto;
  }

  .DTtransformResult-desc p {
    width: 55%;
    margin: 0 auto;
  }

  .PEGrowBridge-itemArea {
    width: 90% !important;
    margin: 0 auto;
  }

  .PEGrow-itemBox {
    width: 230px !important;
  }

  .ourFramework-section .leftItem-area section .itemBox1 {
    min-height: 335px;
  }

  .ourFramework-section .leftItem-area section .itemBox2 {
    min-height: 335px;
  }

  .ourFramework-section .leftItem-area section .itemBox3 {
    min-height: 340px;
  }

  .ourFramework-section .leftItem-area section .itemBox4 {
    min-height: 340px;
  }

  .DTinnerBanner-ContentArea {
    max-width: 70%;
  }

  .ADbanner-AreaWidth {
    max-width: 70%;
  }

}

@media (max-width: 1367px) {
  .digitalTrans-grapBox {
    padding: 0px 50px;
  }

  .digitalTrans-grapBox>div {
    column-gap: 30px;
  }

  .digitalTrans-grapBox .dt-iconbox>div {
    min-height: 265px;
    padding: 40px;
  }

}

@media (max-width: 1200px) {

  .digitalTrans-grapBox .dt-iconbox>div {
    min-height: 245px;
    padding: 30px;
  }

  .digitalTrans-grapBox {
    padding: 0px 35px;
  }

  .digitalTrans-grapBox>div {
    column-gap: 30px;
  }

  .whyChooseDT-boxup>div {
    min-height: 380px;
  }

  .whyChooseDT-boxdown>div {
    min-height: 380px;
  }

  .DTChallenge-desc p {
    min-height: 200px;
  }

  .DTSolution-desc p {
    min-height: 220px;
  }

  .DTtransformResult-title h2 {
    width: 90%;
  }

  .DTtransformResult-desc p {
    width: 65%;
  }

  .ADGoal-itemBox {
    width: 40% !important;
  }

  .ADIndustries-itemBox {
    width: 45% !important;
    margin: 0px;
  }

  .PEGrowBridge-itemArea {
    width: 100% !important;
    margin: 0 auto;
  }

  .ourFramework-section .leftItem-area section .itemBox1 {
    min-height: 450px;
  }

  .ourFramework-section .leftItem-area section .itemBox2 {
    min-height: 450px;
  }

  .ourFramework-section .leftItem-area section .itemBox3 {
    min-height: 400px;
  }

  .ourFramework-section .leftItem-area section .itemBox4 {
    min-height: 400px;
  }

  .footer-title h2 {
    font-size: 90px;
    padding-left: 5.0%;
  }

  .fromChallenge-slider .slick-dots {
    display: block;
  }

  .ourProcess-section .elementor-background-overlay {
    background-position: inherit !important;
  }


}

@media (max-width: 1080.99px) {
  .digitalTrans-grapBox {
    padding: 0px 0px;
  }

  .digitalTrans-grapBox>div {
    column-gap: 20px;
  }

  .footer-title h2 {
    font-size: 80px;
  }

  .DTinnerBanner-ContentArea {
    max-width: 80%;
  }

  .ADbanner-AreaWidth {
    max-width: 80%;
  }

  .whyBusinessChoose_sliderAreaMobileScreen .whySlider-box {
    display: block !important;
  }

  .whyBusinessChoose_sliderArea .whyBusinessChoose_AreaOne {
    margin: 0px 10px;
  }

  .whyBusinessChoose_sliderArea .whyBusinessChoose_AreaTwo {
    margin: 0px 10px;
  }

  .whyBusinessChoose_sliderArea .whyBusinessChoose_AreaThree {
    margin: 0px 10px;
  }

  .ADwhyBusinessChoose_sliderAreaMobileScreen .ADwhySlider-box {
    display: block !important;
  }

  .ADwhyBusinessChoose_sliderAreaMobileScreen .ADwhychooseus-item {
    margin: 0px 15px;
  }

  .AIwhyBusinessChoose_sliderAreaMobileScreen .AgenticItem {
    margin: 0px 15px;
  }

  .AIwhyBusinessChoose_sliderAreaMobileScreen .AgenticItem>div>section {
    min-height: 455px;
    margin-bottom: 0px !important;
  }

  .AIwhyBusinessChoose_sliderAreaMobileScreen {
    margin-bottom: 40px !important;
  }


}

@media (max-width: 1024.99px) {
  .serviceList-leftArea>div {
    max-height: inherit;
  }

  .serviceList-rightArea {
    height: auto;
  }

  .serviceBookBtn {
    text-align: center;
  }

  .digitalTrans-grapBox .dt-iconbox>div {
    min-height: inherit;
    width: 60%;
    padding: 30px;
    margin: 0 auto;
  }

  .digitalTrans-grapBox>div {
    column-gap: 0px;
    row-gap: 30px;
  }

  .whyChooseDT-boxup>div {
    min-height: inherit;
  }

  .whyChooseDT-boxdown>div {
    min-height: inherit;
  }

  .DTChallenge-desc p {
    min-height: inherit;
  }

  .DTSolution-desc p {
    min-height: inherit;
  }

  .DTtransformResult-title h2 {
    width: 100%;
  }

  .DTtransformResult-desc p {
    width: 80%;
  }

  .ADGoal-itemBox {
    width: 70% !important;
    margin: 0px 0px 30px;
  }

  .ADIndustries-itemBox {
    width: 100% !important;
    margin: 0px 0px 30px;
  }

  .ADIndustries-itemBox .topArea>.elementor-container>.elementor-column {
    min-height: inherit;
  }

  .ADIndustries-itemBox .bottomArea>.elementor-container>.elementor-column {
    min-height: inherit;
  }

  .ADbanner-AreaWidth {
    max-width: 100%;
  }

  .PEGrow-itemBox {
    width: 160px !important;
  }

  .PEGrow-itemBox.lastItem {
    width: 160px !important;
  }

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

  .ourFramework-section .leftItem-area section .itemBox1 {
    min-height: 360px;
  }

  .ourFramework-section .leftItem-area section .itemBox2 {
    min-height: 360px;
  }

  .ourFramework-section .leftItem-area section .itemBox3 {
    min-height: 340px;
  }

  .ourFramework-section .leftItem-area section .itemBox4 {
    min-height: 340px;
  }

  .service-desktopScreen .serviceLeft-section {
    width: 100%;
  }

  .service-desktopScreen .serviceRight-section {
    width: 100%;
  }

  .service-desktopScreen .services-grid {
    column-gap: 50px;
  }

  .service-desktopScreen .service-box {
    width: calc(50% - 25px);
  }

  .service-desktopScreen .cta-content {
    text-align: center;
  }

  .fromChallenge-item-content {
    min-height: 435px;
  }

  .ADGoal-itemBox>div>section>div {
    min-height: inherit !important;
  }



}

@media (max-width: 1023.99px) {

  .ourProcess-AreaMobileArea img {
    margin: 0 auto;
    position: relative;
  }

  .processMobileTitle {
    top: 44%;
    left: 50%;
    transform: translate(-40%, 0);
    background-size: cover;
    background-position: top;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0.5;
    font-size: 35px;
  }

  .processTitle {
    display: none !important;
  }

  .modernButton-area .tab-btn.active::after {
    width: calc(100% + 0px) !important;
    border-radius: 10px !important;
    background: linear-gradient(360deg, rgba(41, 48, 71, 0.1705) -7.5%, rgba(63, 48, 255, 0.55) 83.71%) !important;
  }

  .ms-left .modern-stack-heading {
    width: 65%;
    margin: 0 auto 50px;
  }

}

@media (max-width: 991.99px) {
  .footer-title h2 {
    font-size: 70px;
  }

  .DTinnerBanner-ContentArea {
    max-width: 90%;
  }

  .fromChallenge-item-header {
    min-height: inherit;
  }

  .fromChallenge-item-content {
    min-height: inherit;
  }

  .modern-stack-heading h2 {
    text-align: center;
  }

  .modern-stack-heading h2 br {
    display: none;
  }

  .modern-stack-heading p {
    text-align: center;
    max-width: 100% !important;
  }

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

  .pe-steps-row {
    flex-direction: column;
    gap: 12px;
  }

  .pe-step-card {
    flex: 0 0 calc(50% - 6px);
    min-height: unset;
  }

  .pe-bar-col {
    display: none;
  }

  .ad-timeline-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .ad-step-col {
    flex: 0 0 30%;
    margin-bottom: 28px;
  }

  .ad-connector-col {
    display: none;
  }

  .dt-timeline-content {
    grid-template-columns: 1fr;
  }

  .dt-timeline-right {
    min-width: unset;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .dt-deliverable-box {
    flex: 1;
    min-width: 260px;
  }

  .dt-step-connector {
    width: 50px;
  }

  .dt-phase-bg-content {
    max-width: 80%;
  }

  .dt-timeline-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .dt-tab-torch {
    display: none !important;
  }

  .dt-tabs-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .dt-tab-panel.active {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .dt-tabs-content {
    padding: 36px 28px;
    border-radius: 16px;
  }

  .dt-tab-btn {
    padding: 12px 16px;
    font-size: 18px;
    min-width: 100px;
  }

  .industries_card_section_desktop {
    display: none;
  }

  .industries_card_section_mobile {
    display: block;
  }

  .PEindustries-mobileview {
    display: block;
  }

  .PEindustries-desktopview {
    display: none;
  }

  .PEindustries-mobileview .industryArea-item {
    min-height: 300px;
  }

  .AIwhyBusinessChoose_sliderAreaMobileScreen .AgenticItem>div>section {
    min-height: 400px;
  }

}

@media (max-width:820.99px) {
  .DTtransformResult-desc p {
    width: 85%;
  }

  .industries_card_Slider .industryArea-item {
    min-height: 290px;
  }

  .AIwhyBusinessChoose_sliderAreaMobileScreen .AgenticItem>div>section {
    min-height: 410px;
  }

  .PEGrow-secton {
    margin-top: 40px !important;
  }

  .PEGrow-secton>div {
    justify-content: space-around !important;
    flex-wrap: wrap !important;
  }

  .PEGrow-itemBox {
    width: auto !important;
  }

  .PEGrow-itemBox.lastItem {
    width: 125px !important;
  }

  .PEGrow-itemBox .elementor-counter-number-wrapper {
    font-size: 32px !important;
  }

  .PEGrow-itemBox.lastItem .elementor-widget-container>span {
    font-size: 32px !important;
  }

  .PEGrow-itemBox.lastItem>div>.elementor-widget-heading {
    margin-bottom: 4px !important;
  }

  .PEGrow-itemBox.lastItem .elementor-widget-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

}

@media (max-width: 769.99px) {
  .DTtransformResult-desc p {
    width: 95%;
  }

  .ourFramework-section .leftItem-area section .itemBox1 {
    min-height: 370px;
  }

  .ourFramework-section .leftItem-area section .itemBox2 {
    min-height: 370px;
  }

  .ourFramework-section .leftItem-area section .itemBox3 {
    min-height: 365px;
  }

  .ourFramework-section .leftItem-area section .itemBox4 {
    min-height: 365px;
  }

  .PEindustries-mobileview .industryArea-item {
    min-height: 330px;
  }

}

@media (max-width: 767.99px) {

  .ourFramework-section .leftItem-area section .itemBox1 {
    min-height: inherit;
  }

  .ourFramework-section .leftItem-area section .itemBox2 {
    min-height: inherit;
  }

  .ourFramework-section .leftItem-area section .itemBox3 {
    min-height: inherit;
  }

  .ourFramework-section .leftItem-area section .itemBox4 {
    min-height: inherit;
  }

  .DTinnerBanner-ContentArea {
    max-width: 100%;
  }

  .serviceMain-section .service-desktopScreen {
    display: none;
  }

  .serviceMain-section .service-mobileScreen {
    display: block;
  }

  .partnerCard-item .cardBorder {
    display: none;
  }

  .partnerCard-item h3 {
    color: #fff !important;
  }

  .partnerRightBlur-area::after {
    bottom: inherit;
    top: 50px;
  }

  .counterArea>div {
    justify-content: space-between !important;
  }

  .ms-left .modern-stack-heading {
    width: 80%;
    margin: 0 auto 50px;
  }

  .industries_card_Slider .industryArea-item {
    min-height: 305px;
  }

  .whyBusinessChoose_sliderAreaMobileScreen .elementor-icon-box-icon {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .whyBusinessChoose_sliderAreaMobileScreen .elementor-icon-box-icon .elementor-icon {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .ADwhyBusinessChoose_sliderAreaMobileScreen .ADwhychooseus-item .elementor-widget-image-box .elementor-image-box-content {
    text-align: left !important;
  }

  .innerBanner-area.contentArea .elementor-widget-wrap.elementor-element-populated {
    justify-content: center;
  }

  .innerBanner-area.contentArea>div>div>div>div {
    width: 100% !important;
  }

  .ADGoal-itemBox {
    margin-bottom: 0px;
  }

  .AIwhyBusinessChoose_sliderAreaMobileScreen .AgenticItem>div>section {
    min-height: 300px;
  }

}

@media (max-width: 767px) {
  .PEGrow-itemBox {
    width: 50% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .PEGrow-itemBox.third {
    margin-bottom: 0px !important;
  }

  .PEGrow-itemBox.lastItem {
    margin-bottom: 0px !important;
  }

  .PEGrow-itemBox.lastItem {
    width: 50% !important;
  }

  .PEGrow-itemBox.lastItem>div {
    margin-top: 0px !important;
  }

}

@media (max-width: 680.99px) {
  .digitalTrans-grapBox .dt-iconbox>div {
    width: 75%;
  }

  .DTtransformResult-desc p {
    width: 100%;
  }

  .footer-copyRight {
    margin-top: 20px;
  }

  .ADGoal-itemBox {
    width: 100% !important;
  }

  .home .ban_overlay_new .group-btn-mn>.btnBan {
    margin-right: 0px;
  }

  .whatWeDo-Titlesection p br {
    display: none;
  }

  .partnerCard-item .cardBorder {
    display: none;
  }

  .partnerCard-item h3 {
    color: #fff !important;
  }

  .partnerRightBlur-area::after {
    bottom: inherit;
    top: 50px;
  }

  .counterArea>div {
    justify-content: space-between !important;
  }

  .fromChallenge-item-header {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .ad-step-col {
    flex: 0 0 47%;
    margin-bottom: 24px;
  }

  .ad-step-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .ad-step-title {
    font-size: 13px;
  }

  .ad-step-desc {
    font-size: 12px;
  }

  .ad-step-number {
    font-size: 10px;
  }

  .ad-connector-col {
    display: none;
  }

  .dt-timeline-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 12px;
  }

  .dt-step-connector {
    width: 30px;
  }

  .dt-step-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .dt-step-label {
    font-size: 11px;
  }

  .dt-phase-bg {
    padding: 28px 20px;
    min-height: 350px;
  }

  .dt-phase-bg-content {
    max-width: 100%;
  }

  .dt-phase-title {
    font-size: 18px;
  }

  .dt-phase-desc {
    font-size: 12px;
  }

  .dt-timeline-right {
    flex-direction: column;
  }

  .dt-deliverable-box {
    min-width: unset;
    width: 100%;
    box-sizing: border-box;
  }

  .dt-tab-torch {
    display: none !important;
  }

  .dt-tabs-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .dt-tab-btn {
    padding: 10px 12px;
    font-size: 16px;
    gap: 6px;
    min-width: 80px;
    border-radius: 10px;
  }

  .dt-tab-btn img.dt-tab-icon {
    width: 18px;
    height: 18px;
  }

  .dt-tabs-content {
    padding: 28px 20px;
  }

  .dt-panel-left h2 {
    font-size: 22px;
  }

  .dt-step-icon-wrap.mobileScreenOnly-icon {
    display: block;
    margin-bottom: 15px;
  }

  .dt-timeline-nav.desktopScreenOnly {
    display: none;
  }

  .dt-timeline-content {
    padding-top: 20px;
  }

  .dt-timeline-right {
    align-items: flex-end;
  }

  .digitalTrans-grapBox .dt-iconbox>div {
    background-color: #2930478C !important;
    background-image: none !important;
  }

  .AIIndusties .industries_section_title {
    left: 0px;
    top: 150px;
    font-size: 50px;
  }

}


@media (max-width: 640px) {

  .ms-layout {
    flex-direction: column !important;
    gap: 24px;
  }

  .ms-left {
    width: 100% !important;
    flex-shrink: unset;
  }

  .ms-left .modern-stack-heading {
    padding-right: 0;
  }

  .ms-left .modern-stack-heading h2 {
    font-size: 24px;
  }

  .ms-left .modernButton-area {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 16px;
  }

  .ms-left .modernButton-area .tab-btn {
    margin-right: 0 !important;
    /* flex: 1 1 auto; */
    text-align: center;
    padding: 10px 12px;
    font-size: 15px;
    width: calc(50% - 8px);
  }

  .ms-left .modernButton-area .tab-btn.active::before {
    display: none !important;
  }

  .ms-right {
    width: 100% !important;
    height: auto !important;
    min-height: 370px;
    padding: 14px !important;
  }

  .ms-panel {
    height: 100% !important;
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .ms-panel .modern-stack-panel-header p {
    max-width: 100% !important;
  }

  .modernSstackRight-itemsBox {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap;
  }

  .modernSstackRight-itemsBox>div {
    width: 70px;
    height: 70px;
    padding: 10px !important;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .modernSstackRight-itemsBox span {
    display: none;
  }

  .partnerTitle-right {
    font-size: 38px;
    top: 185px;
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
  }

  .modern-stack-section-wrap {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .industryArea-item .mobileScreen-area {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 16px !important;
  }

  .industryArea-item .mobileScreen-area h3 {
    margin: 0px 0px 0px 10px !important;
  }

  .ms-left .modern-stack-heading {
    width: 100%;
    margin: 0 auto 50px;
  }

  .pe-engage-grid {
    grid-template-columns: 1fr;
  }

  .pe-engage-title {
    font-size: 18px;
  }

  .pe-step-card {
    flex: 0 0 100%;
  }

  .pe-card-title {
    font-size: 16px;
  }

  .dt-barchart-wrapper {
    gap: 16px;
  }

  .dt-bar-label-top {
    font-size: 10px;
    flex-direction: column;
    gap: 1px;
    white-space: normal;
  }

  .dt-bar-name {
    font-size: 10px;
  }

  .industries_card_Slider .industryArea-item {
    min-height: inherit;
  }

  .dt-timeline-section {
    padding-bottom: 0px;
  }

  .ADserviceMain .service-mobileScreen .service-box {
    min-height: 340px;
  }

  .PEindustries-mobileview .industryArea-item {
    min-height: 280px;
  }

}

@media (max-width: 575.99px) {
  .digitalTrans-grapBox .dt-iconbox>div {
    width: 85%;
  }

  .serviceTitle-left {
    font-size: 47px;
  }

  .service-mobileScreen .services-title {
    width: 90%;
  }

}

@media (max-width: 480.99px) {
  .digitalTrans-grapBox .dt-iconbox>div {
    width: 100%;
  }

  .ADGoal-itemBox {
    width: 100% !important;
  }

  .service-mobileScreen .services-title {
    width: 100%;
  }

  .fromChallenge-item-header .title {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 10px;
  }

  .AIwhyBusinessChoose_sliderAreaMobileScreen .AgenticItem>div>section {
    min-height: 350px;
  }

  .AIManualChaos-itemSection>div {
    justify-content: center;
  }

}


.page-template-gitex-page-template .projectsBox img {
  width: 100% !important;
}

@media (min-width: 1024px) {
  .footer-newadd {
    max-width: 90vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90vw !important;
  }
}