/*!
Theme Name: custom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

custom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
button,
div {
    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;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 0;
}

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%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
    outline: none !important;
}

/* a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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


/* =================== start my css is here =================== */

:root {
    --primaryColor: #304BA7;
    --primaryLightColor: #2314e1;
    --darkHeadingColor: #0B163F;
    --greyBgColor: #303339;
    --greyTextColor: #303339;
    --blackColor: #000;
    --whiteColor: #fff;
}

/* Navigation
--------------------------------------------- */
.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;
}

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

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

@media screen and (min-width: 1024px) {

    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }

    .site-navigation-mobile--primary {
        display: none;
    }

    .site-navigation-desktop--primary {
        display: block;
    }

}

.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;
}

/* Home Page Start*/

/** 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 **/
.bodyWrap .elementor-section.elementor-element.pats-section-gap {
    padding: 48px 0 48px;
}

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

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

.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;
}

.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--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;
}

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

.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;
}

.imgWithShadowListWraper.inSingleColumn .elementor-widget-wrap {
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.imgWithShadowListWraper.inSingleColumn .imgWraper:not(:last-child) {
    margin-bottom: 10px;
}

.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;
}

.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;
}




.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 .tabs_feature_item_img_wrap img {
    height: 62px;
}

.tabsWithNoMinHeightWrap .tabs__tab-content {
    min-height: auto !important;
}

/** 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;
}

.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;
}

.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;
}

.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;
}

.alternate-img-info-rows-section--common .img-wdgt img {
    max-width: none;
}

.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;
}

.alternate-img-info-rows-section--common .alternate-img-info-rows>.elementor-container {
    justify-content: space-between;
}

/*** Start common component ***/

.blueBoldSubHeading {
    font-size: 16px;
}

.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;
}


.pitangent__primary-btn,
.contact-form .btn-form-submit,
.contact-form-container-inner .btn-form-submit,
.inner__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;
    min-width: 140px;
    max-width: fit-content;
    border-radius: 6px;
    background-color: var(--primaryColor);
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.5s;
    padding: 8px 15px;
}

.pitangent__primary-get-a-quote-btn {
    width: 15.625vw;
    max-width: 300px;
    min-width: 190px;
    height: 3.958333333vw;
    max-height: 76px;
    min-height: 48px;
}

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

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

.pitangent__primary-btn {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--whiteColor);
}

.pitangent__primary-btn:hover,
.inner__page-banner .inner__page-banner-btn:hover,
.pitangent__primary-btn:focus,
.inner__page-banner .inner__page-banner-btn:focus,
.pitangent__primary-btn:active,
.inner__page-banner .inner__page-banner-btn:active {
    background-color: var(--primaryLightColor);
    color: var(--whiteColor);
}

.page-section-stretched>.elementor-container {
    max-width: 100% !important;
}

.section-heading>.elementor-widget-container {
    font-size: 20px;
}

.sectionGap {
    padding: 100px 0 !important;
}

.sectionTopGap {
    padding-top: 100px !important;
}

.sectionBottomGap {
    padding-bottom: 100px !important;
}

a,
a:hover {
    text-decoration: none !important;
}

.sectionBigHeadding,
.sectionBigHeadding h2,
.sectionBigHeadding h3,
.sectionBigHeadding h4,
.sectionBigHeadding h5,
.sectionBigHeadding h6,
.sectionBigHeadding p,
.sectionBigHeadding .elementor-widget-container {
    color: var(--darkHeadingColor);
    font-family: 'Montserrat', sans-serif;
    font-size: 35px !important;
    font-weight: 700;
    line-height: 45px !important;
}

.sectionBigHeadding span,
.sectionBigHeadding h2 span,
.sectionBigHeadding h3 span,
.sectionBigHeadding h4 span,
.sectionBigHeadding h5 span,
.sectionBigHeadding h6 span,
.sectionBigHeadding p span,
.sectionBigHeadding .elementor-widget-container span {
    color: var(--primaryColor);
}

.subHeadingBoldTxt,
.subHeadingBoldTxt h2,
.subHeadingBoldTxt h3,
.subHeadingBoldTxt h4,
.subHeadingBoldTxt h5,
.subHeadingBoldTxt h6,
.subHeadingBoldTxt p {
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: 'Montserrat', sans-serif;
}

.cmn-btn,
.primaryBtn {
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    min-width: 145px;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    color: #fff !important;
    background-color: var(--primaryColor);
}

.cmn-btn:hover,
.primaryBtn:hover {
    text-decoration: none;
    background-color: var(--primaryLightColor);
    transition: all 0.3s;
}

.cmn-btn i,
.primaryBtn i {
    margin-left: 8px;
}

.noBgBtn {
    background: transparent !important;
    padding: 0;
    margin: 0;
    color: var(--primaryColor) !important;
    min-width: auto;
}

.noBgBtn.blackBtn {
    color: var(--blackColor) !important;
}

.noBgBtn:hover {
    color: var(--primaryLightColor) !important;
}

.btnCenter {
    margin: 0 auto;
}

.btnRight {
    margin-left: auto;
}

.lightBlueColor {
    color: var(--primaryColor) !important;
}

.darkBlueColor {
    color: var(--primaryColor) !important;
}

.imgListBorderBoxes {
    border: 2px solid #F3F3F3;
    border-radius: 12px;
    margin: 8px;
    padding: 15px;
}

.imgListBorderBoxes h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.imgListBorderBoxes figure img {
    height: 65px;
    width: auto;
}

.imgListBorderBoxes .elementor-widget-image-box {
    height: calc(100% - 50px);
}

.imgListBoxFullImgMain .imgListBorderBoxes img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.arrowNoBgBtn a {
    padding: 0;
}

.arrowNoBgBtn a:hover {
    color: var(--primaryColor) !important;
}

.fullWidthContainer .elementor-container {
    max-width: 100% !important;
}

.callUsBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.autoWidthBtnWrap .inner__page-banner-btn {
    width: auto;
    max-width: max-content;
}

.notFixedWidthBtn {
    width: auto;
    max-width: max-content;
}

.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;
}

.violetTxt {
    color: var(--primaryLightColor) !important;
}

.blackTxt {
    color: var(--blackColor) !important;
}

.whiteTxt {
    color: var(--whiteColor) !important;
}

.bold600 {
    font-weight: 600;
}

/*** End common component ***/

/*** Navbar Menu Start***/
.coustom-logo-css {
    width: 160px;
}

.nav-mn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-mn-row .navbar-lft {
    margin-right: 20px;
}

.megamenu-container #mega-menu-wrap-menu-1 {
    width: 100%;
}

.megamenu-container #mega-menu-wrap-menu-1 {
    background-color: #fff;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item {
    margin-right: 8px;
}

.homePg-header .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.nav-menu-contact-btn .mega-menu-link {
    color: #fff !important;
}

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

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

.homePg-header .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.homePg-header .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
.homePg-header .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.homePg-header .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.homePg-header .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
    color: #132756 !important;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-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,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>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: transparent !important;
    font-size: 14px !important;
    line-height: 22px !important;
    /* color: #132756 !important; */
    font-weight: 600 !important;
}

.megamenu-container.nav-menu-text-dark #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
.megamenu-container.nav-menu-text-dark #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
.megamenu-container.nav-menu-text-dark #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.megamenu-container.nav-menu-text-dark #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:hover {
    color: #1e1c1c !important;
}


.megamenu-container.nav-menu-text-dark #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.nav-menu-contact-btn .mega-menu-link {
    color: #fff !important;
}


.main-navigation.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.nav-menu-contact-btn .mega-menu-link {
    background-color: var(--primaryColor) !important;
    color: #fff !important;
}

.main-navigation.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.nav-menu-contact-btn .mega-menu-link:hover {
    background-color: var(--primaryLightColor) !important;
    color: #fff !important;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item.mega-nav-menu-contact-btn .mega-menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    border-radius: 6px;
    background-color: var(--primaryColor);
    color: white;
    font-weight: normal;
    font-size: 18px;
    text-transform: capitalize;
    transition: 0.5s;
}

.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;
    border-radius: 3px;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    display: flex;
    align-items: center;
}


.header-cntnt-mn .navbar-mn {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: transparent;
    transition: background-color 0.5s 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: 99;
    animation-name: fadeInDown;
    animation-duration: 1s;
}

/* .navbar-mn.fixed-navbar .nav-mn-row {
    padding: 0 !important;
} */

.fixed-navbar .megamenu-container #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:hover {
    color: #132756;
}

.header-cntnt-mn .megamenu-open {
    background-color: var(--whiteColor);
}

.no-animation {
    -webkit-animation: none !important;
    animation: none !important;
}

/*** Navbar Menu 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;
}

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

.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 .megamenu-open {
    background-color: #fff;
}

.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 {
    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: 14px;
    line-height: 22px;
    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;
}

.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>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);
    width: -moz-fit-content;
    width: fit-content;
    padding-left: var(--padding-left) !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: var(--padding-left);
    bottom: -2px;
    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);
}

.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: 30px;
    --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/ux-design.svg');
}

.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/blockchain.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ecomm .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/ecommerce.svg');
}

.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/Mobile.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-it-staff .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/it-staff-augmentation.svg');
}

.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/saas.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/Fullstack.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-devops .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/devops.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mvp-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/mvp-development.svg');
}

.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-angular .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/angular.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-cakephp .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/cakephp.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-codeigniter .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/codeigniter.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-flutter .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/Flutter.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack-tech .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/Fullstack-2.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-laravel .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/laravel.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-nodejs .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/node\ JS.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/React\ js.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-symfony .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/symfony.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-vue .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/Vue\ JS.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react-native .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/React\ Native.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-java-android .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/JAVA.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-kothlin-android .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/kotlin.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-swift-ios .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/Swift\ ios.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-data-analytics .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/data-science-analytics.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-web-development .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/web-development.svg');
}

.megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-al-ml .mega-menu-link:after {
    background-image: url('images/nav-menu-v2/al-ml.svg');
}

.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;
    padding-left: 15px;
}

.megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col {
    padding-right: 0;
    padding-top: 2.7vw;
    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;
}

.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;
}

.pats-page .custom-logo-link .site-logo {
    width: 12.1771vw;
    min-width: 100px;
    max-width: 253px;
	width: 100px;
	filter: brightness(3);
}

/* ----- BS Modal backdrop ------ */
.modal-backdrop.show {
    opacity: 0.9;
}

.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;
}

@keyframes megaBackdropFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

.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;
}

/* 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 .ebook-wdgt__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #01051f85;
}

.ebook-wdgt .ebook-wdgt__contents {
    position: relative;
}

.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: 4px;
    background-color: #fc8b54;
    font-weight: 500;
    font-size: 15px;
}

.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 {
    padding-top: 7px;
}

.ebook-wdgt .ebook-wdgt__button .btn-icon svg {
    width: 15px;
}

/*===================================
   Top menu bar ---- Mega menu - end
=====================================*/

/*** Banner Start***/
.banner-mn {
    background-repeat: no-repeat;
    padding-top: 130px;
}

.banner-mn p {
    margin-bottom: 0;
}

.banner-mn h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--darkHeadingColor);
    margin-top: 0;
}

.banner-mn span {
    color: var(--primaryColor);
}

.banner-mn h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--greyTextColor);
}

.banner-mn .wow {
    margin: 10px 0;
}

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

.banner-mn .blue-btn {
    background-color: var(--primaryColor);
}

.banner-mn .blue-btn:hover {
    text-decoration: none;
    background-color: var(--primaryLightColor);
    transition: all 0.3s;
}

/*** Banner End***/


.elementor-widget-container .blue-text {
    color: var(--primaryColor);
}

.vertical-img-box-card-section {
    margin: 0 20px;
    padding: 24px;
    border-radius: 17px;
    background-color: var(--whiteColor);
    border: 2px solid #F3F3F3;
}


/*** Review Start***/
.review-section {
    background: #FFFFFF;
    box-shadow: 4px 4px 80px 10px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    padding: 20px;
    /* margin: 0 15px 15px 0;
    width: 48%; */
}

.review-section .review-number {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: var(--darkHeadingColor);
    margin: 0;
}

.review-section p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--greyTextColor);
    margin-bottom: 0;
}

.imgTxtHorizontalListMain {
    padding-left: 0;
}

.imgTxtHorizontalListCntntMain {
    margin-bottom: 15px;
    box-shadow: 4px 4px 80px 10px rgb(0 0 0 / 3%);
    border-radius: 5px;
    background-color: var(--whiteColor);
    padding: 12px;
    display: flex;
    align-items: center;
}

.imgTxtHorizontalListCntntMain img {
    width: 65px;
    height: 65px;
}

.imgTxtHorizontalCntntWrap {
    margin-left: 15px;
}

.imgTxtHorizontalListCntntMain h3 {
    font-size: 22px;
    margin: 0 0 5px 0;
    font-weight: 600;
    color: var(--blackColor);
}

.imgTxtHorizontalListCntntMain p {
    color: #575757;
    margin: 0;
}

/*** Review End***/


.how-we-do-mn .elementor-container {
    flex-direction: column;
}

.elementor-column.elementor-col-50 .how_we_do_col {
    width: 100%;
}

/*** Slider Start ***/
.our-project-slider {
    margin-top: 40px;
}

.our-project-slider .wow {
    margin: 0 30px;
}

/*** Slider End***/

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

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

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

.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: var(--blackColor);
}

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

.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: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-text-stroke: 1px var(--whiteColor);
    font-size: 18px;
    font-weight: 600;
    color: var(--blackColor);
}

.how-we-do-collapse-card {
    border-radius: 10px;
    border: 1px solid #7070702e;
    background-color: var(--whiteColor);
}

.accordion-wrapper-inner p {
    color: var(--greyTextColor);
}

/* How We Do Section - end */

/* Our Testimonial Slider Start */

.testimonialSliderMainWrap {
    --owl-dots-width: 230px;
    position: relative;
}

.testimonialSliderMainWrap .owl-nav,
.testimonialSliderMainWrap .owl-dots,
.app__dev-success-stories-slider-wrapper .owl-nav {
    display: flex !important;
}

.testimonialSliderMainWrap .owl-nav {
    width: 80px;
    font-size: 0px;
    color: #0000;
    position: absolute;
    top: 30px;
    right: -40px;
}

.app__dev-success-stories-slider-wrapper .owl-nav {
    width: 120px;
    color: #0000;
    position: absolute;
    right: -40px;
}

.testimonialSliderMainWrap .owl-prev,
.testimonialSliderMainWrap .owl-next {
    text-align: center;
    line-height: 33px;
    color: var(--whiteColor);
}

.testimonialSliderMainWrap .owl-prev {
    border-radius: 50px 0 0 50px;
}

.testimonialSliderMainWrap .owl-next {
    border-radius: 0 50px 50px 0;
}

.testimonialSliderMainWrap .story-box {
    position: relative;
}

.testimonialSliderMainWrap img.sliderQuoteBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    z-index: -1;
}

.testimonialSliderMainWrap .sectionBigHeadding {
    margin-bottom: 25px;
}

.testimonialSliderMainWrap .story-heading {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: var(--primaryColor);
}

.testimonialSliderMainWrap .story-info {
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    color: var(--darkHeadingColor);
    margin-bottom: 10px;
}

.testimonialSliderMainWrap .story-para {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--greyTextColor);
    margin-bottom: 20px;
}

.testimonialSliderMainWrap .client-name,
.testimonialSliderMainWrap .client-info {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: var(--darkHeadingColor);
}

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

.testimonialSliderMainWrap .owl-item {
    padding: 0 10px;
}

.testimonialSliderMainWrap .owl-item.active {
    padding: 0;
}

/* Our Testimonial Slider End */

/* Our BLog Section Start */

.blog-post-contents .blog-post-title {
    color: var(--darkHeadingColor);
}

/* Our BLog Section End */


/* start footer css is here */
.footer-mn {
    background: #303339;
    color: var(--whiteColor);
    margin-top: -2px;
}

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

.ftr-contact p {
    color: #adadad;
    font-size: 15px;
    margin: 0 0 18px 0;
    font-family: 'Open Sans', sans-serif !important;
}

.ftr-cntnt h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--whiteColor);
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif !important;
}

.ftr-cntnt a {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin: 0 0 15px 0;
    color: var(--whiteColor);
    transition: 0.5s;
    font-family: 'Open Sans', sans-serif !important;
}

.footerListWrap .ftr-cntnt a {
    color: var(--whiteColor);
    margin: 0 0 20px 0;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif !important;
    width: fit-content;
}

.footerListWrap .ftr-cntnt a:hover {
    color: #4A3AFF;
    transition: 0.5s;
    text-decoration: none;
}

.ftr-cmn-lnks h3.ftr-hdr {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif !important;
}

.socialIconMainWrap .textwidget {
    display: flex;
}

.socialIconMainWrap .iconHeading {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif !important;
}

.socialIconMainWrap a {
    margin-right: 5px;
    background-color: var(--whiteColor);
    padding: 0 6px;
    border-radius: 6px;
    color: var(--darkHeadingColor);
    text-align: center;
    display: inline-block;
    min-width: 25px;
    font-family: 'Open Sans', sans-serif !important;
}

.socialIconMainWrap a:hover {
    background-color: #4A3AFF;
    color: white;
    transition: all 0.5s;
}
.custom-logo{
	width: 100px;
}
.fixed-navbar .custom-logo{
	width: 80px;
}
.socialIconMainWrap a:last-child {
    margin-right: 0;
}

.ftr-logo img {
    max-width: 210px;
	filter: brightness(3);
    width: 100px;
}

.ftr-add h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.ftr-add p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    margin-bottom: 15px;
}

.ftr-add i {
    padding: 5px;
}

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

.ftr-logo p {
    margin: 30px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

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

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

.copyright-section {
    background: #26282E;
    color: var(--whiteColor);
}

.copyright-section p {
    margin-bottom: 0;
    padding: 12px;
    font-size: 15px;
    line-height: 20px;
}

.copyright-section .widget {
    margin: 0;
}

.ftr-input input {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    width: 90%;
}

.ftr-input .email-input {
    position: relative;
}

.ftr-input .email-logo {
    position: absolute;
    right: 60px;
    bottom: 120px;
    padding: 6px;
    background: #4A3AFF;
    border-radius: 4px;
}

.footerNewsletterBox {
    display: flex;
    align-items: center;
    position: relative;
}

.footerNewsletterBox p {
    margin: 0;
}

.footerNewsletterBox .wpcf7-form-control-wrap {
    width: 100%;
}

.footerNewsletterBox input {
    border: none;
    outline: none;
    padding: 15px;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    padding-right: 52px;
    color: #fff;
}

.footerNewsletterBox input:hover,
.footerNewsletterBox input:focus {
    color: #fff;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fb5757;
    font-size: 14px;
    margin-top: 5px;
}

.wpcf7 .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    margin-top: 5px !important;
    padding: 0 !important;
    font-size: 14px;
    color: #fb5757;
}

.cf7SubmitBtnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footerNewsletterBox .cf7SubmitBtnWrap {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.footerNewsletterBox .cf7SubmitBtnWrap input {
    font-size: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background-image: url(./images/email-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primaryLightColor);
    border: none;
    transition: 0.4s;
}

.footerNewsletterBox .cf7SubmitBtnWrap input:hover {
    background-color: var(--primaryColor);
    transition: 0.4s;
}

.cf7SubmitBtnWrap .wpcf7-spinner {
    position: absolute;
}

/* end footer css is here */

/* start we can help section is here */
.we-can-help-sctn {
    position: relative;
    background-image: unset !important;
    overflow: hidden;
    transition: 2s;
}

.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: 2s;
}

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

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

.app__dev-success-stories-slider .owl-nav {
    right: 0;
    top: -8vw;
    transform: none;
}

/* end we can help section is here */


/** 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 50px 80px;
    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/icon_bg.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;
    text-align: left;
}

.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);
    text-align: left;
}

.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: calc(100vw * 0.04427083);
    max-width: 85px;
    min-width: 55px;
    margin: 0;
}



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

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

/* .inner__page-banner ul{
    list-style: none;
 } */
.inner__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 {
    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__title .inner__page-banner .page__info {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.54;
    opacity: 0.77;
}

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

.bannerBlackTxt .page__info {
    color: #2c2c2c;
}

.inner__page-banner .bnr-blue-txt,
.inner__page-banner .bnr-violet-txt {
    color: var(--primaryLightColor);
    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: auto;
    /* max-width: fit-content;
    min-width: 190px; */
}

#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
 ==========================*/

/*===================================
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;
}

/*=========================
  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 {
    color: #1e1c1c;
}

.ourProcess__page-banner .page__title {
    color: #000;
}

.ourProcess__page-banner .inner__page-banner-btn {
    display: none;
}

.pats-page .case-studies__page-banner .page__info {
    margin-bottom: 16px;
}

.case-studies__page-banner .inner__page-banner-contents {
    width: auto;
    max-width: 720px;
}

.case-study-section .case-study-link {
    border: 2px solid var(--primaryColor);
    color: var(--primaryColor);
    background-color: var(--whiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    border-radius: 2px;
    transition: 0.3s;
}

.case-study-section .case-study-link .btn__text {
    font-size: 18px;
    font-weight: 500;
}

.case-study-section .case-study-link:hover {
    color: #fff;
    background-color: var(--darkHeadingColor);
    border-color: var(--darkHeadingColor);
}


.case-study-section .info-col.right .section-info {
    font-size: 22px;
    line-height: 1.6;
    font-weight: normal;
}

.case-study-section .info-col.right .section-heading {
    font-size: 26px;
    font-weight: bold;
}

.case-study-section .info-col {
    padding-right: 80px;
}

/*=========================
   Case studies page and careers page - end
 ===========================*/

/*================ Saas application development - START ================*/
.saas-app-dev-page__banner {
    background-color: #eaeef7;
    background-size: 40vw;
    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.4;
    letter-spacing: 0.17px;
    color: #100e0e;
}

.inner__page-banner.saas-app-dev-page__banner .page__info {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.61;
    letter-spacing: -0.22px;
    color: #100e0e;
}


.saas-srvce-section .section-heading>.elementor-widget-container {
    line-height: 1.4;
}

.saas-srvce-section .info-text--highlighted {
    margin-top: 26px;
    font-weight: 500;
    line-height: 1.6;
    color: #4854f2;
    font-size: 20px;
}

.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: 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.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;
}

.better-saas-app-dev-section .elementor-element.better-saas-srvce-card-col:not(.last)>.elementor-widget-wrap {
    margin-bottom: 25px;
}

.saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col>.elementor-widget-wrap {
    margin-bottom: 48px;
}

.saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col.last>.elementor-widget-wrap {
    margin-bottom: 0;
}

.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);
}

.saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-title {
    font-size: 17px;
    margin-bottom: 5px;
}

.saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-description {
    font-size: 21px;
    line-height: 1.64;
}



/*================ Saas application development - END ================*/

/* ---------- Laravel page start --------- */

.laravel__page-banner .page__title {
    font-weight: 600;
}

.laravel__page-banner .bnr-blue-txt {
    margin: 25px 0 0 0;
}

.inner__page-banner.top25Gap .bnr-blue-txt {
    margin-top: 25px;
}

/* 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,
.autoWidthBigBtn,
.autoWidthMediumBtn {
    width: auto;
    max-width: max-content;
    max-height: initial;
}

.autoWidthMediumBtn {
    min-width: 220px;
}

.autoWidthBigBtn {
    min-width: 300px;
}

.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 --------- */

/* ------- Devops page Start------- */
.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;
}

.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;
    font-size: 22px;
}

.devops-popularity-section>.elementor-container,
.devops-what-makes-special-section>.elementor-container {
    flex-wrap: wrap;
}

.devops-popularity-section .elementor-column.full-width-col,
.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;
    margin-right: 34px;
    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);
}

.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;
}

.devops-what-makes-special-section .elementor-element.floating-box>.elementor-widget-wrap {
    padding: 21px 20px 20px 15px;
}

.devops-what-makes-special-section .elementor-column.floating-box {
    width: 100%;
    max-width: 560px;
}

.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-role-section .elementor-widget-icon-list .elementor-icon-list-icon,
.devops-what-makes-special-section .elementor-widget-icon-list .elementor-icon-list-icon {
    margin-bottom: 15px;
    margin-right: 30px;
}

.devops-what-makes-special-section .elementor-element.floating-box>.elementor-widget-wrap {
    padding: 3.75vw !important;
}

/* ------- Devops page end ------- */

.mvp-about-section .elementor-column.bullet-list-section-col {
    width: 100%;
}

.mvp-about-section>.elementor-container {
    flex-wrap: wrap;
}


.mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 16px;
    background-color: #f9f9f9;
}

.frameworkTabsWrap .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
}

.frameworkTabsWrap .nav-tabs li {
    line-height: 45px;
}

.frameworkTabsWrap .nav-tabs a {
    color: #000;
    font-weight: bold;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
}

.frameworkTabsWrap .nav-tabs a.active {
    box-shadow: 0 -15px 12px -15px rgb(0 0 0 / 9%);
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    border: none;
    font-weight: bold;
}

.frameworkTabsWrap .tab-content {
    padding: 60px;
    box-shadow: 0 3px 24px 0 rgb(0 0 0 / 9%);
    background-color: #fff;
    border-radius: 5px;
    border: none !important;
    margin-top: -4px;
}

.frameworkTabAccordianMainWrap .tabImgMainWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.frameworkTabAccordianMainWrap .tabImgWrap {
    border-radius: 8px;
    box-shadow: 0 3px 13px 0 rgb(0 0 0 / 11%);
    background-color: #fff;
    margin: 8px 10px;
    padding: 15px;
}

.frameworkTabAccordianMainWrap .tabImgWrap img {
    height: 62px;
}

.frameworkAccordianWrap .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}

.frameworkAccordianWrap .accordianBtn {
    padding: 12px 20px;
    padding-right: 28px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 100%;
    text-decoration: none !important;
    background: var(--whiteColor);
    color: var(--blackColor);
    border-radius: 8px;
    outline: none !important;
    box-shadow: none !important;
}

.frameworkAccordianWrap .accordianBtn.collapsed {
    background: var(--primaryLightColor);
    color: #fff;
}

.frameworkAccordianWrap .accordianBtn::after {
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

.frameworkAccordianWrap .accordianBtn.collapsed::after {
    content: "\f067";
}

.frameworkAccordianWrap .card {
    margin-bottom: 15px;
    border-radius: 8px;
}

.frameworkTabAccordianMainWrap .frameworkAccordianWrap {
    display: none;
}

.frameworkTabAccordianMainWrap .frameworkAccordianWrap .tabImgMainWrap {
    justify-content: flex-start;
}

.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;
}

/* ------- 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-accordion-bullet-list .list-item {
    display: flex;
    align-items: center;
}

.pats-page .mvp-advntgs-bullet-list .eael-feature-list-item:not(:last-child) {
    margin-bottom: 30px;
}

/* ------- MVP Creation 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;
    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%);
}

.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--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;
}

/*===========================
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-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;
}

.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;
}

/*===========================
 Web development page - end
 =============================*/

/*================ Construction Application Development Company - START ================*/
.img-wdgt img {
    width: 500px;
}

.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;
}

.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: 60px 20px 40px 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 50px;
}

.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;
}


/*================ Construction Application Development Company - 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
 ===========================*/

/* 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;
}

/*================ 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;
}

.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;
}

.app__dev-developers-skills-wrapper .elementor-container {
    max-width: 100% !important;
}

/*================ Mobile application development - END ================*/


/* 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 .shadowImgTextBoxWrap img {
    height: 150px;
    margin: 0 0 25px 0;
}

.variousDomainListWrap .shadowImgTextBoxWrap {
    box-shadow: none;
    transition: 0.4s;
    margin: 12px 0;
}

.variousDomainListWrap .shadowImgTextBoxWrap:hover {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 11%);
    transition: 0.4s;
}

.variousDomainListWrap .shadowImgTextBoxWrap h3 {
    font-weight: 600;
    color: #5f5f5f;
}

.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 */

/* ---------- 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 --------- */

/** 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;
    padding: 5px;
}

#app__dev-custom-mob-apps-solutions>.elementor-container,
.pats-composit-products-carousel-section>.elementor-container {
    max-width: initial !important;
}

.pats-page .pats-composit-products-carousel-section .elementor-element.section-heading>.elementor-widget-container {
    line-height: 1.4;
}

/*=========================
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;
}

.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%;
}

.pats-page-section .homepage-section-heading {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.4;
}

/*=========================
 About page - end
 ===========================*/

/* 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;
}

.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;
}

.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;
}

.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 !important;
    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;
}

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

/* end client review section is here */

/*================ 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 60px 30px;
    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 ================*/

/* ---------- 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 .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 --------- */

/*=========================
   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
 ===========================*/


/*=========================
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
 ===========================*/


/*================ 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 ================*/

/*================ Dedicated hiring, staff augmentation - START ================*/
.dedicated-developer-hiring-page__banner .inner__page-banner-contents {
    width: auto;
    max-width: none;
}

.inner__page-banner.dedicated-developer-hiring-page__banner .page__title {
    line-height: 1.4;
}

.inner__page-banner.dedicated-developer-hiring-page__banner .page__info {
    margin-bottom: 17px;
    line-height: 1.61;
}

.dedicated-developer-hiring-page__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.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 {
    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-platform-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;
}

.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;
}

/*================ Dedicated hiring, staff augmentation - END ================*/

/* -- 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; */
    top: 0;
}

.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
=====================================*/

/** 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;
}

.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;
}

.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%;
}

/* start contact forms */

.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-form-control,
.contact-form .pi-form-label {
    color: #fff;

}

.contact-form .pi-form-control {
    width: 100%;
    height: 45px;
    padding-left: 22px;
    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 {
    color: #e3e3e3;
}

.contact-form .pi-form-control:-ms-input-placeholder {
    color: #e3e3e3;
}

.contact-form .pi-form-control::placeholder {
    color: #e3e3e3;
}

: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;
}

.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;
}

.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::-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;
}

#website_address,
#what-we-do-see-all-services-btn,
.link-with-no-url {
    display: none !important;
}


.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-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;

}


/* end contact forms */


/*===============================
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: 30px;
}

.get-free-quote-modal .career-modal-dialog {
    width: 40.23958333vw;
    margin: auto;
    min-width: 630px;
    margin-top: 30px;
}

.get-free-quote-modal .modal-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    padding: 18px;
    background: url("images/get-quote-modal-background.png");
    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;
    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;
    line-height: 1.6;
}

.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-free-quote-modal .career-modal-dialog .modal-content {
    padding-left: 24px;
}

/*============================
 Get a free quote modal - end
 ===========================*/

/* 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: #000;
}

.stepperForm select option {
    color: #000;
}

.stepperForm .select .option:hover {
    color: #000;
    background-color: #b58cff;
}

.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;
}

.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 .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;
}

.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: 200px !important;
    overflow-y: auto;
}

.customCommonSelectContainer .multiselect-option .form-check {
    padding: 0.5rem !important;
    font-size: 0.875rem;
    font-weight: 500;
}

/* .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 */

/* end stepper form Jan-30 */

/* -------- Go To Top Section Start ------- */
.go-to-top {
    position: fixed;
    bottom: 36px;
    left: 22px;
    display: none;
    z-index: 9;
    width: fit-content;
}

.go-to-top i {
    background-color: var(--primaryColor);
    color: white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding: 8px 0;
    -webkit-text-stroke: 0px var(--primaryColor);
    transition: 0.5s;
}

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

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

/* -------- Go To Top Section End ------- */

/* start about digitalSas 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-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: 14px;
    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: 18px;
    color: #fff;
    transition: 0.5s;
}

.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;
}

@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);
    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 digitalSas page */


/* ====================== 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 hide section for some reasons */

.pats-composit-products-carousel-section,
.inner-page-testimonial-section {
    display: none;
}

/* end hide section for some reasons */


/* start responsive is here */

@media screen and (min-width: 480px) {
    .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;
    }

    /*================ Dedicated hiring, staff augmentation - Start ================*/
    .dedicated-hiring-dev-platform-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;
    }

    /*================ Dedicated hiring, staff augmentation - END ================*/
}

@media (min-width: 576px) {
    .pats-page .vertical-icon-box-card-section--common .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) {
        margin-right: 0;
    }

    .pats-page .vertical-icon-box-card-section--common .vertical-icon-box-card:nth-child(5) {
        margin-bottom: 0 !important;
    }

    /** @768 Inner page banner - start **/
    .inner__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;
    }

    .contact__page-banner .page__info {
        font-size: 28px;
    }

    /** end **/

    /*================ Saas application development - START ================*/
    .saas-app-dev-srvces-pack-section .saas-app-dev-pack-row>.elementor-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /*================ Saas application development - End ================*/

    /* ------- Devops page Start------- */
    .devops-srvcs-card-col .devops-srvcs-card {
        width: 28% !important;
    }

    .devops-srvcs-card-col .devops-srvcs-card {
        margin-bottom: 40px !important;
        padding: 20px;
    }

    .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: 4.99% !important;
    }

    /* ------- Devops page End------- */

    .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;
    }

    /*================ Online ecommerce page redone - Start ================*/
    .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;
    }

    /*================ Online ecommerce page redone - END ================*/

    /*================ SAAS page - Start================*/
    .pats-page .better-saas-app-dev-section .elementor-column.better-saas-srvce-card-col.first {
        margin-right: 26px;
    }

    .pats-page .better-saas-app-dev-section .elementor-column.better-saas-srvce-card-col {
        width: 45%;
        max-width: 509px;
    }

    /*================ SAAS page - End================*/

}

@media screen and (min-width: 667px) {
    .devops-what-makes-special-section .elementor-element.floating-box>.elementor-widget-wrap {
        padding: 3.75vw 3.385416vw 3.385416vw 2.60416vw !important;
    }
}

@media (min-width: 768px) {

    .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;
    }

    /* end banner */

    .ar_vr_served_industries-item-inner .industry-info {
        font-size: 18px;
    }

    /* ------- MVP Creation page start ------- */
    .mvp-dev-process-collapse-card .accordion-wrapper-inner {
        padding: 1.302083vw 3.489583vw 2.447916vw;
    }

    .mvp-accordion-bullet-list .list-item:not(:last-child) {
        margin-bottom: 2.864583vw;
    }

    .mvp-dev-process-collapse-card .btn-collapse {
        padding: 1.66vw 3.90625vw 1.66vw 3.5416vw;
    }

    /* ------- MVP Creation page end ------- */

    .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;
    }

    .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-panel__inner {
        display: flex;
        justify-content: flex-start;
        margin-left: 6px;
    }

    .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;
    }

    .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%;
    }

    /* ------- MVP Creation page Start ------- */

    .mvp-about-section .mvp-advntgs-bullet-list .eael-feature-list-content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mvp-advntgs-bullet-list.list-one .eael-feature-list-items {
        align-items: flex-end;
    }

    .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
        min-height: 69px;
    }

    .mvp-features-section-two .feature-list-col {
        padding-right: 25px;
        padding-left: 25px;
    }

    .mvp-accordion-bullet-list .list-item .list-item__icon {
        margin-right: 1.875vw;
    }

    /* ------- MVP Creation page end ------- */
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .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 hiring, staff augmentation - Start ================*/
    .dedicated-developer-hiring-page__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 {
        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) {
        margin-right: 3%;
    }

    .dedicated-hiring-dev-platform-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%;
    }

    /*================ Dedicated hiring, staff augmentation - END ================*/

    .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;
    }

    .webdevelopment__page-banner .inner__page-banner-contents {
        width: 61.25vw;
        min-width: 610px;
    }

    .inner__page-banner.webdevelopment__page-banner .page__info br {
        display: block;
    }

    .review-sctn-mn::before {
        width: 33%;
    }

    .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----
 ---------------------*/

    .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;
    }

    /* ------- Devops page Start------- */
    .devops-role-section .info-col {
        padding-right: 15px;
    }

    .devops-role-section .list-col {
        padding-left: 20px;
    }

    /* ------- Devops page End------- */
    .mvp-about-section .mvp-advntgs-bullet-list .eael-feature-list-content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /*================ Online ecommerce page redone - Start================*/
    .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%;
    }

    /*================ Online ecommerce page redone - End================*/

    /*================ Dedicated hiring, staff augmentation - Start ================*/
    .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 {
        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) {
        margin-right: 3%;
    }

    .dedicated-hiring-dev-platform-section .dedicated-hiring-dev-platforms-col .dedicated-hiring-dev-platforms-item:nth-child(4n) {
        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%;
    }

    /*================ Online ecommerce page redone - End================*/

    /*================ Dedicated hiring, staff augmentation - Start ================*/
    .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 {
        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) {
        margin-right: 3%;
    }

    .dedicated-hiring-dev-platform-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 .dedicated-hiring-dev-srvcs-section .elementor-column.img-col {
        width: 40%;
    }

    /*================ Dedicated hiring, staff augmentation - END ================*/

    /*================ Saas application development - START ================*/
    .saas-app-dev-srvces-pack-section .elementor-column.saas-app-dev-pack-col {
        width: 45%;
    }

    .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-features-section .inner-container>.elementor-container {
        justify-content: space-between;
    }

    .saas-app-dev-page__banner .inner__page-banner-contents {
        width: 43.90625vw;
        min-width: auto;
        max-width: 843px;
    }

    .saas-app-dev-features-section .elementor-column.info-col {
        width: 60%;
    }

    /*================ Saas application development - End ================*/

    /*=========   Get a free quote modal - start    =================*/
    .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;
    }

    /*=========   Get a free quote modal - end    =================*/
}

@media (min-width: 992px) {
    .elementor-element.elementor-section.case-study-section.last {
        margin-bottom: 7.8125vw;
    }

    /* --------- 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 .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: 1rem;
    }

    .pats-page .horizontal-icon-chips-row-section--common .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 1.5rem;
    }

    .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;
    }

    .bodyWrap .elementor-section.elementor-element.pats-section-gap {
        padding: 6.25vw 0 6.25vw;
    }

    .bodyWrap .elementor-section.elementor-element.pats-section-top-gap.pats-section-gap {
        padding: 6.25vw 0 0;
    }

    .bodyWrap .elementor-section.elementor-element.pats-section-bottom-gap.pats-section-gap {
        padding: 0 0 6.25vw 0;
    }

    .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;
    }

    .saas-app-dev-features-section .elementor-column.img-col {
        width: 35%;
    }

    .saas-app-dev-features-section .inner-container>.elementor-container {
        justify-content: space-between;
    }

    .case-studies__page-banner .inner__page-banner-contents-wrapper {
        padding: 130px 0 100px;
    }

    .inner__page-banner .page__title {
        margin-bottom: 25px;
        font-size: 40px;
    }

    .inner__page-banner .page__info {
        font-size: 20px;
        line-height: 1.65;
    }

    .inner__page-banner.webdevelopment__page-banner .page__title,
    .inner__page-banner.fullstack-app-development__banner .page__title,
    .inner__page-banner .counter-wdgt__item__count {
        font-size: 31px;
    }

    .inner__page-banner.webdevelopment__page-banner .page__info {
        margin-bottom: 2.083vw;
    }

    .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;
    }

    /*================ Saas application development - START ================*/

    .saas-app-dev-page__banner .inner__page-banner-contents-wrapper {
        padding: 9.7083vw 0 10.416vw;
    }

    .better-saas-app-dev-section .elementor-column.better-saas-srvce-card-col:not(.last) {
        margin-right: 2.60416vw;
    }

    .better-saas-app-dev-section .better-saas-srvce-card {
        padding: 2.60416vw 2.864583vw 1.6875vw;
    }

    .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-child(1)>.elementor-widget-wrap,
    .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-child(2)>.elementor-widget-wrap,
    .saas-app-dev-srvces-pack-section .elementor-element.saas-app-dev-pack-col:nth-child(3)>.elementor-widget-wrap {
        margin-bottom: 6.25vw;
    }

    .inner__page-banner.saas-app-dev-page__banner .page__title {
        font-size: 29px;
    }

    .section-heading>.elementor-widget-container {
        font-size: 22px;
    }

    .why-saas-app-dev-section .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 6.40625vw;
    }

    .saas-app-dev-srvces-pack-section .saas-app-dev-pack-row .elementor-icon svg {
        width: 180px;
        height: 180px;
    }

    .saas-app-dev-features-section .info-text.first {
        margin-bottom: 2.34375vw;
    }

    /*================ Saas application development - End ================*/


    /* ------- Devops page Start------- */
    .devops-popularity-section .elementor-element.devops-srvcs-card-col>.elementor-widget-wrap {
        width: 66vw;
        min-width: 660px;
        max-width: 1262px;
        margin: auto !important;
    }

    .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;
    }

    /* ------- Devops page End------- */

    .app__dev-success-stories-slider-wrapper {
        top: -40px;
        width: 75%;
        max-width: 1220px;
        margin: auto;
    }

    .app__dev-success-stories-slider .owl-nav {
        right: 0;
        top: -8vw;
        transform: none;
    }

    .app__dev-success-story-item-inner {
        padding: calc(100vw * 0.036459);
        padding-right: 50px;
    }

    .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;
    }

    .mvp-about-section .elementor-column.heading-col {
        width: 43%;
    }

    .halfWidthGridBoxesMainWrap .elementor-container {
        display: flex;
        flex-wrap: wrap;
    }

    .halfWidthGridBoxesMainWrap .halfWidthGridBoxWrap.elementor-column {
        width: 50%;
    }

    .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,
    .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 .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%;
    }


    .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%;
    }

    /* ------- MVP Creation page Start ------- */
    .mvp-about-section .elementor-column.info-col {
        width: 57%;
    }

    .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%;
    }

    /* ------- MVP Creation page end ------- */
    .pats-page .alternate-img-info-rows-section--common .img-info .elementor-column.info-col {
        width: 50.8%;
    }

    #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item:not(:last-child) {
        margin-bottom: 45px;
    }

    .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;
    }

    /** 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;
    }

    .lowBannerPadding.webdevelopment__page-banner .inner__page-banner-contents-wrapper {
        padding: 14.21875vw 0 10.52083vw;
    }

    .webdevelopment__page-banner .inner__page-banner-contents .rank_text,
    .dedicated-developer-hiring-page__banner .inner__page-banner-contents .rank_text {
        margin-top: 1.5625vw;
    }

    .inner__page-banner.webdevelopment__page-banner .page__info {
        margin-bottom: 2.083vw;
    }

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

    .pats-page-section .homepage-section-heading {
        font-size: 32px;
        line-height: 1.45;
    }

    /*----Mega menu ----
    ------------------*/
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        justify-content: flex-end;
    }

    /*----Mega menu end----
    ---------------------*/

    .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;
    }

    /* ------- Devops page Start------- */
    .devops-role-section .list-col {
        padding-left: 0;
    }

    .devops-role-section .info-col {
        padding-right: 55px;
    }

    /* ------- Devops page End------- */

    .mvp-about-section .elementor-column.heading-col {
        width: 43%;
    }

    .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;
    }

    /*================ Online ecommerce page redone - Start================*/

    .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%;
    }

    .online-ecommerce__banner {
        background-position: top 8vw right -1vw;
        background-size: 50vw;
    }

    .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;
    }

    /*================ Online ecommerce page redone - END ================*/

    /*================ Dedicated hiring, staff augmentation - Start ================*/
    .pats-page .dedicated-hiring-why-us-section .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 4.21875vw;
    }

    .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.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 {
        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;
    }

    /*================ Dedicated hiring, staff augmentation - END ================*/

    /*=========  Get a free quote modal - start ===========*/
    .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;
    }

    .get-free-quote-modal .career-modal-dialog {
        min-width: 570px;
    }

    /*=========   Get a free quote modal - end    =================*/
    .case-study-section .info-col .right {
        padding-left: 50px;
    }
}

@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: 1025px) {
    .pats-page .info-img-para-list-section--common .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 1.5625vw;
    }
    .pats-page-section .normal30pxText .elementor-widget-container,
    .pats-page-section .font_18_30px {
        font-size: 18px;
        line-height: 28px;
    }
    .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;
    }

    .pats-page .inner-page-testimonial-section .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 4.2105vw;
    }

    .pats-page .inner-page-testimonial-section .elementor-element.section-heading {
        text-align: left;
    }

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-one {
        padding-left: 3.4vw;
    }

    /*----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: 2.083vw;
    }

    .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----
    ---------------------*/
    .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;
    } */

    .devops-what-makes-special-section .elementor-column.list-col {
        width: 58.4375vw;
        max-width: 1122px;
        background-color: #F8F8F8;
    }

    .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;
    }

    .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;
    }
}

@media screen and (min-width:1025px) {

    .case-study-section .info-col.right .section-info-wrapper,
    .case-study-section .info-col.right .case-study-heading {
        width: max-content;
        margin-left: 100px;
    }

    /* ------- Devops page Start------- */
    .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;
    }

    .devops-what-makes-special-section .elementor-column.floating-box {
        width: 42.96875vw;
        max-width: 825px;
    }

    .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 14.635416vw 5.2083vw 7.03125vw;
    }

    /* ------- Devops page End------- */
}

@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-height: 30px;
        min-width: auto;
        padding: 5px 10px;
    }

    /* mega menu end */

}

@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) {
    #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvcs-wrapper {
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 1200px) {



    /** @1200 Inner page banner - start **/
    .inner__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,
    #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 **/

    /* .case-study-section .info-col.right .section-heading {
        margin-bottom: 1.3021vw;
    } */

    .elementor-section.elementor-element.case-study-section.last {
        padding-bottom: 8.854166667vw;
    }

    .elementor-section.elementor-element.case-study-section.first {
        padding-top: 6vw;
    }

    /*================ Saas application development - START ================*/
    .elementor-section.elementor-element.saas-app-dev-features-section {
        margin-bottom: 8.3vw;
    }

    .saas-app-dev-features-section.scalability .info-col {
        padding-top: 4.427083vw;
    }

    .saas-app-dev-srvces-pack-section .elementor-column.saas-app-dev-pack-col {
        width: 26%;
    }

    .inner__page-banner.saas-app-dev-page__banner .inner__page-banner-btn {
        width: 26.4375vw;
    }

    .inner__page-banner.saas-app-dev-page__banner .page__title {
        font-size: 35px;
    }

    .inner__page-banner.saas-app-dev-page__banner .page__info {
        font-size: 18px;
    }

    .section-heading>.elementor-widget-container {
        font-size: 25px;
    }

    .contactFormSectionWrap .section-heading>.elementor-widget-container {
        font-size: 32px;
    }

    .saas-srvce-section .info-text,
    .saas-srvce-section .info-text--highlighted,
    .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;
    }

    .saas-srvce-section .info-text--highlighted {
        font-size: 25px;
    }

    .saas-app-dev-srvces-pack-section .saas-app-dev-pack-row .elementor-icon svg {
        width: 200px;
        height: 200px;
    }

    /*================ Saas application development - End ================*/

    .mvp-dev-process-section .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 4.53125vw;
    }

    .ar_vr_served_industries-item-inner .slider-heading {
        font-size: 28px;
        font-size: 26px;
        line-height: 1.4;
    }

    /* --------- 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,
    .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-title {
        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;
    }

    /* ------- Devops page Start------- */
    .elementor-section.elementor-element.devops-popularity-section {
        padding: 8.85416vw 0 9.635416vw;
    }

    .devops-role-section .section-heading-lg>.elementor-widget-container {
        font-size: 34px;
    }

    .devops-role-section .elementor-element.section-info>.elementor-widget-container {
        margin-bottom: 3.385416vw;
    }

    .devops-popularity-section .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 3.489583vw;
    }

    .devops-popularity-section .elementor-element.section-info>.elementor-widget-container {
        margin-bottom: 8.28125vw;
    }

    .devops-role-section .info-col {
        padding-right: 7.8125vw;
    }

    /* ------- Devops page 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;
    }

    .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;
    }

    .bigPaddingBtns .pats-horizontal-tabs .tabs__tab-btn {
        padding: 12px 35px;
    }

    .onlyTitleMiddleBanner .inner__page-banner-contents-wrapper {
        display: flex;
        align-items: center;
    }

    .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;
    }

    .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;
    }

    /* ------- MVP Creation page start ------- */
    .elementor-section.elementor-element.mvp-about-section {
        padding: 7.2916vw 0 8.802083vw;
    }

    .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;
    }

    .mvp-about-section .elementor-element.bullet-list-section-col>.elementor-widget-wrap {
        margin-top: 6.4583vw;
    }

    .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
        padding: 1.875vw;
    }

    .mvp-advntgs-bullet-list .eael-feature-list-item:not(:last-child) {
        margin-bottom: 2.6042vw;
    }

    .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item:not(:last-child) {
        padding-bottom: 1.35416vw;
        padding-top: 1.35416vw;
    }

    .mvp-features-section .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 1.97916vw;
    }

    .elementor-section.elementor-element.mvp-features-section-two {
        padding-bottom: 9.010416vw;
    }

    .elementor-section.elementor-element.mvp-features-section-two {
        padding-bottom: 9.010416vw;
    }

    .mvp-features-section-two .elementor-element.mvp-feature-icon-box>.elementor-widget-container {
        margin-bottom: 2.03125vw;
    }

    .mvp-features-section-two .feature-list-col {
        padding-left: 7.2916vw;
        padding-right: 11.4583vw;
    }

    .mvp-features-section .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 1.97916vw !important;
    }

    /* ------- MVP Creation page end ------- */


    /*================ Saas application development - START ================*/
    .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;
    }

    /*================ Saas application development - End ================*/
    .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;
    }

    .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 .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;
    }

    .web-dev-tech-stack-tabs-container .tab-btn {
        font-size: 17px !important;
    }

    .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;
    }

    .inner__page-banner.webdevelopment__page-banner .page__title,
    .inner__page-banner.fullstack-app-development__banner .page__title,
    .inner__page-banner .counter-wdgt__item__count {
        font-size: 40px;
    }

    .inner__page-banner.webdevelopment__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;
    }

    .mvp-accordion-bullet-list .list-item__content {
        font-size: 16px;
    }

    #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvcs-wrapper {
        max-width: 50%;
    }

    .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;
    }

    #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%;
    }

    .inner__page-banner .rank_text {
        font-size: 19px;
    }

    .pats-composit-products-carousel-section .saas-app-dev-info-carousel-wrapper {
        padding-bottom: 35px;
    }

    /*----Mega menu ----
    ------------------*/
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item--primary {
        margin-right: 12px;
    }

    .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;
    }

    .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__title {
        font-size: 22px;
    }

    .ebook-wdgt .ebook-wdgt__title::after {
        width: 90px;
    }

    /*----Mega menu end----
    ---------------------*/
    .saas-app-dev-page__banner {
        background-size: 39.84375vw;
        background-position: right 7.96875vw top 7vw;
    }

    .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-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;
    }

    .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;
    }

    .elementor .elementor-element.f-stack-dev-charac-list .-icon-position-left .eael-feature-list-content-box {
        margin-left: 3.4375vw;
    }

    /* ------- MVP Creation page Start ------- */

    .elementor-section.elementor-element.mvp-about-section {
        padding: 7.2916vw 0 8.802083vw;
    }

    .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;
    }

    .mvp-about-section .elementor-element.bullet-list-section-col>.elementor-widget-wrap {
        margin-top: 6.4583vw;
    }

    .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 .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
        padding: 1.875vw;
    }

    .pats-page .mvp-advntgs-bullet-list .eael-feature-list-item:not(:last-child) {
        margin-bottom: 2.6042vw;
    }

    /* ------- MVP Creation page end ------- */

    /*================ Online ecommerce page redone - Start ================*/

    .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;
    }

    .inner__page-banner.online-ecommerce__banner .page__title {
        font-size: 31px;
    }

    /*================ Online ecommerce page redone - END ================*/


    /*================ Dedicated hiring, staff augmentation - Start ================*/
    .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-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-platform-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) {
        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;
    }

    /*================ Dedicated hiring, staff augmentation - END ================*/
    .our-locations-section .section-heading {
        font-size: 28px;
        line-height: 1.48;
    }

    /* -------- Get Free Quote Modal start------- */
    .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: 12px;
    }

    .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;
    }

    .get-free-quote-modal .career-modal-dialog {
        margin-top: 150px;
    }

    .get-free-quote-modal .career-title {
        font-size: 20px;
    }

    .get-free-quote-modal .career-email {
        font-size: 22px;
    }

    .get-free-quote-modal .career-modal-dialog {
        min-width: 620px;
    }

    /* -------- Get Free Quote Modal end------- */

}

@media screen and (min-width: 1300px) {
    .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;
    }
}

@media screen and (min-width: 1400px) {

    .container,
    .elementor-container {
        max-width: 1260px !important;
    }

    .fullWidthContainer .elementor-container {
        max-width: 100% !important;
    }

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-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,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
        font-size: 16px !important;
    }

    .sectionBigHeadding,
    .sectionBigHeadding h2,
    .sectionBigHeadding h3,
    .sectionBigHeadding h4,
    .sectionBigHeadding h5,
    .sectionBigHeadding h6,
    .sectionBigHeadding p,
    .sectionBigHeadding .elementor-widget-container {
        font-size: 40px !important;
        line-height: 55px !important;
    }

    .subHeadingBoldTxt,
    .subHeadingBoldTxt h2,
    .subHeadingBoldTxt h3,
    .subHeadingBoldTxt h4,
    .subHeadingBoldTxt h5,
    .subHeadingBoldTxt h6,
    .subHeadingBoldTxt p {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .banner-mn h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .banner-mn h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .imgListBorderBoxes h2 {
        font-size: 20px;
        line-height: 30px;
    }

    button {
        font-size: 17px !important;
        line-height: 26px !important;
    }

    .ftr-cntnt h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .copyright-section p {
        padding: 20px 0;
    }

    /*================ Saas application development - START ================*/
    .saas-app-dev-features-section .elementor-column.info-col {
        width: 52.3%;
    }

    .saas-srvce-section .info-text,
    .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container {
        font-size: 26px;
    }

    .inner__page-banner.saas-app-dev-page__banner .page__title {
        font-size: 42px;
    }

    .inner__page-banner.saas-app-dev-page__banner .page__info {
        font-size: 21px;
    }

    .inner__page-banner.saas-app-dev-page__banner .inner__page-banner-btn {
        font-size: 17px;
    }

    .section-heading>.elementor-widget-container {
        font-size: 30px;
    }

    .saas-srvce-section .info-text,
    .saas-srvce-section .info-text--highlighted {
        font-size: 25px;
    }

    .saas-srvce-section .info-text--highlighted {
        font-size: 30px;
    }

    /*================ Saas application development - End ================*/

    /* --------- 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,
    .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-title {
        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;
    }

    /* ------- Devops page Start------- */
    .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;
    }

    /* ------- Devops page End ------- */
    .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-content-box .eael-feature-list-content {
        font-size: 20px;
    }

    .ftr-cntnt a,
    .ftr-add p,
    .copyright-section p {
        font-size: 18px;
        line-height: 25px;
    }

    .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;
    }

    .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,
    .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info>.elementor-widget-container {
        font-size: 18px;
    }

    .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
        margin-bottom: 24px;
        font-size: 22px;
    }

    .elementor .elementor-element.pats-icon-box .elementor-icon-box-description {
        font-size: 15px;
        line-height: 1.72;
    }

    .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 .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;
    }

    .web-dev-tech-stack-tabs-container .tab-btn {
        font-size: 21px !important;
    }

    .inner__page-banner.webdevelopment__page-banner .page__title,
    .inner__page-banner.fullstack-app-development__banner .page__title,
    .inner__page-banner .counter-wdgt__item__count {
        font-size: 45px;
    }

    .inner__page-banner.webdevelopment__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 .rank_text {
        font-size: 22px;
    }


    /*----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: 35px;
        --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/ux-design.svg');
    }

    .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/blockchain.svg');
    }

    .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/ecommerce.svg');
    }

    .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/Mobile.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-it-staff .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/it-staff-augmentation.svg');
    }

    .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/saas.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Fullstack.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-devops .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/devops.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mvp-development .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/mvp-development.svg');
    }

    .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/angular.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-cakephp .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/cakephp.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-codeigniter .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/codeigniter.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-flutter .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Flutter.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack-tech .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Fullstack-2.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-laravel .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/laravel.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-nodejs .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/node\ JS.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/React\ js.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-symfony .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/symfony.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-vue .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Vue\ JS.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react-native .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/React\ Native.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-java-android .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/JAVA.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-kothlin-android .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/kotlin.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-swift-ios .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Swift\ ios.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-web-development .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/web-development.svg');
    }

    .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/data-science-analytics.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-al-ml .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/al-ml.svg');
    }

    /* .fullstack-industries-slider .owl-arrow-nav {
        top: 370px;
    } */

    .fstack-dev-srvce-section .info-text--highlighted {
        font-size: 22px;
    }

    .fstack-dev-services-card-slider .service-title {
        font-size: 19px;
    }

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-megamenu-submenu-items-col.mega-col-one {
        padding-left: 7.1875vw;
    }

    .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
        font-size: 20px;
    }

    .online-ecommerce__banner .inner__page-banner-contents {
        width: 34.6875vw;
    }


    /*================ Dedicated hiring, staff augmentation - Start ================*/
    .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-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-icon-box .eael-feature-list-icon {
        height: auto;
        width: auto;
        font-size: 15px;
    }

    /*================ Dedicated hiring, staff augmentation - END ================*/
    .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap h3,
    .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap .elementor-icon-box-content h3.elementor-icon-box-title {
        font-size: 22px;
    }

    /* -------- Get Free Quote Modal start------- */
    .get-free-quote-modal .social-media-btn:not(:last-child) {
        margin-right: 2.084vw;
    }

    .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: 16px;
    }

    .get-free-quote-modal .pi-form-group {
        margin-bottom: 17px;
    }

    .get-free-quote-modal .modal-content {
        padding: 24px;
        padding-left: 56px;
    }

    .get-free-quote-modal .career-title {
        font-size: 22px;
    }

    .get-free-quote-modal .career-email {
        font-size: 24px;
    }

    .get-free-quote-modal .career-modal-dialog {
        min-width: 700px;
    }

    /* -------- Get Free Quote Modal end ------- */
}

@media screen and (min-width: 1500px) {

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

    .blueBoldSubHeading {
        font-size: 20px;
    }

    .mvp-about-section .section-info>.elementor-widget-container {
        line-height: 1.78;
    }

    .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
        font-size: 23px;
    }

    .mvp-accordion-bullet-list .list-item__content {
        font-size: 18px;
    }

    .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;
    }

    .ar_vr_served_industries-item-inner .industry-info {
        margin-bottom: 25px;
    }

    .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;
    }

    .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;
    }

    .pats-page .fstack-dev-company-srvcs-section .elementor-element.fstack-dev-companys-srvcs-item .elementor-icon-box-description {
        font-size: 17px;
    }

    .mvp-about-section .section-info>.elementor-widget-container {
        line-height: 1.78;
    }

    /* UI/UX page start*/
    .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;
    }

    /* UI/UX page end */

    /* Blockchain page start*/
    .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;
    }

    /* Blockchain page end */

    /* start contact form */
    .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 {
        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;
    }

    .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;
    }

    /* end contact form */

    /* 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 */
}

@media screen and (min-width: 1600px) {

    .container,
    .elementor-container {
        max-width: 1400px !important;
    }

    .fullWidthContainer .elementor-container {
        max-width: 100% !important;
    }

    .navbar-brand .coustom-logo-css {
        width: 200px;
    }

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-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,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
        font-size: 18px !important;
    }

    .sectionBigHeadding,
    .sectionBigHeadding h2,
    .sectionBigHeadding h3,
    .sectionBigHeadding h4,
    .sectionBigHeadding h5,
    .sectionBigHeadding h6,
    .sectionBigHeadding p,
    .sectionBigHeadding .elementor-widget-container {
        font-size: 45px !important;
        line-height: 65px !important;
    }

    .subHeadingBoldTxt,
    .subHeadingBoldTxt h2,
    .subHeadingBoldTxt h3,
    .subHeadingBoldTxt h4,
    .subHeadingBoldTxt h5,
    .subHeadingBoldTxt h6,
    .subHeadingBoldTxt p {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap h3,
    .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap .elementor-icon-box-content h3.elementor-icon-box-title {
        font-size: 25px;
    }

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

    .banner-mn h3 {
        font-size: 22px;
        line-height: 35px;
    }

    .cmn-btn {
        font-size: 18px;
        padding: 14px 20px;
        min-width: 180px;
    }

    .imgListBorderBoxes {
        padding: 20px;
    }

    .imgListBorderBoxes h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .imgListBoxFullImgMain .imgListBorderBoxes img {
        height: 270px;
    }

    .imgTxtHorizontalListCntntMain img {
        width: 70px;
        height: 70px;
    }

    .imgTxtHorizontalListCntntMain h3 {
        font-size: 25px;
        margin: 0 0 8px 0;
    }

    .testimonialSliderMainWrap .owl-nav {
        width: 90px;
        right: -45px;
    }

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

    .socialIconMainWrap a {
        margin-right: 8px;
        min-width: 35px;
    }

    .footerNewsletterBox input {
        font-size: 18px;
        padding-right: 60px;
    }

    .footerNewsletterBox .cf7SubmitBtnWrap {
        padding: 7px;
    }

    .footerNewsletterBox .cf7SubmitBtnWrap input {
        width: 45px;
        height: 45px;
    }

    .ftr-cntnt h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .footerListWrap .ftr-cntnt a {
        margin: 0 0 30px 0;
    }

    .ftr-cntnt a,
    .ftr-add p,
    .copyright-section p {
        font-size: 20px;
        line-height: 30px;
    }

    .copyright-section p {
        font-size: 18px;
    }

    /** @1600 Inner page banner - start **/
    .inner__page-banner-contents-wrapper,
    .case-studies__page-banner .inner__page-banner-contents-wrapper {
        padding: 250px 0 135px;
    }

    .laravel__page-banner .inner__page-banner-contents-wrapper,
    .lowBannerPadding .inner__page-banner-contents-wrapper {
        padding: 200px 0 125px;
    }

    .inner__page-banner-contents {
        min-width: 790px;
    }

    .inner__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;
    }

    .inner__page-banner .page__info {
        margin-bottom: 50px;
        font-size: 22px;
        line-height: 1.7;
    }

    .inner__page-banner .inner__page-banner-btn,
    .blockchain_served_industries-card .industry-type,
    .pitangent__primary-btn {
        font-size: 22px;
        line-height: 2.27;
    }

    /** end **/

    /*================ Saas application development - START ================*/
    .inner__page-banner.saas-app-dev-page__banner .page__title {
        font-size: 48px;
    }

    .saas-srvce-section .info-text,
    .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container {
        font-size: 30px;
    }

    .saas-app-dev-pack-col .elementor-element.saas-app-dev-pack-card .elementor-icon-box-title {
        font-size: 25px;
    }

    .inner__page-banner.saas-app-dev-page__banner .page__info {
        font-size: 24px;
    }

    .inner__page-banner.saas-app-dev-page__banner .inner__page-banner-btn {
        font-size: 19px;
    }

    .section-heading>.elementor-widget-container {
        font-size: 34px;
    }

    .saas-srvce-section .info-text,
    .saas-srvce-section .info-text--highlighted {
        font-size: 30px;
    }

    .saas-srvce-section .info-text--highlighted {
        font-size: 34px;
    }

    /*================ Saas application development - End ================*/

    /* --------- pats page default settings -------- */
    .inner__page-banner .inner__page-banner-btn,
    .pitangent__primary-btn {
        min-width: 200px;
    }

    .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,
    .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-title {
        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;
    }

    #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: 22px;
    }

    .pats-page .big-data-management-result-card .elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
        font-size: 24px;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .app__dev-success-story-item-inner .stroy-text {
        margin-bottom: 18px;
        text-align: left;
    }

    .app__dev-success-story-item-inner .stroy-text {
        font-size: 30px;
    }

    .app__dev-success-story-item-inner .client-name {
        font-size: 22px;
    }

    .app__dev-success-stories-slider .owl-nav {
        top: -150px;
    }

    .pats-page .inner-page-testimonial-section .elementor-element.section-heading {
        line-height: 1.63;
        font-size: 36px;
    }

    .whiteShadowBoxWrap .elementor-image-box-title {
        font-size: 22px;
    }

    .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
        padding: 35px 20px;
        width: calc(25% - 40px);
        margin: 40px 20px 0 20px;
    }

    .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: 30px;
        line-height: 50px;
    }

    .pats-page-section .normal30pxText .elementor-widget-container,
    .pats-page-section .font_18_30px {
        font-size: 25px;
        line-height: 38px;
    }

    .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: 70px;
    }

    .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;
    }

    .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,
    .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info>.elementor-widget-container {
        font-size: 21px;
    }

    .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
        margin-bottom: 28px;
        font-size: 25px;
    }

    .elementor .elementor-element.pats-icon-box .elementor-icon-box-description {
        font-size: 16px;
    }

    .frameworkTabsWrap .nav-tabs a {
        padding: 20px 30px;
        font-size: 20px;
        line-height: 68px;
    }

    .frameworkTabsWrap .tab-content .tabImgWrap img {
        height: 70px;
    }

    .frameworkTabsWrap .tab-content {
        padding: 80px 60px;
    }

    #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 .section-heading {
        font-size: 45px;
        line-height: 1.47;
    }

    .ar_vr_app_dev-service-card .service-title {
        font-size: 22px;
    }

    #ar_vr_technologies-section .section-info .elementor-widget-container {
        margin-bottom: 35px;
    }

    .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 {
        height: 21px;
    }

    #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_app_dev-technologies-tabs .tech-logo-item-wrapper {
        min-height: 190px;
        padding: 50px 0;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .pats-page .web-dev-srvce-speaks-section .elementor-element.section-info>.elementor-widget-container {
        font-size: 19px;
    }

    .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 !important;
    }

    .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;
    }

    .inner__page-banner.webdevelopment__page-banner .page__title,
    .inner__page-banner.fullstack-app-development__banner .page__title,
    .inner__page-banner .counter-wdgt__item__count {
        font-size: 50px;
    }

    .inner__page-banner.webdevelopment__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;
    }

    .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;
    }

    #app__dev-custom-mob-apps-solutions .section-heading {
        line-height: 1.78;
    }

    #app__dev-success-stories-section .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 {
        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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    #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: 36px;
    }

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

    .inner__page-banner .rank_text {
        font-size: 25px;
    }

    .custom-owl-carousel-nav .custom-owl-nav-icon {
        width: 23px;
    }

    .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;
    }

    /* start about us */
    .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;
    }

    .pats-page-section .homepage-section-heading {
        font-size: 38px;
        line-height: 1.5;
    }

    .review-video-sctn .play-btn {
        font-size: 18px;
    }

    /* end about us */
    /*----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: 18px;
    }

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-megamenu-submenu-items-col .mega-menu-link {
        --icon-height: 40px;
        --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/ux-design.svg');
    }

    .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/blockchain.svg');
    }

    .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/ecommerce.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-it-staff .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/it-staff-augmentation.svg');
    }

    .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/saas.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Fullstack.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-devops .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/devops.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mvp-development .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/mvp-development.svg');
    }

    .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/angular.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-cakephp .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/cakephp.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-codeigniter .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/codeigniter.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-flutter .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Flutter.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack-tech .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Fullstack-2.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-laravel .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/laravel.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-nodejs .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/node\ JS.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/React\ js.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-symfony .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/symfony.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-vue .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Vue\ JS.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react-native .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/React\ Native.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-java-android .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/JAVA.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-kothlin-android .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/kotlin.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-swift-ios .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Swift\ ios.svg');
    }

    .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/Mobile.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-saas .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/saas.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-web-development .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/web-development.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-data-analytics .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/data-science-analytics.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-al-ml .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/al-ml.svg');
    }

    .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 {
        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 ----
   ------------------*/
    .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;
    }

    .pats-page .fstack-served-indstrs-section .elementor-element.info-col>.elementor-widget-wrap {
        padding-left: 45px;
    }

    /* .fullstack-industries-slider .owl-arrow-nav {
        top: 400px;
    } */

    .fstack-dev-srvce-section .info-text--highlighted {
        font-size: 25px;
    }

    .fstack-dev-services-card-slider .service-title {
        font-size: 22px;
    }

    .pats-page .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-content-box .eael-feature-list-content {
        font-size: 23px;
    }

    .devops-bullet-list .eael-feature-list-icon-box {
        padding-top: 6px;
    }

    .pats-page .elementor .elementor-element.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
        font-size: 22px;
    }

    /* UI/UX  page start*/
    .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 {
        font-size: 22px;
        line-height: 1.7;
    }

    .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;
    }

    .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;
    }

    /* UI/UX page end*/

    /*Blockchain page start  */
    .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;
    }

    /*Blockchain page end  */

    .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;
    }

    .pats-page .elementor .elementor-element.dedicated-hiring-why-us-list .eael-feature-list-icon-box .eael-feature-list-icon {
        font-size: 17px;
        padding-top: 2px;
    }

    /* start contact form */
    .contactFormSectionWrap .section-heading>.elementor-widget-container {
        font-size: 39px;
        line-height: 1.4;
    }

    .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;
    }

    /* end contact form */

    /* -------- Get Free Quote Modal start ------- */
    .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: 20px;
    }

    .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;
    }

    .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;
    }

    .get-free-quote-modal .career-title {
        font-size: 23px;
    }

    .get-free-quote-modal .career-email {
        font-size: 27px;
    }

    .get-free-quote-modal .career-modal-dialog {
        min-width: 750px;
    }

    /* -------- Get Free Quote Modal end ------- */

    /* start ai/ml page */

    .aiServicesSectionWrap .dev__scope-heading img {
        width: 45px;
    }

    .pitangent__primary-btn.autoWidthMediumBtn {
        min-width: 270px;
    }

    /* end ai/ml page */

}

@media screen and (min-width: 1700px) {

    .blueBoldSubHeading {
        font-size: 25px;
    }

    .devops-role-section .section-heading-lg>.elementor-widget-container {
        font-size: 45px;
    }

    .devops-role-section .section-info>.elementor-widget-container {
        font-size: 24px;
    }

    .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-content-box .eael-feature-list-content {
        font-size: 23px;
    }

    /* 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;
    }

    /* 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) {

    .container,
    .elementor-container {
        max-width: 1600px !important;
    }

    .fullWidthContainer .elementor-container {
        max-width: 100% !important;
    }

    .navbar-brand .coustom-logo-css {
        width: 245px;
    }

    /* start banner */

    .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;
    }

    /* end banner */

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item {
        margin-right: 20px;
    }

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-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,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
        font-size: 20px !important;
    }

    .sectionBigHeadding,
    .sectionBigHeadding h2,
    .sectionBigHeadding h3,
    .sectionBigHeadding h4,
    .sectionBigHeadding h5,
    .sectionBigHeadding h6,
    .sectionBigHeadding p,
    .sectionBigHeadding .elementor-widget-container {
        font-size: 54px !important;
        line-height: 80px !important;
    }

    .subHeadingBoldTxt,
    .subHeadingBoldTxt h2,
    .subHeadingBoldTxt h3,
    .subHeadingBoldTxt h4,
    .subHeadingBoldTxt h5,
    .subHeadingBoldTxt h6,
    .subHeadingBoldTxt p {
        font-size: 30px !important;
        line-height: 42px !important;
    }

    .banner-mn h1 {
        font-size: 70px;
        line-height: 85px;
    }

    .banner-mn h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .cmn-btn {
        font-size: 22px;
        padding: 18px 25px;
        min-width: 210px;
    }

    .imgListBorderBoxes {
        padding: 25px;
    }

    .imgListBorderBoxes h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .imgListBoxFullImgMain .imgListBorderBoxes img {
        height: 310px;
    }

    .imgTxtHorizontalListCntntMain img {
        width: 80px;
        height: 80px;
    }

    .imgTxtHorizontalListCntntMain h3 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }

    .testimonialSliderMainWrap .owl-nav {
        width: 110px;
        right: -55px;
    }

    .socialIconMainWrap .iconHeading {
        font-size: 24px;
        line-height: 34px;
        margin-right: 15px;
    }

    .footerNewsletterBox input {
        font-size: 22px;
        padding: 18px;
        padding-right: 70px;
    }

    .footerNewsletterBox .cf7SubmitBtnWrap input {
        width: 50px;
        height: 50px;
    }

    .footerNewsletterBox .cf7SubmitBtnWrap {
        padding: 10px;
    }

    .ftr-cntnt h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .inner__page-banner-contents-wrapper-inner {
        max-width: 1600px;
    }

    /*================ Saas application development - START ================*/
    .saas-srvce-section .info-text,
    .saas-app-dev-features-section .elementor-element.info-title>.elementor-widget-container {
        font-size: 33px;
    }

    .section-heading>.elementor-widget-container {
        font-size: 38px;
    }

    .saas-app-dev-srvces-pack-section .elementor-element.section-info--lg>.elementor-widget-container {
        font-size: 33px;
    }

    .saas-app-dev-srvces-pack-section .saas-app-dev-pack-row .elementor-icon svg {
        width: 200px;
        height: 200px;
    }

    .section-heading>.elementor-widget-container {
        font-size: 38px;
    }

    .saas-srvce-section .info-text,
    .saas-srvce-section .info-text--highlighted {
        font-size: 33px;
    }

    .saas-srvce-section .info-text--highlighted {
        font-size: 38px;
    }

    /*================ Saas application development - End ================*/

    /* --------- 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;
        line-height: 1.5;
    }

    .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 {
        max-width: 1600px;
    }

    .mvp-accordion-bullet-list .list-item__content {
        font-size: 20px;
    }

    .big-data__page-banner .inner__page-banner-contents-wrapper {
        padding: 260px 0 235px;
    }

    .our-service-wrapper-two .our-service-img {
        max-width: 54%;
    }

    .devops-what-makes-special-section .floating-box-title>.elementor-widget-container {
        font-size: 51px;
    }

    .elementor .elementor-element.f-stack-dev-charac-list .eael-feature-list-content-box .eael-feature-list-content {
        font-size: 26px;
    }

    .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;
    }

    .we-can-help-sctn h2.elementor-heading-title {
        font-size: 40px;
        margin: 0 0 10px 0;
        line-height: 52px;
    }

    .smallSubHeadingText .elementor-widget-container .elementor-heading-title,
    .smallSubHeadingText .elementor-widget-container {
        font-size: 25px;
        line-height: 42px !important;
    }

    #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;
    }


    .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,
    .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info>.elementor-widget-container {
        font-size: 23px;
    }

    .mvp-about-section .section-info>.elementor-widget-container {
        line-height: 1.88;
    }

    .elementor .elementor-element.pats-icon-box .elementor-icon-box-title {
        margin-bottom: 31px;
        font-size: 28px;
    }

    .frameworkTabsWrap .nav-tabs a {
        font-size: 25px;
        line-height: 75px;
    }

    .mvp-dev-process-collapse-card .btn-collapse {
        font-size: 23px;
    }

    .ar_vr_app_dev-services-slider .ar_vr_app_dev-service-card {
        padding: 75px 23px 60px 23px;
    }

    #custom_ar_vr_app_dev-srvcs-section {
        padding: 140px 0 135px;
        background-size: 1750px;
    }

    #custom_ar_vr_app_dev-srvcs-section {
        padding: 140px 0 135px;
        background-size: 1750px;
    }

    .pats-page .web-dev-srvce-speaks-section .elementor-element.section-info>.elementor-widget-container {
        font-size: 22px;
    }

    .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 !important;
    }

    .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;
    }

    .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;
    }

    .custom-owl-carousel-nav .custom-owl-nav-prev {
        margin-right: 30px;
    }

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-megamenu-submenu-items-col .mega-menu-link {
        --icon-height: 58px;
        --padding-left: calc(var(--icon-height) + 28px);
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .pats-page .elementor-section.elementor-element.about-page-banner {
        padding-bottom: 440px;
    }

    .pats-page .elementor-section.elementor-element.banner-bottom-image-section {
        top: -470px;
    }

    /*----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: 45px;
        --padding-left: calc(var(--icon-height) + 28px);
    }

    .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/Mobile.svg');
    }

    .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/blockchain.svg');
    }

    .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/ecommerce.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-it-staff .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/it-staff-augmentation.svg');
    }

    .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/saas.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Fullstack.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-devops .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/devops.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-mvp-development .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/mvp-development.svg');
    }

    .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/angular.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-cakephp .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/cakephp.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-codeigniter .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/codeigniter.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-flutter .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Flutter.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-fullstack-tech .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Fullstack-2.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-laravel .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/laravel.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-nodejs .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/node\ JS.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/React\ js.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-symfony .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/symfony.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-vue .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Vue\ JS.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-react-native .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/React\ Native.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-java-android .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/JAVA.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-kothlin-android .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/kotlin.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-swift-ios .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/Swift\ ios.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-web-development .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/web-development.svg');
    }

    .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/data-science-analytics.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-ui-ux .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/ux-design.svg');
    }

    .megamenu-container .mega-megamenu-submenu-items-col .mega-menu-item.mega-al-ml .mega-menu-link:after {
        background-image: url('images/nav-menu-v2/al-ml.svg');
    }

    .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 {
        font-size: 22px;
    }

    .pats-page-section .pats-text--20>.elementor-widget-container,
    .fullstack-industries-slider__item__card .info-text {
        font-size: 18px;
    }

    .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) - 45px - 30px);
        right: calc((60px * -2) - 45px - 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;
    }

    .fstack-dev-services-card-slider .service-title {
        font-size: 24px;
    }

    .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.mvp-advntgs-bullet-list .eael-feature-list-content-box .eael-feature-list-content {
        font-size: 24px;
    }

    /* ui/ux page start*/
    .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;
    }

    .ui-ux-workshops-section .ui-ux-workshops-image-container img {
        max-width: 710px;
    }

    /* 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;
    }

    /* UI/UX page end*/

    /* Blockchain page start*/
    .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;
    }

    /* Blockchain page end*/

    /* start contact form */

    .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 {
        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;
    }

    /* end contact form */

    /* -------- Get Free Quote Modal start------- */
    .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;
    }

    .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;
    }

    .get-free-quote-modal .career-title {
        font-size: 24px;
    }

    .get-free-quote-modal .career-email {
        font-size: 30px;
    }

    .get-free-quote-modal .career-modal-dialog {
        min-width: 800px;
    }

    /* -------- Get Free Quote Modal 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 */


    /* start ai/ml page */

    .aiServicesSectionWrap .dev__scope-heading img {
        width: 55px;
    }

    /* end ai/ml page */

}

@media screen and (min-width: 1900px) {

    /* start banner */
    .inner__page-banner .page__info {
        font-size: 25px;
        line-height: 1.8;
    }

    .inner__page-banner-contents-wrapper {
        padding: 300px 0 165px 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-size: 17px;
    }

    /* end banner */
    /* --------- pats page default settings -------- */
    .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;
    }

    .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;
        line-height: 55px;
    }

    .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;
        line-height: 45px;
    }

    #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;
    }

    .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,
    .pats-page .fstack-hiring-section .elementor-element.fstack-hiring-exp-diff-item .elementor-icon-box-title {
        font-size: 30px;
    }

    .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;
    }

    .bodyWrap .elementor-section.elementor-element.pats-section-gap {
        padding: 120px 0 120px;
    }

    .bodyWrap .elementor-section.elementor-element.pats-section-top-gap.pats-section-gap {
        padding: 120px 0 0;
    }

    .bodyWrap .elementor-section.elementor-element.pats-section-bottom-gap.pats-section-gap {
        padding: 0 0 120px 0;
    }

    .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;
    }

    .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;
    }

    .vertical-icon-box-row-section--common .vertical-icon-box-row__item .elementor-icon-box-icon {
        margin-bottom: 30px;
    }

    .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;
    }

    .inner__page-banner .inner__page-banner-btn,
    .pitangent__primary-btn {
        min-width: 200px;
    }

    .ftr-cntnt a,
    .ftr-add p,
    .copyright-section p {
        font-size: 22px;
        line-height: 30px;
    }

    .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;
    }

    .get-free-quote-modal .modal-contact-title,
    .inner__page-banner.online-ecommerce__banner .page__title {
        font-size: 50px;
    }

    .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,
    .dedicated-hiring-dev-srvcs-section .info-img-section .sub-section-info>.elementor-widget-container {
        font-size: 25px;
    }

    /* ------- MVP Creation page Start ------- */
    .elementor-section.elementor-element.mvp-about-section {
        padding: 140px 0 169px;
    }

    .mvp-about-section .elementor-element.section-heading>.elementor-widget-container {
        margin-bottom: 40px;
    }

    .mvp-about-section .elementor-element.bullet-list-section-col>.elementor-widget-wrap {
        margin-top: 124px;
    }

    .elementor-section.elementor-element.mvp-features-section-two {
        padding-bottom: 173px;
    }

    .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;
    }

    /* ------- MVP Creation page end ------- */

    .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;
    }

    .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;
    }

    #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;
    }

    .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;
    }

    .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;
    }

    .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 .web-dev-srvce-speaks-section .elementor-element.section-info>.elementor-widget-container {
        font-size: 25px;
    }

    .web-dev-tech-stack-tabs-container .tab-btn {
        padding-left: 94px;
        padding-right: 61px;
        font-size: 28px !important;
    }

    .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.webdevelopment__page-banner .page__title,
    .inner__page-banner.fullstack-app-development__banner .page__title,
    .inner__page-banner .counter-wdgt__item__count {
        font-size: 60px;
    }

    .inner__page-banner.webdevelopment__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;
    }

    .webdevelopment__page-banner .inner__page-banner-contents-wrapper {
        padding: 273px 0 202px;
    }

    .inner__page-banner .rank_text {
        font-size: 30px;
    }

    /* start about us */

    .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;
    }

    .pats-page-section .homepage-section-heading {
        font-size: 45px;
        line-height: 1.55;
    }

    .review-video-sctn .play-btn,
    .client-review-slider .cntnt-mn h4 {
        font-size: 20px;
    }

    /* end about us */

    .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----
     ---------------------*/

    .pats-page-section .pats-text--20>.elementor-widget-container,
    .fullstack-industries-slider__item__card .info-text {
        font-size: 20px;
    }

    /* .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;
    }

    .fstack-dev-srvce-section .info-text--highlighted {
        font-size: 30px;
    }

    .fstack-dev-services-card-slider .service-title {
        font-size: 26px;
    }

    /* ui/ux page  start*/
    .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;
    }

    .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;
    }

    /* UI/UX page end */


    /* Blockchain page start */
    .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;
    }

    /* Blockchain page end */

    /*================ Online ecommerce page redone - start ================*/
    .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;
    }

    /*================ Online ecommerce page redone - END ================*/

    /*================ Dedicated hiring, staff augmentation - Start ================*/
    .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-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 .dedicated-hiring-why-us-section .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 {
        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;
    }

    /*================ Dedicated hiring, staff augmentation - END ================*/

    .contactFormSectionWrap .section-heading>.elementor-widget-container {
        font-size: 50px;
        line-height: 1.44;
    }

    .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 .our-locations-section .country-col .office-addr-field {
        margin-top: 12px;
    }

    /* -------- Get Free Quote Modal -start------ */
    .get-free-quote-modal .modal-content {
        padding: 22px;
        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 end------- */
}

@media screen and (max-width:1249.99px) {
    .cstm-mob-apps-sols-info-slider-wrapper {
        max-width: 500px;
        margin: auto;
        margin-bottom: 50px;
    }

    .pats-page .pats-composit-products-carousel-section .elementor-column.saas-product-section-col {
        width: 90%;
        /* max-width: 800px; */
        margin: auto;
    }

    .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;
    }

    .pats-composit-products-carousel-section .section-heading>.elementor-widget-container {
        text-align: center;
    }

    #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-wrapper .custom-owl-carousel-nav {
        width: max-content;
        margin: auto;
    }
    .pats-page .blockchain-app-dev-services-section .elementor-element.blockchain-dev-services-col .elementor-widget-wrap{
        padding-right: 200px;
    }
    #blockchain-dev-services-col .blockchain-dev-service-item.limited-width {
        min-width: 415px;
    }
}

@media screen and (max-width: 1199.99px) {

    .container,
    .elementor-container {
        max-width: 90% !important;
    }

    .fullWidthContainer .elementor-container {
        max-width: 100% !important;
    }

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>.mega-menu-item {
        margin-right: 6px;
    }

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-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,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
        padding: 5px 8px;
        font-size: 13px !important;
    }

    .inner__page-banner .page__title {
        font-size: 40px;
        line-height: 1.3;
    }

    .feelFreeSctnInnerCntnt {
        padding: 50px 0;
    }

    .feelFreeSctnInnerCntnt .section-heading {
        font-size: 25px !important;
    }

    .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;
    }

    .imgWithShadowListWraper.inSingleColumn .elementor-widget-wrap {
        width: 100%;
    }

    .customGridWrapper .gridWidth25percent {
        width: calc(50% - 20px) !important;
        margin: 30px 15px 0 15px !important;
    }

    .smallSubHeadingText .elementor-widget-container .elementor-heading-title,
    .smallSubHeadingText .elementor-widget-container {
        font-size: 16px;
        line-height: inherit !important;
    }

    .tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__btn-panel__inner {
        margin: 0 0 -2px 40px;
    }

    .tabsWithOnlyBoxShadowWrap .tabs_feature_item_img_wrap img {
        height: 40px;
    }

    .frameworkTabsWrap .tab-content .tabImgWrap img {
        height: 40px;
    }

    .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;
    }

    #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item {
        max-width: 610px;
    }

    .ar_vr_served_industries-slider .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .ar-vr__page-banner {
        background-size: 80%;
        background-color: #eaeef7;
        background-position: right 28%;
    }

    .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 .web-dev-features-card .elementor-icon-box-wrapper {
        padding: 44px 22px 18px;
    }

    .mobileAppServiceBoxes .elementor-widget-wrap {
        padding: 25px !important;
    }

    .imgListMainWrapper .elementor-image-box-title {
        font-size: 18px;
    }

    .imgListMainWrapper .elementor-image-box-description {
        font-size: 16px;
    }

    .exploreCustomizeSctn .sectionSmallHeading .elementor-widget-container {
        font-size: 22px !important;
    }

    .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
        width: calc(33.3% - 30px);
        padding: 40px 20px;
        margin: 30px 15px 0 15px;
    }

    /* 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;
    }

    /* UI/UX page start*/
    .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;
    }

    .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;
    }

    .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;
    }

    /*-------- section end --------*/

    /*-------- Blockchain page start--------*/
    .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;
    }

    .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;
    }

    /*-------- blockchain page end--------*/

    .get-free-quote-modal .career-modal-dialog {
        margin-top: 140px;
    }

    .get-free-quote-modal .career-title {
        font-size: 18px;
    }

    .get-free-quote-modal .career-email {
        color: #007bff;
        font-weight: 500;
        font-size: 20px;
    }

    .onlyTitleMiddleBanner .inner__page-banner-contents {
        min-width: 100%;
    }

    /* 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 */


}

@media screen and (max-width: 1100px) {

    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-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,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
    .megamenu-container #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
        padding: 5px;
        font-size: 12px !important;
    }

    .banner-mn h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .sectionBigHeadding,
    .sectionBigHeadding h2,
    .sectionBigHeadding h3,
    .sectionBigHeadding h4,
    .sectionBigHeadding h5,
    .sectionBigHeadding h6,
    .sectionBigHeadding p,
    .sectionBigHeadding .elementor-widget-container {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .imgTxtHorizontalListCntntMain h3 {
        font-size: 20px;
    }

    .imgTxtHorizontalListCntntMain img {
        width: 50px;
        height: 50px;
    }

    .elementorImgListBoxMain.imgListBorderBoxMain .imgListBorderBoxes {
        width: calc(50% - 16px);
    }

    .get-free-quote-modal .modal-dialog .career-modal-dialog {
        min-width: 530px;
    }
}

@media screen and (max-width: 1024px) {
    .coustom-logo-css {
        width: 130px;
    }
    .elementor-700 .elementor-element.elementor-element-1582402b{
        max-width: 100% !important;
    }
    .banner-mn{
        padding-top: 110px;
    }
    .case-study-section .img-col {
        width: 100% !important;
        margin-bottom: 45px;
    }
    .pats-page .custom-logo-link .site-logo {
        min-width: 80px;
        width: 80px;
    }
    
    .case-study-section .info-col {
        width: 100% !important;
        text-align: center;
        padding-right: 0;
    }

    .elementor-element.elementor-section.case-study-section.last {
        margin-bottom: 7.8125vw;
    }

    .site-header .site-navigation-mobile--primary {
        display: flex;
        justify-content: flex-end;
    }

    .site-navigation-desktop--primary {
        display: none;
    }

    .nav-mn-row {
        padding: 15px 0 !important;
    }

    .nav-mn-row img.custom-logo {
        max-width: 80px;
    }
    .fixed-navbar .nav-mn-row img.custom-logo {
        max-width: 50px;
    }

    /* start mobile menu */
    .navbar-rght {
        position: relative;
    }

    .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;
    }

    .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: var(--whiteColor);
        transition: all 0.3s;
    }

    .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;
        text-decoration: none;
    }

    .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;
    }

    .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;
    }

    .site-navigation-mobile--primary .primary-mobile-menu-toggle {
        border: none;
        outline: none;
        padding: 0;
        background: #0000;
        position: absolute;
        right: 0;
        top: 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: var(--whiteColor);
        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: var(--whiteColor);
        content: "";
        transition: .3s all;
        position: absolute;
        top: 8px;
        left: 15%;
        left: 0;
    }

    .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: var(--whiteColor);
        animation: none;
    }

    .primary-mobile-menu-open .custom-logo-link:not(.dark) .site-logo--light {
        display: none;
    }

    .primary-mobile-menu-open .custom-logo-link:not(.dark) .site-logo--dark {
        display: block;
    }

    .site-header .nav-mn-row {
        align-items: stretch;
    }

    /* end mobile menu */

    .sectionGap {
        padding: 80px 0 !important;
    }

    .sectionTopGap {
        padding-top: 80px !important;
    }

    .sectionBottomGap {
        padding-bottom: 80px !important;
    }

    .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;
    }

    .pats-horizontal-tabs .tabs__content-panel,
    .tabsWithOnlyBoxShadowWrap .pats-horizontal-tabs .tabs__content-panel {
        padding: 30px 20px;
    }

    .frameworkTabsWrap .tab-content {
        padding: 30px 20px;
    }

    #custom_ar_vr_app_dev-srvcs-section .custom_ar_vr_app_dev-srvc-item {
        max-width: 530px;
    }

    .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;
    }

    .pitangent__primary-btn:not(.not-centered) {
        margin: auto;
    }

    .blockchain_served_industries-slider .owl-arrow-nav,
    .app__dev-mob-app-platform-slider .owl-arrow-nav,
    .fullstack-industries-slider .owl-arrow-nav {
        top: -90px;
        right: 50%;
        transform: translateX(50%);
    }

    .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;
    }

    .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item {
        position: relative;
        display: flex;
    }

    .elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {
        margin: 0 0 0 20px !important;
    }

    /* UI/UX page start*/
    .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-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;
    }

    /* UI/UX page end*/

    /* Blockchain page  start*/
    .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: 100%;
        margin-bottom: 3rem;
    }

    .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;
    }

    .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: 100%;
        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;
    }

    /* Blockchain page  end*/
}

@media screen and (max-width: 991px) {

    .nav-list-mn li {
        padding: 5px 0;
    }

    .nav-list-mn li a {
        padding: 15px 18px;
    }

    .footerNewsletterBox {
        width: 70%;
    }
    .footerNewsletterBox p{
        width: 100%;
    }

    .footerListWrap {
        padding: 15px 0;
    }

    .ftr-cntnt h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footerListWrap .ftr-cntnt a {
        margin: 0 0 15px 0;
    }

    .sectionGap {
        padding: 60px 0 !important;
    }

    .sectionTopGap {
        padding-top: 60px !important;
    }

    .sectionBottomGap {
        padding-bottom: 60px !important;
    }

    .inner__page-banner .page__title {
        font-size: 30px;
    }

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

    .case-studies__page-banner .inner__page-banner-contents-wrapper {
        padding: 150px 0 100px;
    }

    .pats-page-section .section-info>.elementor-widget-container {
        font-size: 1rem;
    }

    .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;
    }

    .multiColorBorderBox {
        padding: 15px;
    }

    #nodeDevelopServicesPlatform .multiColorBorderBox .elementor-widget-wrap {
        min-height: auto !important;
    }

    .frameworkTabAccordianMainWrap .tabImgWrap {
        margin: 8px 8px;
        padding: 10px 15px;
    }

    .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-item-inner::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #05103452;
        z-index: -1;
    }

    .ar_vr_served_industries-item-inner .slider-body {
        padding: 40px 0 45px 35px;
    }

    .ar_vr_served_industries-slider .owl-dots,
    .sass-industries-slider .owl-dots {
        bottom: 18px;
    }

    .mobileAppServiceBoxes {
        width: 50% !important;
    }

    .moderTechnologyImgsMainWrap {
        max-width: 100%;
    }

    .moderTechnologyImgsMainWrap .imgWraper {
        margin: 0;
    }

    /* .lowBannerPadding {
        background-image: none !important;
    } */

    .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
        width: calc(33.3% - 30px);
        padding: 30px 20px;
    }

    /* 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;
    }

    .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;
    }

    .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 .elementor-element.mvp-advntgs-bullet-list .-icon-position-left .eael-feature-list-content-box {
        margin-left: 16px;
    }

    .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 page start*/
    .ui-ux-workshops-section .info-col br {
        display: none;
    }

    .ui-ux-tools-section .tools-logo-wrapper>.elementor-container {
        max-width: 530px !important;
    }

    .inner-section-countries-wrapper .elementor-column.country-col:not(:last-of-type) {
        margin-bottom: 30px;
        margin-right: 0;
    }

    /* UI/UX page  end*/


    /* Blockchain page  start*/
    .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;
    }

    .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;
    }

    /* blockchain page  end*/

    .online-ecommerce__banner,
    .fullstack-app-development__banner {
        background-image: none !important;
    }

    .pats-page .elementor-section.elementor-element.our-locations-section {
        padding: 4.12rem 0;
    }

    .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;
    }

    .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;
    }

    /* start ai/ml page */

    .aiServicesSectionWrap .mobileAppServiceBoxes {
        width: 100% !important;
    }

    .aiServicesSectionWrap .dev__scope-heading p br {
        display: none;
    }

    /* end ai/ml page */

}

@media screen and (max-width: 815px) {
    .get-free-quote-modal .career-title {
        font-size: 16px;
    }

    .get-free-quote-modal .career-email {
        color: #007bff;
        font-weight: 500;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .horizontal-icon-chips-row-container h3{
        text-align: center;
    }
    .horizontal-icon-chips-row-container .elementor-icon-box-icon{
        margin-right: 0 !important;
    }
    .inner__page-banner-contents-wrapper {
        padding-top: 120px;
    }
    .imgListBorderBoxMain.elementorImgListBoxMain .imgListBorderBoxes {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .banner-mn .bnr-rght {
        display: none;
    }

    .testimonialSliderMainWrap .owl-nav {
        justify-content: center;
        align-items: center;
        width: 100px;
        margin: 30px auto 0;
        position: static;
    }

    .testimonialSliderOneMain {
        margin: 25px;
    }

    #testimonialSliderOne {
        padding-top: 15px;
    }

    .testimonialSliderOneMain .client-story-img img {
        border-radius: 25px;
    }

    .inner__page-banner .page__title {
        font-size: 30px;
        line-height: 1.3;
    }

    .case-study-section .info-col {
        padding-right: 0;
        text-align: center;
    }

    .case-study-section .case-study-link {
        width: 38.125vw;
        margin: 0 auto;
    }

    .case-study-section .case-study-heading {
        margin-top: 40px;
    }

    .saas-app-dev-page__banner {
        background-image: none !important;
    }

    .devops-srvcs-card-col .devops-srvcs-card {
        width: 44% !important;
    }

    .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;
    }

    .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;
    }

    .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: 50%;
        bottom: 0;
        transform: translate(0, 5%);
        font-size: 13px;
        line-height: 0;
    }

    .whiteShadowBxWithBtnCntnt .feelFreeSctnInnerCntnt {
        max-width: 100%;
        padding: 20px 18px;
    }

    .multiColorBorderBoxMainWrap .halfWidthGridBoxWrap.elementor-column {
        width: 100% !important;
        margin: 15px 0;
    }

    .mvp-features-section-two .mvp-feature-icon-box {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .frameworkTabAccordianMainWrap .frameworkTabsWrap {
        display: none;
    }

    .frameworkTabAccordianMainWrap .frameworkAccordianWrap {
        display: block;
    }

    .frameworkTabAccordianMainWrap .tabImgWrap img {
        height: 40px;
    }

    .ar_vr_served_industries-item-inner .slider-body {
        padding-top: 2.5rem;
        padding-left: 1.875rem;
    }

    .ar-vr__page-banner {
        background: #eaeef7;
    }


    .web-dev-features-card-section .inner-section-big-data-management-cards-container .web-dev-features-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobileAppServiceBoxes {
        width: 50% !important;
    }

    .mobileAppServiceBoxes .elementor-widget-wrap {
        margin: 5px !important;
        width: 100%;
    }

    .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-img {
        margin: 0 0 15px 0 !important;
    }

    .imgListWithSmallimg .imgListMainWrapper .elementor-image-box-title {
        margin: 0 0 12px 0 !important;
    }

    .imgListMainWrapper .elementor-image-box-img {
        margin-bottom: 18px !important;
    }

    .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;
    }

    /* 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;
    }

    .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%;
    }

    .pats-page .mvp-advntgs-bullet-list .eael-feature-list-items .eael-feature-list-item {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .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;
    }

    .pats-page .mvp-advntgs-bullet-list.list-one .eael-feature-list-items {
        margin-bottom: 30px;
    }

    /* UI/UX page start*/
    .ui-ux-methodology-card .ui-ux-methodology-card-contents .elementor-icon-box-wrapper {
        display: flex;
    }

    .ui-ux-methodology-card .elementor-widget-icon-box .elementor-icon-box-icon {
        margin: 0 0 0 0 !important;
    }

    .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 .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;
    }

    /* UI/UX page  End*/

    /* blockchain page start*/
    .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;
    }

    /* blockchain page end*/

    .dedicated-hiring-why-us-section .img-wdgt img {
        width: 100%;
        max-width: 550px;
    }

    .dedicated-hiring-dev-srvcs-section .info-img-section .img-wdgt {
        max-width: 280px;
    }

    .our-locations-section .country-name .elementor-widget-container {
        font-size: 1.375rem;
    }

    .inner-section-countries-wrapper .country-flag img {
        width: 5.9375rem;
    }

    /* -------- Get Free Quote Modal start------- */
    .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;
    }

    /* -------- Get Free Quote Modal end------- */

    /* -------- Go To Top Start ------- */
    .go-to-top {
        bottom: 8px;
        left: 20px;
    }

    /* -------- Go To Top end------- */
    .yearSliderSideBySideMainWrap .yearSliderPreview {
        margin: 15px 0 0 0;
    }

    .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;
    }



}

@media screen and (max-width: 666px) {
    .devops-srvcs-card-col .devops-srvcs-card {
        width: 45% !important;
    }

    .app__dev-success-stories-slider-wrapper .owl-nav {
        width: 80px;
        top: -13vw;
    }

    .mobileAppServiceBoxes {
        width: 100% !important;
    }

    .moderTechnologyImgsMainWrap .imgWraper {
        width: 42% !important;
    }

    .moderTechnologyImgsMainWrap .imgWraper img {
        border-radius: 10px;
    }

    .threeColWhiteBxSctn .whiteShadowRadiusBx {
        width: calc(50% - 16px) !important;
        margin: 8px;
    }

    .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap,
    .shadowIconLeftRightBoxMainWrap .shadowIconLeftRightCntntWrap.elementor-element {
        width: 100%;
        margin: 0;
    }

    .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;
    }

}

@media screen and (max-width: 575px) {
    .devops-srvcs-card-col .devops-srvcs-card {
        width: 100% !important;
        margin-right: 0;
    }



    /* end banner */

    .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;
    }

    .we-can-help-sctn {
        padding: 60px 0px !important;
    }

    /* 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-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_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_served_industries-slider .owl-dots,
    .sass-industries-slider .owl-dots {
        bottom: 0.75rem;
    }

    .footerNewsletterBox {
        width: 90%;
    }

    .mobileAppServiceBoxes .elementor-widget-wrap {
        padding: 15px !important;
    }

    .reasonsToHireSctnCntntWrap .elementor-element.whiteShadowBoxWrap {
        width: 80%;
        padding: 30px;
        margin: 25px auto 0 auto;
    }

    /* 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;
    }

    .owl-arrow-nav--edge-to-edge .owl-prev {
        left: 8px;
    }

    .owl-arrow-nav--edge-to-edge .owl-next {
        right: 8px;
    }

    /* UI/UX page start*/
    .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;
    }

    /* UI/UX page end*/

    /* Blockchain page start*/
    .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%;
    }

    /* Blockchain page end*/

    /* start contact form */
    .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;
    }

    /* end contact form */

    /* -------- Get Free Quote Modal start ------- */
    .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;
    }

    .stepperFormStepBar li .stepDotBox span {
        display: none;
    }

    .stepperFormHeading h2 {
        padding: 20px 0 12px 0;
        font-size: 18px;
        line-height: 25px !important;
    }

    /* -------- Get Free Quote Modal end ------- */

    /* -------- Go To Top Section Start ------- */
    .go-to-top {
        bottom: 10px;
        left: 20px;
    }

    .go-to-top i {
        height: 42px;
        width: 42px;
        font-size: 22px;
        line-height: 25px;
    }

    /* -------- Go To Top Section end ------- */
    .get-free-quote-modal .career-modal-dialog {
        min-width: 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 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 */

}

@media screen and (max-width: 450px) {

    .inner__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 {
        width: 100%;
        padding: 8px 15px;
        max-width: none;
    }

    /* about page */
    .about-page-banner .banner-text-primary .line-break {
        display: none;
    }

    .about-page-banner .banner-text-primary .text-highlight::before {
        display: none;
    }
}

@media screen and (max-width: 400px) {

    .inner__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;
    }

    /* UI/UX page start*/
    .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;
    }

    /* UI/UX page end*/
    .inner__page-banner .counter-wdgt {
        display: block;
    }

    .inner__page-banner .counter-wdgt__item {
        border: none;
        margin-bottom: 10px;
    }

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

@media screen and (max-width: 360px) {

    /* UI/UX page start*/
    .ui-ux-tools-section .ui-ux-tool-logo img {
        min-height: 55px;
    }

    /* UI/UX page end*/

}